@storybook/telemetry 7.2.0 → 7.2.1

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/index.d.ts +1 -0
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -752,6 +752,7 @@ interface IndexedStory {
752
752
  }
753
753
  interface IndexedCSFFile {
754
754
  meta: {
755
+ id?: string;
755
756
  title?: string;
756
757
  tags?: Tag[];
757
758
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/telemetry",
3
- "version": "7.2.0",
3
+ "version": "7.2.1",
4
4
  "description": "Telemetry logging for crash reports and usage statistics",
5
5
  "keywords": [
6
6
  "storybook"
@@ -43,9 +43,9 @@
43
43
  "prep": "../../../scripts/prepare/bundle.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/client-logger": "7.2.0",
47
- "@storybook/core-common": "7.2.0",
48
- "@storybook/csf-tools": "7.2.0",
46
+ "@storybook/client-logger": "7.2.1",
47
+ "@storybook/core-common": "7.2.1",
48
+ "@storybook/csf-tools": "7.2.1",
49
49
  "chalk": "^4.1.0",
50
50
  "detect-package-manager": "^2.0.1",
51
51
  "fetch-retry": "^5.0.2",