Skip to content

Commit 94857b1

Browse files
committed
fix(util): registry version
1 parent 7aaeae2 commit 94857b1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

ark/attest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark/attest",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

ark/fast-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark/fast-check",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

ark/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark/fs",
3-
"version": "0.35.0",
3+
"version": "0.36.0",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

ark/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark/schema",
3-
"version": "0.35.0",
3+
"version": "0.36.0",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

ark/type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arktype",
33
"description": "TypeScript's 1:1 validator, optimized from editor to runtime",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

ark/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark/util",
3-
"version": "0.35.0",
3+
"version": "0.36.0",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

ark/util/registry.ts

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

99
// For now, we assert this matches the package.json version via a unit test.
10-
export const arkUtilVersion = "0.34.0"
10+
export const arkUtilVersion = "0.36.0"
1111

1212
export const initialRegistryContents = {
1313
version: arkUtilVersion,

0 commit comments

Comments
 (0)