@contentful/experiences-core 3.5.0 → 3.5.1-beta.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 (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -192,6 +192,7 @@ type ExperienceTreeNode = {
192
192
  unboundValues: ExperienceUnboundValues;
193
193
  breakpoints: Breakpoint[];
194
194
  parameters?: Record<string, Parameter>;
195
+ prebindingId?: string;
195
196
  pattern?: {
196
197
  id: string;
197
198
  nodeId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-core",
3
- "version": "3.5.0",
3
+ "version": "3.5.1-beta.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -70,7 +70,7 @@
70
70
  "vitest": "^2.1.1"
71
71
  },
72
72
  "dependencies": {
73
- "@contentful/experiences-validators": "3.5.0",
73
+ "@contentful/experiences-validators": "3.5.1-beta.0",
74
74
  "@contentful/rich-text-types": "^17.0.0",
75
75
  "lodash-es": "^4.17.21",
76
76
  "zustand": "^4.4.7"
@@ -78,5 +78,5 @@
78
78
  "peerDependencies": {
79
79
  "contentful": ">=10.6.0"
80
80
  },
81
- "gitHead": "8e0ac34c12c3b5b4d3acce67fe106a79f7c1a54a"
81
+ "gitHead": "fa04aa5066583e2538c68c5a7265a2faa9744837"
82
82
  }