@takeshape/schema 8.143.2 → 8.144.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 (61) hide show
  1. package/dist/migration/index.d.ts +1 -0
  2. package/dist/migration/index.d.ts.map +1 -1
  3. package/dist/migration/index.js +4 -1
  4. package/dist/migration/to/v3.17.1.d.ts +5 -0
  5. package/dist/migration/to/v3.17.1.d.ts.map +1 -0
  6. package/dist/migration/to/v3.17.1.js +18 -0
  7. package/dist/project-schema/index.d.ts +4 -1
  8. package/dist/project-schema/index.d.ts.map +1 -1
  9. package/dist/project-schema/index.js +20 -3
  10. package/dist/project-schema/latest.d.ts +2 -1
  11. package/dist/project-schema/latest.d.ts.map +1 -1
  12. package/dist/project-schema/migrate.d.ts.map +1 -1
  13. package/dist/project-schema/migrate.js +4 -0
  14. package/dist/project-schema/v3.17.1.d.ts +1469 -0
  15. package/dist/project-schema/v3.17.1.d.ts.map +1 -0
  16. package/dist/project-schema/v3.17.1.js +5 -0
  17. package/dist/schemas/index.d.ts +2 -2
  18. package/dist/schemas/index.d.ts.map +1 -1
  19. package/dist/schemas/index.js +6 -4
  20. package/dist/schemas/index.ts +4 -2
  21. package/dist/schemas/project-schema/latest.json +2195 -2191
  22. package/dist/schemas/project-schema/v3.17.1.json +2370 -0
  23. package/dist/schemas/project-schema.json +3 -0
  24. package/dist/types/types.d.ts +2 -2
  25. package/dist/types/types.d.ts.map +1 -1
  26. package/es/migration/index.js +3 -1
  27. package/es/migration/to/v3.17.1.js +10 -0
  28. package/es/project-schema/index.js +3 -1
  29. package/es/project-schema/migrate.js +5 -1
  30. package/es/project-schema/v3.17.1.js +1 -0
  31. package/es/schemas/index.js +4 -3
  32. package/es/schemas/index.ts +4 -2
  33. package/es/schemas/project-schema/latest.json +2195 -2191
  34. package/es/schemas/project-schema/v3.17.1.json +2370 -0
  35. package/es/schemas/project-schema.json +3 -0
  36. package/examples/latest/betzino.json +1 -1
  37. package/examples/latest/blog-schema.json +1 -1
  38. package/examples/latest/brewery-schema.json +1 -1
  39. package/examples/latest/complex-project-schema.json +1 -1
  40. package/examples/latest/fabric-ecommerce.json +1 -1
  41. package/examples/latest/frank-and-fred-schema.json +1 -1
  42. package/examples/latest/massive-schema.json +1 -1
  43. package/examples/latest/mill-components-schema.json +1 -1
  44. package/examples/latest/pet-oneof-array.json +1 -1
  45. package/examples/latest/post-schema.json +1 -1
  46. package/examples/latest/pruned-shopify-product-schema.json +1 -1
  47. package/examples/latest/real-world-schema.json +1 -1
  48. package/examples/latest/recursive-repeater-schema.json +1 -1
  49. package/examples/latest/recursive-schema.json +1 -1
  50. package/examples/latest/rick-and-morty-ast.json +1 -1
  51. package/examples/latest/rick-and-morty-graphql.json +1 -1
  52. package/examples/latest/rick-and-morty-rest.json +1 -1
  53. package/examples/latest/schema-with-repeater-draftjs.json +1 -1
  54. package/examples/latest/shape-books-v3_2_0.json +1 -1
  55. package/examples/latest/shape-books.json +1 -1
  56. package/examples/latest/shopify-lookbook.json +1 -1
  57. package/examples/latest/shopify-store-with-widget.json +1 -1
  58. package/examples/latest/stripe-starter-resolved.json +1 -1
  59. package/examples/latest/user-schema-no-required.json +1 -1
  60. package/examples/latest/user-schema-with-defaults.json +1 -1
  61. package/package.json +4 -4
@@ -72,6 +72,9 @@
72
72
  {
73
73
  "$ref": "https://schema.takeshape.io/project-schema/v3.17.0#"
74
74
  },
75
+ {
76
+ "$ref": "https://schema.takeshape.io/project-schema/v3.17.1#"
77
+ },
75
78
  {
76
79
  "$ref": "https://schema.takeshape.io/project-schema/v4.0.0#"
77
80
  }
@@ -46212,6 +46212,6 @@
46212
46212
  }
46213
46213
  }
46214
46214
  },
46215
- "schemaVersion": "3.17.0",
46215
+ "schemaVersion": "3.17.1",
46216
46216
  "services": {}
46217
46217
  }
@@ -382,6 +382,6 @@
382
382
  }
383
383
  }
384
384
  },
385
- "schemaVersion": "3.17.0",
385
+ "schemaVersion": "3.17.1",
386
386
  "services": {}
387
387
  }
@@ -381,6 +381,6 @@
381
381
  }
382
382
  }
383
383
  },
384
- "schemaVersion": "3.17.0",
384
+ "schemaVersion": "3.17.1",
385
385
  "services": {}
386
386
  }
@@ -3991,6 +3991,6 @@
3991
3991
  }
3992
3992
  }
3993
3993
  },
3994
- "schemaVersion": "3.17.0",
3994
+ "schemaVersion": "3.17.1",
3995
3995
  "services": {}
3996
3996
  }
@@ -10516,5 +10516,5 @@
10516
10516
  }
10517
10517
  }
10518
10518
  },
10519
- "schemaVersion": "3.17.0"
10519
+ "schemaVersion": "3.17.1"
10520
10520
  }
