@sprucelabs/schema 26.0.0 → 26.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { FieldDefinition } from './field.static.types';
|
|
2
|
-
export
|
|
3
|
-
gmt: string;
|
|
4
|
-
}
|
|
2
|
+
export declare type DateTimeFieldValue = number;
|
|
5
3
|
export declare type DateTimeFieldDefinition = FieldDefinition<DateTimeFieldValue> & {
|
|
6
4
|
/** * A date/time field that stores everything in GMT and handles all the timezone */
|
|
7
5
|
type: 'dateTime';
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { FieldDefinition } from './field.static.types';
|
|
2
|
-
export
|
|
3
|
-
gmt: string;
|
|
4
|
-
}
|
|
2
|
+
export declare type DateTimeFieldValue = number;
|
|
5
3
|
export declare type DateTimeFieldDefinition = FieldDefinition<DateTimeFieldValue> & {
|
|
6
4
|
/** * A date/time field that stores everything in GMT and handles all the timezone */
|
|
7
5
|
type: 'dateTime';
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"!build/__tests__",
|
|
9
9
|
"esm"
|
|
10
10
|
],
|
|
11
|
-
"version": "26.0.
|
|
11
|
+
"version": "26.0.4",
|
|
12
12
|
"main": "./build/index.js",
|
|
13
13
|
"types": "./build/index.d.ts",
|
|
14
14
|
"module": "./build/esm/index.js",
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@sprucelabs/esm-postbuild": "^1.0.333",
|
|
73
73
|
"@sprucelabs/jest-json-reporter": "^6.0.316",
|
|
74
|
-
"@sprucelabs/jest-sheets-reporter": "^1.2.
|
|
74
|
+
"@sprucelabs/jest-sheets-reporter": "^1.2.319",
|
|
75
75
|
"@sprucelabs/resolve-path-aliases": "^1.0.256",
|
|
76
76
|
"@sprucelabs/semantic-release": "^4.0.8",
|
|
77
|
-
"@sprucelabs/spruce-test-fixtures": "^
|
|
78
|
-
"@sprucelabs/test-utils": "^3.0.
|
|
77
|
+
"@sprucelabs/spruce-test-fixtures": "^24.0.2",
|
|
78
|
+
"@sprucelabs/test-utils": "^3.0.395",
|
|
79
79
|
"@types/lodash": "^4.14.178",
|
|
80
80
|
"@types/mime-db": "^1.43.1",
|
|
81
81
|
"chokidar-cli": "^3.0.0",
|