@contentful/experiences-core 1.35.0-dev-20250312T0909-245a333.0 → 1.35.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.
package/dist/types.d.ts CHANGED
@@ -129,6 +129,7 @@ type ExperienceTreeNode = {
129
129
  id: string;
130
130
  nodeId: string;
131
131
  nodeLocation: string;
132
+ nodeIdOnPattern: string;
132
133
  isVisibilityPropertyExposed: boolean;
133
134
  variableNameToComponentValueKeyMap: Record<string, string>;
134
135
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-core",
3
- "version": "1.35.0-dev-20250312T0909-245a333.0",
3
+ "version": "1.35.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -70,11 +70,11 @@
70
70
  "vitest": "^2.1.1"
71
71
  },
72
72
  "dependencies": {
73
- "@contentful/experiences-validators": "1.35.0-dev-20250312T0909-245a333.0",
73
+ "@contentful/experiences-validators": "1.35.0",
74
74
  "@contentful/rich-text-types": "^17.0.0"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "contentful": ">=10.6.0"
78
78
  },
79
- "gitHead": "2c7ba49b21f4def1d0ee3002ca1ab9479e1e6eaf"
79
+ "gitHead": "77bc6e98ac17344d4e10c32ffd186dad437d1600"
80
80
  }