@reshadow/core
Advanced tools
Comparing version 0.0.1-alpha.70 to 0.0.1-alpha.71
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.1-alpha.71](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.70...v0.0.1-alpha.71) (2019-10-24) | ||
### Features | ||
* **core:** fix IE11 symbol bug ([e81a481](https://github.com/lttb/reshadow/commit/e81a481)) | ||
## [0.0.1-alpha.70](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.69...v0.0.1-alpha.70) (2019-09-30) | ||
@@ -8,0 +19,0 @@ |
@@ -46,3 +46,3 @@ "use strict"; | ||
if (!(KEYS.__id__ in _style)) { | ||
if (!_style[KEYS.__id__]) { | ||
_style[KEYS.__id__] = ++index; | ||
@@ -49,0 +49,0 @@ _style[KEYS.__store__] = _defineProperty({}, '_' + _style[KEYS.__id__], _style); |
{ | ||
"name": "@reshadow/core", | ||
"version": "0.0.1-alpha.70", | ||
"version": "0.0.1-alpha.71", | ||
"description": "reshadow core runtime", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
15291