@substrate/connect
Advanced tools
Comparing version 1.0.9 to 1.1.0
# Changelog | ||
## 1.1.0 | ||
### Minor Changes | ||
- e35a0e8: add paseo testnet | ||
### Patch Changes | ||
- cef7d50: update chainspecs | ||
- Updated dependencies [e35a0e8] | ||
- Updated dependencies [cef7d50] | ||
- Updated dependencies [188bf5b] | ||
- Updated dependencies [4123a5e] | ||
- @substrate/connect-known-chains@1.2.0 | ||
- @substrate/smoldot-discovery@1.0.0 | ||
## 1.0.9 | ||
@@ -4,0 +20,0 @@ |
@@ -89,2 +89,9 @@ var __defProp = Object.defineProperty; | ||
} | ||
case WellKnownChain.paseo: { | ||
chains.set( | ||
WellKnownChain.paseo, | ||
import("@substrate/connect-known-chains/paseo") | ||
); | ||
break; | ||
} | ||
} | ||
@@ -91,0 +98,0 @@ return (yield chains.get(knownChain)).chainSpec; |
{ | ||
"name": "@substrate/connect", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "Substrate-connect to Smoldot clients. Using either substrate extension with predefined clients or an internal smoldot client based on chainSpecs provided.", | ||
@@ -38,9 +38,7 @@ "author": "Parity Team <admin@parity.io>", | ||
"smoldot": "2.0.29", | ||
"@substrate/connect-known-chains": "^1.1.11", | ||
"@substrate/smoldot-discovery": "^0.0.9", | ||
"@substrate/connect-known-chains": "^1.2.0", | ||
"@substrate/smoldot-discovery": "^1.0.0", | ||
"@substrate/connect-extension-protocol": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@polkadot-api/json-rpc-provider-proxy": "^0.1.0", | ||
"@polkadot-api/substrate-client": "^0.1.4", | ||
"eslint": "^8.57.0", | ||
@@ -47,0 +45,0 @@ "jsdom": "^24.0.0", |
@@ -42,2 +42,9 @@ import { WellKnownChain } from "./types" | ||
} | ||
case WellKnownChain.paseo: { | ||
chains.set( | ||
WellKnownChain.paseo, | ||
import("@substrate/connect-known-chains/paseo"), | ||
) | ||
break | ||
} | ||
} | ||
@@ -44,0 +51,0 @@ |
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
188829
3
1719
0
+ Added@substrate/discovery@0.2.1(transitive)
+ Added@substrate/smoldot-discovery@1.2.0(transitive)
- Removed@noble/hashes@1.6.1(transitive)
- Removed@polkadot-api/codegen@0.12.10(transitive)
- Removed@polkadot-api/ink-contracts@0.2.2(transitive)
- Removed@polkadot-api/json-rpc-provider@0.0.4(transitive)
- Removed@polkadot-api/json-rpc-provider-proxy@0.2.4(transitive)
- Removed@polkadot-api/metadata-builders@0.9.2(transitive)
- Removed@polkadot-api/metadata-compatibility@0.1.12(transitive)
- Removed@polkadot-api/observable-client@0.6.3(transitive)
- Removed@polkadot-api/polkadot-signer@0.1.6(transitive)
- Removed@polkadot-api/signer@0.1.11(transitive)
- Removed@polkadot-api/signers-common@0.1.2(transitive)
- Removed@polkadot-api/substrate-bindings@0.9.4(transitive)
- Removed@polkadot-api/substrate-client@0.3.0(transitive)
- Removed@polkadot-api/utils@0.1.2(transitive)
- Removed@scure/base@1.2.1(transitive)
- Removed@substrate/discovery@0.0.1(transitive)
- Removed@substrate/light-client-extension-helpers@2.6.0(transitive)
- Removed@substrate/smoldot-discovery@0.0.9(transitive)
- Removedrxjs@7.8.1(transitive)
- Removedscale-ts@1.6.1(transitive)
- Removedtslib@2.8.1(transitive)