@thi.ng/wasm-api-schedule 0.3.83 → 0.3.84

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**: 2024-04-11T12:32:44Z
3
+ - **Last updated**: 2024-04-20T14:42:45Z
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,10 +99,10 @@ import * as was from "@thi.ng/wasm-api-schedule";
99
99
  Browser ESM import:
100
100
 
101
101
  ```html
102
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/wasm-api-schedule"></script>
102
+ <script type="module" src="https://esm.run/@thi.ng/wasm-api-schedule"></script>
103
103
  ```
104
104
 
105
- [Skypack documentation](https://docs.skypack.dev/)
105
+ [JSDelivr documentation](https://www.jsdelivr.com/)
106
106
 
107
107
  Package sizes (brotli'd, pre-treeshake): ESM: 491 bytes
108
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-schedule",
3
- "version": "0.3.83",
3
+ "version": "0.3.84",
4
4
  "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,12 +37,12 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.10.1",
41
- "@thi.ng/wasm-api": "^1.4.68"
40
+ "@thi.ng/api": "^8.11.0",
41
+ "@thi.ng/wasm-api": "^1.4.69"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.43.0",
45
- "@thi.ng/wasm-api-bindgen": "^0.4.68",
45
+ "@thi.ng/wasm-api-bindgen": "^0.4.69",
46
46
  "esbuild": "^0.20.2",
47
47
  "rimraf": "^5.0.5",
48
48
  "typedoc": "^0.25.12",
@@ -96,5 +96,5 @@
96
96
  "status": "alpha",
97
97
  "year": 2022
98
98
  },
99
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
99
+ "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
100
100
  }