@revisium/schema-toolkit 0.9.0 → 0.11.0

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.
Files changed (59) hide show
  1. package/dist/{chunk-DFL3HJ4Y.js → chunk-4BIANIHT.js} +10 -5
  2. package/dist/chunk-4BIANIHT.js.map +1 -0
  3. package/dist/{chunk-V2SSSD5X.cjs → chunk-B22UU3JK.cjs} +2 -2
  4. package/dist/chunk-B22UU3JK.cjs.map +1 -0
  5. package/dist/{chunk-WCFA4226.js → chunk-HY4VE7H2.js} +11 -5
  6. package/dist/chunk-HY4VE7H2.js.map +1 -0
  7. package/dist/{chunk-ZXLLJAMQ.js → chunk-L5MLJEC7.js} +2 -2
  8. package/dist/chunk-L5MLJEC7.js.map +1 -0
  9. package/dist/{chunk-VGTHMWJJ.cjs → chunk-T7VRK5OQ.cjs} +34 -6
  10. package/dist/chunk-T7VRK5OQ.cjs.map +1 -0
  11. package/dist/{chunk-JLIZ7QT2.cjs → chunk-TMWPWGUN.cjs} +11 -5
  12. package/dist/chunk-TMWPWGUN.cjs.map +1 -0
  13. package/dist/{chunk-QAIYSZIR.cjs → chunk-UJBE43WI.cjs} +18 -13
  14. package/dist/chunk-UJBE43WI.cjs.map +1 -0
  15. package/dist/{chunk-ASXCDIN2.js → chunk-UM4JZEOH.js} +33 -7
  16. package/dist/chunk-UM4JZEOH.js.map +1 -0
  17. package/dist/index.cjs +89 -81
  18. package/dist/index.d.cts +4 -4
  19. package/dist/index.d.ts +4 -4
  20. package/dist/index.js +4 -4
  21. package/dist/{json-patch.types-DiJBqfxV.d.ts → json-patch.types-CYt9TCu3.d.ts} +1 -1
  22. package/dist/{json-patch.types-lByaF-OL.d.cts → json-patch.types-DUcWbQRY.d.cts} +1 -1
  23. package/dist/{json-string.store-BNF1Y93E.d.cts → json-string.store-CcZ197KO.d.cts} +4 -1
  24. package/dist/{json-string.store-qHcWNv07.d.ts → json-string.store-DckDcMVN.d.ts} +4 -1
  25. package/dist/lib/index.cjs +41 -41
  26. package/dist/lib/index.d.cts +3 -3
  27. package/dist/lib/index.d.ts +3 -3
  28. package/dist/lib/index.js +3 -3
  29. package/dist/mocks/index.cjs +1 -1
  30. package/dist/mocks/index.d.cts +2 -2
  31. package/dist/mocks/index.d.ts +2 -2
  32. package/dist/mocks/index.js +1 -1
  33. package/dist/model/index.cjs +26 -26
  34. package/dist/model/index.d.cts +3 -3
  35. package/dist/model/index.d.ts +3 -3
  36. package/dist/model/index.js +2 -2
  37. package/dist/plugins/index.cjs +1 -1
  38. package/dist/plugins/index.d.cts +9 -1
  39. package/dist/plugins/index.d.ts +9 -1
  40. package/dist/plugins/index.js +1 -1
  41. package/dist/{schema.types-Q3MYTp8z.d.cts → schema.types-CLHMJmkJ.d.cts} +8 -1
  42. package/dist/{schema.types-Q3MYTp8z.d.ts → schema.types-CLHMJmkJ.d.ts} +8 -1
  43. package/dist/types/index.cjs +2 -2
  44. package/dist/types/index.d.cts +4 -4
  45. package/dist/types/index.d.ts +4 -4
  46. package/dist/types/index.js +1 -1
  47. package/dist/validation-schemas/index.cjs +23 -15
  48. package/dist/validation-schemas/index.d.cts +3 -1
  49. package/dist/validation-schemas/index.d.ts +3 -1
  50. package/dist/validation-schemas/index.js +1 -1
  51. package/package.json +1 -1
  52. package/dist/chunk-ASXCDIN2.js.map +0 -1
  53. package/dist/chunk-DFL3HJ4Y.js.map +0 -1
  54. package/dist/chunk-JLIZ7QT2.cjs.map +0 -1
  55. package/dist/chunk-QAIYSZIR.cjs.map +0 -1
  56. package/dist/chunk-V2SSSD5X.cjs.map +0 -1
  57. package/dist/chunk-VGTHMWJJ.cjs.map +0 -1
  58. package/dist/chunk-WCFA4226.js.map +0 -1
  59. package/dist/chunk-ZXLLJAMQ.js.map +0 -1
@@ -1,165 +1,165 @@
1
1
  'use strict';
2
2
 
3
- var chunkQAIYSZIR_cjs = require('../chunk-QAIYSZIR.cjs');
3
+ var chunkUJBE43WI_cjs = require('../chunk-UJBE43WI.cjs');
4
4
  require('../chunk-GF3XXYOS.cjs');
5
5
  require('../chunk-EGC32GPY.cjs');
6
6
  require('../chunk-XNFSFT7T.cjs');
7
- var chunkJLIZ7QT2_cjs = require('../chunk-JLIZ7QT2.cjs');
8
- require('../chunk-V2SSSD5X.cjs');
7
+ var chunkTMWPWGUN_cjs = require('../chunk-TMWPWGUN.cjs');
8
+ require('../chunk-B22UU3JK.cjs');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "SchemaTable", {
13
13
  enumerable: true,
14
- get: function () { return chunkQAIYSZIR_cjs.SchemaTable; }
14
+ get: function () { return chunkUJBE43WI_cjs.SchemaTable; }
15
15
  });
