Comparing version 1.0.6 to 1.0.7
@@ -101,3 +101,3 @@ /** | ||
* Notifies the background executor that it should stop. Once it has effectively stopped, | ||
* a `shutdown-finished` event will be generated. | ||
* a `executor-shutdown` event will be generated. | ||
* Note that the instance can technically still be used, and all the functions still work, but | ||
@@ -104,0 +104,0 @@ * in practice nothing is being run in the background and as such it won't do much. |
@@ -101,3 +101,3 @@ /** | ||
* Notifies the background executor that it should stop. Once it has effectively stopped, | ||
* a `shutdown-finished` event will be generated. | ||
* a `executor-shutdown` event will be generated. | ||
* Note that the instance can technically still be used, and all the functions still work, but | ||
@@ -104,0 +104,0 @@ * in practice nothing is being run in the background and as such it won't do much. |
{ | ||
"name": "smoldot", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Light client that connects to Polkadot and Substrate-based blockchains", | ||
@@ -65,6 +65,6 @@ "author": "Parity Technologies <admin@parity.io>", | ||
"buildModules": "tsc -p tsconfig-mjs.json && tsc -p tsconfig-cjs.json && bash fix-package-type.sh", | ||
"prepublishOnly": "node prepare.mjs --release && rimraf ./dist && npm run buildModules", | ||
"build": "node prepare.mjs --release && rimraf ./dist && npm run buildModules", | ||
"start": "node prepare.mjs --debug && rimraf ./dist && npm run buildModules && node demo/demo.mjs", | ||
"test": "node prepare.mjs --debug && rimraf ./dist && npm run buildModules && deno run ./dist/mjs/index-deno.js && ava --timeout=2m --concurrency 2 --no-worker-threads", | ||
"prepublishOnly": "node prepare.mjs --release && rm -rf ./dist && npm run buildModules", | ||
"build": "node prepare.mjs --release && rm -rf ./dist && npm run buildModules", | ||
"start": "node prepare.mjs --debug && rm -rf ./dist && npm run buildModules && node demo/demo.mjs", | ||
"test": "node prepare.mjs --debug && rm -rf ./dist && npm run buildModules && deno run ./dist/mjs/index-deno.js && ava --timeout=2m --concurrency 2 --no-worker-threads", | ||
"doc": "node prepare.mjs --debug && typedoc --basePath ./src --out ./dist/doc --treatWarningsAsErrors ./src/index-browser.ts" | ||
@@ -82,3 +82,2 @@ }, | ||
"dtslint": "^4.0.6", | ||
"rimraf": "^5.0.0", | ||
"typedoc": "^0.24.1", | ||
@@ -85,0 +84,0 @@ "typescript": "^5.0.2" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
7
3
6091336
58437
29721