@storybook/telemetry 7.0.0-beta.47 → 7.0.0-beta.49

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 -5
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -719,7 +719,7 @@ PackageJson$1.NonStandardEntryPoints &
719
719
  PackageJson$1.TypeScriptConfiguration &
720
720
  PackageJson$1.YarnConfiguration &
721
721
  PackageJson$1.JSPMConfiguration;
722
- declare type Tag = string;
722
+ type Tag = string;
723
723
  interface Parameters {
724
724
  [name: string]: any;
725
725
  }
@@ -986,10 +986,6 @@ interface StorybookConfig {
986
986
  * Enable a set of planned breaking changes for SB7.0
987
987
  */
988
988
  breakingChangesV7?: boolean;
989
- /**
990
- * Enable the step debugger functionality in Addon-interactions.
991
- */
992
- interactionsDebugger?: boolean;
993
989
  /**
994
990
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
995
991
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/telemetry",
3
- "version": "7.0.0-beta.47",
3
+ "version": "7.0.0-beta.49",
4
4
  "description": "Telemetry logging for crash reports and usage statistics",
5
5
  "keywords": [
6
6
  "storybook"
@@ -43,8 +43,8 @@
43
43
  "prep": "../../../scripts/prepare/bundle.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/client-logger": "7.0.0-beta.47",
47
- "@storybook/core-common": "7.0.0-beta.47",
46
+ "@storybook/client-logger": "7.0.0-beta.49",
47
+ "@storybook/core-common": "7.0.0-beta.49",
48
48
  "chalk": "^4.1.0",
49
49
  "detect-package-manager": "^2.0.1",
50
50
  "fetch-retry": "^5.0.2",
@@ -65,5 +65,5 @@
65
65
  ],
66
66
  "platform": "node"
67
67
  },
68
- "gitHead": "a591d8eb579e68b26c277ab8ebdcafc2611530a5"
68
+ "gitHead": "a2b4f0b42ee2b071390794bbdf99d0366fa32472"
69
69
  }