-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
32 changed files
with
36 additions
and
63 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
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,9 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api#readme", | ||
"license": "Apache-2.0", | ||
"packageManager": "[email protected]", | ||
|
@@ -13,8 +16,8 @@ | |
"type": "module", | ||
"version": "10.1.3", | ||
"versions": { | ||
"git": "10.1.3-3-x", | ||
"npm": "10.1.2" | ||
"git": "10.1.3", | ||
"npm": "10.1.3" | ||
}, | ||
"workspaces": [ | ||
"packages/*" | ||
|
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "API generated augmentation", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-augment#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/api-augment", | ||
"repository": { | ||
"directory": "packages/api-augment", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Interfaces for interacting with contracts and contract ABIs", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-base#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/api-base", | ||
"repository": { | ||
"directory": "packages/api-base", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Interfaces for interacting with contracts and contract ABIs", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/api-contract", | ||
"repository": { | ||
"directory": "packages/api-contract", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/api-derive", | ||
"repository": { | ||
"directory": "packages/api-derive", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Promise and RxJS wrappers around the Polkadot JS RPC", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/api", | ||
"repository": { | ||
"directory": "packages/api", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "RPC generated augmentation", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-augment#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/rpc-augment", | ||
"repository": { | ||
"directory": "packages/rpc-augment", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/rpc-core", | ||
"repository": { | ||
"directory": "packages/rpc-core", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Transport providers for the API", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/rpc-provider", | ||
"repository": { | ||
"directory": "packages/rpc-provider", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Type generation scripts", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/typegen#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/typegen", | ||
"repository": { | ||
"directory": "packages/typegen", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Types generated augmentation", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-augment#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/types-augment", | ||
"repository": { | ||
"directory": "packages/types-augment", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Implementation of the SCALE codec", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-codec#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/types-codec", | ||
"repository": { | ||
"directory": "packages/types-codec", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Type creator helpers", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-create#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/types-create", | ||
"repository": { | ||
"directory": "packages/types-create", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Known type definitions", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/types-known", | ||
"repository": { | ||
"directory": "packages/types-known", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Supporting files for types, mostly for testing", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-support#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/types-support", | ||
"repository": { | ||
"directory": "packages/types-support", | ||
|
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
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,14 +1,12 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/api/issues", | ||
"contributors": [], | ||
"description": "Implementation of the Parity codec", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/types", | ||
"repository": { | ||
"directory": "packages/types", | ||
|
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