@thi.ng/wasm-api-schedule 0.3.88 → 0.3.89

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-23T07:02:19Z
3
+ - **Last updated**: 2024-05-08T18:24:31Z
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,7 @@ Browser ESM import:
108
108
 
109
109
  [JSDelivr documentation](https://www.jsdelivr.com/)
110
110
 
111
- Package sizes (brotli'd, pre-treeshake): ESM: 491 bytes
111
+ Package sizes (brotli'd, pre-treeshake): ESM: 489 bytes
112
112
 
113
113
  ## Dependencies
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-schedule",
3
- "version": "0.3.88",
3
+ "version": "0.3.89",
4
4
  "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,15 +37,15 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.11.1",
41
- "@thi.ng/wasm-api": "^1.5.3"
40
+ "@thi.ng/api": "^8.11.2",
41
+ "@thi.ng/wasm-api": "^1.5.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@microsoft/api-extractor": "^7.43.0",
45
- "@thi.ng/wasm-api-bindgen": "^0.5.3",
46
- "esbuild": "^0.20.2",
47
- "typedoc": "^0.25.12",
48
- "typescript": "^5.4.3"
44
+ "@microsoft/api-extractor": "^7.43.2",
45
+ "@thi.ng/wasm-api-bindgen": "^0.5.4",
46
+ "esbuild": "^0.21.1",
47
+ "typedoc": "^0.25.13",
48
+ "typescript": "^5.4.5"
49
49
  },
50
50
  "keywords": [
51
51
  "browser",
@@ -95,5 +95,5 @@
95
95
  "status": "alpha",
96
96
  "year": 2022
97
97
  },
98
- "gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\n"
98
+ "gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
99
99
  }