From bbf03f88b665eb7d8df95fdc0700a4001ecec909 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Sep 2022 13:32:55 +0000 Subject: [PATCH] Version Packages --- .changeset/mighty-numbers-grab.md | 5 ----- demos/cli/package.json | 2 +- demos/express-proxy/package.json | 4 ++-- demos/firebase-auth/functions/package.json | 2 +- demos/firebase-proxy/functions/package.json | 2 +- demos/moralis-stream/package.json | 4 ++-- demos/nextjs/package.json | 2 +- demos/parse-server/package.json | 4 ++-- demos/supabase-auth/package.json | 4 ++-- packages/apiUtils/CHANGELOG.md | 7 +++++++ packages/apiUtils/package.json | 4 ++-- packages/auth/CHANGELOG.md | 10 ++++++++++ packages/auth/package.json | 10 +++++----- packages/core/CHANGELOG.md | 2 ++ packages/core/package.json | 2 +- packages/evmApi/CHANGELOG.md | 9 +++++++++ packages/evmApi/package.json | 8 ++++---- packages/evmUtils/CHANGELOG.md | 7 +++++++ packages/evmUtils/package.json | 4 ++-- packages/integration/package.json | 8 ++++---- packages/moralis/CHANGELOG.md | 14 ++++++++++++++ packages/moralis/package.json | 18 +++++++++--------- packages/solApi/CHANGELOG.md | 9 +++++++++ packages/solApi/package.json | 8 ++++---- packages/solUtils/CHANGELOG.md | 7 +++++++ packages/solUtils/package.json | 4 ++-- packages/streams/CHANGELOG.md | 11 +++++++++++ packages/streams/package.json | 8 ++++---- 28 files changed, 125 insertions(+), 54 deletions(-) delete mode 100644 .changeset/mighty-numbers-grab.md diff --git a/.changeset/mighty-numbers-grab.md b/.changeset/mighty-numbers-grab.md deleted file mode 100644 index fce3a83aa6..0000000000 --- a/.changeset/mighty-numbers-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@moralisweb3/streams': patch ---- - -update base url diff --git a/demos/cli/package.json b/demos/cli/package.json index f8177091fc..17683be189 100644 --- a/demos/cli/package.json +++ b/demos/cli/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "dotenv": "^16.0.1", - "moralis": "^2.5.1" + "moralis": "^2.5.2" }, "devDependencies": { "@moralisweb3/eslint-config": "^1.0.0", diff --git a/demos/express-proxy/package.json b/demos/express-proxy/package.json index e1a5b3e9fd..d58a4c2a8d 100644 --- a/demos/express-proxy/package.json +++ b/demos/express-proxy/package.json @@ -4,13 +4,13 @@ "main": "dist/index.js", "private": true, "dependencies": { - "@moralisweb3/core": "^2.5.1", + "@moralisweb3/core": "^2.5.2", "@types/express-rate-limit": "^6.0.0", "dotenv": "^16.0.1", "envalid": "7.3.1", "express": "^4.18.1", "express-rate-limit": "^6.5.1", - "moralis": "^2.5.1", + "moralis": "^2.5.2", "redis": "^4.2.0" }, "devDependencies": { diff --git a/demos/firebase-auth/functions/package.json b/demos/firebase-auth/functions/package.json index 323fc4127c..6a256fa1b7 100644 --- a/demos/firebase-auth/functions/package.json +++ b/demos/firebase-auth/functions/package.json @@ -16,7 +16,7 @@ }, "main": "lib/index.js", "dependencies": { - "moralis": "^2.5.1", + "moralis": "^2.5.2", "firebase-admin": "^10.0.2", "firebase-functions": "^3.18.0" }, diff --git a/demos/firebase-proxy/functions/package.json b/demos/firebase-proxy/functions/package.json index 0389bd2446..48b4dbf834 100644 --- a/demos/firebase-proxy/functions/package.json +++ b/demos/firebase-proxy/functions/package.json @@ -19,7 +19,7 @@ "firebase-admin": "^10.0.2", "firebase-functions": "^3.18.0", "firebase-functions-rate-limiter": "^3.9.1", - "moralis": "^2.5.1" + "moralis": "^2.5.2" }, "devDependencies": { "@firebase/app-types": "^0.7.0", diff --git a/demos/moralis-stream/package.json b/demos/moralis-stream/package.json index 086cdc4548..20c0245547 100644 --- a/demos/moralis-stream/package.json +++ b/demos/moralis-stream/package.json @@ -4,11 +4,11 @@ "main": "dist/index.js", "private": true, "dependencies": { - "@moralisweb3/core": "^2.5.1", + "@moralisweb3/core": "^2.5.2", "dotenv": "^16.0.1", "envalid": "7.3.1", "express": "^4.18.1", - "moralis": "^2.5.1", + "moralis": "^2.5.2", "ngrok": "^4.3.3", "redis": "^4.2.0", "web3-utils": "^1.7.5" diff --git a/demos/nextjs/package.json b/demos/nextjs/package.json index 10d90b0109..a4b06bf536 100644 --- a/demos/nextjs/package.json +++ b/demos/nextjs/package.json @@ -12,7 +12,7 @@ "axios": "^0.27.2", "eslint": "^8.22.0", "ethers": "5.6.9", - "moralis": "^2.5.1", + "moralis": "^2.5.2", "next": "12.2.5", "next-auth": "4.10.3", "react": "^18.2.0", diff --git a/demos/parse-server/package.json b/demos/parse-server/package.json index 813ef73cea..e7802df6a3 100644 --- a/demos/parse-server/package.json +++ b/demos/parse-server/package.json @@ -5,14 +5,14 @@ "private": true, "dependencies": { "@codemirror/language": "^0.20.0", - "@moralisweb3/core": "^2.5.1", + "@moralisweb3/core": "^2.5.2", "dotenv": "^16.0.1", "envalid": "7.3.1", "express": "^4.18.1", "express-rate-limit": "^6.5.1", "graphql": "^16.6.0", "graphql-ws": "^5.10.1", - "moralis": "^2.5.1", + "moralis": "^2.5.2", "parse-dashboard": "^4.1.4", "parse-server": "^5.2.5" }, diff --git a/demos/supabase-auth/package.json b/demos/supabase-auth/package.json index 968c8500ae..423439f5b3 100644 --- a/demos/supabase-auth/package.json +++ b/demos/supabase-auth/package.json @@ -4,13 +4,13 @@ "main": "dist/index.js", "private": true, "dependencies": { - "@moralisweb3/core": "^2.5.1", + "@moralisweb3/core": "^2.5.2", "@supabase/supabase-js": "^1.35.4", "dotenv": "^16.0.1", "envalid": "7.3.1", "express": "^4.18.1", "jsonwebtoken": "^8.5.1", - "moralis": "^2.5.1", + "moralis": "^2.5.2", "uuid": "^8.3.2" }, "devDependencies": { diff --git a/packages/apiUtils/CHANGELOG.md b/packages/apiUtils/CHANGELOG.md index 39c2e38279..1eff697334 100644 --- a/packages/apiUtils/CHANGELOG.md +++ b/packages/apiUtils/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/api-utils +## 2.5.2 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/core@2.5.2 + ## 2.5.1 ### Patch Changes diff --git a/packages/apiUtils/package.json b/packages/apiUtils/package.json index 3657f0ca1f..b7053178f8 100644 --- a/packages/apiUtils/package.json +++ b/packages/apiUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/api-utils", "author": "Moralis", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -24,6 +24,6 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/core": "^2.5.1" + "@moralisweb3/core": "^2.5.2" } } diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 14d999297a..de30cd01f4 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @moralisweb3/auth +## 2.5.2 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/core@2.5.2 + - @moralisweb3/api-utils@2.5.2 + - @moralisweb3/evm-utils@2.5.2 + - @moralisweb3/sol-utils@2.5.2 + ## 2.5.1 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index f8a6e82f08..d1acb8c705 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/auth", "author": "Moralis", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -28,9 +28,9 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/api-utils": "^2.5.1", - "@moralisweb3/core": "^2.5.1", - "@moralisweb3/evm-utils": "^2.5.1", - "@moralisweb3/sol-utils": "^2.5.1" + "@moralisweb3/api-utils": "^2.5.2", + "@moralisweb3/core": "^2.5.2", + "@moralisweb3/evm-utils": "^2.5.2", + "@moralisweb3/sol-utils": "^2.5.2" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e2805bcbb6..60e1fc91e8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @moralisweb3/core +## 2.5.2 + ## 2.5.1 ## 2.5.0 diff --git a/packages/core/package.json b/packages/core/package.json index dad8a3651d..4d9bf92f78 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/core", "author": "Moralis", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "private": false, "main": "./lib/index.js", diff --git a/packages/evmApi/CHANGELOG.md b/packages/evmApi/CHANGELOG.md index 54d14b66b6..f396fe4662 100644 --- a/packages/evmApi/CHANGELOG.md +++ b/packages/evmApi/CHANGELOG.md @@ -1,5 +1,14 @@ # @moralisweb3/evm-api +## 2.5.2 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/core@2.5.2 + - @moralisweb3/api-utils@2.5.2 + - @moralisweb3/evm-utils@2.5.2 + ## 2.5.1 ### Patch Changes diff --git a/packages/evmApi/package.json b/packages/evmApi/package.json index 9b2db12c79..b5e1eaa629 100644 --- a/packages/evmApi/package.json +++ b/packages/evmApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/evm-api", "author": "Moralis", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -26,8 +26,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/api-utils": "^2.5.1", - "@moralisweb3/core": "^2.5.1", - "@moralisweb3/evm-utils": "^2.5.1" + "@moralisweb3/api-utils": "^2.5.2", + "@moralisweb3/core": "^2.5.2", + "@moralisweb3/evm-utils": "^2.5.2" } } diff --git a/packages/evmUtils/CHANGELOG.md b/packages/evmUtils/CHANGELOG.md index 2cd2b912b7..97045572fc 100644 --- a/packages/evmUtils/CHANGELOG.md +++ b/packages/evmUtils/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/evm-utils +## 2.5.2 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/core@2.5.2 + ## 2.5.1 ### Patch Changes diff --git a/packages/evmUtils/package.json b/packages/evmUtils/package.json index 5e6a50cc23..f5c9ea45c5 100644 --- a/packages/evmUtils/package.json +++ b/packages/evmUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/evm-utils", "author": "Moralis", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -27,6 +27,6 @@ "dependencies": { "@ethersproject/address": "^5.6.0", "@ethersproject/transactions": "^5.6.0", - "@moralisweb3/core": "^2.5.1" + "@moralisweb3/core": "^2.5.2" } } diff --git a/packages/integration/package.json b/packages/integration/package.json index 50c860bffc..e27b96e631 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -20,10 +20,10 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/core": "^2.5.1", - "@moralisweb3/evm-api": "^2.5.1", - "@moralisweb3/streams": "^2.5.1", - "@moralisweb3/evm-utils": "^2.5.1", + "@moralisweb3/core": "^2.5.2", + "@moralisweb3/evm-api": "^2.5.2", + "@moralisweb3/streams": "^2.5.2", + "@moralisweb3/evm-utils": "^2.5.2", "eventemitter3": "^4.0.7" } } diff --git a/packages/moralis/CHANGELOG.md b/packages/moralis/CHANGELOG.md index 3b724677d0..e72ca89e52 100644 --- a/packages/moralis/CHANGELOG.md +++ b/packages/moralis/CHANGELOG.md @@ -1,5 +1,19 @@ # moralis +## 2.5.2 + +### Patch Changes + +- Updated dependencies [[`d6ed8ce0`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/d6ed8ce0365c082b0e1ce15eb93be7bd6453bdb6)]: + - @moralisweb3/streams@2.5.2 + - @moralisweb3/core@2.5.2 + - @moralisweb3/auth@2.5.2 + - @moralisweb3/api-utils@2.5.2 + - @moralisweb3/evm-utils@2.5.2 + - @moralisweb3/sol-utils@2.5.2 + - @moralisweb3/evm-api@2.5.2 + - @moralisweb3/sol-api@2.5.2 + ## 2.5.1 ### Patch Changes diff --git a/packages/moralis/package.json b/packages/moralis/package.json index eff91b2344..b6daa55ffd 100644 --- a/packages/moralis/package.json +++ b/packages/moralis/package.json @@ -1,7 +1,7 @@ { "name": "moralis", "author": "Moralis", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -17,13 +17,13 @@ "dev": "tsc --watch" }, "dependencies": { - "@moralisweb3/auth": "^2.5.1", - "@moralisweb3/core": "^2.5.1", - "@moralisweb3/streams": "^2.5.1", - "@moralisweb3/api-utils": "^2.5.1", - "@moralisweb3/evm-api": "^2.5.1", - "@moralisweb3/evm-utils": "^2.5.1", - "@moralisweb3/sol-api": "^2.5.1", - "@moralisweb3/sol-utils": "^2.5.1" + "@moralisweb3/auth": "^2.5.2", + "@moralisweb3/core": "^2.5.2", + "@moralisweb3/streams": "^2.5.2", + "@moralisweb3/api-utils": "^2.5.2", + "@moralisweb3/evm-api": "^2.5.2", + "@moralisweb3/evm-utils": "^2.5.2", + "@moralisweb3/sol-api": "^2.5.2", + "@moralisweb3/sol-utils": "^2.5.2" } } diff --git a/packages/solApi/CHANGELOG.md b/packages/solApi/CHANGELOG.md index de606bc042..bf1c6706da 100644 --- a/packages/solApi/CHANGELOG.md +++ b/packages/solApi/CHANGELOG.md @@ -1,5 +1,14 @@ # @moralisweb3/sol-api +## 2.5.2 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/core@2.5.2 + - @moralisweb3/api-utils@2.5.2 + - @moralisweb3/sol-utils@2.5.2 + ## 2.5.1 ### Patch Changes diff --git a/packages/solApi/package.json b/packages/solApi/package.json index 967dd4fc79..3ed44335f9 100644 --- a/packages/solApi/package.json +++ b/packages/solApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/sol-api", "author": "Moralis", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -23,8 +23,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/api-utils": "^2.5.1", - "@moralisweb3/core": "^2.5.1", - "@moralisweb3/sol-utils": "^2.5.1" + "@moralisweb3/api-utils": "^2.5.2", + "@moralisweb3/core": "^2.5.2", + "@moralisweb3/sol-utils": "^2.5.2" } } diff --git a/packages/solUtils/CHANGELOG.md b/packages/solUtils/CHANGELOG.md index 24d6e3da8c..fd86e1d5d4 100644 --- a/packages/solUtils/CHANGELOG.md +++ b/packages/solUtils/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/sol-utils +## 2.5.2 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/core@2.5.2 + ## 2.5.1 ### Patch Changes diff --git a/packages/solUtils/package.json b/packages/solUtils/package.json index 0c6344bf07..3b09986051 100644 --- a/packages/solUtils/package.json +++ b/packages/solUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/sol-utils", "author": "Moralis", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -25,7 +25,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/core": "^2.5.1", + "@moralisweb3/core": "^2.5.2", "@solana/web3.js": "^1.56.2" } } diff --git a/packages/streams/CHANGELOG.md b/packages/streams/CHANGELOG.md index 25a71080ab..c1e41f7483 100644 --- a/packages/streams/CHANGELOG.md +++ b/packages/streams/CHANGELOG.md @@ -1,5 +1,16 @@ # @moralisweb3/streams +## 2.5.2 + +### Patch Changes + +- [#687](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/687) [`d6ed8ce0`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/d6ed8ce0365c082b0e1ce15eb93be7bd6453bdb6) Thanks [@locothedev](https://github.com/locothedev)! - update base url + +- Updated dependencies []: + - @moralisweb3/core@2.5.2 + - @moralisweb3/api-utils@2.5.2 + - @moralisweb3/evm-utils@2.5.2 + ## 2.5.1 ### Patch Changes diff --git a/packages/streams/package.json b/packages/streams/package.json index 9d66036117..de8659dfaa 100644 --- a/packages/streams/package.json +++ b/packages/streams/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/streams", "author": "Moralis", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -29,9 +29,9 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/api-utils": "^2.5.1", - "@moralisweb3/core": "^2.5.1", - "@moralisweb3/evm-utils": "^2.5.1", + "@moralisweb3/api-utils": "^2.5.2", + "@moralisweb3/core": "^2.5.2", + "@moralisweb3/evm-utils": "^2.5.2", "web3-eth-abi": "^1.8.0", "ethereumjs-util": "^7.1.0" }