Comparing version 1.2.1 to 1.3.0-canary-a1edea1fb1f921689d1555c3d9f7322767bbae93
{ | ||
"name": "gql.tada", | ||
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system", | ||
"version": "1.2.1", | ||
"version": "1.3.0-canary-a1edea1fb1f921689d1555c3d9f7322767bbae93", | ||
"author": "0no.co <hi@0no.co>", | ||
@@ -11,5 +11,10 @@ "source": "./src/index.ts", | ||
"sideEffects": false, | ||
"bin": { | ||
"gql.tada": "./bin/cli.js", | ||
"gql-tada": "./bin/cli.js" | ||
}, | ||
"files": [ | ||
"LICENSE.md", | ||
"README.md", | ||
"bin/", | ||
"dist/" | ||
@@ -24,6 +29,13 @@ ], | ||
}, | ||
"./cli": { | ||
"types": "./dist/gql-tada-cli.d.ts", | ||
"import": "./dist/gql-tada-cli.mjs", | ||
"require": "./dist/gql-tada-cli.js", | ||
"source": "./src/cli/index.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"dependencies": { | ||
"@0no-co/graphql.web": "^1.0.4" | ||
"@0no-co/graphql.web": "^1.0.4", | ||
"@gql.tada/cli-utils": "0.1.0-canary-a1edea1fb1f921689d1555c3d9f7322767bbae93" | ||
}, | ||
@@ -30,0 +42,0 @@ "public": true, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
104345
14
1941
2
2