@thi.ng/wasm-api
Advanced tools
Comparing version 1.5.1 to 1.5.2
# Change Log | ||
- **Last updated**: 2024-04-22T10:34:01Z | ||
- **Last updated**: 2024-04-23T07:02:17Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -30,3 +30,3 @@ "type": "module", | ||
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts", | ||
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc", | ||
"clean": "bun ../../tools/src/clean-package.ts", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
@@ -41,9 +41,9 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/arrays": "^2.9.4", | ||
"@thi.ng/checks": "^3.6.2", | ||
"@thi.ng/errors": "^2.5.5", | ||
"@thi.ng/hex": "^2.3.44", | ||
"@thi.ng/idgen": "^2.2.39", | ||
"@thi.ng/logger": "^3.0.10" | ||
"@thi.ng/api": "^8.11.1", | ||
"@thi.ng/arrays": "^2.9.5", | ||
"@thi.ng/checks": "^3.6.3", | ||
"@thi.ng/errors": "^2.5.6", | ||
"@thi.ng/hex": "^2.3.45", | ||
"@thi.ng/idgen": "^2.2.40", | ||
"@thi.ng/logger": "^3.0.11" | ||
}, | ||
@@ -53,3 +53,2 @@ "devDependencies": { | ||
"esbuild": "^0.20.2", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.12", | ||
@@ -122,3 +121,3 @@ "typescript": "^5.4.3" | ||
}, | ||
"gitHead": "7d3339310c56ac7fd3572fb3487b6f34f1de57ca\n" | ||
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n" | ||
} |
@@ -477,3 +477,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
-fno-entry -fstrip -OReleaseSmall -target wasm32-freestanding \ | ||
--name main -rdynamic --import-symbols \ | ||
--name hello -rdynamic --import-symbols \ | ||
--dep wasm-api \ | ||
@@ -480,0 +480,0 @@ -Mroot=hello.zig \ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
90
143912
0
54
Updated@thi.ng/api@^8.11.1
Updated@thi.ng/arrays@^2.9.5
Updated@thi.ng/checks@^3.6.3
Updated@thi.ng/errors@^2.5.6
Updated@thi.ng/hex@^2.3.45
Updated@thi.ng/idgen@^2.2.40
Updated@thi.ng/logger@^3.0.11