@thi.ng/wasm-api
Advanced tools
Comparing version 1.4.11 to 1.4.12
# Change Log | ||
- **Last updated**: 2023-06-29T08:54:28Z | ||
- **Last updated**: 2023-07-14T11:37:51Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,9 @@ | ||
### [1.4.12](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.12) (2023-07-14) | ||
#### ♻️ Refactoring | ||
- update zig build script ([ac0f375](https://github.com/thi-ng/umbrella/commit/ac0f375)) | ||
- use non-deprecated `std.Build.Step.Compile` type | ||
### [1.4.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.10) (2023-06-29) | ||
@@ -14,0 +21,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.4.11", | ||
"version": "1.4.12", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"@thi.ng/api": "^8.8.2", | ||
"@thi.ng/arrays": "^2.5.13", | ||
"@thi.ng/arrays": "^2.5.14", | ||
"@thi.ng/checks": "^3.3.14", | ||
@@ -119,3 +119,3 @@ "@thi.ng/errors": "^2.2.17", | ||
}, | ||
"gitHead": "b363e93fb1b9e754957309ab582bba16b8e187ca\n" | ||
"gitHead": "88cfe77770f3b07c788301dccefcb9547cd4aff6\n" | ||
} |
@@ -324,4 +324,4 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
// obtain a standard std.Build.Step.Compile, pre-configured w/ given options | ||
// see source comments in imported build-v0.11.zig for further details... | ||
var lib = @import("node_modules/@thi.ng/wasm-api/zig/build-v0.11.zig").wasmLib(b, .{ | ||
// see source comments in imported build.zig for further details... | ||
var lib = @import("node_modules/@thi.ng/wasm-api/zig/build.zig").wasmLib(b, .{ | ||
// Declare extra WASM API modules to use | ||
@@ -328,0 +328,0 @@ // Each can also declare dependencies to other modules |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
205564
26
1
Updated@thi.ng/arrays@^2.5.14