gatsby-core-utils
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.1.2...gatsby-core-utils@1.1.3) (2020-04-17) | ||
### Bug Fixes | ||
- wrap ignore pattern in quotes ([#23176](https://github.com/gatsbyjs/gatsby/issues/23176)) ([7563db6](https://github.com/gatsbyjs/gatsby/commit/7563db6)) | ||
## [1.1.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.1.1...gatsby-core-utils@1.1.2) (2020-04-16) | ||
@@ -8,0 +14,0 @@ |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
/// <reference types="node" /> | ||
import Module from "module"; | ||
export declare const createRequireFromPath: typeof Module.createRequire; |
@@ -0,0 +0,0 @@ import Configstore from "configstore"; |
export declare const getGatsbyVersion: () => string; |
@@ -0,0 +0,0 @@ export { createContentDigest } from "./create-content-digest"; |
@@ -0,0 +0,0 @@ /** |
export declare function getPhysicalCpuCount(): number; |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "gatsby-core-utils", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A collection of gatsby utils used in different gatsby packages", | ||
@@ -19,6 +19,6 @@ "keywords": [ | ||
"scripts": { | ||
"build": "babel src --out-dir dist/ --ignore **/__tests__ --ignore **/__mocks__ --extensions \".ts\"", | ||
"build": "babel src --out-dir dist/ --ignore \"**/__tests__\" --ignore \"**/__mocks__\" --extensions \".ts\"", | ||
"typegen": "tsc --emitDeclarationOnly --declaration --declarationDir dist/", | ||
"prepare": "cross-env NODE_ENV=production npm run build && npm run typegen", | ||
"watch": "babel -w src --out-dir dist/ --ignore **/__tests__ --extensions \".ts\"" | ||
"watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts\"" | ||
}, | ||
@@ -48,3 +48,3 @@ "bugs": { | ||
}, | ||
"gitHead": "d3823b5b2af478ce861a38413ee6b4d4f3cc6da9" | ||
"gitHead": "8b6b9f338b6d695a30c80ead459c3a9ca2f165e3" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
27517
1