@thi.ng/wasm-api-schedule 0.3.44 → 0.3.45
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 +2 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -109,11 +109,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 397 bytes
|
|
|
109
109
|
|
|
110
110
|
## Usage examples
|
|
111
111
|
|
|
112
|
-
Several
|
|
112
|
+
Several projects in this repo's
|
|
113
113
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
114
|
-
directory are using this package
|
|
115
|
-
|
|
116
|
-
A selection:
|
|
114
|
+
directory are using this package:
|
|
117
115
|
|
|
118
116
|
| Screenshot | Description | Live demo | Source |
|
|
119
117
|
|:---------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|:----------------------------------------------------|:---------------------------------------------------------------------------------|
|
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.45",
|
|
4
4
|
"description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@thi.ng/api": "^8.9.6",
|
|
39
|
-
"@thi.ng/wasm-api": "^1.4.
|
|
39
|
+
"@thi.ng/wasm-api": "^1.4.30"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@microsoft/api-extractor": "^7.38.0",
|
|
43
43
|
"@thi.ng/testament": "^0.3.24",
|
|
44
|
-
"@thi.ng/wasm-api-bindgen": "^0.4.
|
|
44
|
+
"@thi.ng/wasm-api-bindgen": "^0.4.26",
|
|
45
45
|
"rimraf": "^5.0.5",
|
|
46
46
|
"tools": "^0.0.1",
|
|
47
47
|
"typedoc": "^0.25.2",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"status": "alpha",
|
|
96
96
|
"year": 2022
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
|
|
99
99
|
}
|