@takeshape/schema 8.209.0 → 8.211.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 (64) 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.19.0.d.ts +5 -0
  5. package/dist/migration/to/v3.19.0.d.ts.map +1 -0
  6. package/dist/migration/to/v3.19.0.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 +5 -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.19.0.d.ts +1337 -0
  15. package/dist/project-schema/v3.19.0.d.ts.map +1 -0
  16. package/dist/project-schema/v3.19.0.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 +14 -2
  22. package/dist/schemas/project-schema/v3.19.0.json +2363 -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.19.0.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.19.0.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 +14 -2
  34. package/es/schemas/project-schema/v3.19.0.json +2363 -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/complex-schema.json +1 -1
  41. package/examples/latest/fabric-ecommerce.json +1 -1
  42. package/examples/latest/frank-and-fred-schema.json +1 -1
  43. package/examples/latest/klirr-schema.json +1 -1
  44. package/examples/latest/massive-schema.json +1 -1
  45. package/examples/latest/mill-components-schema.json +1 -1
  46. package/examples/latest/one-earth.json +1 -1
  47. package/examples/latest/pet-oneof-array.json +1 -1
  48. package/examples/latest/post-schema.json +1 -1
  49. package/examples/latest/pruned-shopify-product-schema.json +1 -1
  50. package/examples/latest/real-world-schema.json +1 -1
  51. package/examples/latest/recursive-repeater-schema.json +1 -1
  52. package/examples/latest/recursive-schema.json +1 -1
  53. package/examples/latest/rick-and-morty-ast.json +1 -1
  54. package/examples/latest/rick-and-morty-graphql.json +1 -1
  55. package/examples/latest/rick-and-morty-rest.json +1 -1
  56. package/examples/latest/schema-with-repeater-draftjs.json +1 -1
  57. package/examples/latest/shape-books-v3_2_0.json +1 -1
  58. package/examples/latest/shape-books.json +1 -1
  59. package/examples/latest/shopify-lookbook.json +1 -1
  60. package/examples/latest/shopify-store-with-widget.json +1 -1
  61. package/examples/latest/stripe-starter-resolved.json +1 -1
  62. package/examples/latest/user-schema-no-required.json +1 -1
  63. package/examples/latest/user-schema-with-defaults.json +1 -1
  64. package/package.json +4 -4
@@ -84,6 +84,9 @@
84
84
  {
85
85
  "$ref": "https://schema.takeshape.io/project-schema/v3.18.2#"
86
86
  },
87
+ {
88
+ "$ref": "https://schema.takeshape.io/project-schema/v3.19.0#"
89
+ },
87
90
  {
88
91
  "$ref": "https://schema.takeshape.io/project-schema/v4.0.0#"
89
92
  }
@@ -52529,6 +52529,6 @@
52529
52529
  }
52530
52530
  }
52531
52531
  },
52532
- "schemaVersion": "3.18.2",
52532
+ "schemaVersion": "3.19.0",
52533
52533
  "services": {}
52534
52534
  }
@@ -403,6 +403,6 @@
403
403
  }
404
404
  }
405
405
  },
406
- "schemaVersion": "3.18.2",
406
+ "schemaVersion": "3.19.0",
407
407
  "services": {}
408
408
  }
@@ -386,6 +386,6 @@
386
386
  }
387
387
  }
388
388
  },
389
- "schemaVersion": "3.18.2",
389
+ "schemaVersion": "3.19.0",
390
390
  "services": {}
391
391
  }
@@ -4189,6 +4189,6 @@
4189
4189
  }
4190
4190
  }
4191
4191
  },
4192
- "schemaVersion": "3.18.2",
4192
+ "schemaVersion": "3.19.0",
4193
4193
  "services": {}
4194
4194
  }
@@ -17,7 +17,7 @@
17
17
  "apiVersion": "1",
18
18
  "queries": {},
19
19
  "mutations": {},
20
- "schemaVersion": "3.18.2",
20
+ "schemaVersion": "3.19.0",
21
21
  "created": "2019-06-20T12:58:43.119Z",
22
22
  "updated": "2020-04-29T10:10:28.182Z",
23
23
  "shapes": {
@@ -10508,5 +10508,5 @@
10508
10508
  }
10509
10509
  }
10510
10510
  },
10511
- "schemaVersion": "3.18.2"
10511
+ "schemaVersion": "3.19.0"
10512
10512
  }
@@ -23255,6 +23255,6 @@
23255
23255
  }
23256
23256
  }
23257
23257
  },
23258
- "schemaVersion": "3.18.2",
23258
+ "schemaVersion": "3.19.0",
23259
23259
  "services": {}
23260
23260
  }
@@ -34790,6 +34790,6 @@
34790
34790
  }
34791
34791
  }
34792
34792
  },
34793
- "schemaVersion": "3.18.2",
34793
+ "schemaVersion": "3.19.0",
34794
34794
  "services": {}
34795
34795
  }
@@ -7841,6 +7841,6 @@
7841
7841
  }
7842
7842
  }
7843
7843
  },
7844
- "schemaVersion": "3.18.2",
7844
+ "schemaVersion": "3.19.0",
7845
7845
  "services": {}
7846
7846
  }
