@thi.ng/wasm-api 2.0.2 → 2.0.4

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-05T12:12:32Z
3
+ - **Last updated**: 2024-10-08T20:41:04Z
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@thi.ng/api": "^8.11.11",
41
- "@thi.ng/arrays": "^2.10.2",
41
+ "@thi.ng/arrays": "^2.10.3",
42
42
  "@thi.ng/checks": "^3.6.13",
43
43
  "@thi.ng/errors": "^2.5.17",
44
44
  "@thi.ng/hex": "^2.3.55",
@@ -90,7 +90,7 @@
90
90
  "./*.js",
91
91
  "./*.d.ts",
92
92
  "include",
93
- "zig"
93
+ "zig/*.zig"
94
94
  ],
95
95
  "exports": {
96
96
  ".": {
@@ -119,5 +119,5 @@
119
119
  "status": "alpha",
120
120
  "year": 2022
121
121
  },
122
- "gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n"
122
+ "gitHead": "9219c4c1d5fff4869d8afce6c06531e3b08a1527\n"
123
123
  }
File without changes
@@ -1,2 +0,0 @@
1
- pub const packages = struct {};
2
- pub const root_deps: []const struct { []const u8, []const u8 } = &.{};
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes