@yarnpkg/pnpify
Advanced tools
Comparing version 3.0.1-rc.1 to 3.0.1
@@ -19,3 +19,3 @@ "use strict"; | ||
let { NODE_OPTIONS } = process.env; | ||
NODE_OPTIONS = `${NODE_OPTIONS || ``} --require "${dynamicRequire_1.dynamicRequire.resolve(`@yarnpkg/pnpify`)}"`.trim(); | ||
NODE_OPTIONS = `${NODE_OPTIONS || ``} --require ${dynamicRequire_1.dynamicRequire.resolve(`@yarnpkg/pnpify`)}`.trim(); | ||
const { code } = await core_1.execUtils.pipevp(this.commandName, this.args, { | ||
@@ -22,0 +22,0 @@ cwd: fslib_1.npath.toPortablePath(this.cwd), |
{ | ||
"name": "@yarnpkg/pnpify", | ||
"version": "3.0.1-rc.1", | ||
"version": "3.0.1", | ||
"license": "BSD-2-Clause", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@yarnpkg/core": "^3.1.0-rc.1", | ||
"@yarnpkg/fslib": "^2.5.1-rc.1", | ||
"@yarnpkg/nm": "^3.0.0-rc.1", | ||
"@yarnpkg/core": "^3.0.0", | ||
"@yarnpkg/fslib": "^2.5.1", | ||
"@yarnpkg/nm": "^2.4.1", | ||
"clipanion": "^3.0.1", | ||
@@ -21,3 +21,3 @@ "cross-spawn": "7.0.3", | ||
"@yarnpkg/monorepo": "0.0.0", | ||
"@yarnpkg/pnp": "3.0.1-rc.1" | ||
"@yarnpkg/pnp": "3.0.1" | ||
}, | ||
@@ -46,4 +46,3 @@ "scripts": { | ||
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0" | ||
}, | ||
"stableVersion": "3.0.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
2
42315
+ Added@types/node@22.10.2(transitive)
+ Added@yarnpkg/nm@2.4.1(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@types/node@18.19.68(transitive)
- Removed@yarnpkg/nm@3.1.1(transitive)
- Removed@yarnpkg/pnp@3.3.8(transitive)
- Removedundici-types@5.26.5(transitive)
Updated@yarnpkg/core@^3.0.0
Updated@yarnpkg/fslib@^2.5.1
Updated@yarnpkg/nm@^2.4.1