@wmfs/smithereens
Advanced tools
Comparing version 1.55.0 to 1.55.1
@@ -0,1 +1,8 @@ | ||
## [1.55.1](https://github.com/wmfs/smithereens/compare/v1.55.0...v1.55.1) (2024-09-16) | ||
### Bug Fixes | ||
* set windowsPathsNoEscape to true when using glob ([#385](https://github.com/wmfs/smithereens/issues/385)) ([d5dd317](https://github.com/wmfs/smithereens/commit/d5dd3173ea95efc971088999137d4c10f17948b7)) | ||
# [1.55.0](https://github.com/wmfs/smithereens/compare/v1.54.0...v1.55.0) (2024-07-02) | ||
@@ -2,0 +9,0 @@ |
@@ -54,3 +54,3 @@ 'use strict' | ||
fileSource, | ||
{ nodir: true }, | ||
{ nodir: true, windowsPathsNoEscape: true }, | ||
(err, files) => { | ||
@@ -57,0 +57,0 @@ if (err) return reject(err) |
{ | ||
"name": "@wmfs/smithereens", | ||
"version": "1.55.0", | ||
"version": "1.55.1", | ||
"description": "Smash CSV files into more manageable files based on column values", | ||
@@ -35,3 +35,3 @@ "author": "West Midlands Fire Service", | ||
"devDependencies": { | ||
"chai": "4.4.1", | ||
"chai": "4.5.0", | ||
"chai-subset": "1.6.0", | ||
@@ -41,6 +41,6 @@ "codecov": "3.8.3", | ||
"cz-conventional-changelog": "3.3.0", | ||
"mocha": "10.5.2", | ||
"mocha": "10.7.3", | ||
"nyc": "17.0.0", | ||
"semantic-release": "24.0.0", | ||
"standard": "17.1.0", | ||
"semantic-release": "24.1.1", | ||
"standard": "17.1.2", | ||
"@semantic-release/changelog": "6.0.3", | ||
@@ -47,0 +47,0 @@ "@semantic-release/git": "10.0.1" |
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
72353