@linear/sdk
Advanced tools
Comparing version 1.5.0 to 1.5.1
# Change Log | ||
## 1.5.1 | ||
### Patch Changes | ||
- Update custom scalars to use non-any types | ||
## 1.5.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@linear/sdk", | ||
"description": "The Linear Client SDK for interacting with the Linear GraphQL API", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"author": "Linear Orbit, Inc", | ||
@@ -26,4 +26,5 @@ "license": "MIT", | ||
"generate:schema": "npx graphql-codegen --config codegen.schema.yml", | ||
"generate:sdk": "npx graphql-codegen --config codegen.sdk.yml", | ||
"generate:sdk": "npx graphql-codegen --config codegen.sdk.yml && yarn update:scalars", | ||
"generate:test": "npx graphql-codegen --config codegen.test.yml", | ||
"update:scalars": "ts-node scripts/update-scalars.ts", | ||
"schema": "npx graphql-codegen --config codegen.schema.yml", | ||
@@ -51,2 +52,3 @@ "scratch": "ts-node src/scratch.ts" | ||
"get-port": "^5.1.1", | ||
"replace-in-file": "^6.2.0", | ||
"rollup": "^2.38.3", | ||
@@ -53,0 +55,0 @@ "rollup-plugin-gzip": "^2.5.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
9148558
167290
19
2
28