datocms-plugin-gatsby-cloud
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "datocms-plugin-gatsby-cloud", | ||
"homepage": "https://github.com/gatsby-inc/datocms-plugin-gatsby-cloud", | ||
"version": "0.1.3", | ||
"description": "Plugin that allows access to Gatsby Cloud instances", | ||
"version": "0.1.4", | ||
"description": "Plugin that allows access to Gatsby Cloud sites", | ||
"main": "index.js", | ||
@@ -50,7 +50,7 @@ "scripts": { | ||
"id": "instanceUrl", | ||
"label": "Instance url", | ||
"label": "Site url", | ||
"type": "string", | ||
"required": true, | ||
"default": false, | ||
"hint": "The url of a Gatsby Cloud instance" | ||
"hint": "The url of a Gatsby Cloud site" | ||
}, | ||
@@ -105,3 +105,3 @@ { | ||
"dependencies": { | ||
"@gatsby-cloud-pkg/gatsby-cms-extension-base": "^0.0.19", | ||
"@gatsby-cloud-pkg/gatsby-cms-extension-base": "^0.0.25", | ||
"classname": "^0.0.0", | ||
@@ -108,0 +108,0 @@ "prop-types": "^15.6.2", |
# Gatsby Cloud DatoCMS plugin | ||
Plugin that allows access to Gatsby Cloud instances | ||
Plugin that allows access to Gatsby Cloud sites | ||
## Configuration | ||
Please specify a Gatsby Cloud preview instance url (required) and auth token (optional) in the plugin global settings. | ||
Please specify a Gatsby Cloud site url (required) and auth token (optional) in the plugin global settings. | ||
![Configuration screenshot](https://user-images.githubusercontent.com/18426780/61498853-37e35a00-a982-11e9-889a-a24e484c4202.png) | ||
![Configuration screenshot](https://user-images.githubusercontent.com/18426780/62660663-ec422180-b92b-11e9-929e-03a66906d851.png) | ||
@@ -11,0 +11,0 @@ ## Plugin |
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
702033
653
+ Added@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.25(transitive)
- Removed@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.19(transitive)