@revisium/schema-toolkit 0.22.0 → 0.22.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.
@@ -451,7 +451,8 @@ var tableViewsSchema = {
451
451
  required: ["field"],
452
452
  properties: {
453
453
  field: { type: "string", minLength: 1 },
454
- width: { type: "number", minimum: 40 }
454
+ width: { type: "number", minimum: 40 },
455
+ pinned: { type: "string", enum: ["left", "right"] }
455
456
  }
456
457
  },
457
458
  FilterGroup: {
@@ -453,7 +453,8 @@ var tableViewsSchema = {
453
453
  required: ["field"],
454
454
  properties: {
455
455
  field: { type: "string", minLength: 1 },
456
- width: { type: "number", minimum: 40 }
456
+ width: { type: "number", minimum: 40 },
457
+ pinned: { type: "string", enum: ["left", "right"] }
457
458
  }
458
459
  },
459
460
  FilterGroup: {
@@ -2,7 +2,7 @@
2
2
 
3
3
  var chunkITYABUR5_cjs = require('./chunk-ITYABUR5.cjs');
4
4
  var chunkONW2OVNQ_cjs = require('./chunk-ONW2OVNQ.cjs');
5
- var chunkWY3CL7KH_cjs = require('./chunk-WY3CL7KH.cjs');
5
+ var chunkC3HDJOTY_cjs = require('./chunk-C3HDJOTY.cjs');
6
6
  var Ajv = require('ajv/dist/2020');
7
7
 
8
8
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
@@ -794,16 +794,16 @@ var RevisiumValidator = class {
794
794
  this.ajv.compile(chunkITYABUR5_cjs.ajvRowHashSchema);
795
795
  this.ajv.compile(chunkITYABUR5_cjs.ajvRowSchemaHashSchema);
796
796
  this.ajv.compile(chunkITYABUR5_cjs.ajvFileSchema);
797
- this.validateMetaSchema = wrapValidateFn(this.ajv.compile(chunkWY3CL7KH_cjs.metaSchema));
798
- this.validateJsonPatch = wrapValidateFn(this.ajv.compile(chunkWY3CL7KH_cjs.jsonPatchSchema));
797
+ this.validateMetaSchema = wrapValidateFn(this.ajv.compile(chunkC3HDJOTY_cjs.metaSchema));
798
+ this.validateJsonPatch = wrapValidateFn(this.ajv.compile(chunkC3HDJOTY_cjs.jsonPatchSchema));
799
799
  this.validateMigrations = wrapValidateFn(
800
- this.ajv.compile(chunkWY3CL7KH_cjs.tableMigrationsSchema)
800
+ this.ajv.compile(chunkC3HDJOTY_cjs.tableMigrationsSchema)
801
801
  );
802
802
  this.validateHistoryPatches = wrapValidateFn(
803
- this.ajv.compile(chunkWY3CL7KH_cjs.historyPatchesSchema)
803
+ this.ajv.compile(chunkC3HDJOTY_cjs.historyPatchesSchema)
804
804
  );
805
805
  this.validateTableViews = wrapValidateFn(
806
- this.ajv.compile(chunkWY3CL7KH_cjs.tableViewsSchema)
806
+ this.ajv.compile(chunkC3HDJOTY_cjs.tableViewsSchema)
807
807
  );
808
808
  }
809
809
  compile(schema) {
@@ -1,6 +1,6 @@
1
1
  import { fileSchema, rowSchemaHashSchema, rowHashSchema, rowUpdatedAtSchema, rowPublishedAtSchema, rowCreatedAtSchema, rowCreatedIdSchema, rowVersionIdSchema, rowIdSchema, ajvRowIdSchema, ajvRowCreatedIdSchema, ajvRowVersionIdSchema, ajvRowCreatedAtSchema, ajvRowPublishedAtSchema, ajvRowUpdatedAtSchema, ajvRowHashSchema, ajvRowSchemaHashSchema, ajvFileSchema } from './chunk-4U2RZHMX.js';
2
2
  import { JsonArrayStore, JsonObjectStore, JsonStringStore, JsonNumberStore, JsonBooleanStore, JsonObjectValueStore, JsonArrayValueStore, createJsonValueStore, getTransformation } from './chunk-FTBRJODD.js';
3
- import { metaSchema, jsonPatchSchema, tableMigrationsSchema, historyPatchesSchema, tableViewsSchema } from './chunk-HOMXBUQB.js';
3
+ import { metaSchema, jsonPatchSchema, tableMigrationsSchema, historyPatchesSchema, tableViewsSchema } from './chunk-6IMYMTFF.js';
4
4
  import Ajv from 'ajv/dist/2020';
5
5
 
6
6
  // src/lib/createJsonSchemaStore.ts
package/dist/index.cjs CHANGED
@@ -7,7 +7,7 @@ var chunkRQBW7ATZ_cjs = require('./chunk-RQBW7ATZ.cjs');
7
7
  var chunkJHNATNUI_cjs = require('./chunk-JHNATNUI.cjs');
8
8
  var chunkPJ5OFCLO_cjs = require('./chunk-PJ5OFCLO.cjs');
9
9
  var chunk2PIMJSWJ_cjs = require('./chunk-2PIMJSWJ.cjs');
10
- var chunkYZEJKK4O_cjs = require('./chunk-YZEJKK4O.cjs');
10
+ var chunkPLT4CHNF_cjs = require('./chunk-PLT4CHNF.cjs');
11
11
  var chunkERW5XVED_cjs = require('./chunk-ERW5XVED.cjs');
12
12
  var chunkT3QQSHAC_cjs = require('./chunk-T3QQSHAC.cjs');
13
13
  var chunkFL6PWPVJ_cjs = require('./chunk-FL6PWPVJ.cjs');
@@ -15,7 +15,7 @@ var chunkITYABUR5_cjs = require('./chunk-ITYABUR5.cjs');
15
15
  var chunkEVD5ZI55_cjs = require('./chunk-EVD5ZI55.cjs');
16
16
  var chunkONW2OVNQ_cjs = require('./chunk-ONW2OVNQ.cjs');
17
17
  require('./chunk-5M74TGFQ.cjs');
18
- var chunkWY3CL7KH_cjs = require('./chunk-WY3CL7KH.cjs');
18
+ var chunkC3HDJOTY_cjs = require('./chunk-C3HDJOTY.cjs');
19
19
 
20
20
 
21
21
 
@@ -521,151 +521,151 @@ Object.defineProperty(exports, "strFormula", {
521
521
  });
522
522
  Object.defineProperty(exports, "RevisiumValidator", {
523
523
  enumerable: true,
524
- get: function () { return chunkYZEJKK4O_cjs.RevisiumValidator; }
524
+ get: function () { return chunkPLT4CHNF_cjs.RevisiumValidator; }
525
525
  });
526
526
  Object.defineProperty(exports, "SchemaTable", {
527
527
  enumerable: true,
528
- get: function () { return chunkYZEJKK4O_cjs.SchemaTable; }
528
+ get: function () { return chunkPLT4CHNF_cjs.SchemaTable; }
529
529
  });
530
530
  Object.defineProperty(exports, "VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE", {
531
531
  enumerable: true,
532
- get: function () { return chunkYZEJKK4O_cjs.VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE; }
532
+ get: function () { return chunkPLT4CHNF_cjs.VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE; }
533
533
  });
534
534
  Object.defineProperty(exports, "applyAddPatch", {
535
535
  enumerable: true,
536
- get: function () { return chunkYZEJKK4O_cjs.applyAddPatch; }
536
+ get: function () { return chunkPLT4CHNF_cjs.applyAddPatch; }
537
537
  });
538
538
  Object.defineProperty(exports, "applyMovePatch", {
539
539
  enumerable: true,
540
- get: function () { return chunkYZEJKK4O_cjs.applyMovePatch; }
540
+ get: function () { return chunkPLT4CHNF_cjs.applyMovePatch; }
541
541
  });
542
542
  Object.defineProperty(exports, "applyRemovePatch", {
543
543
  enumerable: true,
544
- get: function () { return chunkYZEJKK4O_cjs.applyRemovePatch; }
544
+ get: function () { return chunkPLT4CHNF_cjs.applyRemovePatch; }
545
545
  });
546
546
  Object.defineProperty(exports, "applyReplacePatch", {
547
547
  enumerable: true,
548
- get: function () { return chunkYZEJKK4O_cjs.applyReplacePatch; }
548
+ get: function () { return chunkPLT4CHNF_cjs.applyReplacePatch; }
549
549
  });
550
550
  Object.defineProperty(exports, "calculateDataWeight", {
551
551
  enumerable: true,
552
- get: function () { return chunkYZEJKK4O_cjs.calculateDataWeight; }
552
+ get: function () { return chunkPLT4CHNF_cjs.calculateDataWeight; }
553
553
  });
554
554
  Object.defineProperty(exports, "calculateDataWeightFromStore", {
555
555
  enumerable: true,
556
- get: function () { return chunkYZEJKK4O_cjs.calculateDataWeightFromStore; }
556
+ get: function () { return chunkPLT4CHNF_cjs.calculateDataWeightFromStore; }
557
557
  });
558
558
  Object.defineProperty(exports, "calculateSchemaWeight", {
559
559
  enumerable: true,
560
- get: function () { return chunkYZEJKK4O_cjs.calculateSchemaWeight; }
560
+ get: function () { return chunkPLT4CHNF_cjs.calculateSchemaWeight; }
561
561
  });
562
562
  Object.defineProperty(exports, "convertJsonPathToSchemaPath", {
563
563
  enumerable: true,
564
- get: function () { return chunkYZEJKK4O_cjs.convertJsonPathToSchemaPath; }
564
+ get: function () { return chunkPLT4CHNF_cjs.convertJsonPathToSchemaPath; }
565
565
  });
566
566
  Object.defineProperty(exports, "convertSchemaPathToJsonPath", {
567
567
  enumerable: true,
568
- get: function () { return chunkYZEJKK4O_cjs.convertSchemaPathToJsonPath; }
568
+ get: function () { return chunkPLT4CHNF_cjs.convertSchemaPathToJsonPath; }
569
569
  });
570
570
  Object.defineProperty(exports, "createJsonObjectSchemaStore", {
571
571
  enumerable: true,
572
- get: function () { return chunkYZEJKK4O_cjs.createJsonObjectSchemaStore; }
572
+ get: function () { return chunkPLT4CHNF_cjs.createJsonObjectSchemaStore; }
573
573
  });
574
574
  Object.defineProperty(exports, "createJsonSchemaStore", {
575
575
  enumerable: true,
576
- get: function () { return chunkYZEJKK4O_cjs.createJsonSchemaStore; }
576
+ get: function () { return chunkPLT4CHNF_cjs.createJsonSchemaStore; }
577
577
  });
578
578
  Object.defineProperty(exports, "createPrimitiveStoreBySchema", {
579
579
  enumerable: true,
580
- get: function () { return chunkYZEJKK4O_cjs.createPrimitiveStoreBySchema; }
580
+ get: function () { return chunkPLT4CHNF_cjs.createPrimitiveStoreBySchema; }
581
581
  });
582
582
  Object.defineProperty(exports, "deepEqual", {
583
583
  enumerable: true,
584
- get: function () { return chunkYZEJKK4O_cjs.deepEqual; }
584
+ get: function () { return chunkPLT4CHNF_cjs.deepEqual; }
585
585
  });
586
586
  Object.defineProperty(exports, "getDBJsonPathByJsonSchemaStore", {
587
587
  enumerable: true,
588
- get: function () { return chunkYZEJKK4O_cjs.getDBJsonPathByJsonSchemaStore; }
588
+ get: function () { return chunkPLT4CHNF_cjs.getDBJsonPathByJsonSchemaStore; }
589
589
  });
590
590
  Object.defineProperty(exports, "getForeignKeyPatchesFromSchema", {
591
591
  enumerable: true,
592
- get: function () { return chunkYZEJKK4O_cjs.getForeignKeyPatchesFromSchema; }
592
+ get: function () { return chunkPLT4CHNF_cjs.getForeignKeyPatchesFromSchema; }
593
593
  });
594
594
  Object.defineProperty(exports, "getForeignKeysFromSchema", {
595
595
  enumerable: true,
596
- get: function () { return chunkYZEJKK4O_cjs.getForeignKeysFromSchema; }
596
+ get: function () { return chunkPLT4CHNF_cjs.getForeignKeysFromSchema; }
597
597
  });
598
598
  Object.defineProperty(exports, "getForeignKeysFromValue", {
599
599
  enumerable: true,
600
- get: function () { return chunkYZEJKK4O_cjs.getForeignKeysFromValue; }
600
+ get: function () { return chunkPLT4CHNF_cjs.getForeignKeysFromValue; }
601
601
  });
602
602
  Object.defineProperty(exports, "getInvalidFieldNamesInSchema", {
603
603
  enumerable: true,
604
- get: function () { return chunkYZEJKK4O_cjs.getInvalidFieldNamesInSchema; }
604
+ get: function () { return chunkPLT4CHNF_cjs.getInvalidFieldNamesInSchema; }
605
605
  });
606
606
  Object.defineProperty(exports, "getJsonSchemaStoreByPath", {
607
607
  enumerable: true,
608
- get: function () { return chunkYZEJKK4O_cjs.getJsonSchemaStoreByPath; }
608
+ get: function () { return chunkPLT4CHNF_cjs.getJsonSchemaStoreByPath; }
609
609
  });
610
610
  Object.defineProperty(exports, "getJsonValueStoreByPath", {
611
611
  enumerable: true,
612
- get: function () { return chunkYZEJKK4O_cjs.getJsonValueStoreByPath; }
612
+ get: function () { return chunkPLT4CHNF_cjs.getJsonValueStoreByPath; }
613
613
  });
614
614
  Object.defineProperty(exports, "getParentForPath", {
615
615
  enumerable: true,
616
- get: function () { return chunkYZEJKK4O_cjs.getParentForPath; }
616
+ get: function () { return chunkPLT4CHNF_cjs.getParentForPath; }
617
617
  });
618
618
  Object.defineProperty(exports, "getPathByStore", {
619
619
  enumerable: true,
620
- get: function () { return chunkYZEJKK4O_cjs.getPathByStore; }
620
+ get: function () { return chunkPLT4CHNF_cjs.getPathByStore; }
621
621
  });
622
622
  Object.defineProperty(exports, "getValueByPath", {
623
623
  enumerable: true,
624
- get: function () { return chunkYZEJKK4O_cjs.getValueByPath; }
624
+ get: function () { return chunkPLT4CHNF_cjs.getValueByPath; }
625
625
  });
626
626
  Object.defineProperty(exports, "hasPath", {
627
627
  enumerable: true,
628
- get: function () { return chunkYZEJKK4O_cjs.hasPath; }
628
+ get: function () { return chunkPLT4CHNF_cjs.hasPath; }
629
629
  });
630
630
  Object.defineProperty(exports, "parsePath", {
631
631
  enumerable: true,
632
- get: function () { return chunkYZEJKK4O_cjs.parsePath; }
632
+ get: function () { return chunkPLT4CHNF_cjs.parsePath; }
633
633
  });
634
634
  Object.defineProperty(exports, "pluginRefs", {
635
635
  enumerable: true,
636
- get: function () { return chunkYZEJKK4O_cjs.pluginRefs; }
636
+ get: function () { return chunkPLT4CHNF_cjs.pluginRefs; }
637
637
  });
638
638
  Object.defineProperty(exports, "replaceForeignKeyValue", {
639
639
  enumerable: true,
640
- get: function () { return chunkYZEJKK4O_cjs.replaceForeignKeyValue; }
640
+ get: function () { return chunkPLT4CHNF_cjs.replaceForeignKeyValue; }
641
641
  });
642
642
  Object.defineProperty(exports, "resolveRefs", {
643
643
  enumerable: true,
644
- get: function () { return chunkYZEJKK4O_cjs.resolveRefs; }
644
+ get: function () { return chunkPLT4CHNF_cjs.resolveRefs; }
645
645
  });
646
646
  Object.defineProperty(exports, "saveSharedFields", {
647
647
  enumerable: true,
648
- get: function () { return chunkYZEJKK4O_cjs.saveSharedFields; }
648
+ get: function () { return chunkPLT4CHNF_cjs.saveSharedFields; }
649
649
  });
650
650
  Object.defineProperty(exports, "setValueByPath", {
651
651
  enumerable: true,
652
- get: function () { return chunkYZEJKK4O_cjs.setValueByPath; }
652
+ get: function () { return chunkPLT4CHNF_cjs.setValueByPath; }
653
653
  });
654
654
  Object.defineProperty(exports, "traverseStore", {
655
655
  enumerable: true,
656
- get: function () { return chunkYZEJKK4O_cjs.traverseStore; }
656
+ get: function () { return chunkPLT4CHNF_cjs.traverseStore; }
657
657
  });
658
658
  Object.defineProperty(exports, "traverseValue", {
659
659
  enumerable: true,
660
- get: function () { return chunkYZEJKK4O_cjs.traverseValue; }
660
+ get: function () { return chunkPLT4CHNF_cjs.traverseValue; }
661
661
  });
662
662
  Object.defineProperty(exports, "validateJsonFieldName", {
663
663
  enumerable: true,
664
- get: function () { return chunkYZEJKK4O_cjs.validateJsonFieldName; }
664
+ get: function () { return chunkPLT4CHNF_cjs.validateJsonFieldName; }
665
665
  });
666
666
  Object.defineProperty(exports, "validateRevisiumSchema", {
667
667
  enumerable: true,
668
- get: function () { return chunkYZEJKK4O_cjs.validateRevisiumSchema; }
668
+ get: function () { return chunkPLT4CHNF_cjs.validateRevisiumSchema; }
669
669
  });
670
670
  Object.defineProperty(exports, "collectFormulaNodes", {
671
671
  enumerable: true,
@@ -893,73 +893,73 @@ Object.defineProperty(exports, "toArrayTransformation", {
893
893
  });
894
894
  Object.defineProperty(exports, "arrayMetaSchema", {
895
895
  enumerable: true,
896
- get: function () { return chunkWY3CL7KH_cjs.arrayMetaSchema; }
896
+ get: function () { return chunkC3HDJOTY_cjs.arrayMetaSchema; }
897
897
  });
898
898
  Object.defineProperty(exports, "baseStringFields", {
899
899
  enumerable: true,
900
- get: function () { return chunkWY3CL7KH_cjs.baseStringFields; }
900
+ get: function () { return chunkC3HDJOTY_cjs.baseStringFields; }
901
901
  });
902
902
  Object.defineProperty(exports, "booleanMetaSchema", {
903
903
  enumerable: true,
904
- get: function () { return chunkWY3CL7KH_cjs.booleanMetaSchema; }
904
+ get: function () { return chunkC3HDJOTY_cjs.booleanMetaSchema; }
905
905
  });
906
906
  Object.defineProperty(exports, "foreignKeyExcludesFormula", {
907
907
  enumerable: true,
908
- get: function () { return chunkWY3CL7KH_cjs.foreignKeyExcludesFormula; }
908
+ get: function () { return chunkC3HDJOTY_cjs.foreignKeyExcludesFormula; }
909
909
  });
910
910
  Object.defineProperty(exports, "historyPatchesSchema", {
911
911
  enumerable: true,
912
- get: function () { return chunkWY3CL7KH_cjs.historyPatchesSchema; }
912
+ get: function () { return chunkC3HDJOTY_cjs.historyPatchesSchema; }
913
913
  });
914
914
  Object.defineProperty(exports, "jsonPatchSchema", {
915
915
  enumerable: true,
916
- get: function () { return chunkWY3CL7KH_cjs.jsonPatchSchema; }
916
+ get: function () { return chunkC3HDJOTY_cjs.jsonPatchSchema; }
917
917
  });
918
918
  Object.defineProperty(exports, "metaSchema", {
919
919
  enumerable: true,
920
- get: function () { return chunkWY3CL7KH_cjs.metaSchema; }
920
+ get: function () { return chunkC3HDJOTY_cjs.metaSchema; }
921
921
  });
922
922
  Object.defineProperty(exports, "noForeignKeyStringMetaSchema", {
923
923
  enumerable: true,
924
- get: function () { return chunkWY3CL7KH_cjs.noForeignKeyStringMetaSchema; }
924
+ get: function () { return chunkC3HDJOTY_cjs.noForeignKeyStringMetaSchema; }
925
925
  });
926
926
  Object.defineProperty(exports, "notForeignKeyMetaSchema", {
927
927
  enumerable: true,
928
- get: function () { return chunkWY3CL7KH_cjs.notForeignKeyMetaSchema; }
928
+ get: function () { return chunkC3HDJOTY_cjs.notForeignKeyMetaSchema; }
929
929
  });
930
930
  Object.defineProperty(exports, "numberMetaSchema", {
931
931
  enumerable: true,
932
- get: function () { return chunkWY3CL7KH_cjs.numberMetaSchema; }
932
+ get: function () { return chunkC3HDJOTY_cjs.numberMetaSchema; }
933
933
  });
934
934
  Object.defineProperty(exports, "objectMetaSchema", {
935
935
  enumerable: true,
936
- get: function () { return chunkWY3CL7KH_cjs.objectMetaSchema; }
936
+ get: function () { return chunkC3HDJOTY_cjs.objectMetaSchema; }
937
937
  });
938
938
  Object.defineProperty(exports, "refMetaSchema", {
939
939
  enumerable: true,
940
- get: function () { return chunkWY3CL7KH_cjs.refMetaSchema; }
940
+ get: function () { return chunkC3HDJOTY_cjs.refMetaSchema; }
941
941
  });
942
942
  Object.defineProperty(exports, "sharedFields", {
943
943
  enumerable: true,
944
- get: function () { return chunkWY3CL7KH_cjs.sharedFields; }
944
+ get: function () { return chunkC3HDJOTY_cjs.sharedFields; }
945
945
  });
946
946
  Object.defineProperty(exports, "stringMetaSchema", {
947
947
  enumerable: true,
948
- get: function () { return chunkWY3CL7KH_cjs.stringMetaSchema; }
948
+ get: function () { return chunkC3HDJOTY_cjs.stringMetaSchema; }
949
949
  });
950
950
  Object.defineProperty(exports, "tableMigrationsSchema", {
951
951
  enumerable: true,
952
- get: function () { return chunkWY3CL7KH_cjs.tableMigrationsSchema; }
952
+ get: function () { return chunkC3HDJOTY_cjs.tableMigrationsSchema; }
953
953
  });
954
954
  Object.defineProperty(exports, "tableViewsSchema", {
955
955
  enumerable: true,
956
- get: function () { return chunkWY3CL7KH_cjs.tableViewsSchema; }
956
+ get: function () { return chunkC3HDJOTY_cjs.tableViewsSchema; }
957
957
  });
958
958
  Object.defineProperty(exports, "xFormulaRequiresReadOnly", {
959
959
  enumerable: true,
960
- get: function () { return chunkWY3CL7KH_cjs.xFormulaRequiresReadOnly; }
960
+ get: function () { return chunkC3HDJOTY_cjs.xFormulaRequiresReadOnly; }
961
961
  });
962
962
  Object.defineProperty(exports, "xFormulaSchema", {
963
963
  enumerable: true,
964
- get: function () { return chunkWY3CL7KH_cjs.xFormulaSchema; }
964
+ get: function () { return chunkC3HDJOTY_cjs.xFormulaSchema; }
965
965
  });
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ export { CustomSchemeKeywords } from './chunk-WE4OLW5U.js';
5
5
  export { ArrayToItemsTypeTransformer, ArrayValueNode, BasePrimitiveValueNode, BaseValueNode, BooleanValueNode, DataModelImpl, DefaultTransformer, ForeignKeyNotFoundError, ForeignKeyResolverImpl, ForeignKeyResolverNotConfiguredError, ForeignKeyValueNodeImpl, FormulaChangeDetector, FormulaDependencyIndex, FormulaPath, NodeFactory, NodeFactoryRegistry, NumberValueNode, ObjectToArrayTransformer, ObjectValueNode, ParsedFormula, PrimitiveToArrayTransformer, RefTransformer, RowModelImpl, SchemaParser, StringValueNode, TableModelImpl, TypeTransformChain, NodeFactory2 as ValueNodeFactory, ValueTree, ValueType, createDataModel, createDefaultRegistry, createForeignKeyResolver, createNodeFactory, createRowModel, createSchemaModel, createTableModel, createTypeTransformChain, createTypedTree, extractFormulaDefinition, generateDefaultValue, generateNodeId, isForeignKeyValueNode, resetNodeIdCounter, typedNode } from './chunk-B3W5BASK.js';
6
6
  export { ChangeCoalescer, ChangeCollector, CompositeRule, EMPTY_METADATA, EMPTY_PATH, EnumValidator, FIELD_NAME_ERROR_MESSAGE, ForeignKeyValidator, FormulaPathBuilder, FormulaSerializer, ItemsSegment, MaxLengthValidator, MaximumValidator, MinLengthValidator, MinimumValidator, NULL_NODE, NodePathIndex, PatchBuilder, PatchEnricher, PatchGenerator, PatternValidator, PropertySegment, RequiredValidator, ResolvedDependency, SchemaDiff, SchemaPropertyRule, SchemaSerializer, SchemaTruthyRule, ValidationEngine, ValidatorRegistry, ValidatorResolver, areNodesContentEqual, areNodesEqual, coalesceChanges, collectChanges, createArrayNode, createBooleanNode, createDefaultValidatorRegistry, createMobxProvider, createNumberNode, createObjectNode, createPath, createRefNode, createSchemaTree, createStringNode, createValidationEngine, isValidFieldName, jsonPointerToPath, jsonPointerToSegments, jsonPointerToSimplePath, makeAutoObservable, makeObservable, observable, reaction, resetReactivityProvider, runInAction, setReactivityProvider, validateFormulas, validateSchema } from './chunk-2GZ3M3RV.js';
7
7
  export { arr, bool, boolFormula, getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema, num, numFormula, obj, ref, str, strFormula } from './chunk-IZMBM36H.js';
8
- export { RevisiumValidator, SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, calculateDataWeight, calculateDataWeightFromStore, calculateSchemaWeight, convertJsonPathToSchemaPath, convertSchemaPathToJsonPath, createJsonObjectSchemaStore, createJsonSchemaStore, createPrimitiveStoreBySchema, deepEqual, getDBJsonPathByJsonSchemaStore, getForeignKeyPatchesFromSchema, getForeignKeysFromSchema, getForeignKeysFromValue, getInvalidFieldNamesInSchema, getJsonSchemaStoreByPath, getJsonValueStoreByPath, getParentForPath, getPathByStore, getValueByPath, hasPath, parsePath, pluginRefs, replaceForeignKeyValue, resolveRefs, saveSharedFields, setValueByPath, traverseStore, traverseValue, validateJsonFieldName, validateRevisiumSchema } from './chunk-GAP5KNWN.js';
8
+ export { RevisiumValidator, SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, calculateDataWeight, calculateDataWeightFromStore, calculateSchemaWeight, convertJsonPathToSchemaPath, convertSchemaPathToJsonPath, createJsonObjectSchemaStore, createJsonSchemaStore, createPrimitiveStoreBySchema, deepEqual, getDBJsonPathByJsonSchemaStore, getForeignKeyPatchesFromSchema, getForeignKeysFromSchema, getForeignKeysFromValue, getInvalidFieldNamesInSchema, getJsonSchemaStoreByPath, getJsonValueStoreByPath, getParentForPath, getPathByStore, getValueByPath, hasPath, parsePath, pluginRefs, replaceForeignKeyValue, resolveRefs, saveSharedFields, setValueByPath, traverseStore, traverseValue, validateJsonFieldName, validateRevisiumSchema } from './chunk-YHRQOWWO.js';
9
9
  export { collectFormulaNodes, evaluateFormulas, extractSchemaFormulas, formulaSpec, validateFormulaAgainstSchema, validateSchemaFormulas } from './chunk-GJM63Q4K.js';
10
10
  export { computeValueDiff } from './chunk-7PEC6ZYY.js';
11
11
  export { FieldChangeType } from './chunk-ZPRBA4AQ.js';
@@ -13,4 +13,4 @@ export { ajvFileSchema, ajvRowCreatedAtSchema, ajvRowCreatedIdSchema, ajvRowHash
13
13
  export { SystemSchemaIds } from './chunk-5DUMJHCA.js';
14
14
  export { JsonArrayStore, JsonArrayValueStore, JsonBooleanStore, JsonBooleanValueStore, JsonNumberStore, JsonNumberValueStore, JsonObjectStore, JsonObjectValueStore, JsonStringStore, JsonStringValueStore, addSharedFieldsFromState, createJsonArrayValueStore, createJsonObjectValueStore, createJsonValueStore, createPrimitiveValueStore, equal, fromArrayToObject, fromArrayTransformation, fromBooleanToNumber, fromBooleanToString, fromNumberToBoolean, fromNumberToString, fromObjectToArray, fromObjectToPrimitive, fromPrimitiveToObject, fromStringToBoolean, fromStringToNumber, getTransformation, toArrayTransformation } from './chunk-FTBRJODD.js';
15
15
  import './chunk-5G3AVY57.js';
16
- export { arrayMetaSchema, baseStringFields, booleanMetaSchema, foreignKeyExcludesFormula, historyPatchesSchema, jsonPatchSchema, metaSchema, noForeignKeyStringMetaSchema, notForeignKeyMetaSchema, numberMetaSchema, objectMetaSchema, refMetaSchema, sharedFields, stringMetaSchema, tableMigrationsSchema, tableViewsSchema, xFormulaRequiresReadOnly, xFormulaSchema } from './chunk-HOMXBUQB.js';
16
+ export { arrayMetaSchema, baseStringFields, booleanMetaSchema, foreignKeyExcludesFormula, historyPatchesSchema, jsonPatchSchema, metaSchema, noForeignKeyStringMetaSchema, notForeignKeyMetaSchema, numberMetaSchema, objectMetaSchema, refMetaSchema, sharedFields, stringMetaSchema, tableMigrationsSchema, tableViewsSchema, xFormulaRequiresReadOnly, xFormulaSchema } from './chunk-6IMYMTFF.js';
@@ -1,163 +1,163 @@
1
1
  'use strict';
2
2
 
3
- var chunkYZEJKK4O_cjs = require('../chunk-YZEJKK4O.cjs');
3
+ var chunkPLT4CHNF_cjs = require('../chunk-PLT4CHNF.cjs');
4
4
  var chunkERW5XVED_cjs = require('../chunk-ERW5XVED.cjs');
5
5
  var chunkT3QQSHAC_cjs = require('../chunk-T3QQSHAC.cjs');
6
6
  require('../chunk-FL6PWPVJ.cjs');
7
7
  require('../chunk-ITYABUR5.cjs');
8
8
  require('../chunk-EVD5ZI55.cjs');
9
9
  var chunkONW2OVNQ_cjs = require('../chunk-ONW2OVNQ.cjs');
10
- require('../chunk-WY3CL7KH.cjs');
10
+ require('../chunk-C3HDJOTY.cjs');
11
11
 
12
12
 
13
13
 
14
14
  Object.defineProperty(exports, "RevisiumValidator", {
15
15
  enumerable: true,
16
- get: function () { return chunkYZEJKK4O_cjs.RevisiumValidator; }
16
+ get: function () { return chunkPLT4CHNF_cjs.RevisiumValidator; }
17
17
  });
18
18
  Object.defineProperty(exports, "SchemaTable", {
19
19
  enumerable: true,
20
- get: function () { return chunkYZEJKK4O_cjs.SchemaTable; }
20
+ get: function () { return chunkPLT4CHNF_cjs.SchemaTable; }
21
21
  });
22
22
  Object.defineProperty(exports, "VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE", {
23
23
  enumerable: true,
24
- get: function () { return chunkYZEJKK4O_cjs.VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE; }
24
+ get: function () { return chunkPLT4CHNF_cjs.VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE; }
25
25
  });
26
26
  Object.defineProperty(exports, "applyAddPatch", {
27
27
  enumerable: true,
28
- get: function () { return chunkYZEJKK4O_cjs.applyAddPatch; }
28
+ get: function () { return chunkPLT4CHNF_cjs.applyAddPatch; }
29
29
  });
30
30
  Object.defineProperty(exports, "applyMovePatch", {
31
31
  enumerable: true,
32
- get: function () { return chunkYZEJKK4O_cjs.applyMovePatch; }
32
+ get: function () { return chunkPLT4CHNF_cjs.applyMovePatch; }
33
33
  });
34
34
  Object.defineProperty(exports, "applyRemovePatch", {
35
35
  enumerable: true,
36
- get: function () { return chunkYZEJKK4O_cjs.applyRemovePatch; }
36
+ get: function () { return chunkPLT4CHNF_cjs.applyRemovePatch; }
37
37
  });
38
38
  Object.defineProperty(exports, "applyReplacePatch", {
39
39
  enumerable: true,
40
- get: function () { return chunkYZEJKK4O_cjs.applyReplacePatch; }
40
+ get: function () { return chunkPLT4CHNF_cjs.applyReplacePatch; }
41
41
  });
42
42
  Object.defineProperty(exports, "calculateDataWeight", {
43
43
  enumerable: true,
44
- get: function () { return chunkYZEJKK4O_cjs.calculateDataWeight; }
44
+ get: function () { return chunkPLT4CHNF_cjs.calculateDataWeight; }
45
45
  });
46
46
  Object.defineProperty(exports, "calculateDataWeightFromStore", {
47
47
  enumerable: true,
48
- get: function () { return chunkYZEJKK4O_cjs.calculateDataWeightFromStore; }
48
+ get: function () { return chunkPLT4CHNF_cjs.calculateDataWeightFromStore; }
49
49
  });
50
50
  Object.defineProperty(exports, "calculateSchemaWeight", {
51
51
  enumerable: true,
52
- get: function () { return chunkYZEJKK4O_cjs.calculateSchemaWeight; }
52
+ get: function () { return chunkPLT4CHNF_cjs.calculateSchemaWeight; }
53
53
  });
54
54
  Object.defineProperty(exports, "convertJsonPathToSchemaPath", {
55
55
  enumerable: true,
56
- get: function () { return chunkYZEJKK4O_cjs.convertJsonPathToSchemaPath; }
56
+ get: function () { return chunkPLT4CHNF_cjs.convertJsonPathToSchemaPath; }
57
57
  });
58
58
  Object.defineProperty(exports, "convertSchemaPathToJsonPath", {
59
59
  enumerable: true,
60
- get: function () { return chunkYZEJKK4O_cjs.convertSchemaPathToJsonPath; }
60
+ get: function () { return chunkPLT4CHNF_cjs.convertSchemaPathToJsonPath; }
61
61
  });
62
62
  Object.defineProperty(exports, "createJsonObjectSchemaStore", {
63
63
  enumerable: true,
64
- get: function () { return chunkYZEJKK4O_cjs.createJsonObjectSchemaStore; }
64
+ get: function () { return chunkPLT4CHNF_cjs.createJsonObjectSchemaStore; }
65
65
  });
66
66
  Object.defineProperty(exports, "createJsonSchemaStore", {
67
67
  enumerable: true,
68
- get: function () { return chunkYZEJKK4O_cjs.createJsonSchemaStore; }
68
+ get: function () { return chunkPLT4CHNF_cjs.createJsonSchemaStore; }
69
69
  });
70
70
  Object.defineProperty(exports, "createPrimitiveStoreBySchema", {
71
71
  enumerable: true,
72
- get: function () { return chunkYZEJKK4O_cjs.createPrimitiveStoreBySchema; }
72
+ get: function () { return chunkPLT4CHNF_cjs.createPrimitiveStoreBySchema; }
73
73
  });
74
74
  Object.defineProperty(exports, "deepEqual", {
75
75
  enumerable: true,
76
- get: function () { return chunkYZEJKK4O_cjs.deepEqual; }
76
+ get: function () { return chunkPLT4CHNF_cjs.deepEqual; }
77
77
  });
78
78
  Object.defineProperty(exports, "getDBJsonPathByJsonSchemaStore", {
79
79
  enumerable: true,
80
- get: function () { return chunkYZEJKK4O_cjs.getDBJsonPathByJsonSchemaStore; }
80
+ get: function () { return chunkPLT4CHNF_cjs.getDBJsonPathByJsonSchemaStore; }
81
81
  });
82
82
  Object.defineProperty(exports, "getForeignKeyPatchesFromSchema", {
83
83
  enumerable: true,
84
- get: function () { return chunkYZEJKK4O_cjs.getForeignKeyPatchesFromSchema; }
84
+ get: function () { return chunkPLT4CHNF_cjs.getForeignKeyPatchesFromSchema; }
85
85
  });
86
86
  Object.defineProperty(exports, "getForeignKeysFromSchema", {
87
87
  enumerable: true,
88
- get: function () { return chunkYZEJKK4O_cjs.getForeignKeysFromSchema; }
88
+ get: function () { return chunkPLT4CHNF_cjs.getForeignKeysFromSchema; }
89
89
  });
90
90
  Object.defineProperty(exports, "getForeignKeysFromValue", {
91
91
  enumerable: true,
92
- get: function () { return chunkYZEJKK4O_cjs.getForeignKeysFromValue; }
92
+ get: function () { return chunkPLT4CHNF_cjs.getForeignKeysFromValue; }
93
93
  });
94
94
  Object.defineProperty(exports, "getInvalidFieldNamesInSchema", {
95
95
  enumerable: true,
96
- get: function () { return chunkYZEJKK4O_cjs.getInvalidFieldNamesInSchema; }
96
+ get: function () { return chunkPLT4CHNF_cjs.getInvalidFieldNamesInSchema; }
97
97
  });
98
98
  Object.defineProperty(exports, "getJsonSchemaStoreByPath", {
99
99
  enumerable: true,
100
- get: function () { return chunkYZEJKK4O_cjs.getJsonSchemaStoreByPath; }
100
+ get: function () { return chunkPLT4CHNF_cjs.getJsonSchemaStoreByPath; }
101
101
  });
102
102
  Object.defineProperty(exports, "getJsonValueStoreByPath", {
103
103
  enumerable: true,
104
- get: function () { return chunkYZEJKK4O_cjs.getJsonValueStoreByPath; }
104
+ get: function () { return chunkPLT4CHNF_cjs.getJsonValueStoreByPath; }
105
105
  });
106
106
  Object.defineProperty(exports, "getParentForPath", {
107
107
  enumerable: true,
108
- get: function () { return chunkYZEJKK4O_cjs.getParentForPath; }
108
+ get: function () { return chunkPLT4CHNF_cjs.getParentForPath; }
109
109
  });
110
110
  Object.defineProperty(exports, "getPathByStore", {
111
111
  enumerable: true,
112
- get: function () { return chunkYZEJKK4O_cjs.getPathByStore; }
112
+ get: function () { return chunkPLT4CHNF_cjs.getPathByStore; }
113
113
  });
114
114
  Object.defineProperty(exports, "getValueByPath", {
115
115
  enumerable: true,
116
- get: function () { return chunkYZEJKK4O_cjs.getValueByPath; }
116
+ get: function () { return chunkPLT4CHNF_cjs.getValueByPath; }
117
117
  });
118
118
  Object.defineProperty(exports, "hasPath", {
119
119
  enumerable: true,
120
- get: function () { return chunkYZEJKK4O_cjs.hasPath; }
120
+ get: function () { return chunkPLT4CHNF_cjs.hasPath; }
121
121
  });
122
122
  Object.defineProperty(exports, "parsePath", {
123
123
  enumerable: true,
124
- get: function () { return chunkYZEJKK4O_cjs.parsePath; }
124
+ get: function () { return chunkPLT4CHNF_cjs.parsePath; }
125
125
  });
126
126
  Object.defineProperty(exports, "pluginRefs", {
127
127
  enumerable: true,
128
- get: function () { return chunkYZEJKK4O_cjs.pluginRefs; }
128
+ get: function () { return chunkPLT4CHNF_cjs.pluginRefs; }
129
129
  });
130
130
  Object.defineProperty(exports, "replaceForeignKeyValue", {
131
131
  enumerable: true,
132
- get: function () { return chunkYZEJKK4O_cjs.replaceForeignKeyValue; }
132
+ get: function () { return chunkPLT4CHNF_cjs.replaceForeignKeyValue; }
133
133
  });
134
134
  Object.defineProperty(exports, "resolveRefs", {
135
135
  enumerable: true,
136
- get: function () { return chunkYZEJKK4O_cjs.resolveRefs; }
136
+ get: function () { return chunkPLT4CHNF_cjs.resolveRefs; }
137
137
  });
138
138
  Object.defineProperty(exports, "saveSharedFields", {
139
139
  enumerable: true,
140
- get: function () { return chunkYZEJKK4O_cjs.saveSharedFields; }
140
+ get: function () { return chunkPLT4CHNF_cjs.saveSharedFields; }
141
141
  });
142
142
  Object.defineProperty(exports, "setValueByPath", {
143
143
  enumerable: true,
144
- get: function () { return chunkYZEJKK4O_cjs.setValueByPath; }
144
+ get: function () { return chunkPLT4CHNF_cjs.setValueByPath; }
145
145
  });
146
146
  Object.defineProperty(exports, "traverseStore", {
147
147
  enumerable: true,
148
- get: function () { return chunkYZEJKK4O_cjs.traverseStore; }
148
+ get: function () { return chunkPLT4CHNF_cjs.traverseStore; }
149
149
  });
150
150
  Object.defineProperty(exports, "traverseValue", {
151
151
  enumerable: true,
152
- get: function () { return chunkYZEJKK4O_cjs.traverseValue; }
152
+ get: function () { return chunkPLT4CHNF_cjs.traverseValue; }
153
153
  });
154
154
  Object.defineProperty(exports, "validateJsonFieldName", {
155
155
  enumerable: true,
156
- get: function () { return chunkYZEJKK4O_cjs.validateJsonFieldName; }
156
+ get: function () { return chunkPLT4CHNF_cjs.validateJsonFieldName; }
157
157
  });
158
158
  Object.defineProperty(exports, "validateRevisiumSchema", {
159
159
  enumerable: true,
160
- get: function () { return chunkYZEJKK4O_cjs.validateRevisiumSchema; }
160
+ get: function () { return chunkPLT4CHNF_cjs.validateRevisiumSchema; }
161
161
  });
162
162
  Object.defineProperty(exports, "collectFormulaNodes", {
163
163
  enumerable: true,
package/dist/lib/index.js CHANGED
@@ -1,8 +1,8 @@
1
- export { RevisiumValidator, SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, calculateDataWeight, calculateDataWeightFromStore, calculateSchemaWeight, convertJsonPathToSchemaPath, convertSchemaPathToJsonPath, createJsonObjectSchemaStore, createJsonSchemaStore, createPrimitiveStoreBySchema, deepEqual, getDBJsonPathByJsonSchemaStore, getForeignKeyPatchesFromSchema, getForeignKeysFromSchema, getForeignKeysFromValue, getInvalidFieldNamesInSchema, getJsonSchemaStoreByPath, getJsonValueStoreByPath, getParentForPath, getPathByStore, getValueByPath, hasPath, parsePath, pluginRefs, replaceForeignKeyValue, resolveRefs, saveSharedFields, setValueByPath, traverseStore, traverseValue, validateJsonFieldName, validateRevisiumSchema } from '../chunk-GAP5KNWN.js';
1
+ export { RevisiumValidator, SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, calculateDataWeight, calculateDataWeightFromStore, calculateSchemaWeight, convertJsonPathToSchemaPath, convertSchemaPathToJsonPath, createJsonObjectSchemaStore, createJsonSchemaStore, createPrimitiveStoreBySchema, deepEqual, getDBJsonPathByJsonSchemaStore, getForeignKeyPatchesFromSchema, getForeignKeysFromSchema, getForeignKeysFromValue, getInvalidFieldNamesInSchema, getJsonSchemaStoreByPath, getJsonValueStoreByPath, getParentForPath, getPathByStore, getValueByPath, hasPath, parsePath, pluginRefs, replaceForeignKeyValue, resolveRefs, saveSharedFields, setValueByPath, traverseStore, traverseValue, validateJsonFieldName, validateRevisiumSchema } from '../chunk-YHRQOWWO.js';
2
2
  export { collectFormulaNodes, evaluateFormulas, extractSchemaFormulas, formulaSpec, validateFormulaAgainstSchema, validateSchemaFormulas } from '../chunk-GJM63Q4K.js';
3
3
  export { computeValueDiff } from '../chunk-7PEC6ZYY.js';
4
4
  import '../chunk-ZPRBA4AQ.js';
5
5
  import '../chunk-4U2RZHMX.js';
6
6
  import '../chunk-5DUMJHCA.js';
7
7
  export { addSharedFieldsFromState, createJsonArrayValueStore, createJsonObjectValueStore, createJsonValueStore, createPrimitiveValueStore } from '../chunk-FTBRJODD.js';
8
- import '../chunk-HOMXBUQB.js';
8
+ import '../chunk-6IMYMTFF.js';
@@ -1,79 +1,79 @@
1
1
  'use strict';
2
2
 
3
3
  require('../chunk-5M74TGFQ.cjs');
4
- var chunkWY3CL7KH_cjs = require('../chunk-WY3CL7KH.cjs');
4
+ var chunkC3HDJOTY_cjs = require('../chunk-C3HDJOTY.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "arrayMetaSchema", {
9
9
  enumerable: true,
10
- get: function () { return chunkWY3CL7KH_cjs.arrayMetaSchema; }
10
+ get: function () { return chunkC3HDJOTY_cjs.arrayMetaSchema; }
11
11
  });
12
12
  Object.defineProperty(exports, "baseStringFields", {
13
13
  enumerable: true,
14
- get: function () { return chunkWY3CL7KH_cjs.baseStringFields; }
14
+ get: function () { return chunkC3HDJOTY_cjs.baseStringFields; }
15
15
  });
16
16
  Object.defineProperty(exports, "booleanMetaSchema", {
17
17
  enumerable: true,
18
- get: function () { return chunkWY3CL7KH_cjs.booleanMetaSchema; }
18
+ get: function () { return chunkC3HDJOTY_cjs.booleanMetaSchema; }
19
19
  });
20
20
  Object.defineProperty(exports, "foreignKeyExcludesFormula", {
21
21
  enumerable: true,
22
- get: function () { return chunkWY3CL7KH_cjs.foreignKeyExcludesFormula; }
22
+ get: function () { return chunkC3HDJOTY_cjs.foreignKeyExcludesFormula; }
23
23
  });
24
24
  Object.defineProperty(exports, "historyPatchesSchema", {
25
25
  enumerable: true,
26
- get: function () { return chunkWY3CL7KH_cjs.historyPatchesSchema; }
26
+ get: function () { return chunkC3HDJOTY_cjs.historyPatchesSchema; }
27
27
  });
28
28
  Object.defineProperty(exports, "jsonPatchSchema", {
29
29
  enumerable: true,
30
- get: function () { return chunkWY3CL7KH_cjs.jsonPatchSchema; }
30
+ get: function () { return chunkC3HDJOTY_cjs.jsonPatchSchema; }
31
31
  });
32
32
  Object.defineProperty(exports, "metaSchema", {
33
33
  enumerable: true,
34
- get: function () { return chunkWY3CL7KH_cjs.metaSchema; }
34
+ get: function () { return chunkC3HDJOTY_cjs.metaSchema; }
35
35
  });
36
36
  Object.defineProperty(exports, "noForeignKeyStringMetaSchema", {
37
37
  enumerable: true,
38
- get: function () { return chunkWY3CL7KH_cjs.noForeignKeyStringMetaSchema; }
38
+ get: function () { return chunkC3HDJOTY_cjs.noForeignKeyStringMetaSchema; }
39
39
  });
40
40
  Object.defineProperty(exports, "notForeignKeyMetaSchema", {
41
41
  enumerable: true,
42
- get: function () { return chunkWY3CL7KH_cjs.notForeignKeyMetaSchema; }
42
+ get: function () { return chunkC3HDJOTY_cjs.notForeignKeyMetaSchema; }
43
43
  });
44
44
  Object.defineProperty(exports, "numberMetaSchema", {
45
45
  enumerable: true,
46
- get: function () { return chunkWY3CL7KH_cjs.numberMetaSchema; }
46
+ get: function () { return chunkC3HDJOTY_cjs.numberMetaSchema; }
47
47
  });
48
48
  Object.defineProperty(exports, "objectMetaSchema", {
49
49
  enumerable: true,
50
- get: function () { return chunkWY3CL7KH_cjs.objectMetaSchema; }
50
+ get: function () { return chunkC3HDJOTY_cjs.objectMetaSchema; }
51
51
  });
52
52
  Object.defineProperty(exports, "refMetaSchema", {
53
53
  enumerable: true,
54
- get: function () { return chunkWY3CL7KH_cjs.refMetaSchema; }
54
+ get: function () { return chunkC3HDJOTY_cjs.refMetaSchema; }
55
55
  });
56
56
  Object.defineProperty(exports, "sharedFields", {
57
57
  enumerable: true,
58
- get: function () { return chunkWY3CL7KH_cjs.sharedFields; }
58
+ get: function () { return chunkC3HDJOTY_cjs.sharedFields; }
59
59
  });
60
60
  Object.defineProperty(exports, "stringMetaSchema", {
61
61
  enumerable: true,
62
- get: function () { return chunkWY3CL7KH_cjs.stringMetaSchema; }
62
+ get: function () { return chunkC3HDJOTY_cjs.stringMetaSchema; }
63
63
  });
64
64
  Object.defineProperty(exports, "tableMigrationsSchema", {
65
65
  enumerable: true,
66
- get: function () { return chunkWY3CL7KH_cjs.tableMigrationsSchema; }
66
+ get: function () { return chunkC3HDJOTY_cjs.tableMigrationsSchema; }
67
67
  });
68
68
  Object.defineProperty(exports, "tableViewsSchema", {
69
69
  enumerable: true,
70
- get: function () { return chunkWY3CL7KH_cjs.tableViewsSchema; }
70
+ get: function () { return chunkC3HDJOTY_cjs.tableViewsSchema; }
71
71
  });
72
72
  Object.defineProperty(exports, "xFormulaRequiresReadOnly", {
73
73
  enumerable: true,
74
- get: function () { return chunkWY3CL7KH_cjs.xFormulaRequiresReadOnly; }
74
+ get: function () { return chunkC3HDJOTY_cjs.xFormulaRequiresReadOnly; }
75
75
  });
76
76
  Object.defineProperty(exports, "xFormulaSchema", {
77
77
  enumerable: true,
78
- get: function () { return chunkWY3CL7KH_cjs.xFormulaSchema; }
78
+ get: function () { return chunkC3HDJOTY_cjs.xFormulaSchema; }
79
79
  });
@@ -1,2 +1,2 @@
1
1
  import '../chunk-5G3AVY57.js';
2
- export { arrayMetaSchema, baseStringFields, booleanMetaSchema, foreignKeyExcludesFormula, historyPatchesSchema, jsonPatchSchema, metaSchema, noForeignKeyStringMetaSchema, notForeignKeyMetaSchema, numberMetaSchema, objectMetaSchema, refMetaSchema, sharedFields, stringMetaSchema, tableMigrationsSchema, tableViewsSchema, xFormulaRequiresReadOnly, xFormulaSchema } from '../chunk-HOMXBUQB.js';
2
+ export { arrayMetaSchema, baseStringFields, booleanMetaSchema, foreignKeyExcludesFormula, historyPatchesSchema, jsonPatchSchema, metaSchema, noForeignKeyStringMetaSchema, notForeignKeyMetaSchema, numberMetaSchema, objectMetaSchema, refMetaSchema, sharedFields, stringMetaSchema, tableMigrationsSchema, tableViewsSchema, xFormulaRequiresReadOnly, xFormulaSchema } from '../chunk-6IMYMTFF.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revisium/schema-toolkit",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "Universal schema toolkit with TypeScript types and utilities for JSON Schema manipulation",
5
5
  "keywords": [
6
6
  "json-schema",