@yarnpkg/pnpify
Advanced tools
Comparing version 3.1.1-rc.11 to 3.1.1-rc.12
@@ -6,4 +6,4 @@ #!/usr/bin/env node | ||
const clipanion_1 = require("clipanion"); | ||
const RunCommand_1 = (0, tslib_1.__importDefault)(require("./commands/RunCommand")); | ||
const SdkCommand_1 = (0, tslib_1.__importDefault)(require("./commands/SdkCommand")); | ||
const RunCommand_1 = tslib_1.__importDefault(require("./commands/RunCommand")); | ||
const SdkCommand_1 = tslib_1.__importDefault(require("./commands/SdkCommand")); | ||
const cli = new clipanion_1.Cli({ | ||
@@ -10,0 +10,0 @@ binaryLabel: `Yarn PnPify`, |
@@ -6,3 +6,3 @@ "use strict"; | ||
const fslib_1 = require("@yarnpkg/fslib"); | ||
const fs_1 = (0, tslib_1.__importDefault)(require("fs")); | ||
const fs_1 = tslib_1.__importDefault(require("fs")); | ||
const NodeModulesFS_1 = require("./NodeModulesFS"); | ||
@@ -9,0 +9,0 @@ const dynamicRequire_1 = require("./dynamicRequire"); |
@@ -9,3 +9,3 @@ "use strict"; | ||
const nm_1 = require("@yarnpkg/nm"); | ||
const fs_1 = (0, tslib_1.__importDefault)(require("fs")); | ||
const fs_1 = tslib_1.__importDefault(require("fs")); | ||
const WatchManager_1 = require("./WatchManager"); | ||
@@ -12,0 +12,0 @@ const dynamicRequire_1 = require("./dynamicRequire"); |
{ | ||
"name": "@yarnpkg/pnpify", | ||
"version": "3.1.1-rc.11", | ||
"version": "3.1.1-rc.12", | ||
"license": "BSD-2-Clause", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@yarnpkg/core": "^3.2.0-rc.11", | ||
"@yarnpkg/fslib": "^2.6.1-rc.6", | ||
"@yarnpkg/nm": "^3.0.1-rc.11", | ||
"@yarnpkg/core": "^3.2.0-rc.12", | ||
"@yarnpkg/fslib": "^2.6.1-rc.7", | ||
"@yarnpkg/nm": "^3.0.1-rc.12", | ||
"clipanion": "^3.2.0-rc.4", | ||
@@ -21,3 +21,3 @@ "cross-spawn": "7.0.3", | ||
"@yarnpkg/monorepo": "^0.0.0", | ||
"@yarnpkg/pnp": "^3.1.1-rc.11" | ||
"@yarnpkg/pnp": "^3.1.1-rc.12" | ||
}, | ||
@@ -24,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
42905
Updated@yarnpkg/core@^3.2.0-rc.12
Updated@yarnpkg/fslib@^2.6.1-rc.7
Updated@yarnpkg/nm@^3.0.1-rc.12