@thi.ng/wasm-api-schedule 1.0.62 → 1.0.63

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 212 standalone projects, maintained as part
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 - 2025 Karsten Schmidt // Apache License 2.0
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.62",
3
+ "version": "1.0.63",
4
4
  "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,11 +40,11 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.11",
44
- "@thi.ng/wasm-api": "^2.4.13"
43
+ "@thi.ng/api": "^8.12.12",
44
+ "@thi.ng/wasm-api": "^2.4.14"
45
45
  },
46
46
  "devDependencies": {
47
- "@thi.ng/wasm-api-bindgen": "^1.2.59",
47
+ "@thi.ng/wasm-api-bindgen": "^1.2.60",
48
48
  "esbuild": "^0.27.0",
49
49
  "typedoc": "^0.28.14",
50
50
  "typescript": "^5.9.3"
@@ -95,5 +95,5 @@
95
95
  "tag": "wasm",
96
96
  "year": 2022
97
97
  },
98
- "gitHead": "e7a21b9d2a188fa04d4c893d8531c40fbc0f4c06\n"
98
+ "gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
99
99
  }