@@ -1,2 +0,2 @@ | ||
| export declare const arkUtilVersion = "0.51.0"; | ||
| export declare const arkUtilVersion = "0.52.0"; | ||
| export declare const initialRegistryContents: { | ||
@@ -3,0 +3,0 @@ version: string; |
+1
-1
@@ -9,3 +9,3 @@ import { domainOf } from "./domain.js"; | ||
| // For now, we assert this matches the package.json version via a unit test. | ||
| export const arkUtilVersion = "0.51.0"; | ||
| export const arkUtilVersion = "0.52.0"; | ||
| export const initialRegistryContents = { | ||
@@ -12,0 +12,0 @@ version: arkUtilVersion, |
+9
-5
| { | ||
| "name": "@ark/util", | ||
| "version": "0.51.0", | ||
| "version": "0.52.0", | ||
| "license": "MIT", | ||
@@ -18,7 +18,11 @@ "author": { | ||
| }, | ||
| "./internal/*": { | ||
| "ark-ts": "./*", | ||
| "default": "./out/*" | ||
| "./tsconfig.base.json": "./tsconfig.base.json", | ||
| "./internal/*.ts": { | ||
| "ark-ts": "./*.ts", | ||
| "default": "./out/*.js" | ||
| }, | ||
| "./tsconfig.base.json": "./tsconfig.base.json" | ||
| "./internal/*.js": { | ||
| "ark-ts": "./*.ts", | ||
| "default": "./out/*.js" | ||
| } | ||
| }, | ||
@@ -25,0 +29,0 @@ "files": [ |
115106
0.08%