@supernova-studio/model 1.6.1 → 1.6.2
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.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4337,7 +4337,8 @@ var DocumentationPageDependencies = z114.object({
|
|
|
4337
4337
|
groupPersistentIds: z114.set(z114.string()),
|
|
4338
4338
|
propertyPersistentIds: z114.set(z114.string()),
|
|
4339
4339
|
themePersistentIds: z114.set(z114.string()),
|
|
4340
|
-
documentationPagePersistentIds: z114.set(z114.string())
|
|
4340
|
+
documentationPagePersistentIds: z114.set(z114.string()),
|
|
4341
|
+
storybookEntriesStoryIds: z114.set(z114.string())
|
|
4341
4342
|
});
|
|
4342
4343
|
|
|
4343
4344
|
// src/dsm/documentation/page.ts
|