Comparing version 0.23.0 to 0.24.0
@@ -17,5 +17,5 @@ import { ReadonlyArray, type array } from "./arrays.ts"; | ||
private cache; | ||
constructor(items: array<PropertyKey>); | ||
constructor(...items: array<PropertyKey>); | ||
stringify(): string; | ||
stringifyAncestors(): readonly string[]; | ||
} |
@@ -36,6 +36,5 @@ import { ReadonlyArray } from "./arrays.js"; | ||
cache = {}; | ||
constructor(items) { | ||
constructor(...items) { | ||
super(); | ||
this.push(...items); | ||
Object.freeze(this); | ||
} | ||
@@ -42,0 +41,0 @@ stringify() { |
@@ -1,2 +0,2 @@ | ||
export declare const arkUtilVersion = "0.23.0"; | ||
export declare const arkUtilVersion = "0.24.0"; | ||
export declare const initialRegistryContents: { | ||
@@ -3,0 +3,0 @@ version: string; |
@@ -8,3 +8,3 @@ import { domainOf } from "./domain.js"; | ||
// For now, we assert this matches the package.json version via a unit test. | ||
export const arkUtilVersion = "0.23.0"; | ||
export const arkUtilVersion = "0.24.0"; | ||
export const initialRegistryContents = { | ||
@@ -11,0 +11,0 @@ version: arkUtilVersion, |
{ | ||
"name": "@ark/util", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
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
101675
2230