@thi.ng/wasm-api 1.4.29 → 1.4.30
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 +2 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -405,11 +405,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 2.48 KB
|
|
|
405
405
|
|
|
406
406
|
## Usage examples
|
|
407
407
|
|
|
408
|
-
Several
|
|
408
|
+
Several projects in this repo's
|
|
409
409
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
410
|
-
directory are using this package
|
|
411
|
-
|
|
412
|
-
A selection:
|
|
410
|
+
directory are using this package:
|
|
413
411
|
|
|
414
412
|
| Screenshot | Description | Live demo | Source |
|
|
415
413
|
|:---------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|:----------------------------------------------------|:---------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/wasm-api",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.30",
|
|
4
4
|
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@thi.ng/api": "^8.9.6",
|
|
39
|
-
"@thi.ng/arrays": "^2.7.
|
|
39
|
+
"@thi.ng/arrays": "^2.7.1",
|
|
40
40
|
"@thi.ng/checks": "^3.4.6",
|
|
41
41
|
"@thi.ng/errors": "^2.4.0",
|
|
42
42
|
"@thi.ng/hex": "^2.3.18",
|
|
43
|
-
"@thi.ng/idgen": "^2.2.
|
|
43
|
+
"@thi.ng/idgen": "^2.2.9",
|
|
44
44
|
"@thi.ng/logger": "^1.4.22"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"status": "alpha",
|
|
116
116
|
"year": 2022
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
|
|
119
119
|
}
|