@thi.ng/wasm-api 2.3.6 → 2.3.8
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 +1 -1
- package/README.md +1 -1
- package/object-index.d.ts +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
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 202 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
|
>
|
package/object-index.d.ts
CHANGED
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.8",
|
|
4
4
|
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@thi.ng/api": "^8.11.
|
|
46
|
-
"@thi.ng/arrays": "^2.10.
|
|
47
|
-
"@thi.ng/checks": "^3.6.
|
|
48
|
-
"@thi.ng/errors": "^2.5.
|
|
49
|
-
"@thi.ng/hex": "^2.3.
|
|
50
|
-
"@thi.ng/idgen": "^2.2.
|
|
51
|
-
"@thi.ng/logger": "^3.1.
|
|
45
|
+
"@thi.ng/api": "^8.11.21",
|
|
46
|
+
"@thi.ng/arrays": "^2.10.16",
|
|
47
|
+
"@thi.ng/checks": "^3.6.24",
|
|
48
|
+
"@thi.ng/errors": "^2.5.27",
|
|
49
|
+
"@thi.ng/hex": "^2.3.65",
|
|
50
|
+
"@thi.ng/idgen": "^2.2.61",
|
|
51
|
+
"@thi.ng/logger": "^3.1.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"esbuild": "^0.
|
|
55
|
-
"typedoc": "^0.27.
|
|
54
|
+
"esbuild": "^0.25.0",
|
|
55
|
+
"typedoc": "^0.27.7",
|
|
56
56
|
"typescript": "^5.7.3"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
"typescript",
|
|
78
78
|
"utf8",
|
|
79
79
|
"wasm",
|
|
80
|
-
"webassembly",
|
|
81
80
|
"zig"
|
|
82
81
|
],
|
|
83
82
|
"publishConfig": {
|
|
@@ -124,7 +123,8 @@
|
|
|
124
123
|
},
|
|
125
124
|
"thi.ng": {
|
|
126
125
|
"status": "alpha",
|
|
126
|
+
"tag": "wasm",
|
|
127
127
|
"year": 2022
|
|
128
128
|
},
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
|
|
130
130
|
}
|