@takeshape/schema 11.82.2 → 11.84.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.
@@ -404,7 +404,7 @@ export const builtInShapes = {
404
404
  }
405
405
  }
406
406
  },
407
- required: ['content']
407
+ required: ['content', 'references']
408
408
  }
409
409
  },
410
410
  TSAgentSession: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/schema",
3
- "version": "11.82.2",
3
+ "version": "11.84.1",
4
4
  "description": "TakeShape Schema",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -57,9 +57,9 @@
57
57
  "p-reduce": "^2.1.0",
58
58
  "semver": "^7.3.2",
59
59
  "tiny-invariant": "^1.2.0",
60
- "@takeshape/errors": "11.82.2",
61
- "@takeshape/json-schema": "11.82.2",
62
- "@takeshape/util": "11.82.2"
60
+ "@takeshape/errors": "11.84.1",
61
+ "@takeshape/json-schema": "11.84.1",
62
+ "@takeshape/util": "11.84.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@takeshape/json-schema-to-typescript": "^11.0.0",
@@ -76,7 +76,7 @@
76
76
  "json-schema-to-ts": "^3.1.1",
77
77
  "meow": "^9.0.0",
78
78
  "shortid": "^2.2.15",
79
- "@takeshape/infra": "11.82.2"
79
+ "@takeshape/infra": "11.84.1"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=20"