@rnx-kit/tools-node
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Wed, 25 Aug 2021 08:52:03 GMT", | ||
"date": "Fri, 27 Aug 2021 18:41:06 GMT", | ||
"tag": "@rnx-kit/tools-node_v1.1.1", | ||
"version": "1.1.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "4123478+tido64@users.noreply.github.com", | ||
"package": "@rnx-kit/tools-node", | ||
"comment": "Fix Windows absolute paths not being handled correctly", | ||
"commit": "dcb826baf0cc3705b460776bdb31e19930f4f2dc" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 25 Aug 2021 08:52:48 GMT", | ||
"tag": "@rnx-kit/tools-node_v1.1.0", | ||
@@ -8,0 +23,0 @@ "version": "1.1.0", |
# Change Log - @rnx-kit/tools-node | ||
This log was last generated on Wed, 25 Aug 2021 08:52:03 GMT and should not be manually modified. | ||
This log was last generated on Fri, 27 Aug 2021 18:41:06 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.1.1 | ||
Fri, 27 Aug 2021 18:41:06 GMT | ||
### Patches | ||
- Fix Windows absolute paths not being handled correctly (4123478+tido64@users.noreply.github.com) | ||
## 1.1.0 | ||
Wed, 25 Aug 2021 08:52:03 GMT | ||
Wed, 25 Aug 2021 08:52:48 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
@@ -17,3 +17,3 @@ "use strict"; | ||
function parseModuleRef(r) { | ||
if (r.startsWith(".") || r.startsWith("/")) { | ||
if (r.startsWith(".") || path_1.default.isAbsolute(r)) { | ||
return { | ||
@@ -20,0 +20,0 @@ path: r, |
{ | ||
"name": "@rnx-kit/tools-node", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A collection of supplemental NodeJS functions and types", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-node#readme", |
Sorry, the diff of this file is not supported yet
38057
585