@takeshape/schema 11.108.1 → 11.113.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.
Files changed (98) hide show
  1. package/dist/agents.js +4 -1
  2. package/dist/auth-schemas.d.ts +3 -0
  3. package/dist/auth-utils.d.ts +5 -0
  4. package/dist/auth-utils.js +6 -0
  5. package/dist/index.d.ts +1 -0
  6. package/dist/index.js +1 -0
  7. package/dist/migration/index.d.ts +2 -0
  8. package/dist/migration/index.js +5 -1
  9. package/dist/migration/to/v3.57.0.js +1 -1
  10. package/dist/migration/to/v3.58.0.d.ts +4 -0
  11. package/dist/migration/to/v3.58.0.js +10 -0
  12. package/dist/migration/to/v3.59.0.d.ts +4 -0
  13. package/dist/migration/to/v3.59.0.js +10 -0
  14. package/dist/project-schema/index.d.ts +7 -1
  15. package/dist/project-schema/index.js +3 -1
  16. package/dist/project-schema/latest.d.ts +17 -1
  17. package/dist/project-schema/migrate.js +7 -1
  18. package/dist/project-schema/v3.57.0.d.ts +4 -0
  19. package/dist/project-schema/v3.58.0.d.ts +2601 -0
  20. package/dist/project-schema/v3.58.0.js +7 -0
  21. package/dist/project-schema/v3.59.0.d.ts +2613 -0
  22. package/dist/project-schema/v3.59.0.js +7 -0
  23. package/dist/resolvers/ai/agent-chat-response.d.ts +18 -1
  24. package/dist/resolvers/ai/agent-message-payload.d.ts +13 -3
  25. package/dist/resolvers/ai/agent-message-payload.js +9 -1
  26. package/dist/resolvers/ai/agent-session-payload.d.ts +15 -1
  27. package/dist/resolvers/ai/agent-session-payload.js +18 -1
  28. package/dist/resolvers/ai/create-agent-session-response.d.ts +17 -0
  29. package/dist/resolvers/ai/get-agent-message-response.d.ts +19 -1
  30. package/dist/resolvers/ai/get-agent-message-response.js +1 -1
  31. package/dist/resolvers/ai/inspect-agent-response.d.ts +14 -0
  32. package/dist/resolvers/ai/send-agent-message-args.d.ts +9 -0
  33. package/dist/resolvers/ai/send-agent-message-args.js +4 -0
  34. package/dist/resolvers/ai/send-agent-message-response.d.ts +15 -1
  35. package/dist/schemas/auth-schemas.json +9 -0
  36. package/dist/schemas/index.d.ts +2 -2
  37. package/dist/schemas/index.js +6 -2
  38. package/dist/schemas/project-schema/latest.json +23 -2
  39. package/dist/schemas/project-schema/v3.57.0.json +5 -0
  40. package/dist/schemas/project-schema/v3.58.0.json +4815 -0
  41. package/dist/schemas/project-schema/v3.59.0.json +4831 -0
  42. package/dist/schemas/project-schema.json +6 -0
  43. package/dist/util/expressions.js +0 -3
  44. package/dist/util/merge.js +0 -2
  45. package/dist/validate/validate.d.ts +1 -0
  46. package/dist/validate/validate.js +1 -1
  47. package/examples/latest/agent-schema.json +1 -1
  48. package/examples/latest/all-fields-shapes-inline.json +1 -1
  49. package/examples/latest/all-fields-shapes.json +1 -1
  50. package/examples/latest/betzino.json +1 -1
  51. package/examples/latest/blog-schema.json +1 -1
  52. package/examples/latest/brewery-schema.json +1 -1
  53. package/examples/latest/clear-cache-schema.json +1 -1
  54. package/examples/latest/complex-project-schema.json +1 -1
  55. package/examples/latest/complex-schema.json +1 -1
  56. package/examples/latest/edit-schema.json +1 -1
  57. package/examples/latest/fabric-ecommerce.json +1 -1
  58. package/examples/latest/frank-and-fred-schema.json +1 -1
  59. package/examples/latest/klirr-schema.json +1 -1
  60. package/examples/latest/layers/rick-and-morty-layer.json +1 -1
  61. package/examples/latest/layers/shopify-layer-2023-01.json +1 -1
  62. package/examples/latest/layers/shopify-storefront-2023-04.json +1 -1
  63. package/examples/latest/layers/wordpress-2024-01.json +1 -1
  64. package/examples/latest/massive-schema.json +1 -1
  65. package/examples/latest/mill-components-schema.json +1 -1
  66. package/examples/latest/nested-shape-arrays.json +1 -1
  67. package/examples/latest/one-earth.json +1 -1
  68. package/examples/latest/pet-oneof-array.json +1 -1
  69. package/examples/latest/post-schema.json +1 -1
  70. package/examples/latest/pruned-shopify-product-schema.json +1 -1
  71. package/examples/latest/rag-example.json +1 -1
  72. package/examples/latest/real-world-schema.json +1 -1
  73. package/examples/latest/recursive-repeater-schema.json +1 -1
  74. package/examples/latest/recursive-schema.json +1 -1
  75. package/examples/latest/rick-and-morty-ast.json +1 -1
  76. package/examples/latest/rick-and-morty-graphql.json +1 -1
  77. package/examples/latest/rick-and-morty-rest.json +1 -1
  78. package/examples/latest/rick-and-morty-user-schema.json +1 -1
  79. package/examples/latest/rick-and-morty-with-indexing.json +1 -1
  80. package/examples/latest/schema-where-filter.json +1 -1
  81. package/examples/latest/schema-with-repeater-draftjs.json +1 -1
  82. package/examples/latest/schema-with-rick-and-morty.json +1 -1
  83. package/examples/latest/shape-books-v3_2_0.json +1 -1
  84. package/examples/latest/shape-books.json +1 -1
  85. package/examples/latest/shape-editor-schema-edited.json +1 -1
  86. package/examples/latest/shape-editor-schema-initial.json +1 -1
  87. package/examples/latest/shapedb-crud-every-prop-type.json +1 -1
  88. package/examples/latest/shopify-lookbook.json +1 -1
  89. package/examples/latest/shopify-product-2022-07.json +1 -1
  90. package/examples/latest/shopify-product-2023-04.json +1 -1
  91. package/examples/latest/shopify-store-with-widget.json +1 -1
  92. package/examples/latest/stripe-product-runtime-schema.json +1 -1
  93. package/examples/latest/stripe-starter-resolved.json +1 -1
  94. package/examples/latest/user-schema-no-required.json +1 -1
  95. package/examples/latest/user-schema-with-defaults.json +1 -1
  96. package/examples/latest/valvoline-ai-demo.json +1 -1
  97. package/examples/latest/vector-search-schema.json +1 -1
  98. package/package.json +6 -6
