@gatsby-cloud-pkg/gatsby-cms-extension-base
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.35](https://github.com/gatsby-inc/mansion/compare/@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.34...@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.35) (2019-08-23) | ||
**Note:** Version bump only for package @gatsby-cloud-pkg/gatsby-cms-extension-base | ||
## [0.0.34](https://github.com/gatsby-inc/mansion/compare/@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.33...@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.34) (2019-08-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@gatsby-cloud-pkg/gatsby-cms-extension-base", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "Common utilities for integrating Gatsby Preview with CMS providers", | ||
@@ -31,6 +31,10 @@ "main": "dist/index.js", | ||
"jest": { | ||
"collectCoverage": true, | ||
"coverageReporters": [ | ||
"text", | ||
"html" | ||
], | ||
"transform": { | ||
".(ts)": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|\\.spec)\\.ts$", | ||
"moduleFileExtensions": [ | ||
@@ -46,3 +50,3 @@ "ts", | ||
}, | ||
"gitHead": "aae1af3a32b3bf3618d78ef3b56220bdd7bd84e2" | ||
"gitHead": "f86ffe6f53db12ae58cfee04e18ebfaf4268413c" | ||
} |
@@ -7,4 +7,4 @@ { | ||
}, | ||
"exclude": ["node_modules", "src/**/__tests__"], | ||
"include": ["src/**/*.tsx"] | ||
"include": ["src/**/*.ts", "src/**/*.tsx"], | ||
"exclude": ["src/**/*.test.ts", "src/**/*.spec.ts", "src/**/__tests__"] | ||
} |
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
14257