@nx-tools/core
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -0,1 +1,17 @@ | ||
## 6.0.1 (2024-05-22) | ||
### 🚀 Features | ||
- nx 19 support ([3922496](https://github.com/gperdomor/nx-tools/commit/3922496)) | ||
### 🩹 Fixes | ||
- **core:** fix issue getting prefixed variables ([4990bf5](https://github.com/gperdomor/nx-tools/commit/4990bf5)) | ||
### ❤️ Thank You | ||
- Gustavo Perdomo | ||
- Kaden Wilkinson @kdawgwilk | ||
- meehawk @meehawk | ||
# 6.0.0 (2024-05-07) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "@nx-tools/core", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "gperdomor <gperdomor@gmail.com>", |
@@ -7,3 +7,3 @@ "use strict"; | ||
function getInputList(name, opts) { | ||
return getList((0, get_input_1.getInput)(name), opts); | ||
return getList((0, get_input_1.getInput)(name, { prefix: opts === null || opts === void 0 ? void 0 : opts.prefix }), opts); | ||
} | ||
@@ -10,0 +10,0 @@ exports.getInputList = getInputList; |
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
31406