@sprucelabs/schema 30.0.0 → 30.0.1
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.
- package/build/DynamicSchemaEntityImplementation.d.ts +1 -1
- package/build/esm/DynamicSchemaEntityImplementation.d.ts +1 -1
- package/build/esm/fields/AbstractField.d.ts +1 -1
- package/build/esm/fields/field.static.types.d.ts +1 -1
- package/build/esm/schemas.static.types.d.ts +1 -1
- package/build/esm/utilities/normalizeFieldValue.d.ts +1 -1
- package/build/fields/AbstractField.d.ts +1 -1
- package/build/fields/field.static.types.d.ts +1 -1
- package/build/schemas.static.types.d.ts +1 -1
- package/build/utilities/normalizeFieldValue.d.ts +1 -1
- package/package.json +5 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldMap } from
|
|
1
|
+
import { FieldMap } from './.spruce/schemas/fields/fields.types';
|
|
2
2
|
import AbstractEntity from './AbstractEntity';
|
|
3
3
|
import { FieldDefinitionValueType, Field, FieldDefinition } from './fields/field.static.types';
|
|
4
4
|
import { DynamicSchemaAllValues, DynamicSchemaPartialValues, DynamicSchemaEntityByName, DynamicSchemaGetValuesOptions, DynamicSchemaNamedFieldsOptions, Schema, DynamicSchemaNamedField, SchemaNormalizeOptions, DynamicSchemaValidateOptions, DynamicSchemaNormalizeOptions } from './schemas.static.types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldMap } from
|
|
1
|
+
import { FieldMap } from './.spruce/schemas/fields/fields.types';
|
|
2
2
|
import AbstractEntity from './AbstractEntity';
|
|
3
3
|
import { FieldDefinitionValueType, Field, FieldDefinition } from './fields/field.static.types';
|
|
4
4
|
import { DynamicSchemaAllValues, DynamicSchemaPartialValues, DynamicSchemaEntityByName, DynamicSchemaGetValuesOptions, DynamicSchemaNamedFieldsOptions, Schema, DynamicSchemaNamedField, SchemaNormalizeOptions, DynamicSchemaValidateOptions, DynamicSchemaNormalizeOptions } from './schemas.static.types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldDefinitions } from
|
|
1
|
+
import { FieldDefinitions } from './../.spruce/schemas/fields/fields.types';
|
|
2
2
|
import { FieldError } from '../errors/options.types';
|
|
3
3
|
import { FieldTemplateDetails, FieldTemplateDetailOptions } from '../types/template.types';
|
|
4
4
|
import { ValidateOptions, Field } from './field.static.types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldDefinitions, FieldMap, FieldValueTypeGeneratorMap } from
|
|
1
|
+
import { FieldDefinitions, FieldMap, FieldValueTypeGeneratorMap } from './../.spruce/schemas/fields/fields.types';
|
|
2
2
|
import { FieldError } from '../errors/options.types';
|
|
3
3
|
import { Schema, SchemaFieldsByName, SchemaValues, StaticSchemaEntity } from '../schemas.static.types';
|
|
4
4
|
import { Unpack, IsArray, IsRequired } from '../types/utilities.types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldDefinitions, Fields, FieldDefinitionMap, FieldMap } from
|
|
1
|
+
import { FieldDefinitions, Fields, FieldDefinitionMap, FieldMap } from './.spruce/schemas/fields/fields.types';
|
|
2
2
|
import { FieldDefinition, FieldDefinitionValueType, Field, FieldType } from './fields/field.static.types';
|
|
3
3
|
export interface SchemaEntity {
|
|
4
4
|
schemaId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Fields, FieldDefinitionMap } from
|
|
1
|
+
import { Fields, FieldDefinitionMap } from './../.spruce/schemas/fields/fields.types';
|
|
2
2
|
import { FieldDefinitionValueType } from '../fields';
|
|
3
3
|
import { SchemasById } from '../fields/field.static.types';
|
|
4
4
|
import { SchemaNormalizeFieldValueOptions } from '../schemas.static.types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldDefinitions } from
|
|
1
|
+
import { FieldDefinitions } from './../.spruce/schemas/fields/fields.types';
|
|
2
2
|
import { FieldError } from '../errors/options.types';
|
|
3
3
|
import { FieldTemplateDetails, FieldTemplateDetailOptions } from '../types/template.types';
|
|
4
4
|
import { ValidateOptions, Field } from './field.static.types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldDefinitions, FieldMap, FieldValueTypeGeneratorMap } from
|
|
1
|
+
import { FieldDefinitions, FieldMap, FieldValueTypeGeneratorMap } from './../.spruce/schemas/fields/fields.types';
|
|
2
2
|
import { FieldError } from '../errors/options.types';
|
|
3
3
|
import { Schema, SchemaFieldsByName, SchemaValues, StaticSchemaEntity } from '../schemas.static.types';
|
|
4
4
|
import { Unpack, IsArray, IsRequired } from '../types/utilities.types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldDefinitions, Fields, FieldDefinitionMap, FieldMap } from
|
|
1
|
+
import { FieldDefinitions, Fields, FieldDefinitionMap, FieldMap } from './.spruce/schemas/fields/fields.types';
|
|
2
2
|
import { FieldDefinition, FieldDefinitionValueType, Field, FieldType } from './fields/field.static.types';
|
|
3
3
|
export interface SchemaEntity {
|
|
4
4
|
schemaId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Fields, FieldDefinitionMap } from
|
|
1
|
+
import { Fields, FieldDefinitionMap } from './../.spruce/schemas/fields/fields.types';
|
|
2
2
|
import { FieldDefinitionValueType } from '../fields';
|
|
3
3
|
import { SchemasById } from '../fields/field.static.types';
|
|
4
4
|
import { SchemaNormalizeFieldValueOptions } from '../schemas.static.types';
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"!build/__tests__",
|
|
9
9
|
"esm"
|
|
10
10
|
],
|
|
11
|
-
"version": "30.0.
|
|
11
|
+
"version": "30.0.1",
|
|
12
12
|
"main": "./build/index.js",
|
|
13
13
|
"types": "./build/index.d.ts",
|
|
14
14
|
"module": "./build/esm/index.js",
|
|
@@ -63,22 +63,21 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@sprucelabs/error": "^6.0.1",
|
|
66
|
-
"@sprucelabs/test-utils": "^5.0.
|
|
66
|
+
"@sprucelabs/test-utils": "^5.0.1",
|
|
67
67
|
"email-validator": "^2.0.4",
|
|
68
68
|
"just-safe-get": "^4.2.0",
|
|
69
69
|
"just-safe-set": "^4.2.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@sprucelabs/esm-postbuild": "^6.0.
|
|
72
|
+
"@sprucelabs/esm-postbuild": "^6.0.1",
|
|
73
73
|
"@sprucelabs/jest-json-reporter": "^7.0.207",
|
|
74
|
-
"@sprucelabs/
|
|
75
|
-
"@sprucelabs/resolve-path-aliases": "^1.1.304",
|
|
74
|
+
"@sprucelabs/resolve-path-aliases": "^2.0.3",
|
|
76
75
|
"@sprucelabs/semantic-release": "^5.0.1",
|
|
77
76
|
"@sprucelabs/test": "^9.0.2",
|
|
78
77
|
"chokidar-cli": "^3.0.0",
|
|
79
78
|
"concurrently": "^8.2.2",
|
|
80
79
|
"eslint": "^9.0.0",
|
|
81
|
-
"eslint-config-spruce": "^11.2.
|
|
80
|
+
"eslint-config-spruce": "^11.2.5",
|
|
82
81
|
"jest": "^29.7.0",
|
|
83
82
|
"jest-circus": "^29.7.0",
|
|
84
83
|
"prettier": "^3.2.5",
|