@envelop/graphql-jit
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "@envelop/graphql-jit", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"sideEffects": false, | ||
@@ -19,8 +19,18 @@ "peerDependencies": { | ||
"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
16824
1