Comparing version 0.5.5 to 0.5.6
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkBJTA6U2Ojs = require('./chunk.BJTA6U2O.js'); | ||
var _chunkX5G2H6WYjs = require('./chunk.X5G2H6WY.js'); | ||
var _chunkXBGL2GGHjs = require('./chunk.XBGL2GGH.js'); | ||
@@ -18,6 +15,6 @@ | ||
var _chunkQSIIYVLAjs = require('./chunk-QSIIYVLA.js'); | ||
var _chunkQSNBU6RDjs = require('./chunk.QSNBU6RD.js'); | ||
@@ -34,5 +31,2 @@ | ||
exports.cmdExists = _chunkQSNBU6RDjs.cmdExists; exports.detect = _chunkQSNBU6RDjs.detect; exports.exclude = _chunkQSNBU6RDjs.exclude; exports.getCommand = _chunkQSNBU6RDjs.getCommand; exports.getConfig = _chunkQSNBU6RDjs.getConfig; exports.getDefaultAgent = _chunkQSNBU6RDjs.getDefaultAgent; exports.getGlobalAgent = _chunkQSNBU6RDjs.getGlobalAgent; exports.parseNi = _chunkBJTA6U2Ojs.parseNi; exports.parseNr = _chunkX5G2H6WYjs.parseNr; exports.parseNu = _chunkXBGL2GGHjs.parseNu; exports.remove = _chunkQSNBU6RDjs.remove; exports.run = _chunkQSNBU6RDjs.run; exports.runCli = _chunkQSNBU6RDjs.runCli; | ||
exports.cmdExists = _chunkQSIIYVLAjs.cmdExists; exports.detect = _chunkQSIIYVLAjs.detect; exports.exclude = _chunkQSIIYVLAjs.exclude; exports.getCommand = _chunkQSIIYVLAjs.getCommand; exports.getConfig = _chunkQSIIYVLAjs.getConfig; exports.getDefaultAgent = _chunkQSIIYVLAjs.getDefaultAgent; exports.getGlobalAgent = _chunkQSIIYVLAjs.getGlobalAgent; exports.parseNi = _chunkQSIIYVLAjs.parseNi; exports.parseNr = _chunkQSIIYVLAjs.parseNr; exports.parseNu = _chunkQSIIYVLAjs.parseNu; exports.remove = _chunkQSIIYVLAjs.remove; exports.run = _chunkQSIIYVLAjs.run; exports.runCli = _chunkQSIIYVLAjs.runCli; |
"use strict"; | ||
var _chunkBJTA6U2Ojs = require('./chunk.BJTA6U2O.js'); | ||
var _chunkQSIIYVLAjs = require('./chunk-QSIIYVLA.js'); | ||
var _chunkQSNBU6RDjs = require('./chunk.QSNBU6RD.js'); | ||
// src/nci.ts | ||
_chunkQSNBU6RDjs.runCli.call(void 0, (agent, _, hasLock) => _chunkBJTA6U2Ojs.parseNi.call(void 0, agent, ["--frozen-if-present"], hasLock), {autoInstall: true}); | ||
_chunkQSIIYVLAjs.runCli.call(void 0, (agent, _, hasLock) => _chunkQSIIYVLAjs.parseNi.call(void 0, agent, ["--frozen-if-present"], hasLock), {autoInstall: true}); |
"use strict"; | ||
var _chunkBJTA6U2Ojs = require('./chunk.BJTA6U2O.js'); | ||
var _chunkQSIIYVLAjs = require('./chunk-QSIIYVLA.js'); | ||
var _chunkQSNBU6RDjs = require('./chunk.QSNBU6RD.js'); | ||
// src/ni.ts | ||
_chunkQSNBU6RDjs.runCli.call(void 0, _chunkBJTA6U2Ojs.parseNi); | ||
_chunkQSIIYVLAjs.runCli.call(void 0, _chunkQSIIYVLAjs.parseNi); |
"use strict"; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var _chunkX5G2H6WYjs = require('./chunk.X5G2H6WY.js'); | ||
var _chunkQSIIYVLAjs = require('./chunk-QSIIYVLA.js'); | ||
var _chunkQSNBU6RDjs = require('./chunk.QSNBU6RD.js'); | ||
// src/nr.ts | ||
@@ -29,3 +27,3 @@ var _prompts = require('prompts'); var _prompts2 = _interopRequireDefault(_prompts); | ||
// src/nr.ts | ||
_chunkQSNBU6RDjs.runCli.call(void 0, async (agent, args) => { | ||
_chunkQSIIYVLAjs.runCli.call(void 0, async (agent, args) => { | ||
if (args.length === 0) { | ||
@@ -50,3 +48,3 @@ const scripts = getPackageJSON().scripts || {}; | ||
} | ||
return _chunkX5G2H6WYjs.parseNr.call(void 0, agent, args); | ||
return _chunkQSIIYVLAjs.parseNr.call(void 0, agent, args); | ||
}); |
"use strict"; | ||
var _chunkXBGL2GGHjs = require('./chunk.XBGL2GGH.js'); | ||
var _chunkQSIIYVLAjs = require('./chunk-QSIIYVLA.js'); | ||
var _chunkQSNBU6RDjs = require('./chunk.QSNBU6RD.js'); | ||
// src/nu.ts | ||
_chunkQSNBU6RDjs.runCli.call(void 0, _chunkXBGL2GGHjs.parseNu); | ||
_chunkQSIIYVLAjs.runCli.call(void 0, _chunkQSIIYVLAjs.parseNu); |
{ | ||
"name": "@antfu/ni", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Use the right package manager", | ||
@@ -46,19 +46,19 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"ini": "^2.0.0", | ||
"prompts": "^2.4.0", | ||
"prompts": "^2.4.1", | ||
"terminal-link": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config-ts": "^0.4.3", | ||
"@antfu/eslint-config-ts": "^0.6.2", | ||
"@types/ini": "^1.3.30", | ||
"@types/node": "^14.14.22", | ||
"@types/node": "^14.14.37", | ||
"@types/prompts": "^2.4.0", | ||
"ava": "^3.15.0", | ||
"c8": "^7.4.0", | ||
"esbuild-register": "^2.0.0", | ||
"eslint": "^7.19.0", | ||
"c8": "^7.7.0", | ||
"esbuild-register": "^2.3.0", | ||
"eslint": "^7.23.0", | ||
"esm": "^3.2.25", | ||
"esno": "^0.4.1", | ||
"esno": "^0.5.0", | ||
"rimraf": "^3.0.2", | ||
"tsup": "^3.12.1", | ||
"typescript": "^4.1.3" | ||
"tsup": "^4.8.21", | ||
"typescript": "^4.2.3" | ||
}, | ||
@@ -65,0 +65,0 @@ "eslintConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
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
24200
24
640
Updatedprompts@^2.4.1