@ms-cloudpack/path-utilities
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Sat, 15 Oct 2022 08:11:07 GMT", | ||
"date": "Tue, 18 Oct 2022 08:15:52 GMT", | ||
"tag": "@ms-cloudpack/path-utilities_v1.1.0", | ||
"version": "1.1.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "dake.3601@gmail.com", | ||
"package": "@ms-cloudpack/path-utilities", | ||
"commit": "1bec1f80bb50ebe897f03dc74437c3e211bea83e", | ||
"comment": "Added a file path symbol replacement function." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Sat, 15 Oct 2022 08:11:32 GMT", | ||
"tag": "@ms-cloudpack/path-utilities_v1.0.0", | ||
@@ -8,0 +23,0 @@ "version": "1.0.0", |
# Change Log - @ms-cloudpack/path-utilities | ||
This log was last generated on Sat, 15 Oct 2022 08:11:07 GMT and should not be manually modified. | ||
This log was last generated on Tue, 18 Oct 2022 08:15:52 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.1.0 | ||
Tue, 18 Oct 2022 08:15:52 GMT | ||
### Minor changes | ||
- Added a file path symbol replacement function. (dake.3601@gmail.com) | ||
## 1.0.0 | ||
Sat, 15 Oct 2022 08:11:07 GMT | ||
Sat, 15 Oct 2022 08:11:32 GMT | ||
@@ -11,0 +19,0 @@ ### Major changes |
@@ -6,1 +6,2 @@ export { intermediateToSourcePath } from './intermediateToSourcePath.js'; | ||
export { findPackageRoot } from './findPackageRoot.js'; | ||
export { pathSymbolReplacement } from './pathSymbolReplacement.js'; |
@@ -6,2 +6,3 @@ export { intermediateToSourcePath } from './intermediateToSourcePath.js'; | ||
export { findPackageRoot } from './findPackageRoot.js'; | ||
export { pathSymbolReplacement } from './pathSymbolReplacement.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ms-cloudpack/path-utilities", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"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
32899
46
471