@substrate/light-client-extension-helpers
Advanced tools
Comparing version 2.0.3 to 2.1.0
{ | ||
"name": "@substrate/light-client-extension-helpers", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"author": "Matias Volpe (https://github.com/kratico)", | ||
@@ -16,2 +16,3 @@ "repository": { | ||
"./utils": "./dist/utils/index.mjs", | ||
"./tx-helper": "./dist/tx-helper/index.mjs", | ||
"./known-chain-specs": "./dist/known-chain-specs/index.mjs", | ||
@@ -33,12 +34,28 @@ "./known-chain-specs/polkadot": "./dist/known-chain-specs/polkadot.mjs", | ||
"devDependencies": { | ||
"@polkadot-api/json-rpc-provider": "~0.0.1", | ||
"@polkadot-api/polkadot-signer": "~0.0.2", | ||
"@types/chrome": "^0.0.268" | ||
}, | ||
"peerDependencies": { | ||
"@polkadot-api/json-rpc-provider": "~0.0", | ||
"@polkadot-api/polkadot-signer": "~0.0", | ||
"smoldot": "2.x" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@polkadot-api/json-rpc-provider": { | ||
"optional": true | ||
}, | ||
"@polkadot-api/polkadot-signer": { | ||
"optional": true | ||
} | ||
}, | ||
"dependencies": { | ||
"@polkadot-api/codegen": "^0.6.0", | ||
"@polkadot-api/json-rpc-provider-proxy": "^0.1.0", | ||
"@polkadot-api/metadata-builders": "^0.3.0", | ||
"@polkadot-api/observable-client": "^0.3.1", | ||
"@polkadot-api/json-rpc-provider": "^0.0.1", | ||
"@polkadot-api/json-rpc-provider-proxy": "^0.1.0", | ||
"@polkadot-api/signer": "~0.0.2", | ||
"@polkadot-api/substrate-bindings": "^0.6.0", | ||
"@polkadot-api/substrate-client": "^0.1.4", | ||
"@polkadot-api/utils": "^0.1.0", | ||
"rxjs": "^7.8.1", | ||
@@ -49,3 +66,3 @@ "@substrate/connect-known-chains": "^1.1.9", | ||
"scripts": { | ||
"build": "tsc --noEmit && tsup-node src/background/background-helper.ts src/content-script/content-script-helper.ts src/extension-page/extension-page-helper.ts src/web-page/web-page-helper.ts src/known-chain-specs/index.ts src/known-chain-specs/polkadot.ts src/known-chain-specs/ksmcc3.ts src/known-chain-specs/westend2.ts src/known-chain-specs/rococo_v2_2.ts src/utils/index.ts src/smoldot/index.ts --clean --sourcemap --platform neutral --target=es2020 --format esm --dts", | ||
"build": "tsc --noEmit && tsup-node src/background/background-helper.ts src/content-script/content-script-helper.ts src/extension-page/extension-page-helper.ts src/web-page/web-page-helper.ts src/known-chain-specs/index.ts src/known-chain-specs/polkadot.ts src/known-chain-specs/ksmcc3.ts src/known-chain-specs/westend2.ts src/known-chain-specs/rococo_v2_2.ts src/utils/index.ts src/smoldot/index.ts src/tx-helper/index.ts --clean --sourcemap --platform neutral --target=es2020 --format esm --dts", | ||
"dev": "pnpm build --watch", | ||
@@ -52,0 +69,0 @@ "lint": "prettier --check README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"" |
@@ -211,1 +211,5 @@ # @substrate/light-client-extension-helpers | ||
``` | ||
### tx-helper | ||
TODO: write usage guide |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
234515
59
1909
215
14
3
+ Added@polkadot-api/codegen@^0.6.0
+ Added@polkadot-api/signer@~0.0.2
+ Added@polkadot-api/utils@^0.1.0
+ Added@polkadot-api/codegen@0.6.2(transitive)
+ Added@polkadot-api/json-rpc-provider@0.0.4(transitive)
+ Added@polkadot-api/metadata-builders@0.3.1(transitive)
+ Added@polkadot-api/polkadot-signer@0.0.2(transitive)
+ Added@polkadot-api/signer@0.0.2(transitive)
+ Added@polkadot-api/substrate-bindings@0.6.3(transitive)
+ Added@polkadot-api/utils@0.1.10.1.2(transitive)