@yarnpkg/pnpify
Advanced tools
Comparing version 3.0.0-rc.11 to 3.0.0-rc.12
@@ -7,2 +7,3 @@ #!/usr/bin/env node | ||
const RunCommand_1 = tslib_1.__importDefault(require("./commands/RunCommand")); | ||
const SdkCommand_1 = tslib_1.__importDefault(require("./commands/SdkCommand")); | ||
const cli = new clipanion_1.Cli({ | ||
@@ -14,2 +15,3 @@ binaryLabel: `Yarn PnPify`, | ||
cli.register(RunCommand_1.default); | ||
cli.register(SdkCommand_1.default); | ||
cli.register(clipanion_1.Builtins.DefinitionsCommand); | ||
@@ -16,0 +18,0 @@ cli.register(clipanion_1.Builtins.HelpCommand); |
{ | ||
"name": "@yarnpkg/pnpify", | ||
"version": "3.0.0-rc.11", | ||
"version": "3.0.0-rc.12", | ||
"license": "BSD-2-Clause", | ||
@@ -10,7 +10,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@yarnpkg/core": "^3.0.0-rc.10", | ||
"@yarnpkg/fslib": "^2.5.0-rc.10", | ||
"@yarnpkg/nm": "^2.4.1-rc.1", | ||
"@yarnpkg/core": "^3.0.0-rc.11", | ||
"@yarnpkg/fslib": "^2.5.0-rc.11", | ||
"@yarnpkg/nm": "^2.4.1-rc.2", | ||
"clipanion": "^3.0.0", | ||
"cross-spawn": "7.0.3" | ||
"cross-spawn": "7.0.3", | ||
"tslib": "^1.13.0" | ||
}, | ||
@@ -20,3 +21,3 @@ "devDependencies": { | ||
"@yarnpkg/monorepo": "0.0.0", | ||
"@yarnpkg/pnp": "3.0.0-rc.10" | ||
"@yarnpkg/pnp": "3.0.0-rc.11" | ||
}, | ||
@@ -23,0 +24,0 @@ "scripts": { |
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
42348
18
979
2
6
+ Addedtslib@^1.13.0
Updated@yarnpkg/core@^3.0.0-rc.11
Updated@yarnpkg/fslib@^2.5.0-rc.11
Updated@yarnpkg/nm@^2.4.1-rc.2