graphcool-yml
Advanced tools
Comparing version 0.4.12 to 0.4.13
@@ -70,3 +70,3 @@ "use strict"; | ||
if (!this.cachedToken) { | ||
var grants = [{ target: "*/*/*", action: '*' }]; | ||
var grants = [{ target: "*/*", action: '*' }]; | ||
this.cachedToken = jwt.sign({ grants: grants }, this.clusterSecret, { | ||
@@ -73,0 +73,0 @@ expiresIn: '10 minutes', |
{ | ||
"name": "graphcool-yml", | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
165884