@storybook/telemetry 8.2.0-alpha.5 → 8.2.0-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/telemetry",
3
- "version": "8.2.0-alpha.5",
3
+ "version": "8.2.0-alpha.6",
4
4
  "description": "Telemetry logging for crash reports and usage statistics",
5
5
  "keywords": [
6
6
  "storybook"
@@ -24,8 +24,8 @@
24
24
  ".": {
25
25
  "types": "./dist/index.d.ts",
26
26
  "node": "./dist/index.js",
27
- "require": "./dist/index.js",
28
- "import": "./dist/index.mjs"
27
+ "import": "./dist/index.mjs",
28
+ "require": "./dist/index.js"
29
29
  },
30
30
  "./package.json": "./package.json"
31
31
  },
@@ -44,9 +44,9 @@
44
44
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@storybook/client-logger": "8.2.0-alpha.5",
48
- "@storybook/core-common": "8.2.0-alpha.5",
49
- "@storybook/csf-tools": "8.2.0-alpha.5",
47
+ "@storybook/client-logger": "8.2.0-alpha.6",
48
+ "@storybook/core-common": "8.2.0-alpha.6",
49
+ "@storybook/csf-tools": "8.2.0-alpha.6",
50
50
  "chalk": "^4.1.0",
51
51
  "detect-package-manager": "^2.0.1",
52
52
  "fetch-retry": "^5.0.2",