@thi.ng/wasm-api-schedule 1.0.62 → 1.0.64
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/README.md +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -155,4 +155,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
155
155
|
|
|
156
156
|
## License
|
|
157
157
|
|
|
158
|
-
© 2022 -
|
|
158
|
+
© 2022 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/wasm-api-schedule",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.64",
|
|
4
4
|
"description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/wasm-api": "^2.4.
|
|
43
|
+
"@thi.ng/api": "^8.12.13",
|
|
44
|
+
"@thi.ng/wasm-api": "^2.4.15"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@thi.ng/wasm-api-bindgen": "^1.2.
|
|
48
|
-
"esbuild": "^0.27.
|
|
49
|
-
"typedoc": "^0.28.
|
|
47
|
+
"@thi.ng/wasm-api-bindgen": "^1.2.61",
|
|
48
|
+
"esbuild": "^0.27.2",
|
|
49
|
+
"typedoc": "^0.28.16",
|
|
50
50
|
"typescript": "^5.9.3"
|
|
51
51
|
},
|
|
52
52
|
"keywords": [
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"tag": "wasm",
|
|
96
96
|
"year": 2022
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
|
|
99
99
|
}
|