16
16
  Object.defineProperty(exports, "VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE", {
17
17
  enumerable: true,
18
- get: function () { return chunkQAIYSZIR_cjs.VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE; }
18
+ get: function () { return chunkUJBE43WI_cjs.VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE; }
19
19
  });
20
20
  Object.defineProperty(exports, "applyAddPatch", {
21
21
  enumerable: true,
22
- get: function () { return chunkQAIYSZIR_cjs.applyAddPatch; }
22
+ get: function () { return chunkUJBE43WI_cjs.applyAddPatch; }
23
23
  });
24
24
  Object.defineProperty(exports, "applyMovePatch", {
25
25
  enumerable: true,
26
- get: function () { return chunkQAIYSZIR_cjs.applyMovePatch; }
26
+ get: function () { return chunkUJBE43WI_cjs.applyMovePatch; }
27
27
  });
28
28
  Object.defineProperty(exports, "applyRemovePatch", {
29
29
  enumerable: true,
30
- get: function () { return chunkQAIYSZIR_cjs.applyRemovePatch; }
30
+ get: function () { return chunkUJBE43WI_cjs.applyRemovePatch; }
31
31
  });
32
32
  Object.defineProperty(exports, "applyReplacePatch", {
33
33
  enumerable: true,
34
- get: function () { return chunkQAIYSZIR_cjs.applyReplacePatch; }
34
+ get: function () { return chunkUJBE43WI_cjs.applyReplacePatch; }
35
35
  });
36
36
  Object.defineProperty(exports, "computeValueDiff", {
37
37
  enumerable: true,
38
- get: function () { return chunkQAIYSZIR_cjs.computeValueDiff; }
38
+ get: function () { return chunkUJBE43WI_cjs.computeValueDiff; }
39
39
  });
40
40
  Object.defineProperty(exports, "convertJsonPathToSchemaPath", {
41
41
  enumerable: true,
42
- get: function () { return chunkQAIYSZIR_cjs.convertJsonPathToSchemaPath; }
42
+ get: function () { return chunkUJBE43WI_cjs.convertJsonPathToSchemaPath; }
43
43
  });
44
44
  Object.defineProperty(exports, "convertSchemaPathToJsonPath", {
45
45
  enumerable: true,
46
- get: function () { return chunkQAIYSZIR_cjs.convertSchemaPathToJsonPath; }
46
+ get: function () { return chunkUJBE43WI_cjs.convertSchemaPathToJsonPath; }
47
47
  });
48
48
  Object.defineProperty(exports, "createJsonObjectSchemaStore", {
49
49
  enumerable: true,
50
- get: function () { return chunkQAIYSZIR_cjs.createJsonObjectSchemaStore; }
50
+ get: function () { return chunkUJBE43WI_cjs.createJsonObjectSchemaStore; }
51
51
  });
52
52
  Object.defineProperty(exports, "createJsonSchemaStore", {
53
53
  enumerable: true,
54
- get: function () { return chunkQAIYSZIR_cjs.createJsonSchemaStore; }
54
+ get: function () { return chunkUJBE43WI_cjs.createJsonSchemaStore; }
55
55
  });
56
56
  Object.defineProperty(exports, "createPrimitiveStoreBySchema", {
57
57
  enumerable: true,
58
- get: function () { return chunkQAIYSZIR_cjs.createPrimitiveStoreBySchema; }
58
+ get: function () { return chunkUJBE43WI_cjs.createPrimitiveStoreBySchema; }
59
59
  });
60
60
  Object.defineProperty(exports, "deepEqual", {
61
61
  enumerable: true,
62
- get: function () { return chunkQAIYSZIR_cjs.deepEqual; }
62
+ get: function () { return chunkUJBE43WI_cjs.deepEqual; }
63
63
  });
64
64
  Object.defineProperty(exports, "getDBJsonPathByJsonSchemaStore", {
65
65
  enumerable: true,
66
- get: function () { return chunkQAIYSZIR_cjs.getDBJsonPathByJsonSchemaStore; }
66
+ get: function () { return chunkUJBE43WI_cjs.getDBJsonPathByJsonSchemaStore; }
67
67
  });
68
68
  Object.defineProperty(exports, "getForeignKeyPatchesFromSchema", {
69
69
  enumerable: true,
70
- get: function () { return chunkQAIYSZIR_cjs.getForeignKeyPatchesFromSchema; }
70
+ get: function () { return chunkUJBE43WI_cjs.getForeignKeyPatchesFromSchema; }
71
71
  });
72
72
  Object.defineProperty(exports, "getForeignKeysFromSchema", {
73
73
  enumerable: true,
74
- get: function () { return chunkQAIYSZIR_cjs.getForeignKeysFromSchema; }
74
+ get: function () { return chunkUJBE43WI_cjs.getForeignKeysFromSchema; }
75
75
  });
76
76
  Object.defineProperty(exports, "getForeignKeysFromValue", {
77
77
  enumerable: true,
78
- get: function () { return chunkQAIYSZIR_cjs.getForeignKeysFromValue; }
78
+ get: function () { return chunkUJBE43WI_cjs.getForeignKeysFromValue; }
79
79
  });
80
80
  Object.defineProperty(exports, "getInvalidFieldNamesInSchema", {
81
81
  enumerable: true,
82
- get: function () { return chunkQAIYSZIR_cjs.getInvalidFieldNamesInSchema; }
82
+ get: function () { return chunkUJBE43WI_cjs.getInvalidFieldNamesInSchema; }
83
83
  });
84
84
  Object.defineProperty(exports, "getJsonSchemaStoreByPath", {
85
85
  enumerable: true,
86
- get: function () { return chunkQAIYSZIR_cjs.getJsonSchemaStoreByPath; }
86
+ get: function () { return chunkUJBE43WI_cjs.getJsonSchemaStoreByPath; }
87
87
  });
