@thi.ng/wasm-api 1.4.29 → 1.4.31

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**: 2023-10-23T07:37:37Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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/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 demos in this repo's
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.29",
3
+ "version": "1.4.31",
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.0",
39
+ "@thi.ng/arrays": "^2.7.2",
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.8",
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": "502e8fa937677ff7bc4fbd0906d8c8b4b0b471e5\n"
118
+ "gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
119
119
  }