@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.
- package/README.md +2 -2
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
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 -
|
|
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.
|
|
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.
|
|
45
|
-
"@thi.ng/args": "^3.2.
|
|
46
|
-
"@thi.ng/arrays": "^2.14.
|
|
47
|
-
"@thi.ng/binary": "^3.6.
|
|
48
|
-
"@thi.ng/checks": "^3.8.
|
|
49
|
-
"@thi.ng/compare": "^2.4.
|
|
50
|
-
"@thi.ng/defmulti": "^3.0.
|
|
51
|
-
"@thi.ng/errors": "^2.6.
|
|
52
|
-
"@thi.ng/file-io": "^2.2.
|
|
53
|
-
"@thi.ng/logger": "^3.2.
|
|
54
|
-
"@thi.ng/paths": "^5.2.
|
|
55
|
-
"@thi.ng/strings": "^3.9.
|
|
56
|
-
"@thi.ng/wasm-api": "^2.4.
|
|
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.
|
|
60
|
-
"esbuild": "^0.27.
|
|
61
|
-
"typedoc": "^0.28.
|
|
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": "
|
|
131
|
+
"gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
|
|
132
132
|
}
|