From ff95d5d6d81e065cd491aab655549781ab097d7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Apr 2024 11:53:27 +0000 Subject: [PATCH] Version Packages --- .changeset/pink-pianos-nail.md | 7 - .changeset/popular-turkeys-knock.md | 7 - .changeset/rich-ads-lay.md | 7 - demos/cli-cjs/package.json | 2 +- demos/cli-esm/package.json | 2 +- demos/cli/package.json | 2 +- demos/client-webpack/package.json | 2 +- demos/express-proxy/package.json | 4 +- demos/firebase-auth-ext/hosting/package.json | 6 +- demos/firebase-nextjs/hosting/package.json | 4 +- demos/firebase-proxy/functions/package.json | 2 +- demos/moralis-stream/package.json | 4 +- demos/nextjs/package.json | 4 +- demos/parse-server-migration/package.json | 6 +- demos/parse-server/package.json | 4 +- demos/streams-webhook/package.json | 2 +- demos/supabase-auth/package.json | 4 +- demos/webpack/package.json | 2 +- packages/apiGenerator/CHANGELOG.md | 8 + packages/apiGenerator/package.json | 2 +- packages/apiUtils/CHANGELOG.md | 8 + packages/apiUtils/package.json | 8 +- packages/aptosApi/CHANGELOG.md | 9 + packages/aptosApi/package.json | 8 +- packages/auth/CHANGELOG.md | 12 + packages/auth/package.json | 14 +- packages/client/apiUtils/CHANGELOG.md | 7 + packages/client/apiUtils/package.json | 4 +- packages/client/evmApi/CHANGELOG.md | 9 + packages/client/evmApi/package.json | 8 +- packages/client/firebaseApiUtils/CHANGELOG.md | 8 + packages/client/firebaseApiUtils/package.json | 6 +- .../client/firebaseAuthUtils/CHANGELOG.md | 2 + .../client/firebaseAuthUtils/package.json | 2 +- packages/client/firebaseEvmApi/CHANGELOG.md | 10 + packages/client/firebaseEvmApi/package.json | 10 +- packages/client/firebaseEvmAuth/CHANGELOG.md | 7 + packages/client/firebaseEvmAuth/package.json | 4 +- packages/client/firebaseSolApi/CHANGELOG.md | 10 + packages/client/firebaseSolApi/package.json | 10 +- packages/client/firebaseSolAuth/CHANGELOG.md | 7 + packages/client/firebaseSolAuth/package.json | 4 +- packages/client/solApi/CHANGELOG.md | 9 + packages/client/solApi/package.json | 8 +- packages/codegen/CHANGELOG.md | 2 + packages/codegen/package.json | 2 +- packages/common/aptosUtils/CHANGELOG.md | 7 + packages/common/aptosUtils/package.json | 4 +- packages/common/authUtils/CHANGELOG.md | 10 + packages/common/authUtils/package.json | 10 +- packages/common/core/CHANGELOG.md | 2 + packages/common/core/package.json | 2 +- packages/common/evmUtils/CHANGELOG.md | 15 + packages/common/evmUtils/package.json | 4 +- packages/common/solUtils/CHANGELOG.md | 7 + packages/common/solUtils/package.json | 4 +- packages/common/streamsUtils/CHANGELOG.md | 9 + packages/common/streamsUtils/package.json | 8 +- packages/evmApi/CHANGELOG.md | 17 ++ packages/evmApi/package.json | 8 +- packages/evmUtils/CHANGELOG.md | 7 + packages/evmUtils/package.json | 4 +- packages/moralis/CHANGELOG.md | 22 ++ packages/moralis/package.json | 26 +- packages/next/CHANGELOG.md | 13 + packages/next/package.json | 16 +- packages/parseServer/CHANGELOG.md | 10 + packages/parseServer/package.json | 10 +- packages/react/CHANGELOG.md | 14 + packages/react/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 | 10 + packages/streams/package.json | 12 +- packages/testUtils/CHANGELOG.md | 2 + packages/testUtils/package.json | 2 +- yarn.lock | 264 +++++++++--------- 79 files changed, 541 insertions(+), 293 deletions(-) delete mode 100644 .changeset/pink-pianos-nail.md delete mode 100644 .changeset/popular-turkeys-knock.md delete mode 100644 .changeset/rich-ads-lay.md diff --git a/.changeset/pink-pianos-nail.md b/.changeset/pink-pianos-nail.md deleted file mode 100644 index 0605f08322..0000000000 --- a/.changeset/pink-pianos-nail.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@moralisweb3/common-evm-utils': minor -'@moralisweb3/api-generator': minor -'@moralisweb3/evm-api': minor ---- - -The `toJSON` method of the `EvmInternalTransaction` class returns now the same format as the API (names with underscores). diff --git a/.changeset/popular-turkeys-knock.md b/.changeset/popular-turkeys-knock.md deleted file mode 100644 index 0827eea727..0000000000 --- a/.changeset/popular-turkeys-knock.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@moralisweb3/common-evm-utils': minor -'@moralisweb3/api-generator': minor -'@moralisweb3/evm-api': minor ---- - -The `address` property of the `EvmWalletActiveChains` has `EvmAddress` type now. diff --git a/.changeset/rich-ads-lay.md b/.changeset/rich-ads-lay.md deleted file mode 100644 index 3114a2267c..0000000000 --- a/.changeset/rich-ads-lay.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@moralisweb3/common-evm-utils': minor -'@moralisweb3/evm-api': minor -'moralis': minor ---- - -Added the `getWalletHistory` method to the EVM API. diff --git a/demos/cli-cjs/package.json b/demos/cli-cjs/package.json index 7f91271104..fe2dbf98d4 100644 --- a/demos/cli-cjs/package.json +++ b/demos/cli-cjs/package.json @@ -8,7 +8,7 @@ "test:e2e": "yarn run start" }, "dependencies": { - "moralis": "^2.25.4" + "moralis": "^2.26.0" }, "devDependencies": { "dotenv": "^16.0.3" diff --git a/demos/cli-esm/package.json b/demos/cli-esm/package.json index 47d74a69dd..6e71cc701e 100644 --- a/demos/cli-esm/package.json +++ b/demos/cli-esm/package.json @@ -9,7 +9,7 @@ "test:e2e": "yarn run start" }, "dependencies": { - "moralis": "^2.25.4" + "moralis": "^2.26.0" }, "devDependencies": { "dotenv": "^16.0.3" diff --git a/demos/cli/package.json b/demos/cli/package.json index e4b3161990..f9386f905f 100644 --- a/demos/cli/package.json +++ b/demos/cli/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "dotenv": "^16.0.1", - "moralis": "^2.25.4" + "moralis": "^2.26.0" }, "devDependencies": { "@moralisweb3/eslint-config": "^1.0.3", diff --git a/demos/client-webpack/package.json b/demos/client-webpack/package.json index 7fbcbd052d..3b22c1cf8f 100644 --- a/demos/client-webpack/package.json +++ b/demos/client-webpack/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "dotenv": "^16.0.3", - "moralis": "^2.25.4" + "moralis": "^2.26.0" }, "devDependencies": { "http-server": "^14.1.1", diff --git a/demos/express-proxy/package.json b/demos/express-proxy/package.json index 68ad5105f0..bcc709b8e6 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/common-core": "^2.25.4", + "@moralisweb3/common-core": "^2.26.0", "cors": "^2.8.5", "dotenv": "^16.0.1", "envalid": "7.3.1", "express": "^4.18.2", "express-rate-limit": "^6.7.0", - "moralis": "^2.25.4", + "moralis": "^2.26.0", "redis": "^4.2.0" }, "devDependencies": { diff --git a/demos/firebase-auth-ext/hosting/package.json b/demos/firebase-auth-ext/hosting/package.json index 5af1d993c7..a468aacfc4 100644 --- a/demos/firebase-auth-ext/hosting/package.json +++ b/demos/firebase-auth-ext/hosting/package.json @@ -4,9 +4,9 @@ "private": true, "dependencies": { "@ethersproject/providers": "^5.7.2", - "@moralisweb3/client-firebase-auth-utils": "^2.25.4", - "@moralisweb3/client-firebase-evm-auth": "^2.25.4", - "@moralisweb3/client-firebase-sol-auth": "^2.25.4", + "@moralisweb3/client-firebase-auth-utils": "^2.26.0", + "@moralisweb3/client-firebase-evm-auth": "^2.26.0", + "@moralisweb3/client-firebase-sol-auth": "^2.26.0", "@walletconnect/web3-provider": "^1.8.0", "assert": "^2.0.0", "buffer": "^6.0.3", diff --git a/demos/firebase-nextjs/hosting/package.json b/demos/firebase-nextjs/hosting/package.json index 384a6888bd..97ab0b5603 100644 --- a/demos/firebase-nextjs/hosting/package.json +++ b/demos/firebase-nextjs/hosting/package.json @@ -10,8 +10,8 @@ "lint": "next lint" }, "dependencies": { - "@moralisweb3/client-firebase-auth-utils": "^2.25.4", - "@moralisweb3/client-firebase-evm-auth": "^2.25.4", + "@moralisweb3/client-firebase-auth-utils": "^2.26.0", + "@moralisweb3/client-firebase-evm-auth": "^2.26.0", "@next/font": "13.1.2", "@types/node": "^18.11.18", "@types/react": "18.0.26", diff --git a/demos/firebase-proxy/functions/package.json b/demos/firebase-proxy/functions/package.json index e5d9acd4af..97b153c788 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.25.4" + "moralis": "^2.26.0" }, "devDependencies": { "@firebase/app-types": "^0.7.0", diff --git a/demos/moralis-stream/package.json b/demos/moralis-stream/package.json index 2b1cc94e78..e58dd2c2b1 100644 --- a/demos/moralis-stream/package.json +++ b/demos/moralis-stream/package.json @@ -4,12 +4,12 @@ "main": "dist/index.js", "private": true, "dependencies": { - "@moralisweb3/common-core": "^2.25.4", + "@moralisweb3/common-core": "^2.26.0", "cors": "^2.8.5", "dotenv": "^16.0.1", "envalid": "7.3.1", "express": "^4.18.1", - "moralis": "^2.25.4", + "moralis": "^2.26.0", "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 3e54546b50..e1f12c80a3 100644 --- a/demos/nextjs/package.json +++ b/demos/nextjs/package.json @@ -9,10 +9,10 @@ "lint": "eslint --ext .js,.ts ." }, "dependencies": { - "@moralisweb3/next": "^2.25.4", + "@moralisweb3/next": "^2.26.0", "axios": "^1.2.1", "ethers": "^5.7.2", - "moralis": "^2.25.4", + "moralis": "^2.26.0", "next": "12.2.5", "next-auth": "4.20.1", "react": "^18.2.0", diff --git a/demos/parse-server-migration/package.json b/demos/parse-server-migration/package.json index 1ba9ddedc2..92a80ae5c4 100644 --- a/demos/parse-server-migration/package.json +++ b/demos/parse-server-migration/package.json @@ -5,8 +5,8 @@ "private": true, "dependencies": { "@codemirror/language": "^0.20.0", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/parse-server": "2.25.4", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/parse-server": "2.26.0", "cors": "^2.8.5", "dotenv": "^16.0.1", "envalid": "7.3.1", @@ -14,7 +14,7 @@ "express-rate-limit": "^6.5.1", "graphql": "^16.6.0", "graphql-ws": "^5.10.1", - "moralis": "^2.25.4", + "moralis": "^2.26.0", "ngrok": "^4.3.3", "parse-server": "^5.4.0" }, diff --git a/demos/parse-server/package.json b/demos/parse-server/package.json index 50be029599..7e63ec6e66 100644 --- a/demos/parse-server/package.json +++ b/demos/parse-server/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "@codemirror/language": "^0.20.0", - "@moralisweb3/common-core": "^2.25.4", + "@moralisweb3/common-core": "^2.26.0", "cors": "^2.8.5", "dotenv": "^16.0.1", "envalid": "7.3.1", @@ -13,7 +13,7 @@ "express-rate-limit": "^6.5.1", "graphql": "^16.6.0", "graphql-ws": "^5.10.1", - "moralis": "^2.25.4", + "moralis": "^2.26.0", "parse-dashboard": "^4.1.4", "parse-server": "^5.4.0" }, diff --git a/demos/streams-webhook/package.json b/demos/streams-webhook/package.json index 28afb98c8e..c32b3111bb 100644 --- a/demos/streams-webhook/package.json +++ b/demos/streams-webhook/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "dotenv": "^16.0.1", - "moralis": "^2.25.4" + "moralis": "^2.26.0" }, "devDependencies": { "ngrok": "^4.3.3" diff --git a/demos/supabase-auth/package.json b/demos/supabase-auth/package.json index 7ace4fe656..5aaa23ebb1 100644 --- a/demos/supabase-auth/package.json +++ b/demos/supabase-auth/package.json @@ -4,14 +4,14 @@ "main": "dist/index.js", "private": true, "dependencies": { - "@moralisweb3/common-core": "^2.25.4", + "@moralisweb3/common-core": "^2.26.0", "@supabase/supabase-js": "^1.35.4", "cors": "^2.8.5", "dotenv": "^16.0.1", "envalid": "7.3.1", "express": "^4.18.1", "jsonwebtoken": "^9.0.0", - "moralis": "^2.25.4", + "moralis": "^2.26.0", "uuid": "^9.0.0" }, "devDependencies": { diff --git a/demos/webpack/package.json b/demos/webpack/package.json index f2fbfc9e22..ed35428d8e 100644 --- a/demos/webpack/package.json +++ b/demos/webpack/package.json @@ -12,7 +12,7 @@ "test:cypress": "cypress run --browser chrome --headless" }, "dependencies": { - "moralis": "^2.25.4" + "moralis": "^2.26.0" }, "devDependencies": { "cypress": "^12.8.0", diff --git a/packages/apiGenerator/CHANGELOG.md b/packages/apiGenerator/CHANGELOG.md index 04c142f718..8404935dac 100644 --- a/packages/apiGenerator/CHANGELOG.md +++ b/packages/apiGenerator/CHANGELOG.md @@ -1,5 +1,13 @@ # @moralisweb3/api-generator +## 2.26.0 + +### Minor Changes + +- [#1194](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/1194) [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df) Thanks [@b4rtaz](https://github.com/b4rtaz)! - The `toJSON` method of the `EvmInternalTransaction` class returns now the same format as the API (names with underscores). + +- [#1194](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/1194) [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df) Thanks [@b4rtaz](https://github.com/b4rtaz)! - The `address` property of the `EvmWalletActiveChains` has `EvmAddress` type now. + ## 2.25.4 ## 2.25.3 diff --git a/packages/apiGenerator/package.json b/packages/apiGenerator/package.json index d6484a2844..14b3b03854 100644 --- a/packages/apiGenerator/package.json +++ b/packages/apiGenerator/package.json @@ -18,5 +18,5 @@ "ts-node": "^10.9.1", "typescript": "^4.9.4" }, - "version": "2.25.4" + "version": "2.26.0" } diff --git a/packages/apiUtils/CHANGELOG.md b/packages/apiUtils/CHANGELOG.md index d85d542b1f..f1d10b2631 100644 --- a/packages/apiUtils/CHANGELOG.md +++ b/packages/apiUtils/CHANGELOG.md @@ -1,5 +1,13 @@ # @moralisweb3/api-utils +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/apiUtils/package.json b/packages/apiUtils/package.json index dd57b93eee..82c25bef18 100644 --- a/packages/apiUtils/package.json +++ b/packages/apiUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/api-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -38,7 +38,7 @@ "dev": "tsc --watch" }, "devDependencies": { - "@moralisweb3/common-evm-utils": "^2.25.4", + "@moralisweb3/common-evm-utils": "^2.26.0", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "jest": "^29.5.0", @@ -49,8 +49,8 @@ "rollup-plugin-typescript2": "^0.34.1" }, "dependencies": { - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-evm-utils": "^2.25.4", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-evm-utils": "^2.26.0", "axios": "^1.2.1" } } diff --git a/packages/aptosApi/CHANGELOG.md b/packages/aptosApi/CHANGELOG.md index 0cb4542b0c..862c4ca588 100644 --- a/packages/aptosApi/CHANGELOG.md +++ b/packages/aptosApi/CHANGELOG.md @@ -1,5 +1,14 @@ # @moralisweb3/aptos-api +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/api-utils@2.26.0 + - @moralisweb3/common-aptos-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/aptosApi/package.json b/packages/aptosApi/package.json index c1f29fa813..d026d07f91 100644 --- a/packages/aptosApi/package.json +++ b/packages/aptosApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/aptos-api", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -43,9 +43,9 @@ "typescript": "^4.9.3" }, "dependencies": { - "@moralisweb3/api-utils": "^2.25.4", - "@moralisweb3/common-aptos-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4" + "@moralisweb3/api-utils": "^2.26.0", + "@moralisweb3/common-aptos-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0" }, "typedoc": { "entryPoint": "./src/index.ts" diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 54d755a20a..802b6d27ea 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,17 @@ # @moralisweb3/auth +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + - @moralisweb3/api-utils@2.26.0 + - @moralisweb3/common-aptos-utils@2.26.0 + - @moralisweb3/common-auth-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + - @moralisweb3/common-sol-utils@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 14a28a2353..bc87afef6a 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/auth", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -49,11 +49,11 @@ "rollup-plugin-typescript2": "^0.34.1" }, "dependencies": { - "@moralisweb3/api-utils": "^2.25.4", - "@moralisweb3/common-aptos-utils": "^2.25.4", - "@moralisweb3/common-auth-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-evm-utils": "^2.25.4", - "@moralisweb3/common-sol-utils": "^2.25.4" + "@moralisweb3/api-utils": "^2.26.0", + "@moralisweb3/common-aptos-utils": "^2.26.0", + "@moralisweb3/common-auth-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-evm-utils": "^2.26.0", + "@moralisweb3/common-sol-utils": "^2.26.0" } } diff --git a/packages/client/apiUtils/CHANGELOG.md b/packages/client/apiUtils/CHANGELOG.md index 309f461132..9eb2c1e056 100644 --- a/packages/client/apiUtils/CHANGELOG.md +++ b/packages/client/apiUtils/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/client-api-utils +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/client/apiUtils/package.json b/packages/client/apiUtils/package.json index 4f6be4e742..420866aec4 100644 --- a/packages/client/apiUtils/package.json +++ b/packages/client/apiUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/client-api-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -22,6 +22,6 @@ "dev": "tsc --watch" }, "dependencies": { - "@moralisweb3/common-core": "^2.25.4" + "@moralisweb3/common-core": "^2.26.0" } } diff --git a/packages/client/evmApi/CHANGELOG.md b/packages/client/evmApi/CHANGELOG.md index a7936913c4..f8dbe2ca71 100644 --- a/packages/client/evmApi/CHANGELOG.md +++ b/packages/client/evmApi/CHANGELOG.md @@ -1,5 +1,14 @@ # @moralisweb3/client-evm-api +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + - @moralisweb3/client-api-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/client/evmApi/package.json b/packages/client/evmApi/package.json index 077d630713..957ac61a0b 100644 --- a/packages/client/evmApi/package.json +++ b/packages/client/evmApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/client-evm-api", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -23,8 +23,8 @@ "gen:client": "node ../apiUtils/scripts/generate-client.js ./src/generated/ClientEvmApi.ts @moralisweb3/common-evm-utils" }, "dependencies": { - "@moralisweb3/client-api-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-evm-utils": "^2.25.4" + "@moralisweb3/client-api-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-evm-utils": "^2.26.0" } } diff --git a/packages/client/firebaseApiUtils/CHANGELOG.md b/packages/client/firebaseApiUtils/CHANGELOG.md index a2b7910032..1e67cf2376 100644 --- a/packages/client/firebaseApiUtils/CHANGELOG.md +++ b/packages/client/firebaseApiUtils/CHANGELOG.md @@ -1,5 +1,13 @@ # @moralisweb3/client-firebase-api-utils +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/client-api-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/client/firebaseApiUtils/package.json b/packages/client/firebaseApiUtils/package.json index bb427b66e2..1b0fd53682 100644 --- a/packages/client/firebaseApiUtils/package.json +++ b/packages/client/firebaseApiUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/client-firebase-api-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "private": true, "main": "./lib/index.js", @@ -17,8 +17,8 @@ "dev": "tsc --watch" }, "dependencies": { - "@moralisweb3/client-api-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", + "@moralisweb3/client-api-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", "firebase": "^9.15.0" } } diff --git a/packages/client/firebaseAuthUtils/CHANGELOG.md b/packages/client/firebaseAuthUtils/CHANGELOG.md index a66340eea4..c93a0639ea 100644 --- a/packages/client/firebaseAuthUtils/CHANGELOG.md +++ b/packages/client/firebaseAuthUtils/CHANGELOG.md @@ -1,5 +1,7 @@ # @moralisweb3/client-firebase-auth-utils +## 2.26.0 + ## 2.25.4 ## 2.25.3 diff --git a/packages/client/firebaseAuthUtils/package.json b/packages/client/firebaseAuthUtils/package.json index dc96ff97d5..f964766624 100644 --- a/packages/client/firebaseAuthUtils/package.json +++ b/packages/client/firebaseAuthUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/client-firebase-auth-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/client/firebaseEvmApi/CHANGELOG.md b/packages/client/firebaseEvmApi/CHANGELOG.md index 792697b71a..0cc52726fb 100644 --- a/packages/client/firebaseEvmApi/CHANGELOG.md +++ b/packages/client/firebaseEvmApi/CHANGELOG.md @@ -1,5 +1,15 @@ # @moralisweb3/client-firebase-evm-api +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + - @moralisweb3/client-evm-api@2.26.0 + - @moralisweb3/client-firebase-api-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/client/firebaseEvmApi/package.json b/packages/client/firebaseEvmApi/package.json index 7f7cae8008..fc758c4b33 100644 --- a/packages/client/firebaseEvmApi/package.json +++ b/packages/client/firebaseEvmApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/client-firebase-evm-api", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "private": true, "main": "./lib/index.js", @@ -17,10 +17,10 @@ "dev": "tsc --watch" }, "dependencies": { - "@moralisweb3/client-evm-api": "^2.25.4", - "@moralisweb3/client-firebase-api-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-evm-utils": "^2.25.4", + "@moralisweb3/client-evm-api": "^2.26.0", + "@moralisweb3/client-firebase-api-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-evm-utils": "^2.26.0", "firebase": "^9.15.0" } } diff --git a/packages/client/firebaseEvmAuth/CHANGELOG.md b/packages/client/firebaseEvmAuth/CHANGELOG.md index a0a340a635..6048e49eaf 100644 --- a/packages/client/firebaseEvmAuth/CHANGELOG.md +++ b/packages/client/firebaseEvmAuth/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/client-firebase-evm-auth +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/client-firebase-auth-utils@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/client/firebaseEvmAuth/package.json b/packages/client/firebaseEvmAuth/package.json index 2aa2a65f44..fdffc67878 100644 --- a/packages/client/firebaseEvmAuth/package.json +++ b/packages/client/firebaseEvmAuth/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/client-firebase-evm-auth", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -18,7 +18,7 @@ "dependencies": { "@ethersproject/providers": "^5.7.2", "@metamask/detect-provider": "^2.0.0", - "@moralisweb3/client-firebase-auth-utils": "^2.25.4", + "@moralisweb3/client-firebase-auth-utils": "^2.26.0", "firebase": "^9.15.0" } } diff --git a/packages/client/firebaseSolApi/CHANGELOG.md b/packages/client/firebaseSolApi/CHANGELOG.md index 32b9ac0bc4..c17b6ae1b4 100644 --- a/packages/client/firebaseSolApi/CHANGELOG.md +++ b/packages/client/firebaseSolApi/CHANGELOG.md @@ -1,5 +1,15 @@ # @moralisweb3/client-firebase-sol-api +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/client-firebase-api-utils@2.26.0 + - @moralisweb3/client-sol-api@2.26.0 + - @moralisweb3/common-core@2.26.0 + - @moralisweb3/common-sol-utils@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/client/firebaseSolApi/package.json b/packages/client/firebaseSolApi/package.json index b205b08676..0b0186e85c 100644 --- a/packages/client/firebaseSolApi/package.json +++ b/packages/client/firebaseSolApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/client-firebase-sol-api", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "private": true, "main": "./lib/index.js", @@ -17,10 +17,10 @@ "dev": "tsc --watch" }, "dependencies": { - "@moralisweb3/client-firebase-api-utils": "^2.25.4", - "@moralisweb3/client-sol-api": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-sol-utils": "^2.25.4", + "@moralisweb3/client-firebase-api-utils": "^2.26.0", + "@moralisweb3/client-sol-api": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-sol-utils": "^2.26.0", "firebase": "^9.15.0" } } diff --git a/packages/client/firebaseSolAuth/CHANGELOG.md b/packages/client/firebaseSolAuth/CHANGELOG.md index ead43f42be..9b36c5dd11 100644 --- a/packages/client/firebaseSolAuth/CHANGELOG.md +++ b/packages/client/firebaseSolAuth/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/client-firebase-sol-auth +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/client-firebase-auth-utils@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/client/firebaseSolAuth/package.json b/packages/client/firebaseSolAuth/package.json index d549e83810..2c94308085 100644 --- a/packages/client/firebaseSolAuth/package.json +++ b/packages/client/firebaseSolAuth/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/client-firebase-sol-auth", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -16,7 +16,7 @@ "dev": "tsc --watch" }, "dependencies": { - "@moralisweb3/client-firebase-auth-utils": "^2.25.4", + "@moralisweb3/client-firebase-auth-utils": "^2.26.0", "bs58": "^5.0.0", "firebase": "^9.15.0" } diff --git a/packages/client/solApi/CHANGELOG.md b/packages/client/solApi/CHANGELOG.md index c71fc2afcb..9b41dc66ba 100644 --- a/packages/client/solApi/CHANGELOG.md +++ b/packages/client/solApi/CHANGELOG.md @@ -1,5 +1,14 @@ # @moralisweb3/client-sol-api +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/client-api-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + - @moralisweb3/common-sol-utils@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/client/solApi/package.json b/packages/client/solApi/package.json index 147aa60958..bcb2109b49 100644 --- a/packages/client/solApi/package.json +++ b/packages/client/solApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/client-sol-api", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -23,8 +23,8 @@ "gen:client": "node ../apiUtils/scripts/generate-client.js ./src/generated/ClientSolApi.ts @moralisweb3/common-sol-utils" }, "dependencies": { - "@moralisweb3/client-api-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-sol-utils": "^2.25.4" + "@moralisweb3/client-api-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-sol-utils": "^2.26.0" } } diff --git a/packages/codegen/CHANGELOG.md b/packages/codegen/CHANGELOG.md index 263222e6d9..0c5a5ebba7 100644 --- a/packages/codegen/CHANGELOG.md +++ b/packages/codegen/CHANGELOG.md @@ -1,5 +1,7 @@ # @moralisweb3/codegen +## 2.26.0 + ## 2.25.4 ## 2.25.3 diff --git a/packages/codegen/package.json b/packages/codegen/package.json index 05cf52a937..d6eac2614e 100644 --- a/packages/codegen/package.json +++ b/packages/codegen/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/codegen", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "private": true, "sideEffects": false, diff --git a/packages/common/aptosUtils/CHANGELOG.md b/packages/common/aptosUtils/CHANGELOG.md index 25675b8ad1..728a13fb69 100644 --- a/packages/common/aptosUtils/CHANGELOG.md +++ b/packages/common/aptosUtils/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/aptos-utils +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/common/aptosUtils/package.json b/packages/common/aptosUtils/package.json index 94795d1333..9faae2b566 100644 --- a/packages/common/aptosUtils/package.json +++ b/packages/common/aptosUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/common-aptos-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -53,7 +53,7 @@ "rollup-plugin-typescript2": "^0.34.1" }, "dependencies": { - "@moralisweb3/common-core": "^2.25.4", + "@moralisweb3/common-core": "^2.26.0", "@noble/hashes": "^1.2.0" } } diff --git a/packages/common/authUtils/CHANGELOG.md b/packages/common/authUtils/CHANGELOG.md index 29a6b8cfd5..362134fd57 100644 --- a/packages/common/authUtils/CHANGELOG.md +++ b/packages/common/authUtils/CHANGELOG.md @@ -1,5 +1,15 @@ # @moralisweb3/common-auth-utils +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + - @moralisweb3/common-aptos-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + - @moralisweb3/common-sol-utils@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/common/authUtils/package.json b/packages/common/authUtils/package.json index 9256aabf02..146e3eaecd 100644 --- a/packages/common/authUtils/package.json +++ b/packages/common/authUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/common-auth-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -55,10 +55,10 @@ }, "dependencies": { "@ethersproject/abi": "^5.7.0", - "@moralisweb3/common-aptos-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-evm-utils": "^2.25.4", - "@moralisweb3/common-sol-utils": "^2.25.4", + "@moralisweb3/common-aptos-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-evm-utils": "^2.26.0", + "@moralisweb3/common-sol-utils": "^2.26.0", "@moralisweb3/streams-typings": "^1.0.6" } } diff --git a/packages/common/core/CHANGELOG.md b/packages/common/core/CHANGELOG.md index 2874c311be..51c120f299 100644 --- a/packages/common/core/CHANGELOG.md +++ b/packages/common/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @moralisweb3/core +## 2.26.0 + ## 2.25.4 ## 2.25.3 diff --git a/packages/common/core/package.json b/packages/common/core/package.json index 7eacd23254..f972e4b91d 100644 --- a/packages/common/core/package.json +++ b/packages/common/core/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/common-core", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", diff --git a/packages/common/evmUtils/CHANGELOG.md b/packages/common/evmUtils/CHANGELOG.md index 7c379edd7d..7f96ff718c 100644 --- a/packages/common/evmUtils/CHANGELOG.md +++ b/packages/common/evmUtils/CHANGELOG.md @@ -1,5 +1,20 @@ # @moralisweb3/evm-utils +## 2.26.0 + +### Minor Changes + +- [#1194](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/1194) [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df) Thanks [@b4rtaz](https://github.com/b4rtaz)! - The `toJSON` method of the `EvmInternalTransaction` class returns now the same format as the API (names with underscores). + +- [#1194](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/1194) [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df) Thanks [@b4rtaz](https://github.com/b4rtaz)! - The `address` property of the `EvmWalletActiveChains` has `EvmAddress` type now. + +- [#1194](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/1194) [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df) Thanks [@b4rtaz](https://github.com/b4rtaz)! - Added the `getWalletHistory` method to the EVM API. + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/common/evmUtils/package.json b/packages/common/evmUtils/package.json index 4586c00f2f..ceb8961655 100644 --- a/packages/common/evmUtils/package.json +++ b/packages/common/evmUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/common-evm-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -57,6 +57,6 @@ "@ethersproject/address": "^5.7.0", "@ethersproject/bytes": "^5.7.0", "@ethersproject/transactions": "^5.7.0", - "@moralisweb3/common-core": "^2.25.4" + "@moralisweb3/common-core": "^2.26.0" } } diff --git a/packages/common/solUtils/CHANGELOG.md b/packages/common/solUtils/CHANGELOG.md index 035b67c20a..6af0ce895d 100644 --- a/packages/common/solUtils/CHANGELOG.md +++ b/packages/common/solUtils/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/sol-utils +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/common/solUtils/package.json b/packages/common/solUtils/package.json index b079339f7e..9755a863c4 100644 --- a/packages/common/solUtils/package.json +++ b/packages/common/solUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/common-sol-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -54,7 +54,7 @@ "rollup-plugin-typescript2": "^0.34.1" }, "dependencies": { - "@moralisweb3/common-core": "^2.25.4", + "@moralisweb3/common-core": "^2.26.0", "bn.js": "^5.2.1", "bs58": "^5.0.0", "buffer": "^6.0.3" diff --git a/packages/common/streamsUtils/CHANGELOG.md b/packages/common/streamsUtils/CHANGELOG.md index 762cc1e6ec..77822b340e 100644 --- a/packages/common/streamsUtils/CHANGELOG.md +++ b/packages/common/streamsUtils/CHANGELOG.md @@ -1,5 +1,14 @@ # @moralisweb3/common-streams-utils +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + - @moralisweb3/common-aptos-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/common/streamsUtils/package.json b/packages/common/streamsUtils/package.json index 02ae2baad4..2ce38919b6 100644 --- a/packages/common/streamsUtils/package.json +++ b/packages/common/streamsUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/common-streams-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -56,9 +56,9 @@ }, "dependencies": { "@ethersproject/abi": "^5.7.0", - "@moralisweb3/common-aptos-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-evm-utils": "^2.25.4", + "@moralisweb3/common-aptos-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-evm-utils": "^2.26.0", "@moralisweb3/streams-typings": "^1.0.7" } } diff --git a/packages/evmApi/CHANGELOG.md b/packages/evmApi/CHANGELOG.md index 8bef9399a7..7d58518bb7 100644 --- a/packages/evmApi/CHANGELOG.md +++ b/packages/evmApi/CHANGELOG.md @@ -1,5 +1,22 @@ # @moralisweb3/evm-api +## 2.26.0 + +### Minor Changes + +- [#1194](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/1194) [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df) Thanks [@b4rtaz](https://github.com/b4rtaz)! - The `toJSON` method of the `EvmInternalTransaction` class returns now the same format as the API (names with underscores). + +- [#1194](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/1194) [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df) Thanks [@b4rtaz](https://github.com/b4rtaz)! - The `address` property of the `EvmWalletActiveChains` has `EvmAddress` type now. + +- [#1194](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/1194) [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df) Thanks [@b4rtaz](https://github.com/b4rtaz)! - Added the `getWalletHistory` method to the EVM API. + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + - @moralisweb3/api-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/evmApi/package.json b/packages/evmApi/package.json index 425aae3008..a10f111e36 100644 --- a/packages/evmApi/package.json +++ b/packages/evmApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/evm-api", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -53,8 +53,8 @@ "rollup-plugin-typescript2": "^0.34.1" }, "dependencies": { - "@moralisweb3/api-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-evm-utils": "^2.25.4" + "@moralisweb3/api-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-evm-utils": "^2.26.0" } } diff --git a/packages/evmUtils/CHANGELOG.md b/packages/evmUtils/CHANGELOG.md index c6be566955..126f7796d0 100644 --- a/packages/evmUtils/CHANGELOG.md +++ b/packages/evmUtils/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/evm-utils +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/evmUtils/package.json b/packages/evmUtils/package.json index 60e646c60b..e609f39349 100644 --- a/packages/evmUtils/package.json +++ b/packages/evmUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/evm-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -34,7 +34,7 @@ "build": "rollup -c" }, "dependencies": { - "@moralisweb3/common-evm-utils": "^2.25.4" + "@moralisweb3/common-evm-utils": "^2.26.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", diff --git a/packages/moralis/CHANGELOG.md b/packages/moralis/CHANGELOG.md index 02a4cd7b16..65448b1994 100644 --- a/packages/moralis/CHANGELOG.md +++ b/packages/moralis/CHANGELOG.md @@ -1,5 +1,27 @@ # moralis +## 2.26.0 + +### Minor Changes + +- [#1194](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/1194) [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df) Thanks [@b4rtaz](https://github.com/b4rtaz)! - Added the `getWalletHistory` method to the EVM API. + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + - @moralisweb3/evm-api@2.26.0 + - @moralisweb3/api-utils@2.26.0 + - @moralisweb3/aptos-api@2.26.0 + - @moralisweb3/auth@2.26.0 + - @moralisweb3/common-aptos-utils@2.26.0 + - @moralisweb3/common-auth-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + - @moralisweb3/common-sol-utils@2.26.0 + - @moralisweb3/common-streams-utils@2.26.0 + - @moralisweb3/sol-api@2.26.0 + - @moralisweb3/streams@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/moralis/package.json b/packages/moralis/package.json index f31765321a..cd198d61bf 100644 --- a/packages/moralis/package.json +++ b/packages/moralis/package.json @@ -1,7 +1,7 @@ { "name": "moralis", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "description": "Moralis SDK for JavaScript and TypeScript", "keywords": [ @@ -169,18 +169,18 @@ } }, "dependencies": { - "@moralisweb3/api-utils": "^2.25.4", - "@moralisweb3/aptos-api": "^2.25.4", - "@moralisweb3/auth": "^2.25.4", - "@moralisweb3/common-aptos-utils": "^2.25.4", - "@moralisweb3/common-auth-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-evm-utils": "^2.25.4", - "@moralisweb3/common-sol-utils": "^2.25.4", - "@moralisweb3/common-streams-utils": "^2.25.4", - "@moralisweb3/evm-api": "^2.25.4", - "@moralisweb3/sol-api": "^2.25.4", - "@moralisweb3/streams": "^2.25.4", + "@moralisweb3/api-utils": "^2.26.0", + "@moralisweb3/aptos-api": "^2.26.0", + "@moralisweb3/auth": "^2.26.0", + "@moralisweb3/common-aptos-utils": "^2.26.0", + "@moralisweb3/common-auth-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-evm-utils": "^2.26.0", + "@moralisweb3/common-sol-utils": "^2.26.0", + "@moralisweb3/common-streams-utils": "^2.26.0", + "@moralisweb3/evm-api": "^2.26.0", + "@moralisweb3/sol-api": "^2.26.0", + "@moralisweb3/streams": "^2.26.0", "@moralisweb3/streams-typings": "^1.0.7" }, "devDependencies": { diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index fa7eb6bbc3..8053448d40 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,18 @@ # @moralisweb3/next +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/evm-api@2.26.0 + - moralis@2.26.0 + - @moralisweb3/api-utils@2.26.0 + - @moralisweb3/auth@2.26.0 + - @moralisweb3/common-auth-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + - @moralisweb3/sol-api@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index 3c3b0059f8..604d7035be 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -2,7 +2,7 @@ "name": "@moralisweb3/next", "description": "Moralis Evm and Solana Hooks for NextJS", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -30,14 +30,14 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@moralisweb3/api-utils": "^2.25.4", - "@moralisweb3/auth": "^2.25.4", - "@moralisweb3/common-auth-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/evm-api": "^2.25.4", - "@moralisweb3/sol-api": "^2.25.4", + "@moralisweb3/api-utils": "^2.26.0", + "@moralisweb3/auth": "^2.26.0", + "@moralisweb3/common-auth-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/evm-api": "^2.26.0", + "@moralisweb3/sol-api": "^2.26.0", "axios": "^1.2.1", - "moralis": "^2.25.4", + "moralis": "^2.26.0", "swr": "^1.3.0" }, "peerDependencies": { diff --git a/packages/parseServer/CHANGELOG.md b/packages/parseServer/CHANGELOG.md index 5b1cb2bbeb..55a0703039 100644 --- a/packages/parseServer/CHANGELOG.md +++ b/packages/parseServer/CHANGELOG.md @@ -1,5 +1,15 @@ # @moralisweb3/parse-server +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - moralis@2.26.0 + - @moralisweb3/api-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + - @moralisweb3/streams@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/parseServer/package.json b/packages/parseServer/package.json index 272322b102..c51e778245 100644 --- a/packages/parseServer/package.json +++ b/packages/parseServer/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/parse-server", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -26,13 +26,13 @@ "@types/parse": "^2.18.18" }, "dependencies": { - "@moralisweb3/api-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/streams": "^2.25.4", + "@moralisweb3/api-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/streams": "^2.26.0", "@moralisweb3/streams-typings": "^1.0.6", "body-parser": "^1.20.0", "express": "^4.18.1", - "moralis": "^2.25.4", + "moralis": "^2.26.0", "parse": "3.4.4" } } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 3a2a7abaf2..7692c8a534 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,19 @@ # @moralisweb3/react +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + - @moralisweb3/evm-api@2.26.0 + - moralis@2.26.0 + - @moralisweb3/api-utils@2.26.0 + - @moralisweb3/auth@2.26.0 + - @moralisweb3/common-core@2.26.0 + - @moralisweb3/common-sol-utils@2.26.0 + - @moralisweb3/sol-api@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index c490871bc0..ace02e8a43 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "name": "@moralisweb3/react", "description": "Moralis Evm and Solana Hooks for React", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -40,15 +40,15 @@ "rollup-plugin-typescript2": "^0.34.1" }, "dependencies": { - "@moralisweb3/api-utils": "^2.25.4", - "@moralisweb3/auth": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-evm-utils": "^2.25.4", - "@moralisweb3/common-sol-utils": "^2.25.4", - "@moralisweb3/evm-api": "^2.25.4", - "@moralisweb3/sol-api": "^2.25.4", + "@moralisweb3/api-utils": "^2.26.0", + "@moralisweb3/auth": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-evm-utils": "^2.26.0", + "@moralisweb3/common-sol-utils": "^2.26.0", + "@moralisweb3/evm-api": "^2.26.0", + "@moralisweb3/sol-api": "^2.26.0", "@tanstack/react-query": "4.24.10", - "moralis": "^2.25.4" + "moralis": "^2.26.0" }, "peerDependencies": { "react": ">=17.0.0", diff --git a/packages/solApi/CHANGELOG.md b/packages/solApi/CHANGELOG.md index 5c94d45fcf..cec0bd3459 100644 --- a/packages/solApi/CHANGELOG.md +++ b/packages/solApi/CHANGELOG.md @@ -1,5 +1,14 @@ # @moralisweb3/sol-api +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/api-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + - @moralisweb3/common-sol-utils@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/solApi/package.json b/packages/solApi/package.json index b3ca1d0c75..ba9decc17f 100644 --- a/packages/solApi/package.json +++ b/packages/solApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/sol-api", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -53,8 +53,8 @@ "rollup-plugin-typescript2": "^0.34.1" }, "dependencies": { - "@moralisweb3/api-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-sol-utils": "^2.25.4" + "@moralisweb3/api-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-sol-utils": "^2.26.0" } } diff --git a/packages/solUtils/CHANGELOG.md b/packages/solUtils/CHANGELOG.md index 8725c48917..d529dda6f8 100644 --- a/packages/solUtils/CHANGELOG.md +++ b/packages/solUtils/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/sol-utils +## 2.26.0 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/common-sol-utils@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/solUtils/package.json b/packages/solUtils/package.json index 6b53016f3b..c6dbc57333 100644 --- a/packages/solUtils/package.json +++ b/packages/solUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/sol-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -34,7 +34,7 @@ "build": "rollup -c" }, "dependencies": { - "@moralisweb3/common-sol-utils": "^2.25.4" + "@moralisweb3/common-sol-utils": "^2.26.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", diff --git a/packages/streams/CHANGELOG.md b/packages/streams/CHANGELOG.md index 0ed1e72453..3ec0fe2fe3 100644 --- a/packages/streams/CHANGELOG.md +++ b/packages/streams/CHANGELOG.md @@ -1,5 +1,15 @@ # @moralisweb3/streams +## 2.26.0 + +### Patch Changes + +- Updated dependencies [[`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df), [`a5c088bc4a`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a5c088bc4a93d4ccfe97d068f4c1184a4b4a50df)]: + - @moralisweb3/common-evm-utils@2.26.0 + - @moralisweb3/api-utils@2.26.0 + - @moralisweb3/common-core@2.26.0 + - @moralisweb3/common-streams-utils@2.26.0 + ## 2.25.4 ### Patch Changes diff --git a/packages/streams/package.json b/packages/streams/package.json index 7f7d90a6ca..61a9d4d666 100644 --- a/packages/streams/package.json +++ b/packages/streams/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/streams", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "type": "module", "main": "./lib/esm/index.js", @@ -41,7 +41,7 @@ "dev": "tsc --watch" }, "devDependencies": { - "@moralisweb3/test-utils": "2.25.4", + "@moralisweb3/test-utils": "2.26.0", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@types/ethereumjs-util": "5.2.0", @@ -58,10 +58,10 @@ "@ethersproject/bignumber": "^5.7.0", "@ethersproject/sha2": "^5.7.0", "@ethersproject/strings": "^5.7.0", - "@moralisweb3/api-utils": "^2.25.4", - "@moralisweb3/common-core": "^2.25.4", - "@moralisweb3/common-evm-utils": "^2.25.4", - "@moralisweb3/common-streams-utils": "^2.25.4", + "@moralisweb3/api-utils": "^2.26.0", + "@moralisweb3/common-core": "^2.26.0", + "@moralisweb3/common-evm-utils": "^2.26.0", + "@moralisweb3/common-streams-utils": "^2.26.0", "@moralisweb3/streams-typings": "^1.0.7", "ethereumjs-util": "^7.1.0", "web3-eth-abi": "^1.8.0" diff --git a/packages/testUtils/CHANGELOG.md b/packages/testUtils/CHANGELOG.md index 6bb3ac1c12..544b4ca993 100644 --- a/packages/testUtils/CHANGELOG.md +++ b/packages/testUtils/CHANGELOG.md @@ -1,5 +1,7 @@ # @moralisweb3/test-utils +## 2.26.0 + ## 2.25.4 ## 2.25.3 diff --git a/packages/testUtils/package.json b/packages/testUtils/package.json index 9572be0f13..bd711bd830 100644 --- a/packages/testUtils/package.json +++ b/packages/testUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/test-utils", "author": "Moralis", - "version": "2.25.4", + "version": "2.26.0", "license": "MIT", "private": true, "main": "./lib/index.js", diff --git a/yarn.lock b/yarn.lock index 0287db8cec..7a29e9e1ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7120,12 +7120,12 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/api-utils@^2.25.4, @moralisweb3/api-utils@workspace:packages/apiUtils": +"@moralisweb3/api-utils@^2.26.0, @moralisweb3/api-utils@workspace:packages/apiUtils": version: 0.0.0-use.local resolution: "@moralisweb3/api-utils@workspace:packages/apiUtils" dependencies: - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-evm-utils": ^2.25.4 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-evm-utils": ^2.26.0 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 axios: ^1.2.1 @@ -7138,13 +7138,13 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/aptos-api@^2.25.4, @moralisweb3/aptos-api@workspace:packages/aptosApi": +"@moralisweb3/aptos-api@^2.26.0, @moralisweb3/aptos-api@workspace:packages/aptosApi": version: 0.0.0-use.local resolution: "@moralisweb3/aptos-api@workspace:packages/aptosApi" dependencies: - "@moralisweb3/api-utils": ^2.25.4 - "@moralisweb3/common-aptos-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/api-utils": ^2.26.0 + "@moralisweb3/common-aptos-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 jest: ^29.5.0 @@ -7158,16 +7158,16 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/auth@^2.25.4, @moralisweb3/auth@workspace:packages/auth": +"@moralisweb3/auth@^2.26.0, @moralisweb3/auth@workspace:packages/auth": version: 0.0.0-use.local resolution: "@moralisweb3/auth@workspace:packages/auth" dependencies: - "@moralisweb3/api-utils": ^2.25.4 - "@moralisweb3/common-aptos-utils": ^2.25.4 - "@moralisweb3/common-auth-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-evm-utils": ^2.25.4 - "@moralisweb3/common-sol-utils": ^2.25.4 + "@moralisweb3/api-utils": ^2.26.0 + "@moralisweb3/common-aptos-utils": ^2.26.0 + "@moralisweb3/common-auth-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-evm-utils": ^2.26.0 + "@moralisweb3/common-sol-utils": ^2.26.0 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 jest: ^29.5.0 @@ -7180,35 +7180,35 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/client-api-utils@^2.25.4, @moralisweb3/client-api-utils@workspace:packages/client/apiUtils": +"@moralisweb3/client-api-utils@^2.26.0, @moralisweb3/client-api-utils@workspace:packages/client/apiUtils": version: 0.0.0-use.local resolution: "@moralisweb3/client-api-utils@workspace:packages/client/apiUtils" dependencies: - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/common-core": ^2.26.0 languageName: unknown linkType: soft -"@moralisweb3/client-evm-api@^2.25.4, @moralisweb3/client-evm-api@workspace:packages/client/evmApi": +"@moralisweb3/client-evm-api@^2.26.0, @moralisweb3/client-evm-api@workspace:packages/client/evmApi": version: 0.0.0-use.local resolution: "@moralisweb3/client-evm-api@workspace:packages/client/evmApi" dependencies: - "@moralisweb3/client-api-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-evm-utils": ^2.25.4 + "@moralisweb3/client-api-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-evm-utils": ^2.26.0 languageName: unknown linkType: soft -"@moralisweb3/client-firebase-api-utils@^2.25.4, @moralisweb3/client-firebase-api-utils@workspace:packages/client/firebaseApiUtils": +"@moralisweb3/client-firebase-api-utils@^2.26.0, @moralisweb3/client-firebase-api-utils@workspace:packages/client/firebaseApiUtils": version: 0.0.0-use.local resolution: "@moralisweb3/client-firebase-api-utils@workspace:packages/client/firebaseApiUtils" dependencies: - "@moralisweb3/client-api-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/client-api-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 firebase: ^9.15.0 languageName: unknown linkType: soft -"@moralisweb3/client-firebase-auth-utils@^2.25.4, @moralisweb3/client-firebase-auth-utils@workspace:packages/client/firebaseAuthUtils": +"@moralisweb3/client-firebase-auth-utils@^2.26.0, @moralisweb3/client-firebase-auth-utils@workspace:packages/client/firebaseAuthUtils": version: 0.0.0-use.local resolution: "@moralisweb3/client-firebase-auth-utils@workspace:packages/client/firebaseAuthUtils" dependencies: @@ -7220,21 +7220,21 @@ __metadata: version: 0.0.0-use.local resolution: "@moralisweb3/client-firebase-evm-api@workspace:packages/client/firebaseEvmApi" dependencies: - "@moralisweb3/client-evm-api": ^2.25.4 - "@moralisweb3/client-firebase-api-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-evm-utils": ^2.25.4 + "@moralisweb3/client-evm-api": ^2.26.0 + "@moralisweb3/client-firebase-api-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-evm-utils": ^2.26.0 firebase: ^9.15.0 languageName: unknown linkType: soft -"@moralisweb3/client-firebase-evm-auth@^2.25.4, @moralisweb3/client-firebase-evm-auth@workspace:packages/client/firebaseEvmAuth": +"@moralisweb3/client-firebase-evm-auth@^2.26.0, @moralisweb3/client-firebase-evm-auth@workspace:packages/client/firebaseEvmAuth": version: 0.0.0-use.local resolution: "@moralisweb3/client-firebase-evm-auth@workspace:packages/client/firebaseEvmAuth" dependencies: "@ethersproject/providers": ^5.7.2 "@metamask/detect-provider": ^2.0.0 - "@moralisweb3/client-firebase-auth-utils": ^2.25.4 + "@moralisweb3/client-firebase-auth-utils": ^2.26.0 firebase: ^9.15.0 languageName: unknown linkType: soft @@ -7243,31 +7243,31 @@ __metadata: version: 0.0.0-use.local resolution: "@moralisweb3/client-firebase-sol-api@workspace:packages/client/firebaseSolApi" dependencies: - "@moralisweb3/client-firebase-api-utils": ^2.25.4 - "@moralisweb3/client-sol-api": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-sol-utils": ^2.25.4 + "@moralisweb3/client-firebase-api-utils": ^2.26.0 + "@moralisweb3/client-sol-api": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-sol-utils": ^2.26.0 firebase: ^9.15.0 languageName: unknown linkType: soft -"@moralisweb3/client-firebase-sol-auth@^2.25.4, @moralisweb3/client-firebase-sol-auth@workspace:packages/client/firebaseSolAuth": +"@moralisweb3/client-firebase-sol-auth@^2.26.0, @moralisweb3/client-firebase-sol-auth@workspace:packages/client/firebaseSolAuth": version: 0.0.0-use.local resolution: "@moralisweb3/client-firebase-sol-auth@workspace:packages/client/firebaseSolAuth" dependencies: - "@moralisweb3/client-firebase-auth-utils": ^2.25.4 + "@moralisweb3/client-firebase-auth-utils": ^2.26.0 bs58: ^5.0.0 firebase: ^9.15.0 languageName: unknown linkType: soft -"@moralisweb3/client-sol-api@^2.25.4, @moralisweb3/client-sol-api@workspace:packages/client/solApi": +"@moralisweb3/client-sol-api@^2.26.0, @moralisweb3/client-sol-api@workspace:packages/client/solApi": version: 0.0.0-use.local resolution: "@moralisweb3/client-sol-api@workspace:packages/client/solApi" dependencies: - "@moralisweb3/client-api-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-sol-utils": ^2.25.4 + "@moralisweb3/client-api-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-sol-utils": ^2.26.0 languageName: unknown linkType: soft @@ -7294,11 +7294,11 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/common-aptos-utils@^2.25.4, @moralisweb3/common-aptos-utils@workspace:packages/common/aptosUtils": +"@moralisweb3/common-aptos-utils@^2.26.0, @moralisweb3/common-aptos-utils@workspace:packages/common/aptosUtils": version: 0.0.0-use.local resolution: "@moralisweb3/common-aptos-utils@workspace:packages/common/aptosUtils" dependencies: - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/common-core": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 "@noble/hashes": ^1.2.0 "@rollup/plugin-commonjs": ^24.0.1 @@ -7313,15 +7313,15 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/common-auth-utils@^2.25.4, @moralisweb3/common-auth-utils@workspace:packages/common/authUtils": +"@moralisweb3/common-auth-utils@^2.26.0, @moralisweb3/common-auth-utils@workspace:packages/common/authUtils": version: 0.0.0-use.local resolution: "@moralisweb3/common-auth-utils@workspace:packages/common/authUtils" dependencies: "@ethersproject/abi": ^5.7.0 - "@moralisweb3/common-aptos-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-evm-utils": ^2.25.4 - "@moralisweb3/common-sol-utils": ^2.25.4 + "@moralisweb3/common-aptos-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-evm-utils": ^2.26.0 + "@moralisweb3/common-sol-utils": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 "@moralisweb3/streams-typings": ^1.0.6 "@rollup/plugin-commonjs": ^24.0.1 @@ -7336,7 +7336,7 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/common-core@^2.25.4, @moralisweb3/common-core@workspace:packages/common/core": +"@moralisweb3/common-core@^2.26.0, @moralisweb3/common-core@workspace:packages/common/core": version: 0.0.0-use.local resolution: "@moralisweb3/common-core@workspace:packages/common/core" dependencies: @@ -7354,14 +7354,14 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/common-evm-utils@^2.25.4, @moralisweb3/common-evm-utils@workspace:packages/common/evmUtils": +"@moralisweb3/common-evm-utils@^2.26.0, @moralisweb3/common-evm-utils@workspace:packages/common/evmUtils": version: 0.0.0-use.local resolution: "@moralisweb3/common-evm-utils@workspace:packages/common/evmUtils" dependencies: "@ethersproject/address": ^5.7.0 "@ethersproject/bytes": ^5.7.0 "@ethersproject/transactions": ^5.7.0 - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/common-core": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 @@ -7375,11 +7375,11 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/common-sol-utils@^2.25.4, @moralisweb3/common-sol-utils@workspace:packages/common/solUtils": +"@moralisweb3/common-sol-utils@^2.26.0, @moralisweb3/common-sol-utils@workspace:packages/common/solUtils": version: 0.0.0-use.local resolution: "@moralisweb3/common-sol-utils@workspace:packages/common/solUtils" dependencies: - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/common-core": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 @@ -7396,14 +7396,14 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/common-streams-utils@^2.25.4, @moralisweb3/common-streams-utils@workspace:packages/common/streamsUtils": +"@moralisweb3/common-streams-utils@^2.26.0, @moralisweb3/common-streams-utils@workspace:packages/common/streamsUtils": version: 0.0.0-use.local resolution: "@moralisweb3/common-streams-utils@workspace:packages/common/streamsUtils" dependencies: "@ethersproject/abi": ^5.7.0 - "@moralisweb3/common-aptos-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-evm-utils": ^2.25.4 + "@moralisweb3/common-aptos-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-evm-utils": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 "@moralisweb3/streams-typings": ^1.0.7 "@rollup/plugin-commonjs": ^24.0.1 @@ -7436,13 +7436,13 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/evm-api@^2.25.4, @moralisweb3/evm-api@workspace:packages/evmApi": +"@moralisweb3/evm-api@^2.26.0, @moralisweb3/evm-api@workspace:packages/evmApi": version: 0.0.0-use.local resolution: "@moralisweb3/evm-api@workspace:packages/evmApi" dependencies: - "@moralisweb3/api-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-evm-utils": ^2.25.4 + "@moralisweb3/api-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-evm-utils": ^2.26.0 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 jest: ^29.5.0 @@ -7459,7 +7459,7 @@ __metadata: version: 0.0.0-use.local resolution: "@moralisweb3/evm-utils@workspace:packages/evmUtils" dependencies: - "@moralisweb3/common-evm-utils": ^2.25.4 + "@moralisweb3/common-evm-utils": ^2.26.0 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 rollup: ^3.10.1 @@ -7470,18 +7470,18 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/next@^2.25.4, @moralisweb3/next@workspace:packages/next": +"@moralisweb3/next@^2.26.0, @moralisweb3/next@workspace:packages/next": version: 0.0.0-use.local resolution: "@moralisweb3/next@workspace:packages/next" dependencies: - "@moralisweb3/api-utils": ^2.25.4 - "@moralisweb3/auth": ^2.25.4 - "@moralisweb3/common-auth-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/evm-api": ^2.25.4 - "@moralisweb3/sol-api": ^2.25.4 + "@moralisweb3/api-utils": ^2.26.0 + "@moralisweb3/auth": ^2.26.0 + "@moralisweb3/common-auth-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/evm-api": ^2.26.0 + "@moralisweb3/sol-api": ^2.26.0 axios: ^1.2.1 - moralis: ^2.25.4 + moralis: ^2.26.0 next: ^13.0.3 next-auth: ^4.20.1 react: ^18.2.0 @@ -7495,19 +7495,19 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/parse-server@2.25.4, @moralisweb3/parse-server@workspace:packages/parseServer": +"@moralisweb3/parse-server@2.26.0, @moralisweb3/parse-server@workspace:packages/parseServer": version: 0.0.0-use.local resolution: "@moralisweb3/parse-server@workspace:packages/parseServer" dependencies: - "@moralisweb3/api-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/streams": ^2.25.4 + "@moralisweb3/api-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/streams": ^2.26.0 "@moralisweb3/streams-typings": ^1.0.6 "@types/express": 4.17.14 "@types/parse": ^2.18.18 body-parser: ^1.20.0 express: ^4.18.1 - moralis: ^2.25.4 + moralis: ^2.26.0 parse: 3.4.4 languageName: unknown linkType: soft @@ -7516,17 +7516,17 @@ __metadata: version: 0.0.0-use.local resolution: "@moralisweb3/react@workspace:packages/react" dependencies: - "@moralisweb3/api-utils": ^2.25.4 - "@moralisweb3/auth": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-evm-utils": ^2.25.4 - "@moralisweb3/common-sol-utils": ^2.25.4 - "@moralisweb3/evm-api": ^2.25.4 - "@moralisweb3/sol-api": ^2.25.4 + "@moralisweb3/api-utils": ^2.26.0 + "@moralisweb3/auth": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-evm-utils": ^2.26.0 + "@moralisweb3/common-sol-utils": ^2.26.0 + "@moralisweb3/evm-api": ^2.26.0 + "@moralisweb3/sol-api": ^2.26.0 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 "@tanstack/react-query": 4.24.10 - moralis: ^2.25.4 + moralis: ^2.26.0 react: ^18.2.0 react-dom: ^18.2.0 rollup: ^3.10.1 @@ -7540,13 +7540,13 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/sol-api@^2.25.4, @moralisweb3/sol-api@workspace:packages/solApi": +"@moralisweb3/sol-api@^2.26.0, @moralisweb3/sol-api@workspace:packages/solApi": version: 0.0.0-use.local resolution: "@moralisweb3/sol-api@workspace:packages/solApi" dependencies: - "@moralisweb3/api-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-sol-utils": ^2.25.4 + "@moralisweb3/api-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-sol-utils": ^2.26.0 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 jest: ^29.5.0 @@ -7563,7 +7563,7 @@ __metadata: version: 0.0.0-use.local resolution: "@moralisweb3/sol-utils@workspace:packages/solUtils" dependencies: - "@moralisweb3/common-sol-utils": ^2.25.4 + "@moralisweb3/common-sol-utils": ^2.26.0 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 rollup: ^3.10.1 @@ -7588,7 +7588,7 @@ __metadata: languageName: node linkType: hard -"@moralisweb3/streams@^2.25.4, @moralisweb3/streams@workspace:packages/streams": +"@moralisweb3/streams@^2.26.0, @moralisweb3/streams@workspace:packages/streams": version: 0.0.0-use.local resolution: "@moralisweb3/streams@workspace:packages/streams" dependencies: @@ -7596,12 +7596,12 @@ __metadata: "@ethersproject/bignumber": ^5.7.0 "@ethersproject/sha2": ^5.7.0 "@ethersproject/strings": ^5.7.0 - "@moralisweb3/api-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-evm-utils": ^2.25.4 - "@moralisweb3/common-streams-utils": ^2.25.4 + "@moralisweb3/api-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-evm-utils": ^2.26.0 + "@moralisweb3/common-streams-utils": ^2.26.0 "@moralisweb3/streams-typings": ^1.0.7 - "@moralisweb3/test-utils": 2.25.4 + "@moralisweb3/test-utils": 2.26.0 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-node-resolve": ^15.0.1 "@types/ethereumjs-util": 5.2.0 @@ -7617,7 +7617,7 @@ __metadata: languageName: unknown linkType: soft -"@moralisweb3/test-utils@2.25.4, @moralisweb3/test-utils@workspace:packages/testUtils": +"@moralisweb3/test-utils@2.26.0, @moralisweb3/test-utils@workspace:packages/testUtils": version: 0.0.0-use.local resolution: "@moralisweb3/test-utils@workspace:packages/testUtils" dependencies: @@ -15793,7 +15793,7 @@ __metadata: resolution: "demo-cli-cjs@workspace:demos/cli-cjs" dependencies: dotenv: ^16.0.3 - moralis: ^2.25.4 + moralis: ^2.26.0 languageName: unknown linkType: soft @@ -15802,7 +15802,7 @@ __metadata: resolution: "demo-cli-esm@workspace:demos/cli-esm" dependencies: dotenv: ^16.0.3 - moralis: ^2.25.4 + moralis: ^2.26.0 languageName: unknown linkType: soft @@ -15818,7 +15818,7 @@ __metadata: eslint: ^8.32.0 eslint-plugin-etc: ^2.0.2 eslint-plugin-import: ^2.27.5 - moralis: ^2.25.4 + moralis: ^2.26.0 ts-node: ^10.9.1 typescript: ^4.9.4 languageName: unknown @@ -15828,7 +15828,7 @@ __metadata: version: 0.0.0-use.local resolution: "demo-express-proxy@workspace:demos/express-proxy" dependencies: - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/common-core": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 "@types/cors": ^2.8.12 "@types/express": ^4.17.14 @@ -15843,7 +15843,7 @@ __metadata: eslint-plugin-import: ^2.27.5 express: ^4.18.2 express-rate-limit: ^6.7.0 - moralis: ^2.25.4 + moralis: ^2.26.0 redis: ^4.2.0 ts-node: ^10.9.1 typescript: ^4.9.4 @@ -15875,9 +15875,9 @@ __metadata: "@babel/plugin-syntax-flow": 7.18.6 "@babel/plugin-transform-react-jsx": 7.20.7 "@ethersproject/providers": ^5.7.2 - "@moralisweb3/client-firebase-auth-utils": ^2.25.4 - "@moralisweb3/client-firebase-evm-auth": ^2.25.4 - "@moralisweb3/client-firebase-sol-auth": ^2.25.4 + "@moralisweb3/client-firebase-auth-utils": ^2.26.0 + "@moralisweb3/client-firebase-evm-auth": ^2.26.0 + "@moralisweb3/client-firebase-sol-auth": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 "@testing-library/dom": 8.19.0 "@testing-library/jest-dom": ^5.16.5 @@ -15909,8 +15909,8 @@ __metadata: version: 0.0.0-use.local resolution: "demo-firebase-nextjs@workspace:demos/firebase-nextjs/hosting" dependencies: - "@moralisweb3/client-firebase-auth-utils": ^2.25.4 - "@moralisweb3/client-firebase-evm-auth": ^2.25.4 + "@moralisweb3/client-firebase-auth-utils": ^2.26.0 + "@moralisweb3/client-firebase-evm-auth": ^2.26.0 "@next/font": 13.1.2 "@types/node": ^18.11.18 "@types/react": 18.0.26 @@ -15940,7 +15940,7 @@ __metadata: firebase-functions: ^3.18.0 firebase-functions-rate-limiter: ^3.9.1 firebase-functions-test: ^0.2.0 - moralis: ^2.25.4 + moralis: ^2.26.0 typescript: ^4.9.4 languageName: unknown linkType: soft @@ -15967,7 +15967,7 @@ __metadata: version: 0.0.0-use.local resolution: "demo-moralis-stream@workspace:demos/moralis-stream" dependencies: - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/common-core": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 "@types/cors": ^2.8.12 "@types/express": ^4.17.14 @@ -15981,7 +15981,7 @@ __metadata: eslint-plugin-etc: ^2.0.2 eslint-plugin-import: ^2.27.5 express: ^4.18.1 - moralis: ^2.25.4 + moralis: ^2.26.0 ngrok: ^4.3.3 redis: ^4.2.0 ts-node: ^10.9.1 @@ -15997,7 +15997,7 @@ __metadata: "@babel/core": ^7.20.12 "@babel/plugin-transform-react-jsx": ^7.20.7 "@moralisweb3/eslint-config": ^1.0.3 - "@moralisweb3/next": ^2.25.4 + "@moralisweb3/next": ^2.26.0 "@next/eslint-plugin-next": ^12.2.5 "@types/node": ^18.11.18 "@types/react": ^18.0.18 @@ -16009,7 +16009,7 @@ __metadata: eslint-config-next: 13.1.2 eslint-plugin-etc: ^2.0.2 ethers: ^5.7.2 - moralis: ^2.25.4 + moralis: ^2.26.0 next: 12.2.5 next-auth: 4.20.1 react: ^18.2.0 @@ -16024,9 +16024,9 @@ __metadata: resolution: "demo-parse-server-migration@workspace:demos/parse-server-migration" dependencies: "@codemirror/language": ^0.20.0 - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/common-core": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 - "@moralisweb3/parse-server": 2.25.4 + "@moralisweb3/parse-server": 2.26.0 "@types/cors": ^2.8.13 "@types/jest": ^29.2.5 "@types/node": ^18.11.18 @@ -16045,7 +16045,7 @@ __metadata: graphql-ws: ^5.10.1 jest: ^29.5.0 mongodb-runner: ^4.9.0 - moralis: ^2.25.4 + moralis: ^2.26.0 ngrok: ^4.3.3 parse-server: ^5.4.0 prettier: ^2.8.0 @@ -16060,7 +16060,7 @@ __metadata: resolution: "demo-parse-server@workspace:demos/parse-server" dependencies: "@codemirror/language": ^0.20.0 - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/common-core": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 "@types/cors": ^2.8.13 "@types/node": ^18.11.18 @@ -16077,7 +16077,7 @@ __metadata: graphql: ^16.6.0 graphql-ws: ^5.10.1 mongodb-runner: ^4.9.0 - moralis: ^2.25.4 + moralis: ^2.26.0 parse-dashboard: ^4.1.4 parse-server: ^5.4.0 prettier: ^2.8.0 @@ -16091,7 +16091,7 @@ __metadata: resolution: "demo-streams-webhook@workspace:demos/streams-webhook" dependencies: dotenv: ^16.0.1 - moralis: ^2.25.4 + moralis: ^2.26.0 ngrok: ^4.3.3 languageName: unknown linkType: soft @@ -16100,7 +16100,7 @@ __metadata: version: 0.0.0-use.local resolution: "demo-supabase-auth@workspace:demos/supabase-auth" dependencies: - "@moralisweb3/common-core": ^2.25.4 + "@moralisweb3/common-core": ^2.26.0 "@moralisweb3/eslint-config": ^1.0.3 "@supabase/supabase-js": ^1.35.4 "@types/cors": ^2.8.12 @@ -16117,7 +16117,7 @@ __metadata: eslint-plugin-import: ^2.27.5 express: ^4.18.1 jsonwebtoken: ^9.0.0 - moralis: ^2.25.4 + moralis: ^2.26.0 ts-node: ^10.9.1 typescript: ^4.9.4 uuid: ^9.0.0 @@ -16130,7 +16130,7 @@ __metadata: dependencies: dotenv: ^16.0.3 http-server: ^14.1.1 - moralis: ^2.25.4 + moralis: ^2.26.0 source-map-loader: ^4.0.1 ts-loader: ^9.4.2 typescript: ^4.9.3 @@ -16146,7 +16146,7 @@ __metadata: cypress: ^12.8.0 dotenv: ^16.0.3 http-server: ^14.1.1 - moralis: ^2.25.4 + moralis: ^2.26.0 start-server-and-test: ^2.0.0 ts-loader: ^9.4.2 typescript: ^4.9.4 @@ -25410,22 +25410,22 @@ __metadata: languageName: node linkType: hard -"moralis@^2.25.4, moralis@^2.9.0, moralis@workspace:packages/moralis": +"moralis@^2.26.0, moralis@^2.9.0, moralis@workspace:packages/moralis": version: 0.0.0-use.local resolution: "moralis@workspace:packages/moralis" dependencies: - "@moralisweb3/api-utils": ^2.25.4 - "@moralisweb3/aptos-api": ^2.25.4 - "@moralisweb3/auth": ^2.25.4 - "@moralisweb3/common-aptos-utils": ^2.25.4 - "@moralisweb3/common-auth-utils": ^2.25.4 - "@moralisweb3/common-core": ^2.25.4 - "@moralisweb3/common-evm-utils": ^2.25.4 - "@moralisweb3/common-sol-utils": ^2.25.4 - "@moralisweb3/common-streams-utils": ^2.25.4 - "@moralisweb3/evm-api": ^2.25.4 - "@moralisweb3/sol-api": ^2.25.4 - "@moralisweb3/streams": ^2.25.4 + "@moralisweb3/api-utils": ^2.26.0 + "@moralisweb3/aptos-api": ^2.26.0 + "@moralisweb3/auth": ^2.26.0 + "@moralisweb3/common-aptos-utils": ^2.26.0 + "@moralisweb3/common-auth-utils": ^2.26.0 + "@moralisweb3/common-core": ^2.26.0 + "@moralisweb3/common-evm-utils": ^2.26.0 + "@moralisweb3/common-sol-utils": ^2.26.0 + "@moralisweb3/common-streams-utils": ^2.26.0 + "@moralisweb3/evm-api": ^2.26.0 + "@moralisweb3/sol-api": ^2.26.0 + "@moralisweb3/streams": ^2.26.0 "@moralisweb3/streams-typings": ^1.0.7 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-json": ^6.0.0