@@ -201,6 +201,12 @@
201
201
  {
202
202
  "$ref": "https://schema.takeshape.io/project-schema/v3.57.0#"
203
203
  },
204
+ {
205
+ "$ref": "https://schema.takeshape.io/project-schema/v3.58.0#"
206
+ },
207
+ {
208
+ "$ref": "https://schema.takeshape.io/project-schema/v3.59.0#"
209
+ },
204
210
  {
205
211
  "$ref": "https://schema.takeshape.io/project-schema/v4.0.0#"
206
212
  }
@@ -75,7 +75,6 @@ const binops = {
75
75
  // return a >>> b;
76
76
  // },
77
77
  '+'(a, b) {
78
- // eslint-disable-next-line @typescript-eslint/restrict-plus-operands
79
78
  return a + b;
80
79
  },
81
80
  '-'(a, b) {
@@ -184,7 +183,6 @@ function evaluate(_node, context) {
184
183
  return evaluateMember(node, context)?.[1];
185
184
  case 'ThisExpression':
186
185
  return context;
187
- // eslint-disable-next-line @typescript-eslint/switch-exhaustiveness-check
188
186
  default:
189
187
  return undefined;
190
188
  }
@@ -195,7 +193,6 @@ export function parseExpression(expression) {
195
193
  function validateAST(options, rootNode) {
196
194
  const validate = (_node, parent, parentKey) => {
197
195
  const node = _node;
198
- // eslint-disable-next-line default-case
199
196
  switch (node.type) {
200
197
  case 'ArrayExpression':
201
198
  return node.elements.flatMap((v) => (v ? validate(v, node, 'elements') : []));
@@ -135,7 +135,6 @@ function rebaseShapeProperties(toShape, fromShape, baseShape) {
135
135
  ? rebaseObject(omit(toShape, 'schema'), omit(baseShape, 'schema'), omit(fromShape, 'schema'))
136
136
  : { ...toShape, ...fromShape };
137
137
  }
138
- // eslint-disable-next-line complexity
139
138
  function attemptToMerge(base, parent, head, change) {
140
139
  const toShape = getChangedShape(base, change);
141
140
  const fromShape = getChangedShape(head, change);
@@ -235,7 +234,6 @@ export function mergeProjectSchemas(base, parent, head) {
235
234
  (potentialConflict.op === 'update' && change.op === 'update')) {
236
235
  if (change.section === 'shapes') {
237
236
  const mergedValue = attemptToMerge(base, parent, head, change);
238
- // eslint-disable-next-line max-depth
239
237
  if (!mergedValue) {
240
238
  return {
241
239
  error: `Unable to merge ${change.path.join('.')} schemas conflict`,
@@ -35,6 +35,7 @@ export type EntitlementsOptions = {
35
35
  export type ValidateContext = {
36
36
  allowDisconnectedLayers?: boolean;
37
37
  generatedApi?: Pick<ProjectSchemaJSON, 'queries' | 'mutations'>;
38
+ structureOnly?: boolean;
38
39
  } & EntitlementsOptions & ValidateSyntaxOptions;
39
40
  export type ValidateReferencesContext = SetRequired<ValidateContext, 'resolveLayer'>;
40
41
  export declare function validateSchemaSyntax(obj: unknown, options?: ValidateSyntaxOptions): SchemaValidationResult;
@@ -948,7 +948,7 @@ export async function validateSchema(context, obj) {
948
948
  return invalidVersionResult;
949
949
  }
950
950
  const structuralValidation = validateStructure(schemaVersion, contextWithDefaults, obj);
951
- if (!structuralValidation.valid) {
951
+ if (!structuralValidation.valid || context.structureOnly) {
952
952
  return structuralValidation;
953
953
  }
954
954
  const { schema } = structuralValidation;
@@ -148,7 +148,7 @@
148
148
  }
149
149
  }
150
150
  },
151
- "schemaVersion": "3.57.0",
151
+ "schemaVersion": "3.59.0",
152
152
  "apiVersion": "2",
153
153
  "services": {
154
154
  "openai": {
@@ -494,6 +494,6 @@
494
494
  }
495
495
  }
496
496
  },
497
- "schemaVersion": "3.57.0",
497
+ "schemaVersion": "3.59.0",
498
498
  "apiVersion": "2"
499
499
  }
@@ -915,6 +915,6 @@
915
915
  }
916
916
  }
917
917
  },
918
- "schemaVersion": "3.57.0",
918
+ "schemaVersion": "3.59.0",
919
919
  "apiVersion": "2"
920
920
  }
@@ -52781,6 +52781,6 @@
52781
52781
  }
52782
52782
  }
52783
52783
  },
52784
- "schemaVersion": "3.57.0",
52784
+ "schemaVersion": "3.59.0",
52785
52785
  "services": {}
52786
52786
  }
