@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.
- package/dist/migration/index.d.ts +1 -0
- package/dist/migration/index.d.ts.map +1 -1
- package/dist/migration/index.js +4 -1
- package/dist/migration/to/v3.19.0.d.ts +5 -0
- package/dist/migration/to/v3.19.0.d.ts.map +1 -0
- package/dist/migration/to/v3.19.0.js +18 -0
- package/dist/project-schema/index.d.ts +4 -1
- package/dist/project-schema/index.d.ts.map +1 -1
- package/dist/project-schema/index.js +20 -3
- package/dist/project-schema/latest.d.ts +5 -1
- package/dist/project-schema/latest.d.ts.map +1 -1
- package/dist/project-schema/migrate.d.ts.map +1 -1
- package/dist/project-schema/migrate.js +4 -0
- package/dist/project-schema/v3.19.0.d.ts +1337 -0
- package/dist/project-schema/v3.19.0.d.ts.map +1 -0
- package/dist/project-schema/v3.19.0.js +5 -0
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +6 -4
- package/dist/schemas/index.ts +4 -2
- package/dist/schemas/project-schema/latest.json +14 -2
- package/dist/schemas/project-schema/v3.19.0.json +2363 -0
- package/dist/schemas/project-schema.json +3 -0
- package/dist/types/types.d.ts +2 -2
- package/dist/types/types.d.ts.map +1 -1
- package/es/migration/index.js +3 -1
- package/es/migration/to/v3.19.0.js +10 -0
- package/es/project-schema/index.js +3 -1
- package/es/project-schema/migrate.js +5 -1
- package/es/project-schema/v3.19.0.js +1 -0
- package/es/schemas/index.js +4 -3
- package/es/schemas/index.ts +4 -2
- package/es/schemas/project-schema/latest.json +14 -2
- package/es/schemas/project-schema/v3.19.0.json +2363 -0
- package/es/schemas/project-schema.json +3 -0
- package/examples/latest/betzino.json +1 -1
- package/examples/latest/blog-schema.json +1 -1
- package/examples/latest/brewery-schema.json +1 -1
- package/examples/latest/complex-project-schema.json +1 -1
- package/examples/latest/complex-schema.json +1 -1
- package/examples/latest/fabric-ecommerce.json +1 -1
- package/examples/latest/frank-and-fred-schema.json +1 -1
- package/examples/latest/klirr-schema.json +1 -1
- package/examples/latest/massive-schema.json +1 -1
- package/examples/latest/mill-components-schema.json +1 -1
- package/examples/latest/one-earth.json +1 -1
- package/examples/latest/pet-oneof-array.json +1 -1
- package/examples/latest/post-schema.json +1 -1
- package/examples/latest/pruned-shopify-product-schema.json +1 -1
- package/examples/latest/real-world-schema.json +1 -1
- package/examples/latest/recursive-repeater-schema.json +1 -1
- package/examples/latest/recursive-schema.json +1 -1
- package/examples/latest/rick-and-morty-ast.json +1 -1
- package/examples/latest/rick-and-morty-graphql.json +1 -1
- package/examples/latest/rick-and-morty-rest.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +1 -1
- package/examples/latest/shape-books-v3_2_0.json +1 -1
- package/examples/latest/shape-books.json +1 -1
- package/examples/latest/shopify-lookbook.json +1 -1
- package/examples/latest/shopify-store-with-widget.json +1 -1
- package/examples/latest/stripe-starter-resolved.json +1 -1
- package/examples/latest/user-schema-no-required.json +1 -1
- package/examples/latest/user-schema-with-defaults.json +1 -1
- package/package.json +4 -4
|
@@ -52529,6 +52529,6 @@
|
|
|
52529
52529
|
}
|
|
52530
52530
|
}
|
|
52531
52531
|
},
|
|
52532
|
-
"schemaVersion": "3.
|
|
52532
|
+
"schemaVersion": "3.19.0",
|
|
52533
52533
|
"services": {}
|
|
52534
52534
|
}
|
|
@@ -10508,5 +10508,5 @@
|
|
|
10508
10508
|
}
|
|
10509
10509
|
}
|
|
10510
10510
|
},
|
|
10511
|
-
"schemaVersion": "3.
|
|
10511
|
+
"schemaVersion": "3.19.0"
|
|
10512
10512
|
}
|
|
@@ -23255,6 +23255,6 @@
|
|
|
23255
23255
|
}
|
|
23256
23256
|
}
|
|
23257
23257
|
},
|
|
23258
|
-
"schemaVersion": "3.
|
|
23258
|
+
"schemaVersion": "3.19.0",
|
|
23259
23259
|
"services": {}
|
|
23260
23260
|
}
|
|
@@ -34790,6 +34790,6 @@
|
|
|
34790
34790
|
}
|
|
34791
34791
|
}
|
|
34792
34792
|
},
|
|
34793
|
-
"schemaVersion": "3.
|
|
34793
|
+
"schemaVersion": "3.19.0",
|
|
34794
34794
|
"services": {}
|
|
34795
34795
|
}
|
|
@@ -14220,6 +14220,6 @@
|
|
|
14220
14220
|
}
|
|
14221
14221
|
}
|
|
14222
14222
|
},
|
|
14223
|
-
"schemaVersion": "3.
|
|
14223
|
+
"schemaVersion": "3.19.0",
|
|
14224
14224
|
"services": {}
|
|
14225
14225
|
}
|
|
@@ -12563,5 +12563,5 @@
|
|
|
12563
12563
|
}
|
|
12564
12564
|
}
|
|
12565
12565
|
},
|
|
12566
|
-
"schemaVersion": "3.
|
|
12566
|
+
"schemaVersion": "3.19.0"
|
|
12567
12567
|
}
|
|
@@ -29320,5 +29320,5 @@
|
|
|
29320
29320
|
}
|
|
29321
29321
|
}
|
|
29322
29322
|
},
|
|
29323
|
-
"schemaVersion": "3.
|
|
29323
|
+
"schemaVersion": "3.19.0"
|
|
29324
29324
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/schema",
|
|
3
|
-
"version": "8.
|
|
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.
|
|
25
|
-
"@takeshape/json-schema": "8.
|
|
26
|
-
"@takeshape/util": "8.
|
|
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",
|