storyquery 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -972,7 +972,7 @@ const showCommand = defineCommand({
972
972
 
973
973
  //#endregion
974
974
  //#region src/version.ts
975
- const VERSION = "0.0.1";
975
+ const VERSION = "0.0.2";
976
976
 
977
977
  //#endregion
978
978
  //#region src/cli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storyquery",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A CLI that queries Storybook design-system manifests and answers agent-friendly questions about components and documentation.",
5
5
  "keywords": [
6
6
  "storybook",