88
88
  Object.defineProperty(exports, "getJsonValueStoreByPath", {
89
89
  enumerable: true,
90
- get: function () { return chunkQAIYSZIR_cjs.getJsonValueStoreByPath; }
90
+ get: function () { return chunkUJBE43WI_cjs.getJsonValueStoreByPath; }
91
91
  });
92
92
  Object.defineProperty(exports, "getParentForPath", {
93
93
  enumerable: true,
94
- get: function () { return chunkQAIYSZIR_cjs.getParentForPath; }
94
+ get: function () { return chunkUJBE43WI_cjs.getParentForPath; }
95
95
  });
96
96
  Object.defineProperty(exports, "getPathByStore", {
97
97
  enumerable: true,
98
- get: function () { return chunkQAIYSZIR_cjs.getPathByStore; }
98
+ get: function () { return chunkUJBE43WI_cjs.getPathByStore; }
99
99
  });
100
100
  Object.defineProperty(exports, "getValueByPath", {
101
101
  enumerable: true,
102
- get: function () { return chunkQAIYSZIR_cjs.getValueByPath; }
102
+ get: function () { return chunkUJBE43WI_cjs.getValueByPath; }
103
103
  });
104
104
  Object.defineProperty(exports, "hasPath", {
105
105
  enumerable: true,
106
- get: function () { return chunkQAIYSZIR_cjs.hasPath; }
106
+ get: function () { return chunkUJBE43WI_cjs.hasPath; }
107
107
  });
108
108
  Object.defineProperty(exports, "parsePath", {
109
109
  enumerable: true,
110
- get: function () { return chunkQAIYSZIR_cjs.parsePath; }
110
+ get: function () { return chunkUJBE43WI_cjs.parsePath; }
111
111
  });
112
112
  Object.defineProperty(exports, "pluginRefs", {
113
113
  enumerable: true,
114
- get: function () { return chunkQAIYSZIR_cjs.pluginRefs; }
114
+ get: function () { return chunkUJBE43WI_cjs.pluginRefs; }
115
115
  });
116
116
  Object.defineProperty(exports, "replaceForeignKeyValue", {
117
117
  enumerable: true,
118
- get: function () { return chunkQAIYSZIR_cjs.replaceForeignKeyValue; }
118
+ get: function () { return chunkUJBE43WI_cjs.replaceForeignKeyValue; }
119
119
  });
120
120
  Object.defineProperty(exports, "resolveRefs", {
121
121
  enumerable: true,
122
- get: function () { return chunkQAIYSZIR_cjs.resolveRefs; }
122
+ get: function () { return chunkUJBE43WI_cjs.resolveRefs; }
123
123
  });
124
124
  Object.defineProperty(exports, "saveSharedFields", {
125
125
  enumerable: true,
126
- get: function () { return chunkQAIYSZIR_cjs.saveSharedFields; }
126
+ get: function () { return chunkUJBE43WI_cjs.saveSharedFields; }
127
127
  });
128
128
  Object.defineProperty(exports, "setValueByPath", {
129
129
  enumerable: true,
130
- get: function () { return chunkQAIYSZIR_cjs.setValueByPath; }
130
+ get: function () { return chunkUJBE43WI_cjs.setValueByPath; }
131
131
  });
132
132
  Object.defineProperty(exports, "traverseStore", {
133
133
  enumerable: true,
134
- get: function () { return chunkQAIYSZIR_cjs.traverseStore; }
134
+ get: function () { return chunkUJBE43WI_cjs.traverseStore; }
135
135
  });
136
136
  Object.defineProperty(exports, "traverseValue", {
137
137
  enumerable: true,
138
- get: function () { return chunkQAIYSZIR_cjs.traverseValue; }
138
+ get: function () { return chunkUJBE43WI_cjs.traverseValue; }
139
139
  });
140
140
  Object.defineProperty(exports, "validateJsonFieldName", {
141
141
  enumerable: true,
142
- get: function () { return chunkQAIYSZIR_cjs.validateJsonFieldName; }
142
+ get: function () { return chunkUJBE43WI_cjs.validateJsonFieldName; }
143
143
  });
144
144
  Object.defineProperty(exports, "addSharedFieldsFromState", {
145
145
  enumerable: true,
146
- get: function () { return chunkJLIZ7QT2_cjs.addSharedFieldsFromState; }
146
+ get: function () { return chunkTMWPWGUN_cjs.addSharedFieldsFromState; }
147
147
  });
148
148
  Object.defineProperty(exports, "createJsonArrayValueStore", {
149
149
  enumerable: true,
150
- get: function () { return chunkJLIZ7QT2_cjs.createJsonArrayValueStore; }
150
+ get: function () { return chunkTMWPWGUN_cjs.createJsonArrayValueStore; }
151
151
  });
152
152
  Object.defineProperty(exports, "createJsonObjectValueStore", {
153
153
  enumerable: true,
154
- get: function () { return chunkJLIZ7QT2_cjs.createJsonObjectValueStore; }
154
+ get: function () { return chunkTMWPWGUN_cjs.createJsonObjectValueStore; }
155
155
  });
156
156
  Object.defineProperty(exports, "createJsonValueStore", {
157
157
  enumerable: true,
158
- get: function () { return chunkJLIZ7QT2_cjs.createJsonValueStore; }
158
+ get: function () { return chunkTMWPWGUN_cjs.createJsonValueStore; }
159
159
  });
160
160
  Object.defineProperty(exports, "createPrimitiveValueStore", {
161
161
  enumerable: true,
162
- get: function () { return chunkJLIZ7QT2_cjs.createPrimitiveValueStore; }
162
+ get: function () { return chunkTMWPWGUN_cjs.createPrimitiveValueStore; }
163
163
  });
