@thi.ng/wasm-api-schedule 0.3.17 → 0.3.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/wasm-api-schedule",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.19",
|
|
4
4
|
"description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && tsc --declaration",
|
|
28
28
|
"build:types": "npx wasm-api-bindgen -a analytics.json --lang ts -o src/generated/api.ts --lang zig -o zig/api.zig src/typedefs.json",
|
|
29
|
-
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc generated",
|
|
29
|
+
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc generated",
|
|
30
30
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
31
31
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
32
32
|
"doc:readme": "yarn doc:stats && tools:readme",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"test": "testament test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.7.
|
|
39
|
-
"@thi.ng/wasm-api": "^1.4.
|
|
38
|
+
"@thi.ng/api": "^8.7.4",
|
|
39
|
+
"@thi.ng/wasm-api": "^1.4.4"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@microsoft/api-extractor": "^7.34.
|
|
43
|
-
"@thi.ng/testament": "^0.3.
|
|
44
|
-
"@thi.ng/wasm-api-bindgen": "^0.3.
|
|
45
|
-
"rimraf": "^4.
|
|
42
|
+
"@microsoft/api-extractor": "^7.34.4",
|
|
43
|
+
"@thi.ng/testament": "^0.3.13",
|
|
44
|
+
"@thi.ng/wasm-api-bindgen": "^0.3.8",
|
|
45
|
+
"rimraf": "^4.4.0",
|
|
46
46
|
"tools": "^0.0.1",
|
|
47
|
-
"typedoc": "^0.23.
|
|
47
|
+
"typedoc": "^0.23.26",
|
|
48
48
|
"typescript": "^4.9.5"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"status": "alpha",
|
|
96
96
|
"year": 2022
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
|
|
99
99
|
}
|