@graphql-codegen/urql-introspection
Advanced tools
Comparing version 2.1.2-alpha-fc06eb8e7.0 to 2.2.0-alpha-29eb1293b.0
{ | ||
"name": "@graphql-codegen/urql-introspection", | ||
"version": "2.1.2-alpha-fc06eb8e7.0", | ||
"version": "2.2.0-alpha-29eb1293b.0", | ||
"description": "graphql-code-generate plugin for generating fragments matcher introspection file", | ||
@@ -9,5 +9,5 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@graphql-codegen/plugin-helpers": "2.4.0-alpha-fc06eb8e7.0", | ||
"@urql/introspection": "0.3.1", | ||
"tslib": "~2.3.0" | ||
"@graphql-codegen/plugin-helpers": "^2.5.0-alpha-29eb1293b.0", | ||
"@urql/introspection": "0.3.2", | ||
"tslib": "~2.4.0" | ||
}, | ||
@@ -20,19 +20,26 @@ "repository": { | ||
"license": "MIT", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"typings": "typings/index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
"definition": "typings/index.d.ts" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
"require": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./cjs/index.js" | ||
}, | ||
"import": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
}, | ||
"default": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
} | ||
}, | ||
"./*": { | ||
"require": "./*.js", | ||
"import": "./*.mjs" | ||
} | ||
"./package.json": "./package.json" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8633
5
Yes
1
+ Added@graphql-codegen/plugin-helpers@2.7.2(transitive)
+ Added@urql/introspection@0.3.2(transitive)
+ Addedtslib@2.4.1(transitive)
- Removed@graphql-codegen/plugin-helpers@2.4.0-alpha-fc06eb8e7.0(transitive)
- Removed@urql/introspection@0.3.1(transitive)
- Removedtslib@2.3.12.8.0(transitive)
Updated@graphql-codegen/plugin-helpers@^2.5.0-alpha-29eb1293b.0
Updated@urql/introspection@0.3.2
Updatedtslib@~2.4.0