@@ -399,6 +399,6 @@
399
399
  }
400
400
  }
401
401
  },
402
- "schemaVersion": "3.57.0",
402
+ "schemaVersion": "3.59.0",
403
403
  "services": {}
404
404
  }
@@ -387,6 +387,6 @@
387
387
  }
388
388
  }
389
389
  },
390
- "schemaVersion": "3.57.0",
390
+ "schemaVersion": "3.59.0",
391
391
  "services": {}
392
392
  }
@@ -40,7 +40,7 @@
40
40
  "shapes": {},
41
41
  "workflows": {},
42
42
  "forms": {},
43
- "schemaVersion": "3.57.0",
43
+ "schemaVersion": "3.59.0",
44
44
  "apiVersion": "2",
45
45
  "services": {
46
46
  "graphql": {
@@ -4350,6 +4350,6 @@
4350
4350
  }
4351
4351
  }
4352
4352
  },
4353
- "schemaVersion": "3.57.0",
4353
+ "schemaVersion": "3.59.0",
4354
4354
  "services": {}
4355
4355
  }
@@ -15,7 +15,7 @@
15
15
  "apiVersion": "1",
16
16
  "queries": {},
17
17
  "mutations": {},
18
- "schemaVersion": "3.57.0",
18
+ "schemaVersion": "3.59.0",
19
19
  "shapes": {
20
20
  "DocumentUploadForm": {
21
21
  "id": "HJPFlRKkr",
@@ -97,6 +97,6 @@
97
97
  }
98
98
  }
