@substrate/connect
Advanced tools
Comparing version 0.8.8 to 0.8.9
@@ -7,2 +7,9 @@ # Changelog | ||
## 0.8.9 - 2024-04-10 | ||
### Changed | ||
- Update @polkadot-api/json-rpc-provider-proxy to v0.0.1 [#2072](https://github.com/paritytech/substrate-connect/pull/2072) | ||
- Update @polkadot-api/substrate-client to v0.0.1 [#2072](https://github.com/paritytech/substrate-connect/pull/2072) | ||
## 0.8.8 - 2024-03-12 | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@substrate/connect", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "Substrate-connect to Smoldot clients. Using either substrate extension with predefined clients or an internal smoldot client based on chainSpecs provided.", | ||
@@ -38,12 +38,12 @@ "author": "Parity Team <admin@parity.io>", | ||
"smoldot": "2.0.22", | ||
"@substrate/light-client-extension-helpers": "^0.0.4", | ||
"@substrate/connect-known-chains": "^1.1.1", | ||
"@substrate/connect-extension-protocol": "^2.0.0" | ||
"@substrate/light-client-extension-helpers": "^0.0.5", | ||
"@substrate/connect-extension-protocol": "^2.0.0", | ||
"@substrate/connect-known-chains": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@polkadot-api/json-rpc-provider-proxy": "0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0", | ||
"@polkadot-api/substrate-client": "0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0", | ||
"@polkadot-api/json-rpc-provider-proxy": "0.0.1", | ||
"@polkadot-api/substrate-client": "0.0.1", | ||
"eslint": "^8.57.0", | ||
"jsdom": "^24.0.0", | ||
"vitest": "^1.3.1" | ||
"vitest": "^1.4.0" | ||
}, | ||
@@ -56,5 +56,5 @@ "scripts": { | ||
"clean": "rm -rf dist", | ||
"build": "tsup-node src/index.ts src/worker.ts src/worker-node.ts --clean --sourcemap --platform neutral --target=es2015 --format esm,cjs --dts", | ||
"build": "tsc --noEmit && tsup-node src/index.ts src/worker.ts src/worker-node.ts --clean --sourcemap --platform neutral --target=es2015 --format esm,cjs --dts", | ||
"lint": "eslint . --ext .js,.ts" | ||
} | ||
} |
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
221178
+ Added@polkadot-api/json-rpc-provider@0.0.1(transitive)
+ Added@polkadot-api/json-rpc-provider-proxy@0.0.1(transitive)
+ Added@polkadot-api/metadata-builders@0.0.1(transitive)
+ Added@polkadot-api/observable-client@0.1.0(transitive)
+ Added@polkadot-api/substrate-bindings@0.0.1(transitive)
+ Added@polkadot-api/substrate-client@0.0.1(transitive)
+ Added@polkadot-api/utils@0.0.1(transitive)
+ Added@substrate/light-client-extension-helpers@0.0.5(transitive)
- Removed@polkadot-api/client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(transitive)
- Removed@polkadot-api/json-rpc-provider@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(transitive)
- Removed@polkadot-api/json-rpc-provider-proxy@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(transitive)
- Removed@polkadot-api/metadata-builders@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(transitive)
- Removed@polkadot-api/substrate-bindings@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(transitive)
- Removed@polkadot-api/substrate-client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(transitive)
- Removed@polkadot-api/utils@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(transitive)
- Removed@substrate/light-client-extension-helpers@0.0.4(transitive)