rivet-graphql
Advanced tools
Comparing version 0.5.0-canary-20230119004945 to 0.5.0-canary-20230228214426
# rivet-graphql | ||
## 0.5.0-canary-20230119004945 | ||
## 0.5.0-canary-20230228214426 | ||
@@ -5,0 +5,0 @@ ### Minor Changes |
@@ -0,1 +1,6 @@ | ||
/** | ||
* Copyright (c) HashiCorp, Inc. | ||
* SPDX-License-Identifier: MPL-2.0 | ||
*/ | ||
//@ts-check | ||
@@ -2,0 +7,0 @@ let { GraphQLClient } = require('graphql-request') |
{ | ||
"name": "rivet-graphql", | ||
"description": "a relay-like graphql data loading system for nextjs", | ||
"version": "0.5.0-canary-20230119004945", | ||
"version": "0.5.0-canary-20230228214426", | ||
"author": "Jeff Escalante", | ||
@@ -35,2 +35,3 @@ "bugs": { | ||
"scripts": { | ||
"release": "npm run generate:types && changeset publish", | ||
"release:canary": "npm run generate:types && changeset publish --tag canary", | ||
@@ -37,0 +38,0 @@ "test": "jest", |
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
37603
13
289