@graffy/core
Advanced tools
Comparing version 0.14.7-alpha.10 to 0.14.7-alpha.11
@@ -62,3 +62,2 @@ "use strict"; | ||
exports.default = Core; | ||
module.exports = exports.default; | ||
exports.default = Core; |
@@ -132,3 +132,2 @@ "use strict"; | ||
exports.default = Graffy; | ||
module.exports = exports.default; | ||
exports.default = Graffy; |
@@ -11,3 +11,2 @@ "use strict"; | ||
var _default = _Graffy.default; | ||
exports.default = _default; | ||
module.exports = exports.default; | ||
exports.default = _default; |
@@ -5,11 +5,4 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.14.7-alpha.10", | ||
"version": "0.14.7-alpha.11", | ||
"main": "./index.js", | ||
"exports": { | ||
"import": "./src/index.js", | ||
"require": "./index.js" | ||
}, | ||
"module": "./src/index.js", | ||
"source": "./src/index.js", | ||
"esnext": "./src/index.js", | ||
"repository": { | ||
@@ -22,5 +15,5 @@ "type": "git", | ||
"@babel/runtime-corejs3": "^7.9.2", | ||
"@graffy/common": "0.14.7-alpha.10", | ||
"@graffy/stream": "0.14.7-alpha.10" | ||
"@graffy/common": "0.14.7-alpha.11", | ||
"@graffy/stream": "0.14.7-alpha.11" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
10175
6
224
+ Added@graffy/common@0.14.7-alpha.11(transitive)
+ Added@graffy/stream@0.14.7-alpha.11(transitive)
- Removed@graffy/common@0.14.7-alpha.10(transitive)
- Removed@graffy/stream@0.14.7-alpha.10(transitive)