@@ -1888,6 +1888,6 @@
1888
1888
  }
1889
1889
  }
1890
1890
  },
1891
- "schemaVersion": "3.18.2",
1891
+ "schemaVersion": "3.19.0",
1892
1892
  "services": {}
1893
1893
  }
@@ -14220,6 +14220,6 @@
14220
14220
  }
14221
14221
  }
14222
14222
  },
14223
- "schemaVersion": "3.18.2",
14223
+ "schemaVersion": "3.19.0",
14224
14224
  "services": {}
14225
14225
  }
@@ -392,6 +392,6 @@
392
392
  }
393
393
  }
394
394
  },
395
- "schemaVersion": "3.18.2",
395
+ "schemaVersion": "3.19.0",
396
396
  "services": {}
397
397
  }
@@ -230,6 +230,6 @@
230
230
  }
231
231
  }
232
232
  },
233
- "schemaVersion": "3.18.2",
233
+ "schemaVersion": "3.19.0",
234
234
  "services": {}
235
235
  }
@@ -9759,5 +9759,5 @@
9759
9759
  }
9760
9760
  }
9761
9761
  },
9762
- "schemaVersion": "3.18.2"
9762
+ "schemaVersion": "3.19.0"
9763
9763
  }
@@ -1045,6 +1045,6 @@
1045
1045
  }
1046
1046
  }
1047
1047
  },
1048
- "schemaVersion": "3.18.2",
1048
+ "schemaVersion": "3.19.0",
1049
1049
  "services": {}
1050
1050
  }
@@ -146,6 +146,6 @@
146
146
  }
147
147
  }
148
148
  },
149
- "schemaVersion": "3.18.2",
149
+ "schemaVersion": "3.19.0",
150
150
  "services": {}
151
151
  }
@@ -153,6 +153,6 @@
153
153
  }
154
154
  }
155
155
  },
156
- "schemaVersion": "3.18.2",
156
+ "schemaVersion": "3.19.0",
157
157
  "services": {}
158
158
  }
@@ -2824,5 +2824,5 @@
2824
2824
  }
2825
2825
  }
2826
2826
  },
2827
- "schemaVersion": "3.18.2"
2827
+ "schemaVersion": "3.19.0"
2828
2828
  }
@@ -2296,5 +2296,5 @@
2296
2296
  }
2297
2297
  }
2298
2298
  },
2299
- "schemaVersion": "3.18.2"
2299
+ "schemaVersion": "3.19.0"
2300
2300
  }
@@ -95,5 +95,5 @@
95
95
  }
96
96
  }
97
97
  },
98
- "schemaVersion": "3.18.2"
98
+ "schemaVersion": "3.19.0"
99
99
  }
@@ -401,6 +401,6 @@
401
401
  }
402
402
  }
403
403
  },
404
- "schemaVersion": "3.18.2",
404
+ "schemaVersion": "3.19.0",
405
405
  "services": {}
406
406
  }
@@ -1128,6 +1128,6 @@
1128
1128
  }
1129
1129
  }
1130
1130
  },
1131
- "schemaVersion": "3.18.2",
1131
+ "schemaVersion": "3.19.0",
1132
1132
  "services": {}
1133
1133
  }
@@ -1128,6 +1128,6 @@
1128
1128
  }
1129
1129
  }
1130
1130
  },
1131
- "schemaVersion": "3.18.2",
1131
+ "schemaVersion": "3.19.0",
1132
1132
  "services": {}
1133
1133
  }
@@ -1180,5 +1180,5 @@
1180
1180
  }
1181
1181
  }
1182
1182
  },
1183
- "schemaVersion": "3.18.2"
1183
+ "schemaVersion": "3.19.0"
1184
1184
  }
@@ -12563,5 +12563,5 @@
12563
12563
  }
12564
12564
  }
12565
12565
  },
12566
- "schemaVersion": "3.18.2"
12566
+ "schemaVersion": "3.19.0"
12567
12567
  }
@@ -29320,5 +29320,5 @@
29320
29320
  }
29321
29321
  }
29322
29322
  },
29323
- "schemaVersion": "3.18.2"
29323
+ "schemaVersion": "3.19.0"
29324
29324
  }
@@ -169,6 +169,6 @@
169
169
  }
170
170
  }
171
171
  },
172
- "schemaVersion": "3.18.2",
172
+ "schemaVersion": "3.19.0",
173
173
  "services": {}
174
174
  }
@@ -194,6 +194,6 @@
194
194
  }
195
195
  }
196
196
  },
197
- "schemaVersion": "3.18.2",
197
+ "schemaVersion": "3.19.0",
198
198
  "services": {}
199
199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/schema",
3
- "version": "8.209.0",
3
+ "version": "8.211.0",
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.209.0",
25
- "@takeshape/json-schema": "8.209.0",
26
- "@takeshape/util": "8.209.0",
24
+ "@takeshape/errors": "8.211.0",
25
+ "@takeshape/json-schema": "8.211.0",
26
+ "@takeshape/util": "8.211.0",
27
27
  "ajv": "^8.10.0",
28
28
  "ajv-formats": "^2.1.1",
29
29
  "blueimp-md5": "^2.10.0",