@takeshape/schema 11.59.0 → 11.60.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 (34) hide show
  1. package/dist/__tests__/content-schema-transform.test.js +1 -1
  2. package/dist/__tests__/flatten-templates.test.js +2 -2
  3. package/dist/__tests__/get-is-leaf.test.js +1 -1
  4. package/dist/__tests__/refs.test.js +1 -1
  5. package/dist/__tests__/schema-transform.test.js +2 -2
  6. package/dist/__tests__/schema-util.test.js +7 -7
  7. package/dist/__tests__/unions.test.js +1 -1
  8. package/dist/__tests__/validate.test.js +2 -2
  9. package/dist/__tests__/workflows.test.js +1 -1
  10. package/dist/create-input-schema.js +1 -1
  11. package/dist/index.d.ts +30 -30
  12. package/dist/index.js +28 -28
  13. package/dist/models/__tests__/project-schema.test.js +1 -1
  14. package/dist/models/__tests__/query.test.js +1 -1
  15. package/dist/models/__tests__/service.test.js +1 -1
  16. package/dist/models/__tests__/shape.test.js +1 -1
  17. package/dist/template-shapes/__tests__/index.test.js +1 -1
  18. package/dist/template-shapes/__tests__/where.test.js +2 -2
  19. package/dist/template-shapes/templates.d.ts +1 -1
  20. package/dist/types/index.d.ts +1 -1
  21. package/dist/types/utils.d.ts +2 -2
  22. package/dist/util/__tests__/api-indexing.test.js +1 -1
  23. package/dist/util/__tests__/detect-cycles.test.js +1 -1
  24. package/dist/util/__tests__/find-shape-at-path.test.js +1 -1
  25. package/dist/util/__tests__/get-return-shape.test.js +1 -1
  26. package/dist/util/__tests__/has-args.test.js +1 -1
  27. package/dist/util/__tests__/patch-schema.test.js +1 -1
  28. package/dist/util/__tests__/shapes.test.js +1 -1
  29. package/dist/util/ai-tools.d.ts +1 -1
  30. package/examples/latest/layers/rick-and-morty-layer.json +11 -32
  31. package/examples/latest/layers/shopify-layer-2023-01.json +2206 -8637
  32. package/examples/latest/layers/shopify-storefront-2023-04.json +402 -1712
  33. package/examples/latest/layers/wordpress-2024-01.json +688 -2743
  34. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/schema",
3
- "version": "11.59.0",
3
+ "version": "11.60.0",
4
4
  "description": "TakeShape Schema",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -55,9 +55,9 @@
55
55
  "p-reduce": "^2.1.0",
56
56
  "semver": "^7.3.2",
57
57
  "tiny-invariant": "^1.2.0",
58
- "@takeshape/errors": "11.59.0",
59
- "@takeshape/json-schema": "11.59.0",
60
- "@takeshape/util": "11.59.0"
58
+ "@takeshape/json-schema": "11.60.0",
59
+ "@takeshape/errors": "11.60.0",
60
+ "@takeshape/util": "11.60.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@takeshape/json-schema-to-typescript": "^11.0.0",
@@ -72,7 +72,7 @@
72
72
  "glob": "^7.1.6",
73
73
  "meow": "^9.0.0",
74
74
  "shortid": "^2.2.15",
75
- "@takeshape/infra": "11.59.0"
75
+ "@takeshape/infra": "11.60.0"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=20"