@graffy/cache
Advanced tools
Comparing version 0.14.7-alpha.11 to 0.14.7-alpha.12
@@ -5,4 +5,9 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.14.7-alpha.11", | ||
"main": "./index.js", | ||
"version": "0.14.7-alpha.12", | ||
"main": "./cjs/index.js", | ||
"exports": { | ||
"import": "./esm/index.js", | ||
"require": "./cjs/index.js" | ||
}, | ||
"module": "./esm/index.js", | ||
"repository": { | ||
@@ -14,6 +19,6 @@ "type": "git", | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.9.2", | ||
"@graffy/common": "0.14.7-alpha.11", | ||
"@graffy/stream": "0.14.7-alpha.11" | ||
"@babel/runtime": "^7.9.2", | ||
"@graffy/common": "0.14.7-alpha.12", | ||
"@graffy/stream": "0.14.7-alpha.12" | ||
} | ||
} |
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
6726
4
188
1
+ Added@babel/runtime@^7.9.2
+ Added@babel/runtime@7.26.0(transitive)
+ Added@graffy/common@0.14.7-alpha.12(transitive)
+ Added@graffy/stream@0.14.7-alpha.12(transitive)
- Removed@babel/runtime-corejs3@^7.9.2
- Removed@babel/runtime-corejs3@7.26.0(transitive)
- Removed@graffy/common@0.14.7-alpha.11(transitive)
- Removed@graffy/stream@0.14.7-alpha.11(transitive)
- Removedcore-js-pure@3.40.0(transitive)