@thi.ng/wasm-api-schedule 0.3.0 → 0.3.1
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/README.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -102,7 +102,7 @@ node --experimental-repl-await
|
|
|
102
102
|
> const wasmApiSchedule = await import("@thi.ng/wasm-api-schedule");
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
Package sizes (gzipped, pre-treeshake): ESM:
|
|
105
|
+
Package sizes (gzipped, pre-treeshake): ESM: 479 bytes
|
|
106
106
|
|
|
107
107
|
## Dependencies
|
|
108
108
|
|
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.1",
|
|
4
4
|
"description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"test": "testament test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.
|
|
39
|
-
"@thi.ng/wasm-api": "^1.0
|
|
40
|
-
"@thi.ng/wasm-api-bindgen": "^0.2.
|
|
38
|
+
"@thi.ng/api": "^8.5.0",
|
|
39
|
+
"@thi.ng/wasm-api": "^1.1.0",
|
|
40
|
+
"@thi.ng/wasm-api-bindgen": "^0.2.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@microsoft/api-extractor": "^7.33.5",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"status": "alpha",
|
|
93
93
|
"year": 2022
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
|
|
96
96
|
}
|