@thi.ng/wasm-api 2.2.3 → 2.2.5

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-11-24T18:15:49Z
3
+ - **Last updated**: 2024-12-24T14:04:06Z
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
@@ -460,7 +460,7 @@ Browser ESM import:
460
460
 
461
461
  [JSDelivr documentation](https://www.jsdelivr.com/)
462
462
 
463
- Package sizes (brotli'd, pre-treeshake): ESM: 3.11 KB
463
+ Package sizes (brotli'd, pre-treeshake): ESM: 3.12 KB
464
464
 
465
465
  ## Dependencies
466
466
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api",
3
- "version": "2.2.3",
3
+ "version": "2.2.5",
4
4
  "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,18 +39,18 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.13",
43
- "@thi.ng/arrays": "^2.10.6",
44
- "@thi.ng/checks": "^3.6.15",
45
- "@thi.ng/errors": "^2.5.19",
46
- "@thi.ng/hex": "^2.3.57",
47
- "@thi.ng/idgen": "^2.2.53",
48
- "@thi.ng/logger": "^3.0.23"
42
+ "@thi.ng/api": "^8.11.14",
43
+ "@thi.ng/arrays": "^2.10.7",
44
+ "@thi.ng/checks": "^3.6.16",
45
+ "@thi.ng/errors": "^2.5.20",
46
+ "@thi.ng/hex": "^2.3.58",
47
+ "@thi.ng/idgen": "^2.2.54",
48
+ "@thi.ng/logger": "^3.0.24"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.48.0",
52
52
  "esbuild": "^0.24.0",
53
- "typedoc": "^0.26.11",
53
+ "typedoc": "^0.27.4",
54
54
  "typescript": "^5.7.2"
55
55
  },
56
56
  "keywords": [
@@ -124,5 +124,5 @@
124
124
  "status": "alpha",
125
125
  "year": 2022
126
126
  },
127
- "gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n"
127
+ "gitHead": "113931a9094c28ae069bcea99adcf4222784d64f\n"
128
128
  }