@takeshape/schema 11.105.0 → 11.106.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/agents.d.ts +4 -4
- package/dist/agents.js +4 -4
- package/dist/migration/index.d.ts +1 -0
- package/dist/migration/index.js +3 -1
- package/dist/migration/to/v3.57.0.d.ts +4 -0
- package/dist/migration/to/v3.57.0.js +18 -0
- package/dist/migration/types.d.ts +7 -4
- package/dist/migration/types.js +3 -3
- package/dist/project-schema/index.d.ts +4 -1
- package/dist/project-schema/index.js +2 -1
- package/dist/project-schema/latest.d.ts +452 -260
- package/dist/project-schema/migrate.js +4 -1
- package/dist/project-schema/v3.57.0.d.ts +2597 -0
- package/dist/project-schema/v3.57.0.js +7 -0
- package/dist/refs.js +2 -2
- package/dist/schema-util.d.ts +2 -2
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.js +5 -3
- package/dist/schemas/project-schema/{experimental.json → experimental-2025-07.json} +1 -2
- package/dist/schemas/project-schema/latest.d.ts +180 -0
- package/dist/schemas/project-schema/latest.js +11 -0
- package/dist/schemas/project-schema/latest.json +1292 -12
- package/dist/schemas/project-schema/v3.48.0.json +2 -2
- package/dist/schemas/project-schema/v3.49.0.json +2 -2
- package/dist/schemas/project-schema/v3.50.0.json +3 -3
- package/dist/schemas/project-schema/v3.51.0.json +3 -3
- package/dist/schemas/project-schema/v3.52.0.json +3 -3
- package/dist/schemas/project-schema/v3.53.0.json +3 -3
- package/dist/schemas/project-schema/v3.54.0.json +3 -3
- package/dist/schemas/project-schema/v3.55.0.json +3 -3
- package/dist/schemas/project-schema/v3.56.0.json +7 -7
- package/dist/schemas/project-schema/v3.57.0.json +4810 -0
- package/dist/schemas/project-schema.json +3 -0
- package/dist/util/mcp.d.ts +1 -1
- package/dist/util/mcp.js +2 -2
- package/dist/validate/validate.d.ts +2 -1
- package/dist/validate/validate.js +15 -13
- package/examples/latest/agent-schema.json +174 -176
- package/examples/latest/all-fields-shapes-inline.json +1 -1
- package/examples/latest/all-fields-shapes.json +1 -1
- 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/clear-cache-schema.json +1 -1
- package/examples/latest/complex-project-schema.json +1 -1
- package/examples/latest/complex-schema.json +1 -1
- package/examples/latest/edit-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/layers/rick-and-morty-layer.json +1 -1
- package/examples/latest/layers/shopify-layer-2023-01.json +1 -1
- package/examples/latest/layers/shopify-storefront-2023-04.json +1 -1
- package/examples/latest/layers/wordpress-2024-01.json +1 -1
- package/examples/latest/massive-schema.json +1 -1
- package/examples/latest/mill-components-schema.json +1 -1
- package/examples/latest/nested-shape-arrays.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/rag-example.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/rick-and-morty-user-schema.json +1 -1
- package/examples/latest/rick-and-morty-with-indexing.json +1 -1
- package/examples/latest/schema-where-filter.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +1 -1
- package/examples/latest/schema-with-rick-and-morty.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/shape-editor-schema-edited.json +1 -1
- package/examples/latest/shape-editor-schema-initial.json +1 -1
- package/examples/latest/shapedb-crud-every-prop-type.json +1 -1
- package/examples/latest/shopify-lookbook.json +1 -1
- package/examples/latest/shopify-product-2022-07.json +1 -1
- package/examples/latest/shopify-product-2023-04.json +1 -1
- package/examples/latest/shopify-store-with-widget.json +1 -1
- package/examples/latest/stripe-product-runtime-schema.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/examples/latest/valvoline-ai-demo.json +1 -1
- package/examples/latest/vector-search-schema.json +1 -1
- package/package.json +27 -28
|
@@ -14766,6 +14766,6 @@
|
|
|
14766
14766
|
}
|
|
14767
14767
|
}
|
|
14768
14768
|
},
|
|
14769
|
-
"schemaVersion": "3.
|
|
14769
|
+
"schemaVersion": "3.57.0",
|
|
14770
14770
|
"services": {}
|
|
14771
14771
|
}
|
|
@@ -49144,7 +49144,7 @@
|
|
|
49144
49144
|
}
|
|
49145
49145
|
}
|
|
49146
49146
|
},
|
|
49147
|
-
"schemaVersion": "3.
|
|
49147
|
+
"schemaVersion": "3.57.0",
|
|
49148
49148
|
"apiVersion": "2",
|
|
49149
49149
|
"services": {
|
|
49150
49150
|
"shopify": {
|
|
@@ -12297,5 +12297,5 @@
|
|
|
12297
12297
|
}
|
|
12298
12298
|
}
|
|
12299
12299
|
},
|
|
12300
|
-
"schemaVersion": "3.
|
|
12300
|
+
"schemaVersion": "3.57.0"
|
|
12301
12301
|
}
|
|
@@ -28916,5 +28916,5 @@
|
|
|
28916
28916
|
}
|
|
28917
28917
|
}
|
|
28918
28918
|
},
|
|
28919
|
-
"schemaVersion": "3.
|
|
28919
|
+
"schemaVersion": "3.57.0"
|
|
28920
28920
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/schema",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.106.1",
|
|
4
4
|
"description": "TakeShape Schema",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -25,9 +25,7 @@
|
|
|
25
25
|
"./schemas/*.json": {
|
|
26
26
|
"default": "./src/schemas/*.json"
|
|
27
27
|
},
|
|
28
|
-
"./project-schema
|
|
29
|
-
"default": "./src/schemas/project-schema/*.json"
|
|
30
|
-
},
|
|
28
|
+
"./project-schema/*": "./dist/schemas/project-schema/*",
|
|
31
29
|
"./examples/source/*.json": {
|
|
32
30
|
"default": "./examples/source/*.json"
|
|
33
31
|
},
|
|
@@ -46,38 +44,39 @@
|
|
|
46
44
|
"examples"
|
|
47
45
|
],
|
|
48
46
|
"dependencies": {
|
|
49
|
-
"@jsep-plugin/object": "
|
|
47
|
+
"@jsep-plugin/object": "1.2.2",
|
|
50
48
|
"ajv": "8.13.0",
|
|
51
49
|
"ajv-formats": "3.0.1",
|
|
52
|
-
"blueimp-md5": "
|
|
53
|
-
"jsep": "
|
|
54
|
-
"jsonpath-plus": "
|
|
50
|
+
"blueimp-md5": "2.18.0",
|
|
51
|
+
"jsep": "1.4.0",
|
|
52
|
+
"jsonpath-plus": "10.0.1",
|
|
55
53
|
"lodash": "4.17.21",
|
|
56
|
-
"minimatch": "
|
|
57
|
-
"p-map": "
|
|
58
|
-
"p-reduce": "
|
|
59
|
-
"semver": "
|
|
60
|
-
"tiny-invariant": "
|
|
61
|
-
"@takeshape/errors": "11.
|
|
62
|
-
"@takeshape/json-schema": "11.
|
|
63
|
-
"@takeshape/util": "11.
|
|
54
|
+
"minimatch": "3.1.2",
|
|
55
|
+
"p-map": "4.0.0",
|
|
56
|
+
"p-reduce": "2.1.0",
|
|
57
|
+
"semver": "7.7.2",
|
|
58
|
+
"tiny-invariant": "1.3.3",
|
|
59
|
+
"@takeshape/errors": "11.106.1",
|
|
60
|
+
"@takeshape/json-schema": "11.106.1",
|
|
61
|
+
"@takeshape/util": "11.106.1"
|
|
64
62
|
},
|
|
65
63
|
"devDependencies": {
|
|
66
|
-
"@takeshape/json-schema-to-typescript": "
|
|
67
|
-
"@types/blueimp-md5": "
|
|
68
|
-
"@types/glob": "
|
|
69
|
-
"@types/json-schema": "
|
|
64
|
+
"@takeshape/json-schema-to-typescript": "11.0.0",
|
|
65
|
+
"@types/blueimp-md5": "2.7.0",
|
|
66
|
+
"@types/glob": "7.2.0",
|
|
67
|
+
"@types/json-schema": "7.0.15",
|
|
70
68
|
"@types/lodash": "4.17.20",
|
|
71
|
-
"@types/minimatch": "
|
|
72
|
-
"@types/semver": "
|
|
73
|
-
"@types/shortid": "
|
|
69
|
+
"@types/minimatch": "3.0.5",
|
|
70
|
+
"@types/semver": "7.5.8",
|
|
71
|
+
"@types/shortid": "0.0.29",
|
|
74
72
|
"ai": "4.1.54",
|
|
75
|
-
"fast-xml-parser": "
|
|
76
|
-
"fs-extra": "
|
|
77
|
-
"glob": "
|
|
78
|
-
"json-schema-to-ts": "
|
|
73
|
+
"fast-xml-parser": "4.4.1",
|
|
74
|
+
"fs-extra": "8.1.0",
|
|
75
|
+
"glob": "7.2.3",
|
|
76
|
+
"json-schema-to-ts": "3.1.1",
|
|
79
77
|
"shortid": "2.2.16",
|
|
80
|
-
"@takeshape/
|
|
78
|
+
"@takeshape/logger": "11.106.1",
|
|
79
|
+
"@takeshape/infra": "11.106.1"
|
|
81
80
|
},
|
|
82
81
|
"engines": {
|
|
83
82
|
"node": ">=22"
|