@thi.ng/wasm-api-bindgen 1.2.59 → 1.2.61

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +18 -18
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 212 standalone projects, maintained as part
10
+ > This is one of 213 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
@@ -939,4 +939,4 @@ If this project contributes to an academic publication, please cite it as:
939
939
 
940
940
  ## License
941
941
 
942
- © 2022 - 2025 Karsten Schmidt // Apache License 2.0
942
+ © 2022 - 2026 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-bindgen",
3
- "version": "1.2.59",
3
+ "version": "1.2.61",
4
4
  "description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -41,24 +41,24 @@
41
41
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@thi.ng/api": "^8.12.11",
45
- "@thi.ng/args": "^3.2.6",
46
- "@thi.ng/arrays": "^2.14.4",
47
- "@thi.ng/binary": "^3.6.0",
48
- "@thi.ng/checks": "^3.8.1",
49
- "@thi.ng/compare": "^2.4.37",
50
- "@thi.ng/defmulti": "^3.0.87",
51
- "@thi.ng/errors": "^2.6.0",
52
- "@thi.ng/file-io": "^2.2.21",
53
- "@thi.ng/logger": "^3.2.10",
54
- "@thi.ng/paths": "^5.2.30",
55
- "@thi.ng/strings": "^3.9.32",
56
- "@thi.ng/wasm-api": "^2.4.13"
44
+ "@thi.ng/api": "^8.12.13",
45
+ "@thi.ng/args": "^3.2.8",
46
+ "@thi.ng/arrays": "^2.14.6",
47
+ "@thi.ng/binary": "^3.6.2",
48
+ "@thi.ng/checks": "^3.8.3",
49
+ "@thi.ng/compare": "^2.4.39",
50
+ "@thi.ng/defmulti": "^3.0.89",
51
+ "@thi.ng/errors": "^2.6.2",
52
+ "@thi.ng/file-io": "^2.2.23",
53
+ "@thi.ng/logger": "^3.2.12",
54
+ "@thi.ng/paths": "^5.2.32",
55
+ "@thi.ng/strings": "^3.9.34",
56
+ "@thi.ng/wasm-api": "^2.4.15"
57
57
  },
58
58
  "devDependencies": {
59
- "@types/node": "^24.10.1",
60
- "esbuild": "^0.27.0",
61
- "typedoc": "^0.28.14",
59
+ "@types/node": "^24.10.9",
60
+ "esbuild": "^0.27.2",
61
+ "typedoc": "^0.28.16",
62
62
  "typescript": "^5.9.3"
63
63
  },
64
64
  "keywords": [
@@ -128,5 +128,5 @@
128
128
  "tag": "wasm",
129
129
  "year": 2022
130
130
  },
131
- "gitHead": "e7a21b9d2a188fa04d4c893d8531c40fbc0f4c06\n"
131
+ "gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
132
132
  }