@thi.ng/wasm-api-schedule 0.3.26 → 0.3.28

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-06-14T07:58:51Z
3
+ - **Last updated**: 2023-08-04T10:58:19Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -99,7 +99,7 @@ For Node.js REPL:
99
99
  const wasmApiSchedule = await import("@thi.ng/wasm-api-schedule");
100
100
  ```
101
101
 
102
- Package sizes (brotli'd, pre-treeshake): ESM: 396 bytes
102
+ Package sizes (brotli'd, pre-treeshake): ESM: 397 bytes
103
103
 
104
104
  ## Dependencies
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-schedule",
3
- "version": "0.3.26",
3
+ "version": "0.3.28",
4
4
  "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,17 +35,17 @@
35
35
  "test": "testament test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.8.2",
39
- "@thi.ng/wasm-api": "^1.4.11"
38
+ "@thi.ng/api": "^8.9.0",
39
+ "@thi.ng/wasm-api": "^1.4.13"
40
40
  },
41
41
  "devDependencies": {
42
- "@microsoft/api-extractor": "^7.35.3",
43
- "@thi.ng/testament": "^0.3.17",
44
- "@thi.ng/wasm-api-bindgen": "^0.4.6",
42
+ "@microsoft/api-extractor": "^7.36.3",
43
+ "@thi.ng/testament": "^0.3.18",
44
+ "@thi.ng/wasm-api-bindgen": "^0.4.8",
45
45
  "rimraf": "^5.0.1",
46
46
  "tools": "^0.0.1",
47
47
  "typedoc": "^0.24.8",
48
- "typescript": "^5.1.3"
48
+ "typescript": "^5.1.6"
49
49
  },
50
50
  "keywords": [
51
51
  "browser",
@@ -95,5 +95,5 @@
95
95
  "status": "alpha",
96
96
  "year": 2022
97
97
  },
98
- "gitHead": "b363e93fb1b9e754957309ab582bba16b8e187ca\n"
98
+ "gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
99
99
  }