@thi.ng/wasm-api-bindgen 1.2.51 → 1.2.53

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-bindgen",
3
- "version": "1.2.51",
3
+ "version": "1.2.53",
4
4
  "description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@thi.ng/api": "^8.12.7",
45
- "@thi.ng/args": "^3.1.6",
45
+ "@thi.ng/args": "^3.2.1",
46
46
  "@thi.ng/arrays": "^2.13.16",
47
47
  "@thi.ng/binary": "^3.4.65",
48
48
  "@thi.ng/checks": "^3.7.23",
@@ -128,5 +128,5 @@
128
128
  "tag": "wasm",
129
129
  "year": 2022
130
130
  },
131
- "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
131
+ "gitHead": "3803db897b51a69c7c37416308c48efa7f354feb\n"
132
132
  }