storyblok 4.16.3 → 4.16.4
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.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -8119,7 +8119,6 @@ const storyRefMapper = (story, { schemas, maps }) => {
|
|
|
8119
8119
|
}) : story.content,
|
|
8120
8120
|
id: Number(maps.stories?.get(story.id) ?? story.id),
|
|
8121
8121
|
uuid: String(maps.stories?.get(story.uuid) ?? story.uuid),
|
|
8122
|
-
// @ts-expect-error Our types are wrong.
|
|
8123
8122
|
parent_id: parentId != null ? Number(parentId) : null,
|
|
8124
8123
|
alternates
|
|
8125
8124
|
};
|