@gql.tada/internal
Advanced tools
Comparing version 0.1.0 to 0.1.1-canary-69e2e21fc7ecab90bcae9b15c800a672b4f8face
# @gql.tada/internal | ||
## 0.1.1-canary-69e2e21fc7ecab90bcae9b15c800a672b4f8face | ||
### Patch Changes | ||
- Add `typescript` to `peerDependencies` | ||
Submitted by [@kitten](https://github.com/kitten) (See [#156](https://github.com/0no-co/gql.tada/pull/156)) | ||
## 0.1.0 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@gql.tada/internal", | ||
"version": "0.1.0", | ||
"version": "0.1.1-canary-69e2e21fc7ecab90bcae9b15c800a672b4f8face", | ||
"public": true, | ||
@@ -43,8 +43,11 @@ "description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.", | ||
"sade": "^1.8.1", | ||
"type-fest": "^4.10.2" | ||
"type-fest": "^4.10.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"graphql": "^16.8.1", | ||
"typescript": "^5.3.3" | ||
"graphql": "^16.8.1" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
}, | ||
"publishConfig": { | ||
@@ -51,0 +54,0 @@ "access": "public", |
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
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
370287
7
- Removedtypescript@^5.3.3