@graffy/core
Advanced tools
Comparing version 0.15.25-alpha.5 to 0.15.25-alpha.6
@@ -5,4 +5,9 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.15.25-alpha.5", | ||
"main": "./index.mjs", | ||
"version": "0.15.25-alpha.6", | ||
"main": "./index.cjs", | ||
"exports": { | ||
"import": "./index.mjs", | ||
"require": "./index.cjs" | ||
}, | ||
"module": "./index.mjs", | ||
"types": "./types/index.d.ts", | ||
@@ -15,6 +20,6 @@ "repository": { | ||
"dependencies": { | ||
"@graffy/common": "0.15.25-alpha.5", | ||
"@graffy/stream": "0.15.25-alpha.5", | ||
"@graffy/common": "0.15.25-alpha.6", | ||
"@graffy/stream": "0.15.25-alpha.6", | ||
"debug": "^4.3.3" | ||
} | ||
} |
19218
9
511
+ Added@graffy/common@0.15.25-alpha.6(transitive)
+ Added@graffy/stream@0.15.25-alpha.6(transitive)
+ Addednanoid@4.0.2(transitive)
- Removed@graffy/common@0.15.25-alpha.5(transitive)
- Removed@graffy/stream@0.15.25-alpha.5(transitive)
- Removednanoid@3.3.8(transitive)