gatsby-core-utils
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.24...gatsby-core-utils@1.0.25) (2019-12-20) | ||
**Note:** Version bump only for package gatsby-core-utils | ||
## [1.0.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.22...gatsby-core-utils@1.0.24) (2019-12-10) | ||
@@ -8,0 +12,0 @@ |
@@ -16,2 +16,8 @@ /** | ||
/** | ||
* Convert Windows backslash paths to slash paths: foo\\bar ➔ foo/bar | ||
* @param {string} path | ||
*/ | ||
export declare function slash(path: string): string | ||
/** | ||
* Checks if the file name matches a node path | ||
@@ -18,0 +24,0 @@ * @param {string} fileName File name |
{ | ||
"name": "gatsby-core-utils", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "A collection of gatsby utils used in different gatsby packages", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a9e404620b8d855b8c6f8ded028b93dab6071ead" | ||
"gitHead": "f5f0c9b91d914cc86f9ce483e062357ed7ebbb7d" | ||
} |
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
19159
287