@storybook/addons
Advanced tools
Comparing version 3.1.6 to 3.2.0-alpha.8
@@ -28,3 +28,6 @@ "use strict"; | ||
this.panels = {}; | ||
this.channel = null; | ||
this.channel = { | ||
on: function on() {}, | ||
emit: function emit() {} | ||
}; | ||
this.preview = null; | ||
@@ -31,0 +34,0 @@ this.database = null; |
{ | ||
"name": "@storybook/addons", | ||
"version": "3.1.6", | ||
"version": "3.2.0-alpha.8", | ||
"description": "Storybook addons store", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ export class AddonStore { | ||
this.panels = {}; | ||
this.channel = null; | ||
this.channel = { on() {}, emit() {} }; | ||
this.preview = null; | ||
@@ -8,0 +8,0 @@ this.database = null; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6989
122
2