@gatsby-cloud-pkg/gatsby-cms-extension-base
Advanced tools
Comparing version 0.0.38 to 0.0.39
@@ -23,3 +23,3 @@ "use strict"; | ||
const pathQuery = `query getQualifiedSlug($entryUrl:String) { sitePage( path:{ ${entryUrl ? `regex` : `eq`}:$entryUrl } ) { path } }`; | ||
const pathVariables = entryUrl ? `/${entryUrl}\/?$/` : `/`; | ||
const pathVariables = entryUrl ? `/${entryUrl}/?$/` : `/`; | ||
try { | ||
@@ -26,0 +26,0 @@ const res = yield fetch(`${normalizedPreviewUrl}/___graphql`, { |
{ | ||
"name": "@gatsby-cloud-pkg/gatsby-cms-extension-base", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"description": "Common utilities for integrating Gatsby Preview with CMS providers", | ||
@@ -21,6 +21,4 @@ "main": "dist/index.js", | ||
"@types/node": "^12.7.2", | ||
"eslint": "^5.13.0", | ||
"jest": "^24.8.0", | ||
"jest-preset-typescript": "^1.2.0", | ||
"prettier-eslint-cli": "^4.7.1", | ||
"rimraf": "^3.0.0", | ||
@@ -50,3 +48,3 @@ "ts-jest": "^24.0.2", | ||
}, | ||
"gitHead": "a5ae735322f33f2834ce3ef8ec80bf99d74fe4fe" | ||
"gitHead": "6cec341832aa149658743ec58cdede9809b002a7" | ||
} |
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
8
14992