164
164
  //# sourceMappingURL=index.cjs.map
165
165
  //# sourceMappingURL=index.cjs.map
@@ -1,6 +1,6 @@
1
- import { i as JsonSchema, f as JsonObjectSchema, e as JsonSchemaPrimitives, b as JsonStringSchema, c as JsonNumberSchema, d as JsonBooleanSchema, g as JsonArraySchema, h as JsonRefSchema } from '../schema.types-Q3MYTp8z.cjs';
2
- import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove, h as JsonPatch } from '../json-patch.types-lByaF-OL.cjs';
3
- import { h as JsonSchemaStore, c as JsonObjectStore, g as JsonSchemaStorePrimitives, p as JsonValueStore, l as JsonObjectValueStore, f as JsonArrayStore, m as JsonArrayValueStore, n as JsonValueStorePrimitives } from '../json-string.store-BNF1Y93E.cjs';
1
+ import { i as JsonSchema, f as JsonObjectSchema, e as JsonSchemaPrimitives, b as JsonStringSchema, c as JsonNumberSchema, d as JsonBooleanSchema, g as JsonArraySchema, h as JsonRefSchema } from '../schema.types-CLHMJmkJ.cjs';
2
+ import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove, h as JsonPatch } from '../json-patch.types-DUcWbQRY.cjs';
3
+ import { h as JsonSchemaStore, c as JsonObjectStore, g as JsonSchemaStorePrimitives, p as JsonValueStore, l as JsonObjectValueStore, f as JsonArrayStore, m as JsonArrayValueStore, n as JsonValueStorePrimitives } from '../json-string.store-CcZ197KO.cjs';
4
4
  import { a as FieldChange } from '../value-diff.types-BRoI_kGE.cjs';
5
5
  import { c as JsonValue, J as JsonObject, b as JsonArray, a as JsonPrimitives } from '../json.types-46Cq-WxU.cjs';
6
6
  import 'node:events';
@@ -1,6 +1,6 @@
1
- import { i as JsonSchema, f as JsonObjectSchema, e as JsonSchemaPrimitives, b as JsonStringSchema, c as JsonNumberSchema, d as JsonBooleanSchema, g as JsonArraySchema, h as JsonRefSchema } from '../schema.types-Q3MYTp8z.js';
2
- import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove, h as JsonPatch } from '../json-patch.types-DiJBqfxV.js';
3
- import { h as JsonSchemaStore, c as JsonObjectStore, g as JsonSchemaStorePrimitives, p as JsonValueStore, l as JsonObjectValueStore, f as JsonArrayStore, m as JsonArrayValueStore, n as JsonValueStorePrimitives } from '../json-string.store-qHcWNv07.js';
1
+ import { i as JsonSchema, f as JsonObjectSchema, e as JsonSchemaPrimitives, b as JsonStringSchema, c as JsonNumberSchema, d as JsonBooleanSchema, g as JsonArraySchema, h as JsonRefSchema } from '../schema.types-CLHMJmkJ.js';
2
+ import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove, h as JsonPatch } from '../json-patch.types-CYt9TCu3.js';
3
+ import { h as JsonSchemaStore, c as JsonObjectStore, g as JsonSchemaStorePrimitives, p as JsonValueStore, l as JsonObjectValueStore, f as JsonArrayStore, m as JsonArrayValueStore, n as JsonValueStorePrimitives } from '../json-string.store-DckDcMVN.js';
4
4
  import { a as FieldChange } from '../value-diff.types-BRoI_kGE.js';
5
5
  import { c as JsonValue, J as JsonObject, b as JsonArray, a as JsonPrimitives } from '../json.types-46Cq-WxU.js';
6
6
  import 'node:events';
package/dist/lib/index.js CHANGED
@@ -1,8 +1,8 @@
1
- export { SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, computeValueDiff, 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 } from '../chunk-DFL3HJ4Y.js';
1
+ export { SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, computeValueDiff, 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 } from '../chunk-4BIANIHT.js';
2
2
  import '../chunk-KJCURW4D.js';
3
3
  import '../chunk-LLHQWDAR.js';
4
4
  import '../chunk-Q2UOTIMG.js';
5
- export { addSharedFieldsFromState, createJsonArrayValueStore, createJsonObjectValueStore, createJsonValueStore, createPrimitiveValueStore } from '../chunk-WCFA4226.js';
6
- import '../chunk-ZXLLJAMQ.js';
5
+ export { addSharedFieldsFromState, createJsonArrayValueStore, createJsonObjectValueStore, createJsonValueStore, createPrimitiveValueStore } from '../chunk-HY4VE7H2.js';
6
+ import '../chunk-L5MLJEC7.js';
7
7
  //# sourceMappingURL=index.js.map
8
8
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var chunkEJYILFAK_cjs = require('../chunk-EJYILFAK.cjs');
4
- require('../chunk-V2SSSD5X.cjs');
4
+ require('../chunk-B22UU3JK.cjs');
5
5
 
6
6
 
7
7
 
@@ -1,5 +1,5 @@
1
- import { i as JsonSchema, b as JsonStringSchema, c as JsonNumberSchema, d as JsonBooleanSchema, f as JsonObjectSchema, g as JsonArraySchema, h as JsonRefSchema } from '../schema.types-Q3MYTp8z.cjs';
2
- import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove } from '../json-patch.types-lByaF-OL.cjs';
1
+ import { i as JsonSchema, b as JsonStringSchema, c as JsonNumberSchema, d as JsonBooleanSchema, f as JsonObjectSchema, g as JsonArraySchema, h as JsonRefSchema } from '../schema.types-CLHMJmkJ.cjs';
2
+ import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove } from '../json-patch.types-DUcWbQRY.cjs';
3
3
 
