@contentful/experiences-sdk-react 1.7.0 → 1.7.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.
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/src/sdkVersion.d.ts +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { ContentfulContainer, Columns, SingleColumn } from '@contentful/experien
|
|
|
10
10
|
import styleInject from 'style-inject';
|
|
11
11
|
import md5 from 'md5';
|
|
12
12
|
|
|
13
|
-
const SDK_VERSION = '1.7.0';
|
|
13
|
+
const SDK_VERSION = '1.7.1-beta.0';
|
|
14
14
|
|
|
15
15
|
var util;
|
|
16
16
|
(function (util) {
|
|
@@ -4747,6 +4747,8 @@ const deserializeAssemblyNode = ({ node, componentInstanceVariables, }) => {
|
|
|
4747
4747
|
definitionId: node.definitionId,
|
|
4748
4748
|
variables,
|
|
4749
4749
|
children,
|
|
4750
|
+
slotId: node.slotId,
|
|
4751
|
+
displayName: node.displayName,
|
|
4750
4752
|
};
|
|
4751
4753
|
};
|
|
4752
4754
|
const resolveAssembly = ({ node, entityStore, }) => {
|