@@ -20505,6 +20505,6 @@
20505
20505
  }
20506
20506
  }
20507
20507
  },
20508
- "schemaVersion": "3.17.0",
20508
+ "schemaVersion": "3.17.1",
20509
20509
  "services": {}
20510
20510
  }
@@ -7276,6 +7276,6 @@
7276
7276
  }
7277
7277
  }
7278
7278
  },
7279
- "schemaVersion": "3.17.0",
7279
+ "schemaVersion": "3.17.1",
7280
7280
  "services": {}
7281
7281
  }
@@ -1826,6 +1826,6 @@
1826
1826
  }
1827
1827
  }
1828
1828
  },
1829
- "schemaVersion": "3.17.0",
1829
+ "schemaVersion": "3.17.1",
1830
1830
  "services": {}
1831
1831
  }
@@ -404,6 +404,6 @@
404
404
  }
405
405
  }
406
406
  },
407
- "schemaVersion": "3.17.0",
407
+ "schemaVersion": "3.17.1",
408
408
  "services": {}
409
409
  }
@@ -223,6 +223,6 @@
223
223
  }
224
224
  }
225
225
  },
226
- "schemaVersion": "3.17.0",
226
+ "schemaVersion": "3.17.1",
227
227
  "services": {}
228
228
  }
@@ -9760,5 +9760,5 @@
9760
9760
  }
9761
9761
  }
9762
9762
  },
9763
- "schemaVersion": "3.17.0"
9763
+ "schemaVersion": "3.17.1"
9764
9764
  }
@@ -1005,6 +1005,6 @@
1005
1005
  }
1006
1006
  }
1007
1007
  },
1008
- "schemaVersion": "3.17.0",
1008
+ "schemaVersion": "3.17.1",
1009
1009
  "services": {}
1010
1010
  }
@@ -141,6 +141,6 @@
141
141
  }
142
142
  }
143
143
  },
144
- "schemaVersion": "3.17.0",
144
+ "schemaVersion": "3.17.1",
145
145
  "services": {}
146
146
  }
@@ -148,6 +148,6 @@
148
148
  }
149
149
  }
150
150
  },
151
- "schemaVersion": "3.17.0",
151
+ "schemaVersion": "3.17.1",
152
152
  "services": {}
153
153
  }
@@ -2814,5 +2814,5 @@
2814
2814
  }
2815
2815
  }
2816
2816
  },
2817
- "schemaVersion": "3.17.0"
2817
+ "schemaVersion": "3.17.1"
2818
2818
  }
@@ -2300,5 +2300,5 @@
2300
2300
  }
2301
2301
  }
2302
2302
  },
2303
- "schemaVersion": "3.17.0"
2303
+ "schemaVersion": "3.17.1"
2304
2304
  }
@@ -96,5 +96,5 @@
96
96
  }
97
97
  }
98
98
  },
99
- "schemaVersion": "3.17.0"
99
+ "schemaVersion": "3.17.1"
100
100
  }
@@ -386,6 +386,6 @@
386
386
  }
387
387
  }
388
388
  },
389
- "schemaVersion": "3.17.0",
389
+ "schemaVersion": "3.17.1",
390
390
  "services": {}
391
391
  }
@@ -1110,6 +1110,6 @@
1110
1110
  }
1111
1111
  }
1112
1112
  },
1113
- "schemaVersion": "3.17.0",
1113
+ "schemaVersion": "3.17.1",
1114
1114
  "services": {}
1115
1115
  }
@@ -1070,6 +1070,6 @@
1070
1070
  }
1071
1071
  }
1072
1072
  },
1073
- "schemaVersion": "3.17.0",
1073
+ "schemaVersion": "3.17.1",
1074
1074
  "services": {}
1075
1075
  }
@@ -1182,5 +1182,5 @@
1182
1182
  }
1183
1183
  }
1184
1184
  },
1185
- "schemaVersion": "3.17.0"
1185
+ "schemaVersion": "3.17.1"
1186
1186
  }
@@ -12594,5 +12594,5 @@
12594
12594
  }
12595
12595
  }
12596
12596
  },
12597
- "schemaVersion": "3.17.0"
12597
+ "schemaVersion": "3.17.1"
12598
12598
  }
@@ -29351,5 +29351,5 @@
29351
29351
  }
29352
29352
  }
29353
29353
  },
29354
- "schemaVersion": "3.17.0"
29354
+ "schemaVersion": "3.17.1"
29355
29355
  }
@@ -169,6 +169,6 @@
169
169
  }
170
170
  }
171
171
  },
172
- "schemaVersion": "3.17.0",
172
+ "schemaVersion": "3.17.1",
173
173
  "services": {}
174
174
  }
@@ -194,6 +194,6 @@
194
194
  }
195
195
  }
196
196
  },
197
- "schemaVersion": "3.17.0",
197
+ "schemaVersion": "3.17.1",
198
198
  "services": {}
199
199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/schema",
3
- "version": "8.143.2",
3
+ "version": "8.144.1",
4
4
  "description": "TakeShape Schema",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -21,9 +21,9 @@
21
21
  "examples"
22
22
  ],
23
23
  "dependencies": {
24
- "@takeshape/errors": "8.143.2",
25
- "@takeshape/json-schema": "8.143.2",
26
- "@takeshape/util": "8.143.2",
24
+ "@takeshape/errors": "8.144.1",
25
+ "@takeshape/json-schema": "8.144.1",
26
+ "@takeshape/util": "8.144.1",
27
27
  "ajv": "^8.10.0",
28
28
  "ajv-formats": "^2.1.1",
29
29
  "blueimp-md5": "^2.10.0",