Skip to content

Commit be4d5fb

Browse files
ssalbdivadclaude
andcommitted
fix: sync arkUtilVersion with bumped @ark/util package.json
registry.test.ts asserts arkUtilVersion equals the package.json version. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 66ea63d commit be4d5fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ark/util/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FileConstructor, objectKindOf } from "./objectKinds.ts"
88
// recent node versions (https://nodejs.org/api/esm.html#json-modules).
99

1010
// For now, we assert this matches the package.json version via a unit test.
11-
export const arkUtilVersion = "0.56.0"
11+
export const arkUtilVersion = "0.56.1"
1212

1313
export const initialRegistryContents = {
1414
version: arkUtilVersion,

0 commit comments

Comments
 (0)