@dxtmisha/scripts 0.7.7 → 0.7.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/scripts",
3
3
  "private": false,
4
- "version": "0.7.7",
4
+ "version": "0.7.8",
5
5
  "type": "module",
6
6
  "description": "Development scripts and CLI tools for DXT UI projects - automated component generation, library building and project management tools",
7
7
  "keywords": [
@@ -1,4 +1,4 @@
1
- // :component.once import { WikiStorybook } from '@dxtmisha/wiki/lite'
1
+ // :component.once import { WikiStorybook } from '@dxtmisha/wiki'
2
2
  // :component.once import { wiki, wikiDescriptions } from '@dxtmisha/wiki/media'
3
3
 
4
4
  // :component.once import { ComponentWikiData } from './wikiData'
@@ -1,4 +1,4 @@
1
- // :component.once import { type StorybookProps, type StorybookSlots, type WikiDataItem } from '@dxtmisha/wiki/lite'
1
+ // :component.once import { type StorybookProps, type StorybookSlots, type WikiDataItem } from '@dxtmisha/wiki'
2
2
 
3
3
  // :component.once import { wiki[Design] } from '../../../wiki/wiki'
4
4
  // :component.once import { defaults } from './props'