@storybook/angular 6.5.0-beta.1 → 6.5.0-beta.4

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.
@@ -28,11 +28,11 @@ exports.buildStandaloneErrorHandler = (error) => {
28
28
  node_logger_1.logger.line();
29
29
  return error.close
30
30
  ? ts_dedent_1.default `
31
- FATAL broken build!, will close the process,
32
- Fix the error below and restart storybook.
33
- `
31
+ FATAL broken build!, will close the process,
32
+ Fix the error below and restart storybook.
33
+ `
34
34
  : ts_dedent_1.default `
35
- Broken build, fix the error above.
36
- You may need to refresh the browser.
37
- `;
35
+ Broken build, fix the error above.
36
+ You may need to refresh the browser.
37
+ `;
38
38
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/angular",
3
- "version": "6.5.0-beta.1",
3
+ "version": "6.5.0-beta.4",
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.0-beta.1",
49
- "@storybook/api": "6.5.0-beta.1",
50
- "@storybook/client-logger": "6.5.0-beta.1",
51
- "@storybook/core": "6.5.0-beta.1",
52
- "@storybook/core-common": "6.5.0-beta.1",
53
- "@storybook/core-events": "6.5.0-beta.1",
48
+ "@storybook/addons": "6.5.0-beta.4",
49
+ "@storybook/api": "6.5.0-beta.4",
50
+ "@storybook/client-logger": "6.5.0-beta.4",
51
+ "@storybook/core": "6.5.0-beta.4",
52
+ "@storybook/core-common": "6.5.0-beta.4",
53
+ "@storybook/core-events": "6.5.0-beta.4",
54
54
  "@storybook/csf": "0.0.2--canary.4566f4d.1",
55
- "@storybook/docs-tools": "6.5.0-beta.1",
56
- "@storybook/node-logger": "6.5.0-beta.1",
55
+ "@storybook/docs-tools": "6.5.0-beta.4",
56
+ "@storybook/node-logger": "6.5.0-beta.4",
57
57
  "@storybook/semver": "^7.3.2",
58
- "@storybook/store": "6.5.0-beta.1",
58
+ "@storybook/store": "6.5.0-beta.4",
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": "85bcae3041a0664d7c0ee4756241e29ad1063a9a"
140
+ "gitHead": "55247a8e36da7061bfced80c588a539d3fda3f04"
141
141
  }