@graffy/fill
Advanced tools
Comparing version 0.14.7-alpha4 to 0.15.0-alpha.1
@@ -5,16 +5,17 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.14.7-alpha4", | ||
"main": "index.js", | ||
"source": "src/index.js", | ||
"esnext": "src/index.js", | ||
"version": "0.15.0-alpha.1", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/aravindet/graffy.git" | ||
"url": "git+https://github.com/usegraffy/graffy.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.9.2", | ||
"@graffy/common": "0.14.7-alpha4", | ||
"@graffy/stream": "0.14.7-alpha4" | ||
"@babel/runtime": "^7.10.4", | ||
"@graffy/common": "0.15.0-alpha.1", | ||
"@graffy/stream": "0.15.0-alpha.1", | ||
"debug": "^4.1.1", | ||
"@graffy/testing": "0.15.0-alpha.1" | ||
} | ||
} |
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
17620
466
5
1
+ Added@babel/runtime@^7.10.4
+ Addeddebug@^4.1.1
+ Added@babel/runtime@7.26.7(transitive)
+ Added@graffy/common@0.15.0-alpha.1(transitive)
+ Added@graffy/stream@0.15.0-alpha.1(transitive)
+ Added@graffy/testing@0.15.0-alpha.1(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedms@2.1.3(transitive)
- Removed@babel/runtime-corejs3@^7.9.2
- Removed@babel/runtime-corejs3@7.26.7(transitive)
- Removed@graffy/common@0.14.7-alpha4(transitive)
- Removed@graffy/stream@0.14.7-alpha4(transitive)
- Removedcore-js-pure@3.40.0(transitive)