-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d33311b
commit fc4f170
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/api-derive", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Additional polkadot.js derives for Acala Network", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -23,7 +23,7 @@ | |
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"@acala-network/types": "6.0.2" | ||
"@acala-network/types": "6.0.3" | ||
}, | ||
"peerDependencies": { | ||
"@polkadot/api": "^10.9.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/api", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Acala JS API", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -23,8 +23,8 @@ | |
"publish:manual": "npm publish --tolerate-republish --access public" | ||
}, | ||
"dependencies": { | ||
"@acala-network/api-derive": "6.0.2", | ||
"@acala-network/types": "6.0.2" | ||
"@acala-network/api-derive": "6.0.3", | ||
"@acala-network/types": "6.0.3" | ||
}, | ||
"peerDependencies": { | ||
"@polkadot/api": "^10.9.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/types", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Acala types for @polkadot/api", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,11 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"@acala-network/[email protected].2, @acala-network/api-derive@workspace:packages/api-derive": | ||
"@acala-network/[email protected].3, @acala-network/api-derive@workspace:packages/api-derive": | ||
version: 0.0.0-use.local | ||
resolution: "@acala-network/api-derive@workspace:packages/api-derive" | ||
dependencies: | ||
"@acala-network/types": 6.0.2 | ||
"@acala-network/types": 6.0.3 | ||
typescript: ^5.0.4 | ||
peerDependencies: | ||
"@polkadot/api": ^10.9.1 | ||
|
@@ -27,15 +27,15 @@ __metadata: | |
version: 0.0.0-use.local | ||
resolution: "@acala-network/api@workspace:packages/api" | ||
dependencies: | ||
"@acala-network/api-derive": 6.0.2 | ||
"@acala-network/types": 6.0.2 | ||
"@acala-network/api-derive": 6.0.3 | ||
"@acala-network/types": 6.0.3 | ||
typescript: ^5.0.4 | ||
peerDependencies: | ||
"@polkadot/api": ^10.9.1 | ||
languageName: unknown | ||
linkType: soft | ||
|
||
"@acala-network/[email protected].2, @acala-network/types@workspace:packages/types": | ||
"@acala-network/[email protected].3, @acala-network/types@workspace:packages/types": | ||
version: 0.0.0-use.local | ||
resolution: "@acala-network/types@workspace:packages/types" | ||
dependencies: | ||
|