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 Oct 4, 2022
1 parent e5fb3d6 commit f9a0b33
Show file tree
Hide file tree
Showing 41 changed files with 177 additions and 97 deletions.
6 changes: 0 additions & 6 deletions .changeset/gorgeous-plants-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-eels-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-ladybugs-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-bikes-check.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pretty-mayflies-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-nails-dream.md

This file was deleted.

4 changes: 2 additions & 2 deletions demos/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions demos/express-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions demos/firebase-auth/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions demos/firebase-proxy/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions demos/moralis-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions demos/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions demos/parse-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions demos/supabase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/apiUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moralisweb3/api-utils

## 2.6.1

### Patch Changes

- Updated dependencies []:
- @moralisweb3/core@2.6.1

## 2.6.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "2.6.1",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -24,6 +24,6 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/core": "^2.6.0"
"@moralisweb3/core": "^2.6.1"
}
}
12 changes: 12 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 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.6.0",
"version": "2.6.1",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -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"
}
}
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.6.1

## 2.6.0

## 2.5.8
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.6.0",
"version": "2.6.1",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/firebaseEvmAuth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/client/firebaseEvmAuth/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/client/firebaseSolAuth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/client/firebaseSolAuth/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @moralisweb3/core

## 2.6.1

## 2.6.0

## 2.5.8
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslintConfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/eslintConfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moralisweb3/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/evmApi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit f9a0b33

Please sign in to comment.