@stndrds/schema 1.0.0-alpha.285 → 1.0.0-alpha.287
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/dist/{all-bG_ha0VV.d.mts → all-DaucFjyz.d.mts} +1 -1
- package/dist/{all-DanoPxKr.d.ts → all-FGIrc6mI.d.ts} +1 -1
- package/dist/{chunk-V26R64A4.js → chunk-3YCZ5H3H.js} +1 -1
- package/dist/{chunk-BOICAZHR.js → chunk-5JMQNH2A.js} +4 -4
- package/dist/{chunk-RUO25ERR.mjs → chunk-7WEOBXXA.mjs} +1 -1
- package/dist/{chunk-R57T4UDX.mjs → chunk-JSQCTLV5.mjs} +1 -1
- package/dist/{chunk-YZ5RCMIQ.js → chunk-K7XGY34S.js} +36 -36
- package/dist/{chunk-PNOWKRH2.mjs → chunk-KLDZHAGX.mjs} +1 -1
- package/dist/{chunk-I3EYILYO.js → chunk-RDYTVHNN.js} +4 -4
- package/dist/{chunk-AGRAFDGU.mjs → chunk-RMJ75YLQ.mjs} +2 -2
- package/dist/{chunk-5OBQRDRM.mjs → chunk-UW3BOSB6.mjs} +1 -1
- package/dist/{chunk-K6ET4CXP.js → chunk-ZHB4VBCX.js} +3 -3
- package/dist/exceptions.js +39 -39
- package/dist/exceptions.mjs +1 -1
- package/dist/{index-Ns6KGfrZ.d.ts → index-0VG9u1XW.d.ts} +12 -0
- package/dist/{index-Ca-MzQuU.d.mts → index-Eh1tYq3i.d.mts} +12 -0
- package/dist/index.d.mts +68 -63
- package/dist/index.d.ts +68 -63
- package/dist/index.js +316 -346
- package/dist/index.mjs +47 -73
- package/dist/utils.js +8 -8
- package/dist/utils.mjs +2 -2
- package/dist/validation/all.d.mts +2 -2
- package/dist/validation/all.d.ts +2 -2
- package/dist/validation/all.js +29 -29
- package/dist/validation/all.mjs +4 -4
- package/dist/validation/config/index.d.mts +1 -1
- package/dist/validation/config/index.d.ts +1 -1
- package/dist/validation/config/index.js +12 -12
- package/dist/validation/config/index.mjs +2 -2
- package/dist/validation/object/index.js +14 -14
- package/dist/validation/object/index.mjs +2 -2
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkRDYTVHNN_js = require('../../chunk-RDYTVHNN.js');
|
|
4
4
|
require('../../chunk-EEH4XQ7W.js');
|
|
5
5
|
require('../../chunk-EW5XR2X3.js');
|
|
6
6
|
require('../../chunk-QWKLQRBX.js');
|
|
@@ -11,7 +11,7 @@ require('../../chunk-5WATIVCA.js');
|
|
|
11
11
|
require('../../chunk-SI34M4IC.js');
|
|
12
12
|
require('../../chunk-YIP5FJ5H.js');
|
|
13
13
|
require('../../chunk-ZPFOKBIN.js');
|
|
14
|
-
require('../../chunk-
|
|
14
|
+
require('../../chunk-3YCZ5H3H.js');
|
|
15
15
|
require('../../chunk-ACKMC6FL.js');
|
|
16
16
|
require('../../chunk-E6JUYGJX.js');
|
|
17
17
|
require('../../chunk-Q4SZAMJT.js');
|
|
@@ -21,49 +21,49 @@ require('../../chunk-YKWSHBT5.js');
|
|
|
21
21
|
|
|
22
22
|
Object.defineProperty(exports, "createAttributeValidator", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkRDYTVHNN_js.createAttributeValidator; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "createDraftValidator", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkRDYTVHNN_js.createDraftValidator; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "createFormAttributeValidator", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkRDYTVHNN_js.createFormAttributeValidator; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "createObjectValidator", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkRDYTVHNN_js.createObjectValidator; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "getMissingRequiredAttributes", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkRDYTVHNN_js.getMissingRequiredAttributes; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "isRecordComplete", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkRDYTVHNN_js.isRecordComplete; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "rejectUnknownAttributesOrThrow", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkRDYTVHNN_js.rejectUnknownAttributesOrThrow; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "validateAttribute", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkRDYTVHNN_js.validateAttribute; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "validateDraft", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkRDYTVHNN_js.validateDraft; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "validateDraftOrThrow", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkRDYTVHNN_js.validateDraftOrThrow; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "validateObject", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkRDYTVHNN_js.validateObject; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "validateObjectOrThrow", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkRDYTVHNN_js.validateObjectOrThrow; }
|
|
69
69
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { createAttributeValidator, createDraftValidator, createFormAttributeValidator, createObjectValidator, getMissingRequiredAttributes, isRecordComplete, rejectUnknownAttributesOrThrow, validateAttribute, validateDraft, validateDraftOrThrow, validateObject, validateObjectOrThrow } from '../../chunk-
|
|
1
|
+
export { createAttributeValidator, createDraftValidator, createFormAttributeValidator, createObjectValidator, getMissingRequiredAttributes, isRecordComplete, rejectUnknownAttributesOrThrow, validateAttribute, validateDraft, validateDraftOrThrow, validateObject, validateObjectOrThrow } from '../../chunk-KLDZHAGX.mjs';
|
|
2
2
|
import '../../chunk-GO6LQADH.mjs';
|
|
3
3
|
import '../../chunk-QVLQPW3O.mjs';
|
|
4
4
|
import '../../chunk-ZDQ5AP26.mjs';
|
|
@@ -9,7 +9,7 @@ import '../../chunk-OSSGN43B.mjs';
|
|
|
9
9
|
import '../../chunk-Q44QKLN4.mjs';
|
|
10
10
|
import '../../chunk-UANQJ2GH.mjs';
|
|
11
11
|
import '../../chunk-O73ROMWQ.mjs';
|
|
12
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-7WEOBXXA.mjs';
|
|
13
13
|
import '../../chunk-AYVHMVKQ.mjs';
|
|
14
14
|
import '../../chunk-YUFTHPOE.mjs';
|
|
15
15
|
import '../../chunk-R5LAJCBU.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stndrds/schema",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.287",
|
|
4
4
|
"description": "Standard schema definitions and utilities",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@standard-schema/spec": "^1.1.0",
|
|
126
126
|
"libphonenumber-js": "^1.12.31",
|
|
127
127
|
"zod": "^4.2.1",
|
|
128
|
-
"@stndrds/constants": "1.0.0-alpha.
|
|
128
|
+
"@stndrds/constants": "1.0.0-alpha.287"
|
|
129
129
|
},
|
|
130
130
|
"devDependencies": {
|
|
131
131
|
"@types/node": "^25.0.3",
|