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

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-11-09T16:30:54Z
3
+ - **Last updated**: 2024-11-10T17:11:51Z
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.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-schedule@1.0.9) (2024-11-10)
13
+
14
+ #### ♻️ Refactoring
15
+
16
+ - regenerate typescript bindings ([07e939a](https://github.com/thi-ng/umbrella/commit/07e939a))
17
+
12
18
  ### [1.0.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-schedule@1.0.8) (2024-11-09)
13
19
 
14
20
  #### ♻️ Refactoring
package/README.md CHANGED
@@ -111,7 +111,7 @@ Browser ESM import:
111
111
 
112
112
  [JSDelivr documentation](https://www.jsdelivr.com/)
113
113
 
114
- Package sizes (brotli'd, pre-treeshake): ESM: 562 bytes
114
+ Package sizes (brotli'd, pre-treeshake): ESM: 561 bytes
115
115
 
116
116
  ## Dependencies
117
117
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by @thi.ng/wasm-api-bindgen at 2024-11-09T16:15:11.637Z
2
+ * Generated by @thi.ng/wasm-api-bindgen at 2024-11-10T14:29:04.823Z
3
3
  * DO NOT EDIT!
4
4
  */
5
5
  export declare enum ScheduleType {
package/generated/api.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Pointer, WasmStringPtr } from "@thi.ng/wasm-api";
1
+ import { defType, Pointer, WasmStringPtr } from "@thi.ng/wasm-api";
2
2
  var ScheduleType = /* @__PURE__ */ ((ScheduleType2) => {
3
3
  ScheduleType2[ScheduleType2["ONCE"] = 0] = "ONCE";
4
4
  ScheduleType2[ScheduleType2["INTERVAL"] = 1] = "INTERVAL";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-schedule",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -29,7 +29,7 @@
29
29
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
30
30
  "build:types": "npx wasm-api-bindgen -a analytics.json --lang ts -o src/generated/api.ts --lang zig -o zig/api.zig src/typedefs.json",
31
31
  "clean": "bun ../../tools/src/clean-package.ts",
32
- "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
32
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
33
33
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
34
34
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
35
35
  "pub": "yarn npm publish --access public",
@@ -37,12 +37,12 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.11.11",
41
- "@thi.ng/wasm-api": "^2.1.0"
40
+ "@thi.ng/api": "^8.11.12",
41
+ "@thi.ng/wasm-api": "^2.2.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.47.9",
45
- "@thi.ng/wasm-api-bindgen": "^0.7.9",
45
+ "@thi.ng/wasm-api-bindgen": "^0.8.1",
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": "e84096f55842a5a028d5c5e7b776ddd49b79ea17\n"
95
+ "gitHead": "49023d7517c20e18bc0612051059f9f971372b4c\n"
96
96
  }