@takeshape/schema 11.74.1 → 11.76.2

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.
@@ -418,6 +418,7 @@ export const builtInShapes = {
418
418
  done: { type: 'boolean' },
419
419
  currentStateId: { type: 'string' },
420
420
  chatSessionIds: { type: 'object' },
421
+ sessionMemory: { type: 'object' },
421
422
  stateOutputs: { type: 'object' },
422
423
  currentValue: { type: 'object' }
423
424
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/schema",
3
- "version": "11.74.1",
3
+ "version": "11.76.2",
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.74.1",
61
- "@takeshape/json-schema": "11.74.1",
62
- "@takeshape/util": "11.74.1"
60
+ "@takeshape/errors": "11.76.2",
61
+ "@takeshape/json-schema": "11.76.2",
62
+ "@takeshape/util": "11.76.2"
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.74.1"
79
+ "@takeshape/infra": "11.76.2"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=20"