Skip to content

Commit

Permalink
Merge pull request #944 from MoralisWeb3/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ErnoW authored Jan 13, 2023
2 parents e7cd863 + 915cc0e commit 2b1c40a
Show file tree
Hide file tree
Showing 69 changed files with 451 additions and 248 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-mangos-mix.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/early-cats-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-moles-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-bananas-applaud.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.11.0"
"moralis": "^2.11.1"
},
"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.11.0",
"@moralisweb3/common-core": "^2.11.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"envalid": "7.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"moralis": "^2.11.0",
"moralis": "^2.11.1",
"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.11.0",
"@moralisweb3/client-firebase-evm-auth": "^2.11.0",
"@moralisweb3/client-firebase-sol-auth": "^2.11.0",
"@moralisweb3/client-firebase-auth-utils": "^2.11.1",
"@moralisweb3/client-firebase-evm-auth": "^2.11.1",
"@moralisweb3/client-firebase-sol-auth": "^2.11.1",
"@walletconnect/web3-provider": "^1.8.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
Expand Down
4 changes: 2 additions & 2 deletions demos/firebase-nextjs/hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "next lint"
},
"dependencies": {
"@moralisweb3/client-firebase-auth-utils": "^2.11.0",
"@moralisweb3/client-firebase-evm-auth": "^2.11.0",
"@moralisweb3/client-firebase-auth-utils": "^2.11.1",
"@moralisweb3/client-firebase-evm-auth": "^2.11.1",
"@next/font": "13.0.7",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
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.11.0"
"moralis": "^2.11.1"
},
"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.11.0",
"@moralisweb3/common-core": "^2.11.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"envalid": "7.3.1",
"express": "^4.18.1",
"moralis": "^2.11.0",
"moralis": "^2.11.1",
"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.11.0",
"@moralisweb3/next": "^2.11.1",
"axios": "^1.2.1",
"ethers": "5.6.9",
"moralis": "^2.11.0",
"moralis": "^2.11.1",
"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.11.0",
"@moralisweb3/parse-server": "2.11.0",
"@moralisweb3/common-core": "^2.11.1",
"@moralisweb3/parse-server": "2.11.1",
"cors": "^2.8.5",
"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.11.0",
"moralis": "^2.11.1",
"ngrok": "^4.3.3",
"parse-server": "^5.4.0"
},
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,15 +5,15 @@
"private": true,
"dependencies": {
"@codemirror/language": "^0.20.0",
"@moralisweb3/common-core": "^2.11.0",
"@moralisweb3/common-core": "^2.11.1",
"cors": "^2.8.5",
"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.11.0",
"moralis": "^2.11.1",
"parse-dashboard": "^4.1.4",
"parse-server": "^5.4.0"
},
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.11.0",
"@moralisweb3/common-core": "^2.11.1",
"@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.11.0",
"moralis": "^2.11.1",
"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.11.1

### Patch Changes

- Updated dependencies []:
- @moralisweb3/common-core@2.11.1
- @moralisweb3/common-evm-utils@2.11.1

## 2.11.0

### 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.11.0",
"version": "2.11.1",
"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.11.0",
"@moralisweb3/common-evm-utils": "^2.11.1",
"jest": "29.3.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@moralisweb3/common-core": "^2.11.0",
"@moralisweb3/common-evm-utils": "^2.11.0",
"@moralisweb3/common-core": "^2.11.1",
"@moralisweb3/common-evm-utils": "^2.11.1",
"axios": "^1.2.1"
}
}
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.11.1

### Patch Changes

- Updated dependencies []:
- @moralisweb3/api-utils@2.11.1
- @moralisweb3/common-auth-utils@2.11.1
- @moralisweb3/common-core@2.11.1
- @moralisweb3/common-evm-utils@2.11.1
- @moralisweb3/common-sol-utils@2.11.1

## 2.11.0

### 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.11.0",
"version": "2.11.1",
"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.11.0",
"@moralisweb3/common-auth-utils": "^2.11.0",
"@moralisweb3/common-core": "^2.11.0",
"@moralisweb3/common-evm-utils": "^2.11.0",
"@moralisweb3/common-sol-utils": "^2.11.0"
"@moralisweb3/api-utils": "^2.11.1",
"@moralisweb3/common-auth-utils": "^2.11.1",
"@moralisweb3/common-core": "^2.11.1",
"@moralisweb3/common-evm-utils": "^2.11.1",
"@moralisweb3/common-sol-utils": "^2.11.1"
}
}
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.11.1

