@thi.ng/wasm-api
Advanced tools
Comparing version 1.4.19 to 1.4.20
# Change Log | ||
- **Last updated**: 2023-08-27T11:20:59Z | ||
- **Last updated**: 2023-08-31T10:05:26Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.4.19", | ||
"version": "1.4.20", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"@thi.ng/api": "^8.9.5", | ||
"@thi.ng/arrays": "^2.5.21", | ||
"@thi.ng/arrays": "^2.5.22", | ||
"@thi.ng/checks": "^3.4.5", | ||
@@ -119,3 +119,3 @@ "@thi.ng/errors": "^2.3.5", | ||
}, | ||
"gitHead": "5929dd20497668496af13415cdf784a4d6f69aa3\n" | ||
"gitHead": "34c3bd36b0133af05abc7fe66affa01dd99704ac\n" | ||
} |
@@ -20,3 +20,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
- [Using the Zig build system](#using-the-zig-build-system) | ||
- [Zig v0.11.0-dev or newer](#zig-v0110-dev-or-newer) | ||
- [Zig v0.11.0 or newer](#zig-v0110-or-newer) | ||
- [Example projects](#example-projects) | ||
@@ -316,6 +316,7 @@ - [Naming & structural conventions](#naming--structural-conventions) | ||
### Zig v0.11.0-dev or newer | ||
### Zig v0.11.0 or newer | ||
**IMPORTANT:** Due to recent syntax changes in Zig v0.11-dev, support for Zig | ||
v0.10.1 or older had to be removed... | ||
**IMPORTANT:** Due to recent [syntax & build system changes in Zig | ||
v0.11.0](https://ziglang.org/download/0.11.0/release-notes.html), support for | ||
older Zig versions had to be removed... | ||
@@ -355,3 +356,2 @@ ```zig | ||
- [`/zig/build.zig`](https://github.com/thi-ng/umbrella/blob/develop/packages/wasm-api/zig/build.zig) | ||
- [`/zig/build-v0.10.zig`](https://github.com/thi-ng/umbrella/blob/develop/packages/wasm-api/zig/build-v0.10.zig) | ||
@@ -358,0 +358,0 @@ ## Naming & structural conventions |
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
140509
Updated@thi.ng/arrays@^2.5.22