@engervall/shared
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -11,2 +11,3 @@ export * from './array-dedup'; | ||
export * from './get-filename-from-error-stack'; | ||
export * from './get-initials'; | ||
export * from './get-random-number'; | ||
@@ -13,0 +14,0 @@ export * from './lowercase'; |
@@ -27,2 +27,3 @@ "use strict"; | ||
__exportStar(require("./get-filename-from-error-stack"), exports); | ||
__exportStar(require("./get-initials"), exports); | ||
__exportStar(require("./get-random-number"), exports); | ||
@@ -29,0 +30,0 @@ __exportStar(require("./lowercase"), exports); |
export * from './z-email'; | ||
export * from './z-generic-pagination'; | ||
export * from './z-sort-order'; | ||
export * from './z-ulid'; | ||
export * from './z-unknown-error-data'; |
@@ -18,4 +18,5 @@ "use strict"; | ||
__exportStar(require("./z-email"), exports); | ||
__exportStar(require("./z-generic-pagination"), exports); | ||
__exportStar(require("./z-sort-order"), exports); | ||
__exportStar(require("./z-ulid"), exports); | ||
__exportStar(require("./z-unknown-error-data"), exports); |
@@ -6,10 +6,10 @@ import { z } from 'zod'; | ||
}, "strip", z.ZodTypeAny, { | ||
ASC: "ASC"; | ||
DESC: "DESC"; | ||
}, { | ||
ASC: "ASC"; | ||
}, { | ||
DESC: "DESC"; | ||
ASC: "ASC"; | ||
}>; | ||
type _zSortOrder = z.infer<typeof _zSortOrder>; | ||
export declare const zSortOrder: z.ZodEnum<["DESC", "ASC"]>; | ||
export declare const zSortOrder: z.ZodEnum<["ASC", "DESC"]>; | ||
export type zSortOrder = z.infer<typeof zSortOrder>; | ||
@@ -16,0 +16,0 @@ export declare const SortOrder: _zSortOrder; |
{ | ||
"name": "@engervall/shared", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"main": "dist/index.js", | ||
@@ -27,3 +27,3 @@ "repository": "git@github.com:erikengervall/gigalib.git", | ||
}, | ||
"gitHead": "2970c46d0290ccfdb56ff4238106bb9b22a64ea3" | ||
"gitHead": "54da96dd773524186b94419043a25205f4e16c79" | ||
} |
@@ -11,2 +11,3 @@ export * from './array-dedup'; | ||
export * from './get-filename-from-error-stack'; | ||
export * from './get-initials'; | ||
export * from './get-random-number'; | ||
@@ -13,0 +14,0 @@ export * from './lowercase'; |
export * from './z-email'; | ||
export * from './z-generic-pagination'; | ||
export * from './z-sort-order'; | ||
export * from './z-ulid'; | ||
export * from './z-unknown-error-data'; |
365394
253
8117