@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.
- 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.17.1.d.ts +5 -0
- package/dist/migration/to/v3.17.1.d.ts.map +1 -0
- package/dist/migration/to/v3.17.1.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 +2 -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.17.1.d.ts +1469 -0
- package/dist/project-schema/v3.17.1.d.ts.map +1 -0
- package/dist/project-schema/v3.17.1.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 +2195 -2191
- package/dist/schemas/project-schema/v3.17.1.json +2370 -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.17.1.js +10 -0
- package/es/project-schema/index.js +3 -1
- package/es/project-schema/migrate.js +5 -1
- package/es/project-schema/v3.17.1.js +1 -0
- package/es/schemas/index.js +4 -3
- package/es/schemas/index.ts +4 -2
- package/es/schemas/project-schema/latest.json +2195 -2191
- package/es/schemas/project-schema/v3.17.1.json +2370 -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/fabric-ecommerce.json +1 -1
- package/examples/latest/frank-and-fred-schema.json +1 -1
- package/examples/latest/massive-schema.json +1 -1
- package/examples/latest/mill-components-schema.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
|
@@ -46212,6 +46212,6 @@
|
|
|
46212
46212
|
}
|
|
46213
46213
|
}
|
|
46214
46214
|
},
|
|
46215
|
-
"schemaVersion": "3.17.
|
|
46215
|
+
"schemaVersion": "3.17.1",
|
|
46216
46216
|
"services": {}
|
|
46217
46217
|
}
|
|
@@ -10516,5 +10516,5 @@
|
|
|
10516
10516
|
}
|
|
10517
10517
|
}
|
|
10518
10518
|
},
|
|
10519
|
-
"schemaVersion": "3.17.
|
|
10519
|
+
"schemaVersion": "3.17.1"
|
|
10520
10520
|
}
|
|
@@ -20505,6 +20505,6 @@
|
|
|
20505
20505
|
}
|
|
20506
20506
|
}
|
|
20507
20507
|
},
|
|
20508
|
-
"schemaVersion": "3.17.
|
|
20508
|
+
"schemaVersion": "3.17.1",
|
|
20509
20509
|
"services": {}
|
|
20510
20510
|
}
|
|
@@ -12594,5 +12594,5 @@
|
|
|
12594
12594
|
}
|
|
12595
12595
|
}
|
|
12596
12596
|
},
|
|
12597
|
-
"schemaVersion": "3.17.
|
|
12597
|
+
"schemaVersion": "3.17.1"
|
|
12598
12598
|
}
|
|
@@ -29351,5 +29351,5 @@
|
|
|
29351
29351
|
}
|
|
29352
29352
|
}
|
|
29353
29353
|
},
|
|
29354
|
-
"schemaVersion": "3.17.
|
|
29354
|
+
"schemaVersion": "3.17.1"
|
|
29355
29355
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/schema",
|
|
3
|
-
"version": "8.
|
|
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.
|
|
25
|
-
"@takeshape/json-schema": "8.
|
|
26
|
-
"@takeshape/util": "8.
|
|
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",
|