99
99
  },
100
- "schemaVersion": "3.57.0",
100
+ "schemaVersion": "3.59.0",
101
101
  "apiVersion": "2"
102
102
  }
@@ -10474,5 +10474,5 @@
10474
10474
  }
10475
10475
  }
10476
10476
  },
10477
- "schemaVersion": "3.57.0"
10477
+ "schemaVersion": "3.59.0"
10478
10478
  }
@@ -23446,6 +23446,6 @@
23446
23446
  }
23447
23447
  }
23448
23448
  },
23449
- "schemaVersion": "3.57.0",
23449
+ "schemaVersion": "3.59.0",
23450
23450
  "services": {}
23451
23451
  }
@@ -35163,6 +35163,6 @@
35163
35163
  }
35164
35164
  }
35165
35165
  },
35166
- "schemaVersion": "3.57.0",
35166
+ "schemaVersion": "3.59.0",
35167
35167
  "services": {}
35168
35168
  }
@@ -572,5 +572,5 @@
572
572
  }
573
573
  },
574
574
  "mutations": {},
575
- "schemaVersion": "3.57.0"
575
+ "schemaVersion": "3.59.0"
576
576
  }
@@ -86168,5 +86168,5 @@
86168
86168
  "shape": "Shopify_WebhookSubscriptionUpdatePayload"
86169
86169
  }
86170
86170
  },
86171
- "schemaVersion": "3.57.0"
86171
+ "schemaVersion": "3.59.0"
86172
86172
  }
@@ -15937,5 +15937,5 @@
15937
15937
  "shape": "ShopifyStorefront_CustomerUpdatePayload"
15938
15938
  }
15939
15939
  },
15940
- "schemaVersion": "3.57.0"
15940
+ "schemaVersion": "3.59.0"
15941
15941
  }
@@ -26892,5 +26892,5 @@
26892
26892
  "shape": "WP_UpdateUserPayload"
26893
26893
  }
26894
26894
  },
26895
- "schemaVersion": "3.57.0"
26895
+ "schemaVersion": "3.59.0"
26896
26896
  }
@@ -8053,6 +8053,6 @@
8053
8053
  }
8054
8054
  }
8055
8055
  },
8056
- "schemaVersion": "3.57.0",
8056
+ "schemaVersion": "3.59.0",
8057
8057
  "services": {}
8058
8058
  }
@@ -1884,6 +1884,6 @@
1884
1884
  }
1885
1885
  }
1886
1886
  },
1887
- "schemaVersion": "3.57.0",
1887
+ "schemaVersion": "3.59.0",
1888
1888
  "services": {}
1889
1889
  }
@@ -234,6 +234,6 @@
234
234
  }
235
235
  }
236
236
  },
237
- "schemaVersion": "3.57.0",
237
+ "schemaVersion": "3.59.0",
238
238
  "apiVersion": "2"
239
239
  }
@@ -14766,6 +14766,6 @@
14766
14766
  }
14767
14767
  }
14768
14768
  },
14769
- "schemaVersion": "3.57.0",
14769
+ "schemaVersion": "3.59.0",
14770
14770
  "services": {}
14771
14771
  }
@@ -388,6 +388,6 @@
388
388
  }
389
389
  }
390
390
  },
391
- "schemaVersion": "3.57.0",
391
+ "schemaVersion": "3.59.0",
392
392
  "services": {}
393
393
  }
@@ -226,6 +226,6 @@
226
226
  }
227
227
  }
228
228
  },
229
- "schemaVersion": "3.57.0",
229
+ "schemaVersion": "3.59.0",
230
230
  "services": {}
231
231
  }
@@ -9756,5 +9756,5 @@
9756
9756
  }