### Patch Changes

- Updated dependencies []:
- @moralisweb3/common-core@2.11.1

## 2.11.0

### 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.11.0",
"version": "2.11.1",
"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.11.0"
"@moralisweb3/common-core": "^2.11.1"
}
}
9 changes: 9 additions & 0 deletions packages/client/evmApi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moralisweb3/client-evm-api

## 2.11.1

### Patch Changes

- Updated dependencies []:
- @moralisweb3/client-api-utils@2.11.1
- @moralisweb3/common-core@2.11.1
- @moralisweb3/common-evm-utils@2.11.1

## 2.11.0

### 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.11.0",
"version": "2.11.1",
"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.11.0",
"@moralisweb3/common-core": "^2.11.0",
"@moralisweb3/common-evm-utils": "^2.11.0"
"@moralisweb3/client-api-utils": "^2.11.1",
"@moralisweb3/common-core": "^2.11.1",
"@moralisweb3/common-evm-utils": "^2.11.1"
}
}
10 changes: 10 additions & 0 deletions packages/client/firebaseApiUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @moralisweb3/client-firebase-api-utils

## 2.11.1

### Patch Changes

- [#941](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/941) [`11b751d98`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/11b751d983adea43b3d9ce2513b3148aca4afa32) Thanks [@b4rtaz](https://github.com/b4rtaz)! - Replaced Firebase dependencies to single root dependency (`firebase`).

- Updated dependencies []:
- @moralisweb3/client-api-utils@2.11.1
- @moralisweb3/common-core@2.11.1

## 2.11.0

### 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.11.0",
"version": "2.11.1",
"license": "MIT",
"private": true,
"main": "./lib/index.js",
Expand All @@ -20,8 +20,8 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@moralisweb3/client-api-utils": "^2.11.0",
"@moralisweb3/common-core": "^2.11.0",
"@moralisweb3/client-api-utils": "^2.11.1",
"@moralisweb3/common-core": "^2.11.1",
"firebase": "^9.15.0"
}
}
6 changes: 6 additions & 0 deletions packages/client/firebaseAuthUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moralisweb3/client-firebase-auth-utils

## 2.11.1

### Patch Changes

- [#941](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/941) [`11b751d98`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/11b751d983adea43b3d9ce2513b3148aca4afa32) Thanks [@b4rtaz](https://github.com/b4rtaz)! - Replaced Firebase dependencies to single root dependency (`firebase`).

## 2.11.0

## 2.10.3
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.11.0",
"version": "2.11.1",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/client/firebaseEvmApi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @moralisweb3/client-firebase-evm-api

## 2.11.1

### Patch Changes

- [#941](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/941) [`11b751d98`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/11b751d983adea43b3d9ce2513b3148aca4afa32) Thanks [@b4rtaz](https://github.com/b4rtaz)! - Replaced Firebase dependencies to single root dependency (`firebase`).

- Updated dependencies [[`11b751d98`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/11b751d983adea43b3d9ce2513b3148aca4afa32)]:
- @moralisweb3/client-firebase-api-utils@2.11.1
- @moralisweb3/client-evm-api@2.11.1
- @moralisweb3/common-core@2.11.1
- @moralisweb3/common-evm-utils@2.11.1

## 2.11.0

### Patch Changes
Expand Down
Loading

1 comment on commit 2b1c40a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test coverage

Title Lines Statements Branches Functions
api-utils Coverage: 25%
26.2% (49/187) 19.14% (9/47) 22.85% (8/35)
auth Coverage: 90%
92.77% (77/83) 81.81% (18/22) 90% (18/20)
evm-api Coverage: 100%
100% (81/81) 66.66% (6/9) 100% (49/49)
common-evm-utils Coverage: 64%
64.67% (974/1506) 19.44% (127/653) 35.25% (208/590)
sol-api Coverage: 96%
96.66% (29/30) 66.66% (6/9) 91.66% (11/12)
common-sol-utils Coverage: 74%
73.77% (135/183) 60% (12/20) 65.67% (44/67)
common-streams-utils Coverage: 93%
94% (1066/1134) 81.42% (399/490) 86.74% (373/430)
streams Coverage: 89%
89.35% (512/573) 68.05% (49/72) 88.98% (105/118)

Please sign in to comment.