Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2022
1 parent f8901fb commit 5fb735d
Show file tree
Hide file tree
Showing 72 changed files with 362 additions and 167 deletions.
9 changes: 0 additions & 9 deletions .changeset/chilled-squids-float.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/clever-lizards-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-lobsters-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-geese-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-swans-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-bananas-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-hats-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-cherries-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-boats-collect.md

This file was deleted.

2 changes: 1 addition & 1 deletion demos/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"dotenv": "^16.0.1",
"moralis": "^2.8.2"
"moralis": "^2.9.0"
},
"devDependencies": {
"@moralisweb3/eslint-config": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions demos/express-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"main": "dist/index.js",
"private": true,
"dependencies": {
"@moralisweb3/common-core": "^2.8.2",
"@moralisweb3/common-core": "^2.9.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.8.2",
"moralis": "^2.9.0",
"redis": "^4.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions demos/firebase-auth-ext/hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"dependencies": {
"@ethersproject/providers": "^5.7.1",
"@moralisweb3/client-firebase-auth-utils": "^2.8.2",
"@moralisweb3/client-firebase-evm-auth": "^2.8.2",
"@moralisweb3/client-firebase-sol-auth": "^2.8.2",
"@moralisweb3/client-firebase-auth-utils": "^2.9.0",
"@moralisweb3/client-firebase-evm-auth": "^2.9.0",
"@moralisweb3/client-firebase-sol-auth": "^2.9.0",
"@walletconnect/web3-provider": "^1.8.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion demos/firebase-proxy/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.18.0",
"firebase-functions-rate-limiter": "^3.9.1",
"moralis": "^2.8.2"
"moralis": "^2.9.0"
},
"devDependencies": {
"@firebase/app-types": "^0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions demos/moralis-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"main": "dist/index.js",
"private": true,
"dependencies": {
"@moralisweb3/common-core": "^2.8.2",
"@moralisweb3/common-core": "^2.9.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"envalid": "7.3.1",
"express": "^4.18.1",
"moralis": "^2.8.2",
"moralis": "^2.9.0",
"ngrok": "^4.3.3",
"redis": "^4.2.0",
"web3-utils": "^1.7.5"
Expand Down
4 changes: 2 additions & 2 deletions demos/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"lint": "eslint --ext .js,.ts ."
},
"dependencies": {
"@moralisweb3/next": "^2.8.2",
"@moralisweb3/next": "^2.9.0",
"axios": "^0.27.2",
"ethers": "5.6.9",
"moralis": "^2.8.2",
"moralis": "^2.9.0",
"next": "12.2.5",
"next-auth": "4.16.4",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions demos/parse-server-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"private": true,
"dependencies": {
"@codemirror/language": "^0.20.0",
"@moralisweb3/common-core": "^2.8.2",
"@moralisweb3/parse-server": "2.8.2",
"@moralisweb3/common-core": "^2.9.0",
"@moralisweb3/parse-server": "2.9.0",
"@types/node": "^18.11.11",
"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.8.2",
"moralis": "^2.9.0",
"ngrok": "^4.3.3",
"parse-server": "^5.2.7"
},
Expand Down
4 changes: 2 additions & 2 deletions demos/parse-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"private": true,
"dependencies": {
"@codemirror/language": "^0.20.0",
"@moralisweb3/common-core": "^2.8.2",
"@moralisweb3/common-core": "^2.9.0",
"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.8.2",
"moralis": "^2.9.0",
"parse-dashboard": "^4.1.4",
"parse-server": "^5.2.7"
},
Expand Down
4 changes: 2 additions & 2 deletions demos/supabase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"main": "dist/index.js",
"private": true,
"dependencies": {
"@moralisweb3/common-core": "^2.8.2",
"@moralisweb3/common-core": "^2.9.0",
"@supabase/supabase-js": "^1.35.4",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"envalid": "7.3.1",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"moralis": "^2.8.2",
"moralis": "^2.9.0",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apiUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moralisweb3/api-utils

## 2.9.0

### Patch Changes

- Updated dependencies [[`a8c2175c2`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a8c2175c2483d1de14af279da933ce3ddbe5f761), [`338ee39e8`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/338ee39e81c80b96e36c32da2507de7114b9dc17), [`f709e1179`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/f709e117975855f81391ee173b890eb033bee5fb), [`31ef229ad`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/31ef229ad13f3c92852008103567a57bc7381c4a), [`248089ffa`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/248089ffa26e80136e0eb1dd568eb678c06da53e)]:
- @moralisweb3/common-evm-utils@2.9.0
- @moralisweb3/common-core@2.9.0

## 2.8.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/apiUtils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/api-utils",
"author": "Moralis",
"version": "2.8.2",
"version": "2.9.0",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -25,13 +25,13 @@
"dev": "tsc --watch"
},
"devDependencies": {
"@moralisweb3/common-evm-utils": "^2.8.2",
"@moralisweb3/common-evm-utils": "^2.9.0",
"jest": "29.3.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@moralisweb3/common-core": "^2.8.2",
"@moralisweb3/common-evm-utils": "^2.8.2",
"@moralisweb3/common-core": "^2.9.0",
"@moralisweb3/common-evm-utils": "^2.9.0",
"axios": "^0.27.2"
}
}
11 changes: 11 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @moralisweb3/auth

## 2.9.0

### Patch Changes

- Updated dependencies [[`a8c2175c2`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a8c2175c2483d1de14af279da933ce3ddbe5f761), [`338ee39e8`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/338ee39e81c80b96e36c32da2507de7114b9dc17), [`f709e1179`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/f709e117975855f81391ee173b890eb033bee5fb), [`31ef229ad`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/31ef229ad13f3c92852008103567a57bc7381c4a), [`248089ffa`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/248089ffa26e80136e0eb1dd568eb678c06da53e)]:
- @moralisweb3/common-evm-utils@2.9.0
- @moralisweb3/common-core@2.9.0
- @moralisweb3/api-utils@2.9.0
- @moralisweb3/common-auth-utils@2.9.0
- @moralisweb3/common-sol-utils@2.9.0

## 2.8.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/auth",
"author": "Moralis",
"version": "2.8.2",
"version": "2.9.0",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -30,10 +30,10 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@moralisweb3/api-utils": "^2.8.2",
"@moralisweb3/common-auth-utils": "^2.8.2",
"@moralisweb3/common-core": "^2.8.2",
"@moralisweb3/common-evm-utils": "^2.8.2",
"@moralisweb3/common-sol-utils": "^2.8.2"
"@moralisweb3/api-utils": "^2.9.0",
"@moralisweb3/common-auth-utils": "^2.9.0",
"@moralisweb3/common-core": "^2.9.0",
"@moralisweb3/common-evm-utils": "^2.9.0",
"@moralisweb3/common-sol-utils": "^2.9.0"
}
}
7 changes: 7 additions & 0 deletions packages/client/apiUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moralisweb3/client-api-utils