9757
9757
  }
9758
9758
  },
9759
- "schemaVersion": "3.57.0"
9759
+ "schemaVersion": "3.59.0"
9760
9760
  }
@@ -279,6 +279,6 @@
279
279
  }
280
280
  }
281
281
  },
282
- "schemaVersion": "3.57.0",
282
+ "schemaVersion": "3.59.0",
283
283
  "apiVersion": "2"
284
284
  }
@@ -806,6 +806,6 @@
806
806
  }
807
807
  }
808
808
  },
809
- "schemaVersion": "3.57.0",
809
+ "schemaVersion": "3.59.0",
810
810
  "services": {}
811
811
  }
@@ -142,6 +142,6 @@
142
142
  }
143
143
  }
144
144
  },
145
- "schemaVersion": "3.57.0",
145
+ "schemaVersion": "3.59.0",
146
146
  "services": {}
147
147
  }
@@ -149,6 +149,6 @@
149
149
  }
150
150
  }
151
151
  },
152
- "schemaVersion": "3.57.0",
152
+ "schemaVersion": "3.59.0",
153
153
  "services": {}
154
154
  }
@@ -2633,5 +2633,5 @@
2633
2633
  }
2634
2634
  }
2635
2635
  },
2636
- "schemaVersion": "3.57.0"
2636
+ "schemaVersion": "3.59.0"
2637
2637
  }
@@ -2105,5 +2105,5 @@
2105
2105
  }
2106
2106
  }
2107
2107
  },
2108
- "schemaVersion": "3.57.0"
2108
+ "schemaVersion": "3.59.0"
2109
2109
  }
@@ -91,5 +91,5 @@
91
91
  }
92
92
  }
93
93
  },
94
- "schemaVersion": "3.57.0"
94
+ "schemaVersion": "3.59.0"
95
95
  }
@@ -119,7 +119,7 @@
119
119
  }
120
120
  }
121
121
  },
122
- "schemaVersion": "3.57.0",
122
+ "schemaVersion": "3.59.0",
123
123
  "apiVersion": "2",
124
124
  "services": {
125
125
  "rick": {
@@ -198,7 +198,7 @@
198
198
  },
199
199
  "workflows": {},
200
200
  "forms": {},
201
- "schemaVersion": "3.57.0",
201
+ "schemaVersion": "3.59.0",
202
202
  "apiVersion": "2",
203
203
  "services": {
204
204
  "rick-and-morty": {
@@ -428,7 +428,7 @@
428
428
  }
429
429
  }
430
430
  },
431
- "schemaVersion": "3.57.0",
431
+ "schemaVersion": "3.59.0",
432
432
  "apiVersion": "2",
433
433
  "services": {
434
434
  "rick-and-morty": {
@@ -397,6 +397,6 @@
397
397
  }
398
398
  }
399
399
  },
400
- "schemaVersion": "3.57.0",
400
+ "schemaVersion": "3.59.0",
401
401
  "services": {}
402
402
  }
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "workflows": {},
44
44
  "forms": {},
45
- "schemaVersion": "3.57.0",
45
+ "schemaVersion": "3.59.0",
46
46
  "apiVersion": "2",
47
47
  "services": {
48
48
  "rick-and-morty": {
@@ -1129,6 +1129,6 @@
1129
1129
  }
1130
1130
  }
1131
1131
  },
1132
- "schemaVersion": "3.57.0",
1132
+ "schemaVersion": "3.59.0",
1133
1133
  "services": {}
1134
1134
  }
@@ -1129,6 +1129,6 @@
1129
1129
  }
1130
1130
  }
1131
1131
  },
1132
- "schemaVersion": "3.57.0",
1132
+ "schemaVersion": "3.59.0",
1133
1133
  "services": {}
1134
1134
  }
@@ -1004,6 +1004,6 @@
1004
1004
  }
1005
1005
  }
1006
1006
  },
1007
- "schemaVersion": "3.57.0",
1007
+ "schemaVersion": "3.59.0",
1008
1008
  "apiVersion": "2"
1009
1009
  }
@@ -406,6 +406,6 @@
406
406
  }
407
407
  }
408
408
  },
