@storybook/angular 7.1.0-alpha.1 → 7.1.0-alpha.2
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.
|
@@ -6,9 +6,11 @@ const operators_1 = require("rxjs/operators");
|
|
|
6
6
|
const find_up_1 = require("find-up");
|
|
7
7
|
const read_pkg_up_1 = require("read-pkg-up");
|
|
8
8
|
const cli_1 = require("@storybook/cli");
|
|
9
|
+
const telemetry_1 = require("@storybook/telemetry");
|
|
9
10
|
const core_server_1 = require("@storybook/core-server");
|
|
10
11
|
const run_compodoc_1 = require("../utils/run-compodoc");
|
|
11
12
|
const error_handler_1 = require("../utils/error-handler");
|
|
13
|
+
(0, telemetry_1.addToGlobalContext)('cliVersion', cli_1.versions.storybook);
|
|
12
14
|
exports.default = (0, architect_1.createBuilder)(commandBuilder);
|
|
13
15
|
function commandBuilder(options, context) {
|
|
14
16
|
return (0, rxjs_1.from)(setup(options, context)).pipe((0, operators_1.switchMap)(({ tsConfig }) => {
|
|
@@ -6,9 +6,11 @@ const operators_1 = require("rxjs/operators");
|
|
|
6
6
|
const find_up_1 = require("find-up");
|
|
7
7
|
const read_pkg_up_1 = require("read-pkg-up");
|
|
8
8
|
const cli_1 = require("@storybook/cli");
|
|
9
|
+
const telemetry_1 = require("@storybook/telemetry");
|
|
9
10
|
const core_server_1 = require("@storybook/core-server");
|
|
10
11
|
const run_compodoc_1 = require("../utils/run-compodoc");
|
|
11
12
|
const error_handler_1 = require("../utils/error-handler");
|
|
13
|
+
(0, telemetry_1.addToGlobalContext)('cliVersion', cli_1.versions.storybook);
|
|
12
14
|
exports.default = (0, architect_1.createBuilder)(commandBuilder);
|
|
13
15
|
function commandBuilder(options, context) {
|
|
14
16
|
return (0, rxjs_1.from)(setup(options, context)).pipe((0, operators_1.switchMap)(({ tsConfig }) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/angular",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.2",
|
|
4
4
|
"description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -36,20 +36,21 @@
|
|
|
36
36
|
"prep": "../../../scripts/prepare/tsc.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@storybook/builder-webpack5": "7.1.0-alpha.
|
|
40
|
-
"@storybook/cli": "7.1.0-alpha.
|
|
41
|
-
"@storybook/client-logger": "7.1.0-alpha.
|
|
42
|
-
"@storybook/core-client": "7.1.0-alpha.
|
|
43
|
-
"@storybook/core-common": "7.1.0-alpha.
|
|
44
|
-
"@storybook/core-events": "7.1.0-alpha.
|
|
45
|
-
"@storybook/core-server": "7.1.0-alpha.
|
|
46
|
-
"@storybook/core-webpack": "7.1.0-alpha.
|
|
47
|
-
"@storybook/docs-tools": "7.1.0-alpha.
|
|
39
|
+
"@storybook/builder-webpack5": "7.1.0-alpha.2",
|
|
40
|
+
"@storybook/cli": "7.1.0-alpha.2",
|
|
41
|
+
"@storybook/client-logger": "7.1.0-alpha.2",
|
|
42
|
+
"@storybook/core-client": "7.1.0-alpha.2",
|
|
43
|
+
"@storybook/core-common": "7.1.0-alpha.2",
|
|
44
|
+
"@storybook/core-events": "7.1.0-alpha.2",
|
|
45
|
+
"@storybook/core-server": "7.1.0-alpha.2",
|
|
46
|
+
"@storybook/core-webpack": "7.1.0-alpha.2",
|
|
47
|
+
"@storybook/docs-tools": "7.1.0-alpha.2",
|
|
48
48
|
"@storybook/global": "^5.0.0",
|
|
49
|
-
"@storybook/manager-api": "7.1.0-alpha.
|
|
50
|
-
"@storybook/node-logger": "7.1.0-alpha.
|
|
51
|
-
"@storybook/preview-api": "7.1.0-alpha.
|
|
52
|
-
"@storybook/
|
|
49
|
+
"@storybook/manager-api": "7.1.0-alpha.2",
|
|
50
|
+
"@storybook/node-logger": "7.1.0-alpha.2",
|
|
51
|
+
"@storybook/preview-api": "7.1.0-alpha.2",
|
|
52
|
+
"@storybook/telemetry": "7.1.0-alpha.2",
|
|
53
|
+
"@storybook/types": "7.1.0-alpha.2",
|
|
53
54
|
"@types/node": "^16.0.0",
|
|
54
55
|
"@types/react": "^16.14.34",
|
|
55
56
|
"@types/react-dom": "^16.9.14",
|
|
@@ -123,5 +124,5 @@
|
|
|
123
124
|
"bundler": {
|
|
124
125
|
"tsConfig": "tsconfig.build.json"
|
|
125
126
|
},
|
|
126
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "3f0c9a6636b9e69006ffb841234cf785598e0572"
|
|
127
128
|
}
|