@storybook/angular 6.5.15-alpha.1 → 6.5.16-alpha.0

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.
@@ -53,7 +53,7 @@
53
53
  }
54
54
  },
55
55
  "webpackStatsJson": {
56
- "type": "boolean",
56
+ "type": ["boolean", "string"],
57
57
  "description": "Write Webpack Stats JSON to disk",
58
58
  "default": false
59
59
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/angular",
3
- "version": "6.5.15-alpha.1",
3
+ "version": "6.5.16-alpha.0",
4
4
  "description": "Storybook for Angular: Develop Angular Components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -45,17 +45,17 @@
45
45
  "prepare": "node ../../scripts/prepare.js"
46
46
  },
47
47
  "dependencies": {
48
- "@storybook/addons": "6.5.15-alpha.1",
49
- "@storybook/api": "6.5.15-alpha.1",
50
- "@storybook/client-logger": "6.5.15-alpha.1",
51
- "@storybook/core": "6.5.15-alpha.1",
52
- "@storybook/core-common": "6.5.15-alpha.1",
53
- "@storybook/core-events": "6.5.15-alpha.1",
48
+ "@storybook/addons": "6.5.16-alpha.0",
49
+ "@storybook/api": "6.5.16-alpha.0",
50
+ "@storybook/client-logger": "6.5.16-alpha.0",
51
+ "@storybook/core": "6.5.16-alpha.0",
52
+ "@storybook/core-common": "6.5.16-alpha.0",
53
+ "@storybook/core-events": "6.5.16-alpha.0",
54
54
  "@storybook/csf": "0.0.2--canary.4566f4d.1",
55
- "@storybook/docs-tools": "6.5.15-alpha.1",
56
- "@storybook/node-logger": "6.5.15-alpha.1",
55
+ "@storybook/docs-tools": "6.5.16-alpha.0",
56
+ "@storybook/node-logger": "6.5.16-alpha.0",
57
57
  "@storybook/semver": "^7.3.2",
58
- "@storybook/store": "6.5.15-alpha.1",
58
+ "@storybook/store": "6.5.16-alpha.0",
59
59
  "@types/node": "^14.14.20 || ^16.0.0",
60
60
  "@types/react": "^16.14.23",
61
61
  "@types/react-dom": "^16.9.14",
@@ -137,5 +137,5 @@
137
137
  "access": "public"
138
138
  },
139
139
  "builders": "dist/ts3.9/builders/builders.json",
140
- "gitHead": "cfd775bd5bfb7c4bc4609f413e52c1ba2f226560"
140
+ "gitHead": "1b48a7af6f154076a9c77b3890c2baeba4d724a1"
141
141
  }