diff --git a/.changeset/gorgeous-plants-exercise.md b/.changeset/gorgeous-plants-exercise.md deleted file mode 100644 index 695a66563d..0000000000 --- a/.changeset/gorgeous-plants-exercise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@moralisweb3/evm-utils': patch -'@moralisweb3/sol-utils': patch ---- - -Deprecate old testnets and add enums for SolNetwork diff --git a/.changeset/grumpy-eels-mix.md b/.changeset/grumpy-eels-mix.md deleted file mode 100644 index ff5b44f0d1..0000000000 --- a/.changeset/grumpy-eels-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@moralisweb3/evm-api': patch ---- - -Fixed TypeScript definition for the `getTokenPrice` API method. diff --git a/.changeset/late-ladybugs-rescue.md b/.changeset/late-ladybugs-rescue.md deleted file mode 100644 index c6af7fca3e..0000000000 --- a/.changeset/late-ladybugs-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@moralisweb3/eslint-config': patch ---- - -Update peer dependency of eslint-plugin-etc diff --git a/.changeset/pretty-bikes-check.md b/.changeset/pretty-bikes-check.md deleted file mode 100644 index 5e4657264d..0000000000 --- a/.changeset/pretty-bikes-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@moralisweb3/streams': patch ---- - -Update types according to api changes: remove `address` and `tokenAddress`, add includeContractLogs, includeInternalTxs and allAddresses flags, and mape `topic0` an array diff --git a/.changeset/pretty-mayflies-add.md b/.changeset/pretty-mayflies-add.md deleted file mode 100644 index 4be20765a8..0000000000 --- a/.changeset/pretty-mayflies-add.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@moralisweb3/auth': patch -'@moralisweb3/evm-utils': patch -'@moralisweb3/streams': patch ---- - -Rename `network` param to `networkType` for `Moralis.Streams` and `Moralis.Auth`, to communicate more clearly the purpose of this param. Also make this value optional and default to `"evm"` diff --git a/.changeset/tall-nails-dream.md b/.changeset/tall-nails-dream.md deleted file mode 100644 index a9e0b9dd34..0000000000 --- a/.changeset/tall-nails-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@moralisweb3/streams': patch ---- - -Allow multiple addresses for Moralis.Streams.addAddress diff --git a/demos/cli/package.json b/demos/cli/package.json index 9d8bae06b8..c68efedd35 100644 --- a/demos/cli/package.json +++ b/demos/cli/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "dotenv": "^16.0.1", - "moralis": "^2.6.0" + "moralis": "^2.6.1" }, "devDependencies": { - "@moralisweb3/eslint-config": "^1.0.0", + "@moralisweb3/eslint-config": "^1.0.1", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "eslint": "^8.9.0", diff --git a/demos/express-proxy/package.json b/demos/express-proxy/package.json index d8cc89a76f..63321f8cfb 100644 --- a/demos/express-proxy/package.json +++ b/demos/express-proxy/package.json @@ -4,18 +4,18 @@ "main": "dist/index.js", "private": true, "dependencies": { - "@moralisweb3/core": "^2.6.0", + "@moralisweb3/core": "^2.6.1", "@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.6.0", + "moralis": "^2.6.1", "redis": "^4.2.0", "cors": "^2.8.5" }, "devDependencies": { - "@moralisweb3/eslint-config": "^1.0.0", + "@moralisweb3/eslint-config": "^1.0.1", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "eslint": "^8.9.0", diff --git a/demos/firebase-auth/functions/package.json b/demos/firebase-auth/functions/package.json index cc1c6de040..5962b9b0b6 100644 --- a/demos/firebase-auth/functions/package.json +++ b/demos/firebase-auth/functions/package.json @@ -16,12 +16,12 @@ }, "main": "lib/index.js", "dependencies": { - "moralis": "^2.6.0", + "moralis": "^2.6.1", "firebase-admin": "^10.0.2", "firebase-functions": "^3.18.0" }, "devDependencies": { - "@moralisweb3/eslint-config": "^1.0.0", + "@moralisweb3/eslint-config": "^1.0.1", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "eslint": "^8.9.0", diff --git a/demos/firebase-proxy/functions/package.json b/demos/firebase-proxy/functions/package.json index a169cde28c..543a7c86d9 100644 --- a/demos/firebase-proxy/functions/package.json +++ b/demos/firebase-proxy/functions/package.json @@ -19,11 +19,11 @@ "firebase-admin": "^10.0.2", "firebase-functions": "^3.18.0", "firebase-functions-rate-limiter": "^3.9.1", - "moralis": "^2.6.0" + "moralis": "^2.6.1" }, "devDependencies": { "@firebase/app-types": "^0.7.0", - "@moralisweb3/eslint-config": "^1.0.0", + "@moralisweb3/eslint-config": "^1.0.1", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "eslint": "^8.9.0", diff --git a/demos/moralis-stream/package.json b/demos/moralis-stream/package.json index 2899a8b9ab..e2703a2e38 100644 --- a/demos/moralis-stream/package.json +++ b/demos/moralis-stream/package.json @@ -4,18 +4,18 @@ "main": "dist/index.js", "private": true, "dependencies": { - "@moralisweb3/core": "^2.6.0", + "@moralisweb3/core": "^2.6.1", "dotenv": "^16.0.1", "envalid": "7.3.1", "express": "^4.18.1", - "moralis": "^2.6.0", + "moralis": "^2.6.1", "ngrok": "^4.3.3", "redis": "^4.2.0", "web3-utils": "^1.7.5", "cors": "^2.8.5" }, "devDependencies": { - "@moralisweb3/eslint-config": "^1.0.0", + "@moralisweb3/eslint-config": "^1.0.1", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "eslint": "^8.9.0", diff --git a/demos/nextjs/package.json b/demos/nextjs/package.json index 900a2fa39e..4e6f3d9184 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.6.0", + "moralis": "^2.6.1", "next": "12.2.5", "next-auth": "4.10.3", "react": "^18.2.0", @@ -21,7 +21,7 @@ }, "devDependencies": { "@babel/core": "^7.18.13", - "@moralisweb3/eslint-config": "^1.0.0", + "@moralisweb3/eslint-config": "^1.0.1", "@next/eslint-plugin-next": "^12.2.5", "@types/node": "18.0.6", "@types/react": "^18.0.18", diff --git a/demos/parse-server/package.json b/demos/parse-server/package.json index cf0f939dbb..a4b9c9b832 100644 --- a/demos/parse-server/package.json +++ b/demos/parse-server/package.json @@ -5,19 +5,19 @@ "private": true, "dependencies": { "@codemirror/language": "^0.20.0", - "@moralisweb3/core": "^2.6.0", + "@moralisweb3/core": "^2.6.1", "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.6.0", + "moralis": "^2.6.1", "parse-dashboard": "^4.1.4", "parse-server": "^5.2.7" }, "devDependencies": { - "@moralisweb3/eslint-config": "^1.0.0", + "@moralisweb3/eslint-config": "^1.0.1", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "eslint": "^8.9.0", diff --git a/demos/supabase-auth/package.json b/demos/supabase-auth/package.json index c043089277..518e987787 100644 --- a/demos/supabase-auth/package.json +++ b/demos/supabase-auth/package.json @@ -4,18 +4,18 @@ "main": "dist/index.js", "private": true, "dependencies": { - "@moralisweb3/core": "^2.6.0", + "@moralisweb3/core": "^2.6.1", "@supabase/supabase-js": "^1.35.4", "dotenv": "^16.0.1", "envalid": "7.3.1", "express": "^4.18.1", "jsonwebtoken": "^8.5.1", - "moralis": "^2.6.0", + "moralis": "^2.6.1", "uuid": "^8.3.2", "cors": "^2.8.5" }, "devDependencies": { - "@moralisweb3/eslint-config": "^1.0.0", + "@moralisweb3/eslint-config": "^1.0.1", "@types/jsonwebtoken": "^8.5.8", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", diff --git a/packages/apiUtils/CHANGELOG.md b/packages/apiUtils/CHANGELOG.md index 845073cde0..98d55cf8ad 100644 --- a/packages/apiUtils/CHANGELOG.md +++ b/packages/apiUtils/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/api-utils +## 2.6.1 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/core@2.6.1 + ## 2.6.0 ### Patch Changes diff --git a/packages/apiUtils/package.json b/packages/apiUtils/package.json index 6065908c4f..14125fbaaf 100644 --- a/packages/apiUtils/package.json +++ b/packages/apiUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/api-utils", "author": "Moralis", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -24,6 +24,6 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/core": "^2.6.0" + "@moralisweb3/core": "^2.6.1" } } diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 84815a6fcc..cf3a48d53c 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,17 @@ # @moralisweb3/auth +## 2.6.1 + +### Patch Changes + +- [#714](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/714) [`42893723`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/4289372344cda30f9af57982e4fbcad28308e0f8) Thanks [@ErnoW](https://github.com/ErnoW)! - Rename `network` param to `networkType` for `Moralis.Streams` and `Moralis.Auth`, to communicate more clearly the purpose of this param. Also make this value optional and default to `"evm"` + +- Updated dependencies [[`bfea2ba5`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/bfea2ba51f0616d097aa7d3251af516d632eb502), [`42893723`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/4289372344cda30f9af57982e4fbcad28308e0f8)]: + - @moralisweb3/evm-utils@2.6.1 + - @moralisweb3/sol-utils@2.6.1 + - @moralisweb3/core@2.6.1 + - @moralisweb3/api-utils@2.6.1 + ## 2.6.0 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index ae47e18786..adffba3ef0 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/auth", "author": "Moralis", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -28,9 +28,9 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/api-utils": "^2.6.0", - "@moralisweb3/core": "^2.6.0", - "@moralisweb3/evm-utils": "^2.6.0", - "@moralisweb3/sol-utils": "^2.6.0" + "@moralisweb3/api-utils": "^2.6.1", + "@moralisweb3/core": "^2.6.1", + "@moralisweb3/evm-utils": "^2.6.1", + "@moralisweb3/sol-utils": "^2.6.1" } } diff --git a/packages/client/firebaseAuthUtils/CHANGELOG.md b/packages/client/firebaseAuthUtils/CHANGELOG.md index cccab542f9..253b2be32e 100644 --- a/packages/client/firebaseAuthUtils/CHANGELOG.md +++ b/packages/client/firebaseAuthUtils/CHANGELOG.md @@ -1,5 +1,7 @@ # @moralisweb3/client-firebase-auth-utils +## 2.6.1 + ## 2.6.0 ## 2.5.8 diff --git a/packages/client/firebaseAuthUtils/package.json b/packages/client/firebaseAuthUtils/package.json index 8d9dfef413..301a21ba7a 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.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", diff --git a/packages/client/firebaseEvmAuth/CHANGELOG.md b/packages/client/firebaseEvmAuth/CHANGELOG.md index 26117be6c0..89835e1a06 100644 --- a/packages/client/firebaseEvmAuth/CHANGELOG.md +++ b/packages/client/firebaseEvmAuth/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/client-firebase-evm-auth +## 2.6.1 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/client-firebase-auth-utils@2.6.1 + ## 2.6.0 ### Patch Changes diff --git a/packages/client/firebaseEvmAuth/package.json b/packages/client/firebaseEvmAuth/package.json index 61dbb6852b..436b5eaa13 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.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -22,7 +22,7 @@ }, "dependencies": { "firebase": "^9.10.0", - "@moralisweb3/client-firebase-auth-utils": "^2.6.0", + "@moralisweb3/client-firebase-auth-utils": "^2.6.1", "@ethersproject/providers": "^5.7.1", "@metamask/detect-provider": "^1.2.0" } diff --git a/packages/client/firebaseSolAuth/CHANGELOG.md b/packages/client/firebaseSolAuth/CHANGELOG.md index 71cb84d8df..504b0b4d88 100644 --- a/packages/client/firebaseSolAuth/CHANGELOG.md +++ b/packages/client/firebaseSolAuth/CHANGELOG.md @@ -1,5 +1,12 @@ # @moralisweb3/client-firebase-sol-auth +## 2.6.1 + +### Patch Changes + +- Updated dependencies []: + - @moralisweb3/client-firebase-auth-utils@2.6.1 + ## 2.6.0 ### Patch Changes diff --git a/packages/client/firebaseSolAuth/package.json b/packages/client/firebaseSolAuth/package.json index cd4f51c97a..e19b9f9eb2 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.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -22,7 +22,7 @@ }, "dependencies": { "firebase": "^9.10.0", - "@moralisweb3/client-firebase-auth-utils": "^2.6.0", + "@moralisweb3/client-firebase-auth-utils": "^2.6.1", "bs58": "^5.0.0" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4424e077bf..c9ce21cf3f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @moralisweb3/core +## 2.6.1 + ## 2.6.0 ## 2.5.8 diff --git a/packages/core/package.json b/packages/core/package.json index 909b19769f..18fc8c8ce5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/core", "author": "Moralis", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -21,7 +21,7 @@ "dev": "tsc --watch" }, "devDependencies": { - "@moralisweb3/eslint-config": "^1.0.0", + "@moralisweb3/eslint-config": "^1.0.1", "eslint": "^8.22.0", "eslint-plugin-jest": "^26.8.3", "prettier": "^2.5.1", diff --git a/packages/eslintConfig/CHANGELOG.md b/packages/eslintConfig/CHANGELOG.md new file mode 100644 index 0000000000..d3cb962b4b --- /dev/null +++ b/packages/eslintConfig/CHANGELOG.md @@ -0,0 +1,7 @@ +# @moralisweb3/eslint-config + +## 1.0.1 + +### Patch Changes + +- [#717](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/717) [`3d54f33b`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/3d54f33b40eface17be76a3139e5ead3d44edb01) Thanks [@ErnoW](https://github.com/ErnoW)! - Update peer dependency of eslint-plugin-etc diff --git a/packages/eslintConfig/package.json b/packages/eslintConfig/package.json index cb2ae1e58d..6285d1f8f0 100644 --- a/packages/eslintConfig/package.json +++ b/packages/eslintConfig/package.json @@ -1,6 +1,6 @@ { "name": "@moralisweb3/eslint-config", - "version": "1.0.0", + "version": "1.0.1", "main": "index.js", "license": "MIT", "peerDependencies": { diff --git a/packages/evmApi/CHANGELOG.md b/packages/evmApi/CHANGELOG.md index 794427d947..03e13a2030 100644 --- a/packages/evmApi/CHANGELOG.md +++ b/packages/evmApi/CHANGELOG.md @@ -1,5 +1,16 @@ # @moralisweb3/evm-api +## 2.6.1 + +### Patch Changes + +- [#720](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/720) [`e5fb3d6c`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/e5fb3d6ce02b865bf9edb7690a912c98ccc382c4) Thanks [@b4rtaz](https://github.com/b4rtaz)! - Fixed TypeScript definition for the `getTokenPrice` API method. + +- Updated dependencies [[`bfea2ba5`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/bfea2ba51f0616d097aa7d3251af516d632eb502), [`42893723`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/4289372344cda30f9af57982e4fbcad28308e0f8)]: + - @moralisweb3/evm-utils@2.6.1 + - @moralisweb3/core@2.6.1 + - @moralisweb3/api-utils@2.6.1 + ## 2.6.0 ### Patch Changes diff --git a/packages/evmApi/package.json b/packages/evmApi/package.json index f080e9110e..294ee72a5a 100644 --- a/packages/evmApi/package.json +++ b/packages/evmApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/evm-api", "author": "Moralis", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -26,8 +26,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/api-utils": "^2.6.0", - "@moralisweb3/core": "^2.6.0", - "@moralisweb3/evm-utils": "^2.6.0" + "@moralisweb3/api-utils": "^2.6.1", + "@moralisweb3/core": "^2.6.1", + "@moralisweb3/evm-utils": "^2.6.1" } } diff --git a/packages/evmUtils/CHANGELOG.md b/packages/evmUtils/CHANGELOG.md index 7a270c0710..9806e51e41 100644 --- a/packages/evmUtils/CHANGELOG.md +++ b/packages/evmUtils/CHANGELOG.md @@ -1,5 +1,16 @@ # @moralisweb3/evm-utils +## 2.6.1 + +### Patch Changes + +- [#716](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/716) [`bfea2ba5`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/bfea2ba51f0616d097aa7d3251af516d632eb502) Thanks [@ErnoW](https://github.com/ErnoW)! - Deprecate old testnets and add enums for SolNetwork + +* [#714](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/714) [`42893723`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/4289372344cda30f9af57982e4fbcad28308e0f8) Thanks [@ErnoW](https://github.com/ErnoW)! - Rename `network` param to `networkType` for `Moralis.Streams` and `Moralis.Auth`, to communicate more clearly the purpose of this param. Also make this value optional and default to `"evm"` + +* Updated dependencies []: + - @moralisweb3/core@2.6.1 + ## 2.6.0 ### Patch Changes diff --git a/packages/evmUtils/package.json b/packages/evmUtils/package.json index a4aa7b69b5..578f3b56df 100644 --- a/packages/evmUtils/package.json +++ b/packages/evmUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/evm-utils", "author": "Moralis", - "version": "2.6.0", + "version": "2.6.1", "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.6.0" + "@moralisweb3/core": "^2.6.1" } } diff --git a/packages/integration/package.json b/packages/integration/package.json index 76c8c077cf..2991148fc7 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -20,10 +20,10 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/core": "^2.6.0", - "@moralisweb3/evm-api": "^2.6.0", - "@moralisweb3/streams": "^2.6.0", - "@moralisweb3/evm-utils": "^2.6.0", + "@moralisweb3/core": "^2.6.1", + "@moralisweb3/evm-api": "^2.6.1", + "@moralisweb3/streams": "^2.6.1", + "@moralisweb3/evm-utils": "^2.6.1", "eventemitter3": "^4.0.7" } } diff --git a/packages/moralis/CHANGELOG.md b/packages/moralis/CHANGELOG.md index 5cd8f39cba..2a3af68f0d 100644 --- a/packages/moralis/CHANGELOG.md +++ b/packages/moralis/CHANGELOG.md @@ -1,5 +1,19 @@ # moralis +## 2.6.1 + +### Patch Changes + +- Updated dependencies [[`bfea2ba5`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/bfea2ba51f0616d097aa7d3251af516d632eb502), [`e5fb3d6c`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/e5fb3d6ce02b865bf9edb7690a912c98ccc382c4), [`f3cd2b5c`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/f3cd2b5c496e8f7b96110741ea8442816ed0dad1), [`42893723`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/4289372344cda30f9af57982e4fbcad28308e0f8), [`f3cd2b5c`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/f3cd2b5c496e8f7b96110741ea8442816ed0dad1)]: + - @moralisweb3/evm-utils@2.6.1 + - @moralisweb3/sol-utils@2.6.1 + - @moralisweb3/evm-api@2.6.1 + - @moralisweb3/streams@2.6.1 + - @moralisweb3/auth@2.6.1 + - @moralisweb3/core@2.6.1 + - @moralisweb3/api-utils@2.6.1 + - @moralisweb3/sol-api@2.6.1 + ## 2.6.0 ### Patch Changes diff --git a/packages/moralis/package.json b/packages/moralis/package.json index 827d9f65b7..3057ad8875 100644 --- a/packages/moralis/package.json +++ b/packages/moralis/package.json @@ -1,7 +1,7 @@ { "name": "moralis", "author": "Moralis", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -17,13 +17,13 @@ "dev": "tsc --watch" }, "dependencies": { - "@moralisweb3/auth": "^2.6.0", - "@moralisweb3/core": "^2.6.0", - "@moralisweb3/streams": "^2.6.0", - "@moralisweb3/api-utils": "^2.6.0", - "@moralisweb3/evm-api": "^2.6.0", - "@moralisweb3/evm-utils": "^2.6.0", - "@moralisweb3/sol-api": "^2.6.0", - "@moralisweb3/sol-utils": "^2.6.0" + "@moralisweb3/auth": "^2.6.1", + "@moralisweb3/core": "^2.6.1", + "@moralisweb3/streams": "^2.6.1", + "@moralisweb3/api-utils": "^2.6.1", + "@moralisweb3/evm-api": "^2.6.1", + "@moralisweb3/evm-utils": "^2.6.1", + "@moralisweb3/sol-api": "^2.6.1", + "@moralisweb3/sol-utils": "^2.6.1" } } diff --git a/packages/solApi/CHANGELOG.md b/packages/solApi/CHANGELOG.md index 427b2382ce..33911c2e4a 100644 --- a/packages/solApi/CHANGELOG.md +++ b/packages/solApi/CHANGELOG.md @@ -1,5 +1,14 @@ # @moralisweb3/sol-api +## 2.6.1 + +### Patch Changes + +- Updated dependencies [[`bfea2ba5`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/bfea2ba51f0616d097aa7d3251af516d632eb502)]: + - @moralisweb3/sol-utils@2.6.1 + - @moralisweb3/core@2.6.1 + - @moralisweb3/api-utils@2.6.1 + ## 2.6.0 ### Patch Changes diff --git a/packages/solApi/package.json b/packages/solApi/package.json index 1d2e287b74..6780b534db 100644 --- a/packages/solApi/package.json +++ b/packages/solApi/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/sol-api", "author": "Moralis", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -23,8 +23,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/api-utils": "^2.6.0", - "@moralisweb3/core": "^2.6.0", - "@moralisweb3/sol-utils": "^2.6.0" + "@moralisweb3/api-utils": "^2.6.1", + "@moralisweb3/core": "^2.6.1", + "@moralisweb3/sol-utils": "^2.6.1" } } diff --git a/packages/solUtils/CHANGELOG.md b/packages/solUtils/CHANGELOG.md index 65ee83b5bd..1861e98eb2 100644 --- a/packages/solUtils/CHANGELOG.md +++ b/packages/solUtils/CHANGELOG.md @@ -1,5 +1,14 @@ # @moralisweb3/sol-utils +## 2.6.1 + +### Patch Changes + +- [#716](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/716) [`bfea2ba5`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/bfea2ba51f0616d097aa7d3251af516d632eb502) Thanks [@ErnoW](https://github.com/ErnoW)! - Deprecate old testnets and add enums for SolNetwork + +- Updated dependencies []: + - @moralisweb3/core@2.6.1 + ## 2.6.0 ### Patch Changes diff --git a/packages/solUtils/package.json b/packages/solUtils/package.json index a105f1bb31..e90420670e 100644 --- a/packages/solUtils/package.json +++ b/packages/solUtils/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/sol-utils", "author": "Moralis", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -25,7 +25,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/core": "^2.6.0", + "@moralisweb3/core": "^2.6.1", "@solana/web3.js": "^1.56.2" } } diff --git a/packages/streams/CHANGELOG.md b/packages/streams/CHANGELOG.md index 47b98b258b..d3eeb7e745 100644 --- a/packages/streams/CHANGELOG.md +++ b/packages/streams/CHANGELOG.md @@ -1,5 +1,20 @@ # @moralisweb3/streams +## 2.6.1 + +### Patch Changes + +- [#715](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/715) [`f3cd2b5c`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/f3cd2b5c496e8f7b96110741ea8442816ed0dad1) Thanks [@ErnoW](https://github.com/ErnoW)! - Update types according to api changes: remove `address` and `tokenAddress`, add includeContractLogs, includeInternalTxs and allAddresses flags, and mape `topic0` an array + +* [#714](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/714) [`42893723`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/4289372344cda30f9af57982e4fbcad28308e0f8) Thanks [@ErnoW](https://github.com/ErnoW)! - Rename `network` param to `networkType` for `Moralis.Streams` and `Moralis.Auth`, to communicate more clearly the purpose of this param. Also make this value optional and default to `"evm"` + +- [#715](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/715) [`f3cd2b5c`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/f3cd2b5c496e8f7b96110741ea8442816ed0dad1) Thanks [@ErnoW](https://github.com/ErnoW)! - Allow multiple addresses for Moralis.Streams.addAddress + +- Updated dependencies [[`bfea2ba5`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/bfea2ba51f0616d097aa7d3251af516d632eb502), [`42893723`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/4289372344cda30f9af57982e4fbcad28308e0f8)]: + - @moralisweb3/evm-utils@2.6.1 + - @moralisweb3/core@2.6.1 + - @moralisweb3/api-utils@2.6.1 + ## 2.6.0 ### Minor Changes diff --git a/packages/streams/package.json b/packages/streams/package.json index 0e77fd94bf..09df507560 100644 --- a/packages/streams/package.json +++ b/packages/streams/package.json @@ -1,7 +1,7 @@ { "name": "@moralisweb3/streams", "author": "Moralis", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "private": false, "main": "./lib/index.js", @@ -31,9 +31,9 @@ "typescript": "^4.5.5" }, "dependencies": { - "@moralisweb3/api-utils": "^2.6.0", - "@moralisweb3/core": "^2.6.0", - "@moralisweb3/evm-utils": "^2.6.0", + "@moralisweb3/api-utils": "^2.6.1", + "@moralisweb3/core": "^2.6.1", + "@moralisweb3/evm-utils": "^2.6.1", "@moralisweb3/streams-typings": "^1.0.2", "ethereumjs-util": "^7.1.0", "web3-eth-abi": "^1.8.0"