@takeshape/schema 8.61.0 → 8.64.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.
@@ -62,7 +62,7 @@
62
62
  "required": ["shapeIds"],
63
63
  "additionalProperties": false
64
64
  },
65
- "backReference": {
65
+ "backreference": {
66
66
  "title": "Back Reference",
67
67
  "description": "A configuration object for a reverse reference in a relationship.",
68
68
  "type": "object",
@@ -1459,8 +1459,8 @@
1459
1459
  "@relationship": {
1460
1460
  "$ref": "#/definitions/relationship"
1461
1461
  },
1462
- "@backReference": {
1463
- "$ref": "#/definitions/backReference"
1462
+ "@backreference": {
1463
+ "$ref": "#/definitions/backreference"
1464
1464
  },
1465
1465
  "@syncLocaleStructure": {
1466
1466
  "type": "boolean"
@@ -19,6 +19,7 @@
19
19
  {"$ref": "https://schema.takeshape.io/project-schema/v3.11.0#"},
20
20
  {"$ref": "https://schema.takeshape.io/project-schema/v3.12.0#"},
21
21
  {"$ref": "https://schema.takeshape.io/project-schema/v3.12.1#"},
22
- {"$ref": "https://schema.takeshape.io/project-schema/v3.12.2#"}
22
+ {"$ref": "https://schema.takeshape.io/project-schema/v3.12.2#"},
23
+ {"$ref": "https://schema.takeshape.io/project-schema/v3.13.0#"}
23
24
  ]
24
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/schema",
3
- "version": "8.61.0",
3
+ "version": "8.64.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.61.0",
25
- "@takeshape/json-schema": "8.61.0",
26
- "@takeshape/util": "8.61.0",
24
+ "@takeshape/errors": "8.64.0",
25
+ "@takeshape/json-schema": "8.64.0",
26
+ "@takeshape/util": "8.64.0",
27
27
  "ajv": "^7.0.4",
28
28
  "ajv-formats": "^1.5.1",
29
29
  "blueimp-md5": "^2.10.0",