@storybook/csf 0.1.12--canary.110.7611f0c.0 → 0.1.12--canary.110.100825f.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -83,7 +83,7 @@ interface ControlBase {
83
83
  }
84
84
  interface Report {
85
85
  id: string;
86
- version: number;
86
+ version?: number;
87
87
  result: unknown;
88
88
  status: 'failed' | 'passed' | 'warning';
89
89
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.1.12--canary.110.7611f0c.0",
3
+ "version": "0.1.12--canary.110.100825f.0",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",