4
4
  declare const getReplacePatch: ({ path, value, }: {
5
5
  path: string;
@@ -1,5 +1,5 @@
1
- import { i as JsonSchema, b as JsonStringSchema, c as JsonNumberSchema, d as JsonBooleanSchema, f as JsonObjectSchema, g as JsonArraySchema, h as JsonRefSchema } from '../schema.types-Q3MYTp8z.js';
2
- import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove } from '../json-patch.types-DiJBqfxV.js';
1
+ import { i as JsonSchema, b as JsonStringSchema, c as JsonNumberSchema, d as JsonBooleanSchema, f as JsonObjectSchema, g as JsonArraySchema, h as JsonRefSchema } from '../schema.types-CLHMJmkJ.js';
2
+ import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove } from '../json-patch.types-CYt9TCu3.js';
3
3
 
4
4
  declare const getReplacePatch: ({ path, value, }: {
5
5
  path: string;
@@ -1,4 +1,4 @@
1
1
  export { getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema } from '../chunk-AORPUIKD.js';
2
- import '../chunk-ZXLLJAMQ.js';
2
+ import '../chunk-L5MLJEC7.js';
3
3
  //# sourceMappingURL=index.js.map
4
4
  //# sourceMappingURL=index.js.map
@@ -1,106 +1,106 @@
1
1
  'use strict';
2
2
 
3
3
  require('../chunk-ODCH3PP2.cjs');
4
- var chunkJLIZ7QT2_cjs = require('../chunk-JLIZ7QT2.cjs');
5
- require('../chunk-V2SSSD5X.cjs');
4
+ var chunkTMWPWGUN_cjs = require('../chunk-TMWPWGUN.cjs');
5
+ require('../chunk-B22UU3JK.cjs');
6
6
 
7
7
 
8
8
 
9
9
  Object.defineProperty(exports, "JsonArrayStore", {
10
10
  enumerable: true,
11
- get: function () { return chunkJLIZ7QT2_cjs.JsonArrayStore; }
11
+ get: function () { return chunkTMWPWGUN_cjs.JsonArrayStore; }
12
12
  });
13
13
  Object.defineProperty(exports, "JsonArrayValueStore", {
14
14
  enumerable: true,
15
- get: function () { return chunkJLIZ7QT2_cjs.JsonArrayValueStore; }
15
+ get: function () { return chunkTMWPWGUN_cjs.JsonArrayValueStore; }
16
16
  });
17
17
  Object.defineProperty(exports, "JsonBooleanStore", {
18
18
  enumerable: true,
19
- get: function () { return chunkJLIZ7QT2_cjs.JsonBooleanStore; }
19
+ get: function () { return chunkTMWPWGUN_cjs.JsonBooleanStore; }
20
20
  });
21
21
  Object.defineProperty(exports, "JsonBooleanValueStore", {
22
22
  enumerable: true,
23
- get: function () { return chunkJLIZ7QT2_cjs.JsonBooleanValueStore; }
23
+ get: function () { return chunkTMWPWGUN_cjs.JsonBooleanValueStore; }
24
24
  });
25
25
  Object.defineProperty(exports, "JsonNumberStore", {
26
26
  enumerable: true,
27
- get: function () { return chunkJLIZ7QT2_cjs.JsonNumberStore; }
27
+ get: function () { return chunkTMWPWGUN_cjs.JsonNumberStore; }
28
28
  });
29
29
  Object.defineProperty(exports, "JsonNumberValueStore", {
30
30
  enumerable: true,
31
- get: function () { return chunkJLIZ7QT2_cjs.JsonNumberValueStore; }
31
+ get: function () { return chunkTMWPWGUN_cjs.JsonNumberValueStore; }
32
32
  });
33
33
  Object.defineProperty(exports, "JsonObjectStore", {
34
34
  enumerable: true,
35
- get: function () { return chunkJLIZ7QT2_cjs.JsonObjectStore; }
35
+ get: function () { return chunkTMWPWGUN_cjs.JsonObjectStore; }
36
36
  });
37
37
  Object.defineProperty(exports, "JsonObjectValueStore", {
38
38
  enumerable: true,
39
- get: function () { return chunkJLIZ7QT2_cjs.JsonObjectValueStore; }
39
+ get: function () { return chunkTMWPWGUN_cjs.JsonObjectValueStore; }
40
40
  });
41
41
  Object.defineProperty(exports, "JsonStringStore", {
42
42
  enumerable: true,
43
- get: function () { return chunkJLIZ7QT2_cjs.JsonStringStore; }
43
+ get: function () { return chunkTMWPWGUN_cjs.JsonStringStore; }
44
44
  });
45
45
  Object.defineProperty(exports, "JsonStringValueStore", {
46
46
  enumerable: true,
47
- get: function () { return chunkJLIZ7QT2_cjs.JsonStringValueStore; }
47
+ get: function () { return chunkTMWPWGUN_cjs.JsonStringValueStore; }
48
48
  });
49
49
  Object.defineProperty(exports, "equal", {
50
50
  enumerable: true,
51
- get: function () { return chunkJLIZ7QT2_cjs.equal; }
51
+ get: function () { return chunkTMWPWGUN_cjs.equal; }
52
52
  });
53
53
  Object.defineProperty(exports, "fromArrayToObject", {
54
54
  enumerable: true,
55
- get: function () { return chunkJLIZ7QT2_cjs.fromArrayToObject; }
55
+ get: function () { return chunkTMWPWGUN_cjs.fromArrayToObject; }
56
56
  });
57
57
  Object.defineProperty(exports, "fromArrayTransformation", {
58
58
  enumerable: true,
59
- get: function () { return chunkJLIZ7QT2_cjs.fromArrayTransformation; }
59
+ get: function () { return chunkTMWPWGUN_cjs.fromArrayTransformation; }
60
60
  });
61
61
  Object.defineProperty(exports, "fromBooleanToNumber", {
62
62
  enumerable: true,
63
- get: function () { return chunkJLIZ7QT2_cjs.fromBooleanToNumber; }
63
+ get: function () { return chunkTMWPWGUN_cjs.fromBooleanToNumber; }
64
64
  });
65
65
  Object.defineProperty(exports, "fromBooleanToString", {
66
66
  enumerable: true,
67
- get: function () { return chunkJLIZ7QT2_cjs.fromBooleanToString; }
67
+ get: function () { return chunkTMWPWGUN_cjs.fromBooleanToString; }
68
68
  });
69
69
  Object.defineProperty(exports, "fromNumberToBoolean", {
70
70
  enumerable: true,
71
- get: function () { return chunkJLIZ7QT2_cjs.fromNumberToBoolean; }
71
+ get: function () { return chunkTMWPWGUN_cjs.fromNumberToBoolean; }
72
72
  });
73
73
  Object.defineProperty(exports, "fromNumberToString", {
74
74
  enumerable: true,
75
- get: function () { return chunkJLIZ7QT2_cjs.fromNumberToString; }
75
+ get: function () { return chunkTMWPWGUN_cjs.fromNumberToString; }
76
76
  });
77
77
  Object.defineProperty(exports, "fromObjectToArray", {
78
78
  enumerable: true,
79
- get: function () { return chunkJLIZ7QT2_cjs.fromObjectToArray; }
79
+ get: function () { return chunkTMWPWGUN_cjs.fromObjectToArray; }
80
80
  });
81
81
  Object.defineProperty(exports, "fromObjectToPrimitive", {
82
82
  enumerable: true,
83
- get: function () { return chunkJLIZ7QT2_cjs.fromObjectToPrimitive; }
83
+ get: function () { return chunkTMWPWGUN_cjs.fromObjectToPrimitive; }
84
84
  });
85
85
  Object.defineProperty(exports, "fromPrimitiveToObject", {
86
86
  enumerable: true,
87
- get: function () { return chunkJLIZ7QT2_cjs.fromPrimitiveToObject; }
87
+ get: function () { return chunkTMWPWGUN_cjs.fromPrimitiveToObject; }
88
88
  });
89
89
  Object.defineProperty(exports, "fromStringToBoolean", {
90
90
  enumerable: true,
91
- get: function () { return chunkJLIZ7QT2_cjs.fromStringToBoolean; }
91
+ get: function () { return chunkTMWPWGUN_cjs.fromStringToBoolean; }
92
92
  });
93
93
  Object.defineProperty(exports, "fromStringToNumber", {
94
94
  enumerable: true,
95
- get: function () { return chunkJLIZ7QT2_cjs.fromStringToNumber; }
95
+ get: function () { return chunkTMWPWGUN_cjs.fromStringToNumber; }
96
96
  });
97
97
  Object.defineProperty(exports, "getTransformation", {
98
98
  enumerable: true,
99
- get: function () { return chunkJLIZ7QT2_cjs.getTransformation; }
99
+ get: function () { return chunkTMWPWGUN_cjs.getTransformation; }
100
100
  });
101
101
  Object.defineProperty(exports, "toArrayTransformation", {
102
102
  enumerable: true,
103
- get: function () { return chunkJLIZ7QT2_cjs.toArrayTransformation; }
103
+ get: function () { return chunkTMWPWGUN_cjs.toArrayTransformation; }
104
104
  });
105
105
  //# sourceMappingURL=index.cjs.map
106
106
  //# sourceMappingURL=index.cjs.map
@@ -1,7 +1,7 @@
1
- import { h as JsonSchemaStore } from '../json-string.store-BNF1Y93E.cjs';
2
- export { A as AddedPropertyEvent, C as ChangeNameEvent, f as JsonArrayStore, m as JsonArrayValueStore, b as JsonBooleanStore, k as JsonBooleanValueStore, a as JsonNumberStore, j as JsonNumberValueStore, c as JsonObjectStore, l as JsonObjectValueStore, g as JsonSchemaStorePrimitives, J as JsonStringStore, i as JsonStringValueStore, p as JsonValueStore, o as JsonValueStoreParent, n as JsonValueStorePrimitives, d as MigrateItemsEvent, M as MigratePropertyEvent, R as RemovedPropertyEvent, e as ReplaceItemsEvent } from '../json-string.store-BNF1Y93E.cjs';
1
+ import { h as JsonSchemaStore } from '../json-string.store-CcZ197KO.cjs';
2
+ export { A as AddedPropertyEvent, C as ChangeNameEvent, f as JsonArrayStore, m as JsonArrayValueStore, b as JsonBooleanStore, k as JsonBooleanValueStore, a as JsonNumberStore, j as JsonNumberValueStore, c as JsonObjectStore, l as JsonObjectValueStore, g as JsonSchemaStorePrimitives, J as JsonStringStore, i as JsonStringValueStore, p as JsonValueStore, o as JsonValueStoreParent, n as JsonValueStorePrimitives, d as MigrateItemsEvent, M as MigratePropertyEvent, R as RemovedPropertyEvent, e as ReplaceItemsEvent } from '../json-string.store-CcZ197KO.cjs';
3
3
  import 'node:events';
4
- import '../schema.types-Q3MYTp8z.cjs';
4
+ import '../schema.types-CLHMJmkJ.cjs';
5
5
  import '../json.types-46Cq-WxU.cjs';
6
6
 
7
7
  declare const equal: (value: unknown) => unknown;
@@ -1,7 +1,7 @@
1
- import { h as JsonSchemaStore } from '../json-string.store-qHcWNv07.js';
2
- export { A as AddedPropertyEvent, C as ChangeNameEvent, f as JsonArrayStore, m as JsonArrayValueStore, b as JsonBooleanStore, k as JsonBooleanValueStore, a as JsonNumberStore, j as JsonNumberValueStore, c as JsonObjectStore, l as JsonObjectValueStore, g as JsonSchemaStorePrimitives, J as JsonStringStore, i as JsonStringValueStore, p as JsonValueStore, o as JsonValueStoreParent, n as JsonValueStorePrimitives, d as MigrateItemsEvent, M as MigratePropertyEvent, R as RemovedPropertyEvent, e as ReplaceItemsEvent } from '../json-string.store-qHcWNv07.js';
1
+ import { h as JsonSchemaStore } from '../json-string.store-DckDcMVN.js';
2
+ export { A as AddedPropertyEvent, C as ChangeNameEvent, f as JsonArrayStore, m as JsonArrayValueStore, b as JsonBooleanStore, k as JsonBooleanValueStore, a as JsonNumberStore, j as JsonNumberValueStore, c as JsonObjectStore, l as JsonObjectValueStore, g as JsonSchemaStorePrimitives, J as JsonStringStore, i as JsonStringValueStore, p as JsonValueStore, o as JsonValueStoreParent, n as JsonValueStorePrimitives, d as MigrateItemsEvent, M as MigratePropertyEvent, R as RemovedPropertyEvent, e as ReplaceItemsEvent } from '../json-string.store-DckDcMVN.js';
3
3
  import 'node:events';
4
- import '../schema.types-Q3MYTp8z.js';
4
+ import '../schema.types-CLHMJmkJ.js';
5
5
  import '../json.types-46Cq-WxU.js';
6
6
 
7
7
  declare const equal: (value: unknown) => unknown;
@@ -1,5 +1,5 @@
1
1
  import '../chunk-H7W4QNMA.js';
2
- export { JsonArrayStore, JsonArrayValueStore, JsonBooleanStore, JsonBooleanValueStore, JsonNumberStore, JsonNumberValueStore, JsonObjectStore, JsonObjectValueStore, JsonStringStore, JsonStringValueStore, equal, fromArrayToObject, fromArrayTransformation, fromBooleanToNumber, fromBooleanToString, fromNumberToBoolean, fromNumberToString, fromObjectToArray, fromObjectToPrimitive, fromPrimitiveToObject, fromStringToBoolean, fromStringToNumber, getTransformation, toArrayTransformation } from '../chunk-WCFA4226.js';
3
- import '../chunk-ZXLLJAMQ.js';
2
+ export { JsonArrayStore, JsonArrayValueStore, JsonBooleanStore, JsonBooleanValueStore, JsonNumberStore, JsonNumberValueStore, JsonObjectStore, JsonObjectValueStore, JsonStringStore, JsonStringValueStore, equal, fromArrayToObject, fromArrayTransformation, fromBooleanToNumber, fromBooleanToString, fromNumberToBoolean, fromNumberToString, fromObjectToArray, fromObjectToPrimitive, fromPrimitiveToObject, fromStringToBoolean, fromStringToNumber, getTransformation, toArrayTransformation } from '../chunk-HY4VE7H2.js';
3
+ import '../chunk-L5MLJEC7.js';
4
4
  //# sourceMappingURL=index.js.map
5
5
  //# sourceMappingURL=index.js.map
@@ -2,7 +2,7 @@
2
2
 
3
3
  var chunkEGC32GPY_cjs = require('../chunk-EGC32GPY.cjs');
4
4
  require('../chunk-XNFSFT7T.cjs');
5
- require('../chunk-V2SSSD5X.cjs');
5
+ require('../chunk-B22UU3JK.cjs');
6
6
 
7
7
 
8
8
 
@@ -1,4 +1,4 @@
1
- import { b as JsonStringSchema, J as JsonSchemaTypeName, f as JsonObjectSchema, i as JsonSchema } from '../schema.types-Q3MYTp8z.cjs';
1
+ import { b as JsonStringSchema, J as JsonSchemaTypeName, X as XFormula, f as JsonObjectSchema, i as JsonSchema } from '../schema.types-CLHMJmkJ.cjs';
2
2
  import { S as SystemSchemaIds } from '../system-schema-ids-B-2xMN-1.cjs';
3
3
 
4
4
  declare const rowIdSchema: JsonStringSchema;
@@ -14,6 +14,7 @@ declare const ajvRowIdSchema: {
14
14
  format?: "date-time" | "date" | "time" | "email" | "regex";
15
15
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
16
16
  enum?: string[];
17
+ 'x-formula'?: XFormula;
17
18
  $id: SystemSchemaIds;
18
19
  };
19
20
 
@@ -30,6 +31,7 @@ declare const ajvRowVersionIdSchema: {
30
31
  format?: "date-time" | "date" | "time" | "email" | "regex";
31
32
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
32
33
  enum?: string[];
34
+ 'x-formula'?: XFormula;
33
35
  $id: SystemSchemaIds;
34
36
  };
35
37
 
@@ -46,6 +48,7 @@ declare const ajvRowCreatedIdSchema: {
46
48
  format?: "date-time" | "date" | "time" | "email" | "regex";
47
49
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
48
50
  enum?: string[];
51
+ 'x-formula'?: XFormula;
49
52
  $id: SystemSchemaIds;
50
53
  };
51
54
 
@@ -62,6 +65,7 @@ declare const ajvRowCreatedAtSchema: {
62
65
  format?: "date-time" | "date" | "time" | "email" | "regex";
63
66
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
64
67
  enum?: string[];
68
+ 'x-formula'?: XFormula;
65
69
  $id: SystemSchemaIds;
66
70
  };
67
71
 
@@ -78,6 +82,7 @@ declare const ajvRowPublishedAtSchema: {
78
82
  format?: "date-time" | "date" | "time" | "email" | "regex";
79
83
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
80
84
  enum?: string[];
85
+ 'x-formula'?: XFormula;
81
86
  $id: SystemSchemaIds;
82
87
  };
83
88
 
@@ -94,6 +99,7 @@ declare const ajvRowUpdatedAtSchema: {
94
99
  format?: "date-time" | "date" | "time" | "email" | "regex";
95
100
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
96
101
  enum?: string[];
102
+ 'x-formula'?: XFormula;
97
103
  $id: SystemSchemaIds;
98
104
  };
99
105
 
@@ -110,6 +116,7 @@ declare const ajvRowHashSchema: {
110
116
  format?: "date-time" | "date" | "time" | "email" | "regex";
111
117
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
112
118
  enum?: string[];
119
+ 'x-formula'?: XFormula;
113
120
  $id: SystemSchemaIds;
114
121
  };
115
122
 
@@ -126,6 +133,7 @@ declare const ajvRowSchemaHashSchema: {
126
133
  format?: "date-time" | "date" | "time" | "email" | "regex";
127
134
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
128
135
  enum?: string[];
136
+ 'x-formula'?: XFormula;
129
137
  $id: SystemSchemaIds;
130
138
  };
131
139
 
@@ -1,4 +1,4 @@
1
- import { b as JsonStringSchema, J as JsonSchemaTypeName, f as JsonObjectSchema, i as JsonSchema } from '../schema.types-Q3MYTp8z.js';
1
+ import { b as JsonStringSchema, J as JsonSchemaTypeName, X as XFormula, f as JsonObjectSchema, i as JsonSchema } from '../schema.types-CLHMJmkJ.js';
2
2
  import { S as SystemSchemaIds } from '../system-schema-ids-B-2xMN-1.js';
3
3
 
4
4
  declare const rowIdSchema: JsonStringSchema;
@@ -14,6 +14,7 @@ declare const ajvRowIdSchema: {
14
14
  format?: "date-time" | "date" | "time" | "email" | "regex";
15
15
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
16
16
  enum?: string[];
17
+ 'x-formula'?: XFormula;
17
18
  $id: SystemSchemaIds;
18
19
  };
19
20
 
@@ -30,6 +31,7 @@ declare const ajvRowVersionIdSchema: {
30
31
  format?: "date-time" | "date" | "time" | "email" | "regex";
31
32
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
32
33
  enum?: string[];
34
+ 'x-formula'?: XFormula;
33
35
  $id: SystemSchemaIds;
34
36
  };
35
37
 
@@ -46,6 +48,7 @@ declare const ajvRowCreatedIdSchema: {
46
48
  format?: "date-time" | "date" | "time" | "email" | "regex";
47
49
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
48
50
  enum?: string[];
51
+ 'x-formula'?: XFormula;
49
52
  $id: SystemSchemaIds;
50
53
  };
51
54
 
@@ -62,6 +65,7 @@ declare const ajvRowCreatedAtSchema: {
62
65
  format?: "date-time" | "date" | "time" | "email" | "regex";
63
66
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
64
67
  enum?: string[];
68
+ 'x-formula'?: XFormula;
65
69
  $id: SystemSchemaIds;
66
70
  };
67
71
 
@@ -78,6 +82,7 @@ declare const ajvRowPublishedAtSchema: {
78
82
  format?: "date-time" | "date" | "time" | "email" | "regex";
79
83
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
80
84
  enum?: string[];
85
+ 'x-formula'?: XFormula;
81
86
  $id: SystemSchemaIds;
82
87
  };
83
88
 
@@ -94,6 +99,7 @@ declare const ajvRowUpdatedAtSchema: {
94
99
  format?: "date-time" | "date" | "time" | "email" | "regex";
95
100
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
96
101
  enum?: string[];
102
+ 'x-formula'?: XFormula;
97
103
  $id: SystemSchemaIds;
98
104
  };
99
105
 
@@ -110,6 +116,7 @@ declare const ajvRowHashSchema: {
110
116
  format?: "date-time" | "date" | "time" | "email" | "regex";
111
117
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
112
118
  enum?: string[];
119
+ 'x-formula'?: XFormula;
113
120
  $id: SystemSchemaIds;
114
121
  };
115
122
 
@@ -126,6 +133,7 @@ declare const ajvRowSchemaHashSchema: {
126
133
  format?: "date-time" | "date" | "time" | "email" | "regex";
127
134
  contentMediaType?: "text/plain" | "text/markdown" | "text/html" | "application/json" | "application/schema+json" | "application/yaml";
128
135
  enum?: string[];
136
+ 'x-formula'?: XFormula;
129
137
  $id: SystemSchemaIds;
130
138
  };
131
139
 
@@ -1,5 +1,5 @@
1
1
  export { ajvFileSchema, ajvRowCreatedAtSchema, ajvRowCreatedIdSchema, ajvRowHashSchema, ajvRowIdSchema, ajvRowPublishedAtSchema, ajvRowSchemaHashSchema, ajvRowUpdatedAtSchema, ajvRowVersionIdSchema, fileSchema, rowCreatedAtSchema, rowCreatedIdSchema, rowHashSchema, rowIdSchema, rowPublishedAtSchema, rowSchemaHashSchema, rowUpdatedAtSchema, rowVersionIdSchema } from '../chunk-LLHQWDAR.js';
2
2
  import '../chunk-Q2UOTIMG.js';
3
- import '../chunk-ZXLLJAMQ.js';
3
+ import '../chunk-L5MLJEC7.js';
4
4
  //# sourceMappingURL=index.js.map
5
5
  //# sourceMappingURL=index.js.map