## 2.9.0

### Patch Changes

- Updated dependencies [[`338ee39e8`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/338ee39e81c80b96e36c32da2507de7114b9dc17)]:
- @moralisweb3/common-core@2.9.0

## 2.8.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/client/apiUtils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/client-api-utils",
"author": "Moralis",
"version": "2.8.2",
"version": "2.9.0",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -25,6 +25,6 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@moralisweb3/common-core": "^2.8.2"
"@moralisweb3/common-core": "^2.9.0"
}
}
13 changes: 13 additions & 0 deletions packages/client/evmApi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @moralisweb3/client-evm-api

## 2.9.0

### Minor Changes

- [#865](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/865) [`a8c2175c2`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a8c2175c2483d1de14af279da933ce3ddbe5f761) Thanks [@FedericoAmura](https://github.com/FedericoAmura)! - Get transactions verbose support added.

### Patch Changes

- Updated dependencies [[`a8c2175c2`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a8c2175c2483d1de14af279da933ce3ddbe5f761), [`338ee39e8`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/338ee39e81c80b96e36c32da2507de7114b9dc17), [`f709e1179`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/f709e117975855f81391ee173b890eb033bee5fb), [`31ef229ad`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/31ef229ad13f3c92852008103567a57bc7381c4a), [`248089ffa`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/248089ffa26e80136e0eb1dd568eb678c06da53e)]:
- @moralisweb3/common-evm-utils@2.9.0
- @moralisweb3/common-core@2.9.0
- @moralisweb3/client-api-utils@2.9.0

## 2.8.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/client/evmApi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/client-evm-api",
"author": "Moralis",
"version": "2.8.2",
"version": "2.9.0",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -26,8 +26,8 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@moralisweb3/client-api-utils": "^2.8.2",
"@moralisweb3/common-core": "^2.8.2",
"@moralisweb3/common-evm-utils": "^2.8.2"
"@moralisweb3/client-api-utils": "^2.9.0",
"@moralisweb3/common-core": "^2.9.0",
"@moralisweb3/common-evm-utils": "^2.9.0"
}
}
8 changes: 8 additions & 0 deletions packages/client/firebaseApiUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moralisweb3/client-firebase-api-utils

## 2.9.0

### Patch Changes

- Updated dependencies [[`338ee39e8`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/338ee39e81c80b96e36c32da2507de7114b9dc17)]:
- @moralisweb3/common-core@2.9.0
- @moralisweb3/client-api-utils@2.9.0

## 2.8.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/client/firebaseApiUtils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/client-firebase-api-utils",
"author": "Moralis",
"version": "2.8.2",
"version": "2.9.0",
"license": "MIT",
"private": true,
"main": "./lib/index.js",
Expand All @@ -23,8 +23,8 @@
"@firebase/app": "^0.8.4",
"@firebase/app-types": "^0.8.1",
"@firebase/functions": "^0.8.8",
"@moralisweb3/client-api-utils": "^2.8.2",
"@moralisweb3/common-core": "^2.8.2",
"@moralisweb3/client-api-utils": "^2.9.0",
"@moralisweb3/common-core": "^2.9.0",
"firebase": "^9.13.0"
}
}
2 changes: 2 additions & 0 deletions packages/client/firebaseAuthUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @moralisweb3/client-firebase-auth-utils

## 2.9.0

## 2.8.2

## 2.8.1
Expand Down
2 changes: 1 addition & 1 deletion packages/client/firebaseAuthUtils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/client-firebase-auth-utils",
"author": "Moralis",
"version": "2.8.2",
"version": "2.9.0",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
Loading

0 comments on commit 5fb735d

Please sign in to comment.