Skip to content

Commit a65b459

Browse files
Version Packages (#1143)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a9ba709 commit a65b459

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+519
-277
lines changed

.changeset/good-ducks-return.md

-7
This file was deleted.

demos/cli-cjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test:e2e": "yarn run start"
99
},
1010
"dependencies": {
11-
"moralis": "^2.22.0"
11+
"moralis": "^2.22.1"
1212
},
1313
"devDependencies": {
1414
"dotenv": "^16.0.3"

demos/cli-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:e2e": "yarn run start"
1010
},
1111
"dependencies": {
12-
"moralis": "^2.22.0"
12+
"moralis": "^2.22.1"
1313
},
1414
"devDependencies": {
1515
"dotenv": "^16.0.3"

demos/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"dotenv": "^16.0.1",
15-
"moralis": "^2.22.0"
15+
"moralis": "^2.22.1"
1616
},
1717
"devDependencies": {
1818
"@moralisweb3/eslint-config": "^1.0.3",

demos/client-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"dotenv": "^16.0.3",
13-
"moralis": "^2.22.0"
13+
"moralis": "^2.22.1"
1414
},
1515
"devDependencies": {
1616
"http-server": "^14.1.1",

demos/express-proxy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"main": "dist/index.js",
55
"private": true,
66
"dependencies": {
7-
"@moralisweb3/common-core": "^2.22.0",
7+
"@moralisweb3/common-core": "^2.22.1",
88
"cors": "^2.8.5",
99
"dotenv": "^16.0.1",
1010
"envalid": "7.3.1",
1111
"express": "^4.18.2",
1212
"express-rate-limit": "^6.7.0",
13-
"moralis": "^2.22.0",
13+
"moralis": "^2.22.1",
1414
"redis": "^4.2.0"
1515
},
1616
"devDependencies": {

demos/firebase-auth-ext/hosting/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"dependencies": {
66
"@ethersproject/providers": "^5.7.2",
7-
"@moralisweb3/client-firebase-auth-utils": "^2.22.0",
8-
"@moralisweb3/client-firebase-evm-auth": "^2.22.0",
9-
"@moralisweb3/client-firebase-sol-auth": "^2.22.0",
7+
"@moralisweb3/client-firebase-auth-utils": "^2.22.1",
8+
"@moralisweb3/client-firebase-evm-auth": "^2.22.1",
9+
"@moralisweb3/client-firebase-sol-auth": "^2.22.1",
1010
"@walletconnect/web3-provider": "^1.8.0",
1111
"assert": "^2.0.0",
1212
"buffer": "^6.0.3",

demos/firebase-nextjs/hosting/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@moralisweb3/client-firebase-auth-utils": "^2.22.0",
14-
"@moralisweb3/client-firebase-evm-auth": "^2.22.0",
13+
"@moralisweb3/client-firebase-auth-utils": "^2.22.1",
14+
"@moralisweb3/client-firebase-evm-auth": "^2.22.1",
1515
"@next/font": "13.1.2",
1616
"@types/node": "^18.11.18",
1717
"@types/react": "18.0.26",

demos/firebase-proxy/functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"firebase-admin": "^10.0.2",
2020
"firebase-functions": "^3.18.0",
2121
"firebase-functions-rate-limiter": "^3.9.1",
22-
"moralis": "^2.22.0"
22+
"moralis": "^2.22.1"
2323
},
2424
"devDependencies": {
2525
"@firebase/app-types": "^0.7.0",

demos/moralis-stream/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"main": "dist/index.js",
55
"private": true,
66
"dependencies": {
7-
"@moralisweb3/common-core": "^2.22.0",
7+
"@moralisweb3/common-core": "^2.22.1",
88
"cors": "^2.8.5",
99
"dotenv": "^16.0.1",
1010
"envalid": "7.3.1",
1111
"express": "^4.18.1",
12-
"moralis": "^2.22.0",
12+
"moralis": "^2.22.1",
1313
"ngrok": "^4.3.3",
1414
"redis": "^4.2.0",
1515
"web3-utils": "^1.7.5"

demos/nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"lint": "eslint --ext .js,.ts ."
1010
},
1111
"dependencies": {
12-
"@moralisweb3/next": "^2.22.0",
12+
"@moralisweb3/next": "^2.22.1",
1313
"axios": "^1.2.1",
1414
"ethers": "^5.7.2",
15-
"moralis": "^2.22.0",
15+
"moralis": "^2.22.1",
1616
"next": "12.2.5",
1717
"next-auth": "4.20.1",
1818
"react": "^18.2.0",

demos/parse-server-migration/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"private": true,
66
"dependencies": {
77
"@codemirror/language": "^0.20.0",
8-
"@moralisweb3/common-core": "^2.22.0",
9-
"@moralisweb3/parse-server": "2.22.0",
8+
"@moralisweb3/common-core": "^2.22.1",
9+
"@moralisweb3/parse-server": "2.22.1",
1010
"cors": "^2.8.5",
1111
"dotenv": "^16.0.1",
1212
"envalid": "7.3.1",
1313
"express": "^4.18.1",
1414
"express-rate-limit": "^6.5.1",
1515
"graphql": "^16.6.0",
1616
"graphql-ws": "^5.10.1",
17-
"moralis": "^2.22.0",
17+
"moralis": "^2.22.1",
1818
"ngrok": "^4.3.3",
1919
"parse-server": "^5.4.0"
2020
},

demos/parse-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"private": true,
66
"dependencies": {
77
"@codemirror/language": "^0.20.0",
8-
"@moralisweb3/common-core": "^2.22.0",
8+
"@moralisweb3/common-core": "^2.22.1",
99
"cors": "^2.8.5",
1010
"dotenv": "^16.0.1",
1111
"envalid": "7.3.1",
1212
"express": "^4.18.1",
1313
"express-rate-limit": "^6.5.1",
1414
"graphql": "^16.6.0",
1515
"graphql-ws": "^5.10.1",
16-
"moralis": "^2.22.0",
16+
"moralis": "^2.22.1",
1717
"parse-dashboard": "^4.1.4",
1818
"parse-server": "^5.4.0"
1919
},

demos/supabase-auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"main": "dist/index.js",
55
"private": true,
66
"dependencies": {
7-
"@moralisweb3/common-core": "^2.22.0",
7+
"@moralisweb3/common-core": "^2.22.1",
88
"@supabase/supabase-js": "^1.35.4",
99
"cors": "^2.8.5",
1010
"dotenv": "^16.0.1",
1111
"envalid": "7.3.1",
1212
"express": "^4.18.1",
1313
"jsonwebtoken": "^9.0.0",
14-
"moralis": "^2.22.0",
14+
"moralis": "^2.22.1",
1515
"uuid": "^9.0.0"
1616
},
1717
"devDependencies": {

demos/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:cypress": "cypress run --browser chrome --headless"
1313
},
1414
"dependencies": {
15-
"moralis": "^2.22.0"
15+
"moralis": "^2.22.1"
1616
},
1717
"devDependencies": {
1818
"cypress": "^12.8.0",

packages/apiGenerator/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @moralisweb3/api-generator
22

3+
## 2.22.1
4+
35
## 2.22.0
46

57
## 2.21.0

packages/apiGenerator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"ts-node": "^10.9.1",
1919
"typescript": "^4.9.4"
2020
},
21-
"version": "2.22.0"
21+
"version": "2.22.1"
2222
}

packages/apiUtils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @moralisweb3/api-utils
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9ba7092f`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a9ba7092fcd9853c2c0f361bed6d32f49d946a63)]:
8+
- @moralisweb3/common-evm-utils@2.22.1
9+
- @moralisweb3/common-core@2.22.1
10+
311
## 2.22.0
412

513
### Patch Changes

packages/apiUtils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moralisweb3/api-utils",
33
"author": "Moralis",
4-
"version": "2.22.0",
4+
"version": "2.22.1",
55
"license": "MIT",
66
"type": "module",
77
"main": "./lib/esm/index.js",
@@ -38,7 +38,7 @@
3838
"dev": "tsc --watch"
3939
},
4040
"devDependencies": {
41-
"@moralisweb3/common-evm-utils": "^2.22.0",
41+
"@moralisweb3/common-evm-utils": "^2.22.1",
4242
"@rollup/plugin-commonjs": "^24.0.1",
4343
"@rollup/plugin-node-resolve": "^15.0.1",
4444
"jest": "^29.5.0",
@@ -49,8 +49,8 @@
4949
"rollup-plugin-typescript2": "^0.34.1"
5050
},
5151
"dependencies": {
52-
"@moralisweb3/common-core": "^2.22.0",
53-
"@moralisweb3/common-evm-utils": "^2.22.0",
52+
"@moralisweb3/common-core": "^2.22.1",
53+
"@moralisweb3/common-evm-utils": "^2.22.1",
5454
"axios": "^1.2.1"
5555
}
5656
}

packages/aptosApi/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @moralisweb3/aptos-api
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @moralisweb3/api-utils@2.22.1
9+
- @moralisweb3/common-aptos-utils@2.22.1
10+
- @moralisweb3/common-core@2.22.1
11+
312
## 2.22.0
413

514
### Patch Changes

packages/aptosApi/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moralisweb3/aptos-api",
33
"author": "Moralis",
4-
"version": "2.22.0",
4+
"version": "2.22.1",
55
"license": "MIT",
66
"type": "module",
77
"main": "./lib/esm/index.js",
@@ -43,9 +43,9 @@
4343
"typescript": "^4.9.3"
4444
},
4545
"dependencies": {
46-
"@moralisweb3/api-utils": "^2.22.0",
47-
"@moralisweb3/common-aptos-utils": "^2.22.0",
48-
"@moralisweb3/common-core": "^2.22.0"
46+
"@moralisweb3/api-utils": "^2.22.1",
47+
"@moralisweb3/common-aptos-utils": "^2.22.1",
48+
"@moralisweb3/common-core": "^2.22.1"
4949
},
5050
"typedoc": {
5151
"entryPoint": "./src/index.ts"

packages/auth/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @moralisweb3/auth
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9ba7092f`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a9ba7092fcd9853c2c0f361bed6d32f49d946a63)]:
8+
- @moralisweb3/common-evm-utils@2.22.1
9+
- @moralisweb3/api-utils@2.22.1
10+
- @moralisweb3/common-aptos-utils@2.22.1
11+
- @moralisweb3/common-auth-utils@2.22.1
12+
- @moralisweb3/common-core@2.22.1
13+
- @moralisweb3/common-sol-utils@2.22.1
14+
315
## 2.22.0
416

517
### Patch Changes

packages/auth/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moralisweb3/auth",
33
"author": "Moralis",
4-
"version": "2.22.0",
4+
"version": "2.22.1",
55
"license": "MIT",
66
"type": "module",
77
"main": "./lib/esm/index.js",
@@ -49,11 +49,11 @@
4949
"rollup-plugin-typescript2": "^0.34.1"
5050
},
5151
"dependencies": {
52-
"@moralisweb3/api-utils": "^2.22.0",
53-
"@moralisweb3/common-aptos-utils": "^2.22.0",
54-
"@moralisweb3/common-auth-utils": "^2.22.0",
55-
"@moralisweb3/common-core": "^2.22.0",
56-
"@moralisweb3/common-evm-utils": "^2.22.0",
57-
"@moralisweb3/common-sol-utils": "^2.22.0"
52+
"@moralisweb3/api-utils": "^2.22.1",
53+
"@moralisweb3/common-aptos-utils": "^2.22.1",
54+
"@moralisweb3/common-auth-utils": "^2.22.1",
55+
"@moralisweb3/common-core": "^2.22.1",
56+
"@moralisweb3/common-evm-utils": "^2.22.1",
57+
"@moralisweb3/common-sol-utils": "^2.22.1"
5858
}
5959
}