409
- "schemaVersion": "3.57.0",
409
+ "schemaVersion": "3.59.0",
410
410
  "apiVersion": "2"
411
411
  }
@@ -271,6 +271,6 @@
271
271
  }
272
272
  }
273
273
  },
274
- "schemaVersion": "3.57.0",
274
+ "schemaVersion": "3.59.0",
275
275
  "apiVersion": "2"
276
276
  }
@@ -1147,5 +1147,5 @@
1147
1147
  }
1148
1148
  }
1149
1149
  },
1150
- "schemaVersion": "3.57.0"
1150
+ "schemaVersion": "3.59.0"
1151
1151
  }
@@ -5,7 +5,7 @@
5
5
  "en-us"
6
6
  ],
7
7
  "apiVersion": "2",
8
- "schemaVersion": "3.57.0",
8
+ "schemaVersion": "3.59.0",
9
9
  "queries": {
10
10
  "getAsset": {
11
11
  "shape": "Asset",
@@ -49144,7 +49144,7 @@
49144
49144
  }
49145
49145
  }
49146
49146
  },
49147
- "schemaVersion": "3.57.0",
49147
+ "schemaVersion": "3.59.0",
49148
49148
  "apiVersion": "2",
49149
49149
  "services": {
49150
49150
  "shopify": {
@@ -12297,5 +12297,5 @@
12297
12297
  }
12298
12298
  }
12299
12299
  },
12300
- "schemaVersion": "3.57.0"
12300
+ "schemaVersion": "3.59.0"
12301
12301
  }
@@ -5,7 +5,7 @@
5
5
  "en-us"
6
6
  ],
7
7
  "apiVersion": "2",
8
- "schemaVersion": "3.57.0",
8
+ "schemaVersion": "3.59.0",
9
9
  "queries": {
10
10
  "getAsset": {
11
11
  "shape": "Asset",
@@ -28916,5 +28916,5 @@
28916
28916
  }
28917
28917
  }
28918
28918
  },
28919
- "schemaVersion": "3.57.0"
28919
+ "schemaVersion": "3.59.0"
28920
28920
  }
@@ -165,6 +165,6 @@
165
165
  }
166
166
  }
167
167
  },
168
- "schemaVersion": "3.57.0",
168
+ "schemaVersion": "3.59.0",
169
169
  "services": {}
170
170
  }
@@ -190,6 +190,6 @@
190
190
  }
191
191
  }
192
192
  },
193
- "schemaVersion": "3.57.0",
193
+ "schemaVersion": "3.59.0",
194
194
  "services": {}
195
195
  }
@@ -1630,6 +1630,6 @@
1630
1630
  }
1631
1631
  }
1632
1632
  },
1633
- "schemaVersion": "3.57.0",
1633
+ "schemaVersion": "3.59.0",
1634
1634
  "apiVersion": "2"
1635
1635
  }
@@ -434,7 +434,7 @@
434
434
  }
435
435
  }
436
436
  },
437
- "schemaVersion": "3.57.0",
437
+ "schemaVersion": "3.59.0",
438
438
  "apiVersion": "2",
439
439
  "services": {
440
440
  "openai": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/schema",
3
- "version": "11.108.1",
3
+ "version": "11.113.1",
4
4
  "description": "TakeShape Schema",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -56,9 +56,9 @@
56
56
  "p-reduce": "2.1.0",
57
57
  "semver": "7.7.2",
58
58
  "tiny-invariant": "1.3.3",
59
- "@takeshape/errors": "11.108.1",
60
- "@takeshape/util": "11.108.1",
61
- "@takeshape/json-schema": "11.108.1"
59
+ "@takeshape/errors": "11.113.1",
60
+ "@takeshape/json-schema": "11.113.1",
61
+ "@takeshape/util": "11.113.1"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@takeshape/json-schema-to-typescript": "11.0.0",
@@ -75,8 +75,8 @@
75
75
  "glob": "7.2.3",
76
76
  "json-schema-to-ts": "3.1.1",
77
77
  "shortid": "2.2.16",
78
- "@takeshape/infra": "11.108.1",
79
- "@takeshape/logger": "11.108.1"
78
+ "@takeshape/infra": "11.113.1",
79
+ "@takeshape/logger": "11.113.1"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=22"