@thi.ng/wasm-api 2.3.2 → 2.3.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 +3 -1
- package/package.json +10 -11
- package/zig/build-v0.10.zig +1 -0
- package/zig/build-v0.11.zig +1 -0
- package/zig/build-v0.12.zig +1 -0
- package/zig/build.zig +1 -0
- package/zig/lib.zig +1 -0
- package/zig/managed-index.zig +1 -0
- package/zig/tests.zig +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2025-01-
|
|
3
|
+
- **Last updated**: 2025-01-23T13:39:11Z
|
|
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.
|
|
7
|
+
Only versions published since **2022-01-01** are listed here.
|
|
8
|
+
Please consult the Git history for older version information.
|
|
7
9
|
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
|
|
8
10
|
|
|
9
11
|
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/wasm-api",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.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",
|
|
@@ -43,19 +43,18 @@
|
|
|
43
43
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@thi.ng/api": "^8.11.
|
|
47
|
-
"@thi.ng/arrays": "^2.10.
|
|
48
|
-
"@thi.ng/checks": "^3.6.
|
|
49
|
-
"@thi.ng/errors": "^2.5.
|
|
50
|
-
"@thi.ng/hex": "^2.3.
|
|
51
|
-
"@thi.ng/idgen": "^2.2.
|
|
52
|
-
"@thi.ng/logger": "^3.0.
|
|
46
|
+
"@thi.ng/api": "^8.11.18",
|
|
47
|
+
"@thi.ng/arrays": "^2.10.13",
|
|
48
|
+
"@thi.ng/checks": "^3.6.21",
|
|
49
|
+
"@thi.ng/errors": "^2.5.24",
|
|
50
|
+
"@thi.ng/hex": "^2.3.62",
|
|
51
|
+
"@thi.ng/idgen": "^2.2.58",
|
|
52
|
+
"@thi.ng/logger": "^3.0.29"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@microsoft/api-extractor": "^7.48.1",
|
|
56
55
|
"esbuild": "^0.24.2",
|
|
57
56
|
"typedoc": "^0.27.6",
|
|
58
|
-
"typescript": "^5.7.
|
|
57
|
+
"typescript": "^5.7.3"
|
|
59
58
|
},
|
|
60
59
|
"keywords": [
|
|
61
60
|
"allocator",
|
|
@@ -128,5 +127,5 @@
|
|
|
128
127
|
"status": "alpha",
|
|
129
128
|
"year": 2022
|
|
130
129
|
},
|
|
131
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
132
131
|
}
|
package/zig/build-v0.10.zig
CHANGED
package/zig/build-v0.11.zig
CHANGED
package/zig/build-v0.12.zig
CHANGED
package/zig/build.zig
CHANGED
package/zig/lib.zig
CHANGED
package/zig/managed-index.zig
CHANGED
package/zig/tests.zig
CHANGED