@ms-cloudpack/path-utilities
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Wed, 25 May 2022 21:40:21 GMT", | ||
"date": "Wed, 08 Jun 2022 20:06:34 GMT", | ||
"tag": "@ms-cloudpack/path-utilities_v0.3.1", | ||
"version": "0.3.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "dzearing@microsoft.com", | ||
"package": "@ms-cloudpack/path-utilities", | ||
"commit": "0e78dd2f1cf4d366f04d52d54996418c4febcfb6", | ||
"comment": "Fixed an infinite loop resolving source paths from intermediate." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 25 May 2022 21:40:45 GMT", | ||
"tag": "@ms-cloudpack/path-utilities_v0.3.0", | ||
@@ -8,0 +23,0 @@ "version": "0.3.0", |
# Change Log - @ms-cloudpack/path-utilities | ||
This log was last generated on Wed, 25 May 2022 21:40:21 GMT and should not be manually modified. | ||
This log was last generated on Wed, 08 Jun 2022 20:06:34 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.3.1 | ||
Wed, 08 Jun 2022 20:06:34 GMT | ||
### Patches | ||
- Fixed an infinite loop resolving source paths from intermediate. (dzearing@microsoft.com) | ||
## 0.3.0 | ||
Wed, 25 May 2022 21:40:21 GMT | ||
Wed, 25 May 2022 21:40:45 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
@@ -14,2 +14,3 @@ import path from 'path'; | ||
while (parts.length && | ||
firstFolderIndex < parts.length && | ||
(!parts[firstFolderIndex] || parts[firstFolderIndex] === '.' || parts[firstFolderIndex] === '..')) { | ||
@@ -16,0 +17,0 @@ firstFolderIndex++; |
{ | ||
"name": "@ms-cloudpack/path-utilities", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Utilities for resolving paths between source/intermediate/output locations in Cloudpack.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
26380
46
360