@thi.ng/wasm-api
Advanced tools
Comparing version 2.1.0 to 2.2.0
# Change Log | ||
- **Last updated**: 2024-11-09T15:34:31Z | ||
- **Last updated**: 2024-11-10T17:11:51Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@2.2.0) (2024-11-10) | ||
#### 🚀 Features | ||
- add defType() construction helper ([947e3fc](https://github.com/thi-ng/umbrella/commit/947e3fc)) | ||
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@2.1.0) (2024-11-09) | ||
@@ -14,0 +20,0 @@ |
export * from "./api.js"; | ||
export * from "./bridge.js"; | ||
export * from "./deftype.js"; | ||
export * from "./memory.js"; | ||
@@ -4,0 +5,0 @@ export * from "./object-index.js"; |
export * from "./api.js"; | ||
export * from "./bridge.js"; | ||
export * from "./deftype.js"; | ||
export * from "./memory.js"; | ||
@@ -4,0 +5,0 @@ export * from "./object-index.js"; |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -31,3 +31,3 @@ "type": "module", | ||
"clean": "bun ../../tools/src/clean-package.ts", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
@@ -43,9 +43,9 @@ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.11", | ||
"@thi.ng/arrays": "^2.10.4", | ||
"@thi.ng/checks": "^3.6.13", | ||
"@thi.ng/errors": "^2.5.17", | ||
"@thi.ng/hex": "^2.3.55", | ||
"@thi.ng/idgen": "^2.2.51", | ||
"@thi.ng/logger": "^3.0.21" | ||
"@thi.ng/api": "^8.11.12", | ||
"@thi.ng/arrays": "^2.10.5", | ||
"@thi.ng/checks": "^3.6.14", | ||
"@thi.ng/errors": "^2.5.18", | ||
"@thi.ng/hex": "^2.3.56", | ||
"@thi.ng/idgen": "^2.2.52", | ||
"@thi.ng/logger": "^3.0.22" | ||
}, | ||
@@ -109,2 +109,5 @@ "devDependencies": { | ||
}, | ||
"./deftype": { | ||
"default": "./deftype.js" | ||
}, | ||
"./memory": { | ||
@@ -127,3 +130,3 @@ "default": "./memory.js" | ||
}, | ||
"gitHead": "c2c371069911fdae138149fdcf937c4ad7a8c71e\n" | ||
"gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n" | ||
} |
@@ -463,3 +463,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 3.05 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 3.11 KB | ||
@@ -466,0 +466,0 @@ ## Dependencies |
165543
28
1710
Updated@thi.ng/api@^8.11.12
Updated@thi.ng/arrays@^2.10.5
Updated@thi.ng/checks@^3.6.14
Updated@thi.ng/errors@^2.5.18
Updated@thi.ng/hex@^2.3.56
Updated@thi.ng/idgen@^2.2.52
Updated@thi.ng/logger@^3.0.22