@thi.ng/wasm-api
Advanced tools
Comparing version 2.3.3 to 2.3.4
# Change Log | ||
- **Last updated**: 2025-01-21T15:46:53Z | ||
- **Last updated**: 2025-01-23T13:39:11Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
All notable changes to this project will be documented in this file. | ||
Only versions published since **2022-01-01** are listed here. | ||
Please consult the Git history for older version information. | ||
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. | ||
@@ -8,0 +10,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -46,15 +46,14 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.17", | ||
"@thi.ng/arrays": "^2.10.12", | ||
"@thi.ng/checks": "^3.6.20", | ||
"@thi.ng/errors": "^2.5.23", | ||
"@thi.ng/hex": "^2.3.61", | ||
"@thi.ng/idgen": "^2.2.57", | ||
"@thi.ng/logger": "^3.0.28" | ||
"@thi.ng/api": "^8.11.18", | ||
"@thi.ng/arrays": "^2.10.13", | ||
"@thi.ng/checks": "^3.6.21", | ||
"@thi.ng/errors": "^2.5.24", | ||
"@thi.ng/hex": "^2.3.62", | ||
"@thi.ng/idgen": "^2.2.58", | ||
"@thi.ng/logger": "^3.0.29" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.48.1", | ||
"esbuild": "^0.24.2", | ||
"typedoc": "^0.27.6", | ||
"typescript": "^5.7.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
@@ -132,3 +131,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n" | ||
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n" | ||
} |
167322
3
Updated@thi.ng/api@^8.11.18
Updated@thi.ng/arrays@^2.10.13
Updated@thi.ng/checks@^3.6.21
Updated@thi.ng/errors@^2.5.24
Updated@thi.ng/hex@^2.3.62
Updated@thi.ng/idgen@^2.2.58
Updated@thi.ng/logger@^3.0.29