@novely/core 0.46.0-next.4 → 0.46.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.global.js +4 -4
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -1054,10 +1054,10 @@ var Novely = (() => {
|
|
|
1054
1054
|
});
|
|
1055
1055
|
};
|
|
1056
1056
|
var flatStory = (story) => {
|
|
1057
|
-
const
|
|
1058
|
-
|
|
1059
|
-
}
|
|
1060
|
-
return
|
|
1057
|
+
for (const key in story) {
|
|
1058
|
+
story[key] = flatActions(story[key]);
|
|
1059
|
+
}
|
|
1060
|
+
return story;
|
|
1061
1061
|
};
|
|
1062
1062
|
|
|
1063
1063
|
// src/browser.ts
|