@graphql-inspector/logger
Advanced tools
Comparing version 0.0.0-canary.02a53c5 to 0.0.0-canary.0f79587
{ | ||
"name": "@graphql-inspector/logger", | ||
"version": "0.0.0-canary.02a53c5", | ||
"version": "0.0.0-canary.0f79587", | ||
"description": "Logger for GraphQL Inspector", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"chalk": "4.1.1", | ||
"chalk": "4.1.2", | ||
"figures": "3.2.0", | ||
@@ -24,8 +24,18 @@ "log-symbols": "^4.1.0", | ||
"license": "MIT", | ||
"main": "index.cjs.js", | ||
"module": "index.esm.js", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
}, | ||
"./*": { | ||
"require": "./*.js", | ||
"import": "./*.mjs" | ||
} | ||
} | ||
} |
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
5280
4
175
1
+ Addedchalk@4.1.2(transitive)
- Removedchalk@4.1.1(transitive)
Updatedchalk@4.1.2