@contentful/experiences-sdk-react 1.22.0 → 1.22.1-dev-20241111T0918-dbe183a.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.
@@ -1,6 +1,7 @@
1
1
  // Object to store the SDK features that are enabled/disabled
2
2
  const sdkFeatures = {
3
3
  hasSDKVersionUI: true,
4
+ hasVersionHistory: true,
4
5
  cfVisibility: true,
5
6
  patternResolution: true,
6
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"sdkFeatures.js","sources":["../../../src/core/sdkFeatures.ts"],"sourcesContent":["// Object to store the SDK features that are enabled/disabled\nexport const sdkFeatures: Record<string, unknown> = {\n hasSDKVersionUI: true,\n cfVisibility: true,\n patternResolution: true,\n};\n"],"names":[],"mappings":"AAAA;AACa,MAAA,WAAW,GAA4B;AAClD,IAAA,eAAe,EAAE,IAAI;AACrB,IAAA,YAAY,EAAE,IAAI;AAClB,IAAA,iBAAiB,EAAE,IAAI;;;;;"}
1
+ {"version":3,"file":"sdkFeatures.js","sources":["../../../src/core/sdkFeatures.ts"],"sourcesContent":["// Object to store the SDK features that are enabled/disabled\nexport const sdkFeatures: Record<string, unknown> = {\n hasSDKVersionUI: true,\n hasVersionHistory: true,\n cfVisibility: true,\n patternResolution: true,\n};\n"],"names":[],"mappings":"AAAA;AACa,MAAA,WAAW,GAA4B;AAClD,IAAA,eAAe,EAAE,IAAI;AACrB,IAAA,iBAAiB,EAAE,IAAI;AACvB,IAAA,YAAY,EAAE,IAAI;AAClB,IAAA,iBAAiB,EAAE,IAAI;;;;;"}
@@ -1,4 +1,4 @@
1
- const SDK_VERSION = '1.22.0';
1
+ const SDK_VERSION = '1.22.1-dev-20241111T0918-dbe183a.0';
2
2
 
3
3
  export { SDK_VERSION };
4
4
  //# sourceMappingURL=sdkVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sdkVersion.js","sources":["../../src/sdkVersion.ts"],"sourcesContent":["export const SDK_VERSION = '1.22.0';\n"],"names":[],"mappings":"AAAO,MAAM,WAAW,GAAG;;;;"}
1
+ {"version":3,"file":"sdkVersion.js","sources":["../../src/sdkVersion.ts"],"sourcesContent":["export const SDK_VERSION = '1.22.1-dev-20241111T0918-dbe183a.0';\n"],"names":[],"mappings":"AAAO,MAAM,WAAW,GAAG;;;;"}
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.22.0";
1
+ export declare const SDK_VERSION = "1.22.1-dev-20241111T0918-dbe183a.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-sdk-react",
3
- "version": "1.22.0",
3
+ "version": "1.22.1-dev-20241111T0918-dbe183a.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "typings": "./dist/src/index.d.ts",
@@ -41,10 +41,10 @@
41
41
  "depcruise": "depcruise src"
42
42
  },
43
43
  "dependencies": {
44
- "@contentful/experiences-components-react": "1.22.0",
45
- "@contentful/experiences-core": "1.22.0",
46
- "@contentful/experiences-validators": "1.22.0",
47
- "@contentful/experiences-visual-editor-react": "1.22.0",
44
+ "@contentful/experiences-components-react": "1.22.1-dev-20241111T0918-dbe183a.0",
45
+ "@contentful/experiences-core": "1.22.1-dev-20241111T0918-dbe183a.0",
46
+ "@contentful/experiences-validators": "1.22.1-dev-20241111T0918-dbe183a.0",
47
+ "@contentful/experiences-visual-editor-react": "1.22.1-dev-20241111T0918-dbe183a.0",
48
48
  "@contentful/rich-text-types": "^16.2.1",
49
49
  "classnames": "^2.3.2",
50
50
  "csstype": "^3.1.2",
@@ -102,5 +102,5 @@
102
102
  "dist",
103
103
  "package.json"
104
104
  ],
105
- "gitHead": "aca395cdc861442e6b9bd789ff02c19251bbb4dc"
105
+ "gitHead": "14c3f9dd5523673a0c49c80d00aef3503e87e324"
106
106
  }