packages/client/apiUtils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @moralisweb3/client-api-utils
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @moralisweb3/common-core@2.22.1
9+
310
## 2.22.0
411

512
### Patch Changes

packages/client/apiUtils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moralisweb3/client-api-utils",
33
"author": "Moralis",
4-
"version": "2.22.0",
4+
"version": "2.22.1",
55
"license": "MIT",
66
"main": "./lib/index.js",
77
"types": "./lib/index.d.ts",
@@ -22,6 +22,6 @@
2222
"dev": "tsc --watch"
2323
},
2424
"dependencies": {
25-
"@moralisweb3/common-core": "^2.22.0"
25+
"@moralisweb3/common-core": "^2.22.1"
2626
}
2727
}

packages/client/evmApi/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @moralisweb3/client-evm-api
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9ba7092f`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/a9ba7092fcd9853c2c0f361bed6d32f49d946a63)]:
8+
- @moralisweb3/common-evm-utils@2.22.1
9+
- @moralisweb3/client-api-utils@2.22.1
10+
- @moralisweb3/common-core@2.22.1
11+
312
## 2.22.0
413

514
### Patch Changes

packages/client/evmApi/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moralisweb3/client-evm-api",
33
"author": "Moralis",
4-
"version": "2.22.0",
4+
"version": "2.22.1",
55
"license": "MIT",
66
"main": "./lib/index.js",
77
"types": "./lib/index.d.ts",
@@ -23,8 +23,8 @@
2323
"gen:client": "node ../apiUtils/scripts/generate-client.js ./src/generated/ClientEvmApi.ts @moralisweb3/common-evm-utils"
2424
},
2525
"dependencies": {
26-
"@moralisweb3/client-api-utils": "^2.22.0",
27-
"@moralisweb3/common-core": "^2.22.0",
28-
"@moralisweb3/common-evm-utils": "^2.22.0"
26+
"@moralisweb3/client-api-utils": "^2.22.1",
27+
"@moralisweb3/common-core": "^2.22.1",
28+
"@moralisweb3/common-evm-utils": "^2.22.1"
2929
}
3030
}

0 commit comments

Comments
 (0)