@thi.ng/wasm-api-schedule 0.3.4 → 0.3.6

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**: 2022-12-02T14:13:34Z
3
+ - **Last updated**: 2022-12-10T14:04:38Z
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
@@ -108,7 +108,6 @@ Package sizes (brotli'd, pre-treeshake): ESM: 400 bytes
108
108
 
109
109
  - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
110
110
  - [@thi.ng/wasm-api](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api)
111
- - [@thi.ng/wasm-api-bindgen](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-bindgen)
112
111
 
113
112
  ## Usage examples
114
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-schedule",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
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.5.1",
39
- "@thi.ng/wasm-api": "^1.2.1"
39
+ "@thi.ng/wasm-api": "^1.2.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.33.5",
43
43
  "@thi.ng/testament": "^0.3.6",
44
- "@thi.ng/wasm-api-bindgen": "^0.2.4",
44
+ "@thi.ng/wasm-api-bindgen": "^0.2.5",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
47
  "typedoc": "^0.23.20",
@@ -95,5 +95,5 @@
95
95
  "status": "alpha",
96
96
  "year": 2022
97
97
  },
98
- "gitHead": "7d1e314f207299ff3c1a782d287ad99120b40b85\n"
98
+ "gitHead": "5178ea1d7f4b2de86cf5101bdd73f6567518c0bd\n"
99
99
  }