@thi.ng/compare
Advanced tools
Comparing version 2.3.0 to 2.3.1
# Change Log | ||
- **Last updated**: 2024-03-29T12:16:20Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/compare", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31" | ||
"@thi.ng/api": "^8.10.0" | ||
}, | ||
@@ -87,3 +87,6 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n" | ||
"thi.ng": { | ||
"alias": "cmp" | ||
}, | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -77,4 +77,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as cmp from "@thi.ng/compare"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -89,3 +95,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/compare"></script> | ||
```js | ||
const compare = await import("@thi.ng/compare"); | ||
const cmp = await import("@thi.ng/compare"); | ||
``` | ||
@@ -92,0 +98,0 @@ |
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
36542
219
Updated@thi.ng/api@^8.10.0