@thi.ng/wasm-api-schedule 1.0.7 → 1.0.8

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-10-08T20:41:04Z
3
+ - **Last updated**: 2024-11-09T16:30:54Z
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.
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
9
9
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
10
10
  and/or version bumps of transitive dependencies.
11
11
 
12
+ ### [1.0.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-schedule@1.0.8) (2024-11-09)
13
+
14
+ #### ♻️ Refactoring
15
+
16
+ - regenerate typescript sources ([9055e0e](https://github.com/thi-ng/umbrella/commit/9055e0e))
17
+
12
18
  # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-schedule@1.0.0) (2024-08-18)
13
19
 
14
20
  #### 🛑 Breaking changes
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by @thi.ng/wasm-api-bindgen at 2024-08-16T09:18:10.788Z
2
+ * Generated by @thi.ng/wasm-api-bindgen at 2024-11-09T16:15:11.637Z
3
3
  * DO NOT EDIT!
4
4
  */
5
5
  export declare enum ScheduleType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-schedule",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.47.9",
45
- "@thi.ng/wasm-api-bindgen": "^0.7.8",
45
+ "@thi.ng/wasm-api-bindgen": "^0.7.9",
46
46
  "esbuild": "^0.24.0",
47
47
  "typedoc": "^0.26.7",
48
48
  "typescript": "^5.6.2"
@@ -92,5 +92,5 @@
92
92
  "parent": "@thi.ng/wasm-api",
93
93
  "year": 2022
94
94
  },
95
- "gitHead": "c2c371069911fdae138149fdcf937c4ad7a8c71e\n"
95
+ "gitHead": "e84096f55842a5a028d5c5e7b776ddd49b79ea17\n"
96
96
  }