@naturalcycles/cli
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -89,4 +89,3 @@ #!/usr/bin/env node | ||
} | ||
const { NODE_OPTIONS } = process.env; | ||
const { platform, arch, versions: { node }, } = process; | ||
const { platform, arch, versions: { node }, env: { NODE_OPTIONS }, } = process; | ||
console.log(dimGrey(`node ${node} ${platform} ${arch}, NODE_OPTIONS: ${NODE_OPTIONS || 'not defined'}`)); | ||
@@ -93,0 +92,0 @@ if (!NODE_OPTIONS) { |
@@ -46,5 +46,5 @@ { | ||
"engines": { | ||
"node": ">=20.13.0" | ||
"node": ">=22.11.0" | ||
}, | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "CLI utils to be installed globally via 'npm i -g'", | ||
@@ -51,0 +51,0 @@ "author": "Natural Cycles Team", |
@@ -103,3 +103,2 @@ #!/usr/bin/env node | ||
const { NODE_OPTIONS } = process.env | ||
const { | ||
@@ -109,2 +108,3 @@ platform, | ||
versions: { node }, | ||
env: { NODE_OPTIONS }, | ||
} = process | ||
@@ -111,0 +111,0 @@ |
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
5
14362
356