@thi.ng/wasm-api
Advanced tools
Comparing version 1.4.68 to 1.4.69
# Change Log | ||
- **Last updated**: 2024-04-11T12:32:44Z | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [1.4.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.69) (2024-04-20) | ||
#### ♻️ Refactoring | ||
- update type usage ([ab27740](https://github.com/thi-ng/umbrella/commit/ab27740)) | ||
### [1.4.54](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.54) (2024-02-22) | ||
@@ -14,0 +20,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { Predicate, Range1_32 } from "@thi.ng/api"; | ||
import type { Maybe, Predicate, Range1_32 } from "@thi.ng/api"; | ||
import { IDGen } from "@thi.ng/idgen"; | ||
@@ -59,3 +59,3 @@ import type { ILogger } from "@thi.ng/logger"; | ||
get(id: number, ensure: true): T; | ||
get(id: number, ensure: false): T | undefined; | ||
get(id: number, ensure: false): Maybe<T>; | ||
/** | ||
@@ -62,0 +62,0 @@ * Applies given predicate to all active items and returns ID of first |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.4.68", | ||
"version": "1.4.69", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -40,9 +40,9 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.10.1", | ||
"@thi.ng/arrays": "^2.9.3", | ||
"@thi.ng/checks": "^3.6.1", | ||
"@thi.ng/errors": "^2.5.4", | ||
"@thi.ng/hex": "^2.3.43", | ||
"@thi.ng/idgen": "^2.2.38", | ||
"@thi.ng/logger": "^3.0.9" | ||
"@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" | ||
}, | ||
@@ -120,3 +120,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n" | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n" | ||
} |
@@ -392,6 +392,6 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
<script type="module" src="https://cdn.skypack.dev/@thi.ng/wasm-api"></script> | ||
<script type="module" src="https://esm.run/@thi.ng/wasm-api"></script> | ||
``` | ||
[Skypack documentation](https://docs.skypack.dev/) | ||
[JSDelivr documentation](https://www.jsdelivr.com/) | ||
@@ -398,0 +398,0 @@ Package sizes (brotli'd, pre-treeshake): ESM: 2.69 KB |
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
137997
Updated@thi.ng/api@^8.11.0
Updated@thi.ng/arrays@^2.9.4
Updated@thi.ng/checks@^3.6.2
Updated@thi.ng/errors@^2.5.5
Updated@thi.ng/hex@^2.3.44
Updated@thi.ng/idgen@^2.2.39
Updated@thi.ng/logger@^3.0.10