@thi.ng/wasm-api-bindgen
Advanced tools
Comparing version 0.5.1 to 0.5.2
# Change Log | ||
- **Last updated**: 2024-04-22T09:56:21Z | ||
- **Last updated**: 2024-04-23T07:02:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api-bindgen", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects", | ||
@@ -31,3 +31,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 internal", | ||
"clean": "bun ../../tools/src/clean-package.ts", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
@@ -42,15 +42,15 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/args": "^2.3.31", | ||
"@thi.ng/arrays": "^2.9.4", | ||
"@thi.ng/binary": "^3.4.23", | ||
"@thi.ng/checks": "^3.6.2", | ||
"@thi.ng/compare": "^2.3.3", | ||
"@thi.ng/defmulti": "^3.0.37", | ||
"@thi.ng/errors": "^2.5.5", | ||
"@thi.ng/file-io": "^2.0.3", | ||
"@thi.ng/logger": "^3.0.10", | ||
"@thi.ng/paths": "^5.1.79", | ||
"@thi.ng/strings": "^3.7.31", | ||
"@thi.ng/wasm-api": "^1.5.1" | ||
"@thi.ng/api": "^8.11.1", | ||
"@thi.ng/args": "^2.3.32", | ||
"@thi.ng/arrays": "^2.9.5", | ||
"@thi.ng/binary": "^3.4.24", | ||
"@thi.ng/checks": "^3.6.3", | ||
"@thi.ng/compare": "^2.3.4", | ||
"@thi.ng/defmulti": "^3.0.38", | ||
"@thi.ng/errors": "^2.5.6", | ||
"@thi.ng/file-io": "^2.1.0", | ||
"@thi.ng/logger": "^3.0.11", | ||
"@thi.ng/paths": "^5.1.80", | ||
"@thi.ng/strings": "^3.7.32", | ||
"@thi.ng/wasm-api": "^1.5.2" | ||
}, | ||
@@ -60,3 +60,2 @@ "devDependencies": { | ||
"esbuild": "^0.20.2", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.12", | ||
@@ -127,3 +126,3 @@ "typescript": "^5.4.3" | ||
}, | ||
"gitHead": "7d3339310c56ac7fd3572fb3487b6f34f1de57ca\n" | ||
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n" | ||
} |
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
127446
Updated@thi.ng/api@^8.11.1
Updated@thi.ng/args@^2.3.32
Updated@thi.ng/arrays@^2.9.5
Updated@thi.ng/binary@^3.4.24
Updated@thi.ng/checks@^3.6.3
Updated@thi.ng/compare@^2.3.4
Updated@thi.ng/defmulti@^3.0.38
Updated@thi.ng/errors@^2.5.6
Updated@thi.ng/file-io@^2.1.0
Updated@thi.ng/logger@^3.0.11
Updated@thi.ng/paths@^5.1.80
Updated@thi.ng/strings@^3.7.32
Updated@thi.ng/wasm-api@^1.5.2