Skip to content

Commit

Permalink
bump v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 30, 2023
1 parent 3fbdc64 commit 6a4c7cc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import '@acala-network/types';
import { ApiPromise, WsProvider } from '@polkadot/api';
import { options } from '@acala-network/api';

const provider = new WsProvider('wss://karura.api.onfinality.io/public-ws');
const provider = new WsProvider('wss://karura-rpc.aca-api.network');
const api = new ApiPromise(options({ provider }));
await api.isReady;

Expand Down
4 changes: 2 additions & 2 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/api-derive",
"version": "6.0.0-34",
"version": "6.0.0",
"description": "Additional polkadot.js derives for Acala Network",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@acala-network/types": "6.0.0-34"
"@acala-network/types": "6.0.0"
},
"peerDependencies": {
"@polkadot/api": "^10.9.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/api",
"version": "6.0.0-34",
"version": "6.0.0",
"description": "Acala JS API",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -27,8 +27,8 @@
"publish:manual": "npm publish --tolerate-republish --access public"
},
"dependencies": {
"@acala-network/api-derive": "6.0.0-34",
"@acala-network/types": "6.0.0-34"
"@acala-network/api-derive": "6.0.0",
"@acala-network/types": "6.0.0"
},
"peerDependencies": {
"@polkadot/api": "^10.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/types",
"version": "6.0.0-34",
"version": "6.0.0",
"description": "Acala types for @polkadot/api",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ __metadata:
languageName: node
linkType: hard

"@acala-network/[email protected]-34, @acala-network/api-derive@workspace:packages/api-derive":
"@acala-network/[email protected], @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.0-34
"@acala-network/types": 6.0.0
typescript: ^5.0.4
peerDependencies:
"@polkadot/api": ^10.9.1
Expand All @@ -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.0-34
"@acala-network/types": 6.0.0-34
"@acala-network/api-derive": 6.0.0
"@acala-network/types": 6.0.0
typescript: ^5.0.4
peerDependencies:
"@polkadot/api": ^10.9.1
languageName: unknown
linkType: soft

"@acala-network/[email protected]-34, @acala-network/types@workspace:packages/types":
"@acala-network/[email protected], @acala-network/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@acala-network/types@workspace:packages/types"
dependencies:
Expand Down

0 comments on commit 6a4c7cc

Please sign in to comment.