@storybook/telemetry 7.0.0-alpha.17 → 7.0.0-alpha.18
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.
|
@@ -193,7 +193,8 @@ const getStorybookMetadata = async _configDir => {
|
|
|
193
193
|
const {
|
|
194
194
|
packageJson = {}
|
|
195
195
|
} = _readPkgUp.default.sync({
|
|
196
|
-
cwd: process.cwd()
|
|
196
|
+
cwd: process.cwd(),
|
|
197
|
+
normalize: false
|
|
197
198
|
}) || {};
|
|
198
199
|
const configDir = (_configDir || (0, _coreCommon.getStorybookConfiguration)((packageJson === null || packageJson === void 0 ? void 0 : (_packageJson$scripts = packageJson.scripts) === null || _packageJson$scripts === void 0 ? void 0 : _packageJson$scripts.storybook) || '', '-c', '--config-dir')) ?? '.storybook';
|
|
199
200
|
const mainConfig = (0, _coreCommon.loadMainConfig)({
|
|
@@ -170,7 +170,8 @@ export const getStorybookMetadata = async _configDir => {
|
|
|
170
170
|
const {
|
|
171
171
|
packageJson = {}
|
|
172
172
|
} = readPkgUp.sync({
|
|
173
|
-
cwd: process.cwd()
|
|
173
|
+
cwd: process.cwd(),
|
|
174
|
+
normalize: false
|
|
174
175
|
}) || {};
|
|
175
176
|
const configDir = (_configDir || getStorybookConfiguration(packageJson?.scripts?.storybook || '', '-c', '--config-dir')) ?? '.storybook';
|
|
176
177
|
const mainConfig = loadMainConfig({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/telemetry",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.18",
|
|
4
4
|
"description": "Telemetry logging for crash reports and usage statistics",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"prepare": "node ../../../scripts/prepare.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@storybook/client-logger": "7.0.0-alpha.
|
|
38
|
-
"@storybook/core-common": "7.0.0-alpha.
|
|
37
|
+
"@storybook/client-logger": "7.0.0-alpha.18",
|
|
38
|
+
"@storybook/core-common": "7.0.0-alpha.18",
|
|
39
39
|
"chalk": "^4.1.0",
|
|
40
40
|
"core-js": "^3.8.2",
|
|
41
41
|
"detect-package-manager": "^2.0.1",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "bd59f1eef0f644175abdb0d9873ed0553f431f53"
|
|
56
56
|
}
|