@graffy/stream
Advanced tools
Comparing version 0.15.8-alpha.2 to 0.15.8-alpha.3
@@ -5,5 +5,10 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.15.8-alpha.2", | ||
"main": "./cjs/index.js", | ||
"types": "./types/index.d.ts", | ||
"version": "0.15.8-alpha.3", | ||
"main": "./index.cjs", | ||
"exports": { | ||
"import": "./index.mjs", | ||
"require": "./index.cjs" | ||
}, | ||
"module": "./index.mjs", | ||
"types": "./index.d.ts", | ||
"repository": { | ||
@@ -13,6 +18,3 @@ "type": "git", | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.15.3" | ||
} | ||
"license": "Apache-2.0" | ||
} |
0
6375
5
36
- Removed@babel/runtime-corejs3@^7.15.3
- Removed@babel/runtime-corejs3@7.26.9(transitive)
- Removedcore-js-pure@3.40.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)