@stndrds/schema 0.1.0-alpha.19 → 0.1.0-alpha.20
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/chunk-4SW4V3YU.mjs +8854 -0
- package/dist/chunk-7GSIXU67.mjs +8820 -0
- package/dist/chunk-BQUYTOB3.mjs +8815 -0
- package/dist/chunk-BSAR4UKK.mjs +8851 -0
- package/dist/chunk-I4TTNDN7.mjs +8910 -0
- package/dist/chunk-KDHA2N7D.mjs +8927 -0
- package/dist/chunk-MX4X4UEN.mjs +8854 -0
- package/dist/chunk-OJWVSONX.mjs +8900 -0
- package/dist/chunk-PMYSW54L.mjs +8855 -0
- package/dist/chunk-Y5KIRAND.mjs +8916 -0
- package/dist/chunk-ZU5SR355.mjs +8862 -0
- package/dist/index.d.mts +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/index.js +310 -264
- package/dist/index.mjs +1 -5
- package/dist/runtime-09fOm3VO.d.mts +6383 -0
- package/dist/runtime-09fOm3VO.d.ts +6383 -0
- package/dist/runtime-BMHqETm7.d.mts +6450 -0
- package/dist/runtime-BMHqETm7.d.ts +6450 -0
- package/dist/runtime-BpsaNQPs.d.mts +6397 -0
- package/dist/runtime-BpsaNQPs.d.ts +6397 -0
- package/dist/runtime-CHAkwiwa.d.mts +6450 -0
- package/dist/runtime-CHAkwiwa.d.ts +6450 -0
- package/dist/runtime-CfVfZtoq.d.mts +6437 -0
- package/dist/runtime-CfVfZtoq.d.ts +6437 -0
- package/dist/runtime-xtAfMn_f.d.mts +6436 -0
- package/dist/runtime-xtAfMn_f.d.ts +6436 -0
- package/dist/runtime.d.mts +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +302 -264
- package/dist/runtime.mjs +1 -5
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -69,7 +69,6 @@ import {
|
|
|
69
69
|
createPhoneValidator,
|
|
70
70
|
createRatingValidator,
|
|
71
71
|
createRelationValidator,
|
|
72
|
-
createRollupHooks,
|
|
73
72
|
createRollupValidator,
|
|
74
73
|
createSelectValidator,
|
|
75
74
|
createSingleRelationValidator,
|
|
@@ -131,7 +130,6 @@ import {
|
|
|
131
130
|
phoneConfigSchema,
|
|
132
131
|
rating,
|
|
133
132
|
ratingConfigSchema,
|
|
134
|
-
registerAllRollupHooks,
|
|
135
133
|
registry,
|
|
136
134
|
relation,
|
|
137
135
|
relationConfigSchema,
|
|
@@ -168,7 +166,7 @@ import {
|
|
|
168
166
|
verifyNativeObjectsSync,
|
|
169
167
|
verifyNativeViewsSync,
|
|
170
168
|
view
|
|
171
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-ZU5SR355.mjs";
|
|
172
170
|
import {
|
|
173
171
|
ALL_SYSTEM_RESOURCES,
|
|
174
172
|
DEFAULT_ROLES,
|
|
@@ -534,7 +532,6 @@ export {
|
|
|
534
532
|
createPhoneValidator,
|
|
535
533
|
createRatingValidator,
|
|
536
534
|
createRelationValidator,
|
|
537
|
-
createRollupHooks,
|
|
538
535
|
createRollupValidator,
|
|
539
536
|
createSelectValidator,
|
|
540
537
|
createSingleRelationValidator,
|
|
@@ -606,7 +603,6 @@ export {
|
|
|
606
603
|
phoneConfigSchema,
|
|
607
604
|
rating,
|
|
608
605
|
ratingConfigSchema,
|
|
609
|
-
registerAllRollupHooks,
|
|
610
606
|
registry,
|
|
611
607
|
relation,
|
|
612
608
|
relationConfigSchema,
|