Comparing version 0.13.1 to 0.13.2
@@ -18,3 +18,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js'); | ||
var _chunkM3ZELH7Ojs = require('./chunk-M3ZELH7O.js'); | ||
@@ -37,2 +37,2 @@ | ||
exports.cmdExists = _chunkAMIDEODSjs.cmdExists; exports.detect = _chunkAMIDEODSjs.detect; exports.exclude = _chunkAMIDEODSjs.exclude; exports.getCommand = _chunkAMIDEODSjs.getCommand; exports.getConfig = _chunkAMIDEODSjs.getConfig; exports.getDefaultAgent = _chunkAMIDEODSjs.getDefaultAgent; exports.getGlobalAgent = _chunkAMIDEODSjs.getGlobalAgent; exports.getVoltaPrefix = _chunkAMIDEODSjs.getVoltaPrefix; exports.parseNi = _chunkAMIDEODSjs.parseNi; exports.parseNr = _chunkAMIDEODSjs.parseNr; exports.parseNrm = _chunkAMIDEODSjs.parseNrm; exports.parseNu = _chunkAMIDEODSjs.parseNu; exports.parseNx = _chunkAMIDEODSjs.parseNx; exports.remove = _chunkAMIDEODSjs.remove; exports.run = _chunkAMIDEODSjs.run; exports.runCli = _chunkAMIDEODSjs.runCli; | ||
exports.cmdExists = _chunkM3ZELH7Ojs.cmdExists; exports.detect = _chunkM3ZELH7Ojs.detect; exports.exclude = _chunkM3ZELH7Ojs.exclude; exports.getCommand = _chunkM3ZELH7Ojs.getCommand; exports.getConfig = _chunkM3ZELH7Ojs.getConfig; exports.getDefaultAgent = _chunkM3ZELH7Ojs.getDefaultAgent; exports.getGlobalAgent = _chunkM3ZELH7Ojs.getGlobalAgent; exports.getVoltaPrefix = _chunkM3ZELH7Ojs.getVoltaPrefix; exports.parseNi = _chunkM3ZELH7Ojs.parseNi; exports.parseNr = _chunkM3ZELH7Ojs.parseNr; exports.parseNrm = _chunkM3ZELH7Ojs.parseNrm; exports.parseNu = _chunkM3ZELH7Ojs.parseNu; exports.parseNx = _chunkM3ZELH7Ojs.parseNx; exports.remove = _chunkM3ZELH7Ojs.remove; exports.run = _chunkM3ZELH7Ojs.run; exports.runCli = _chunkM3ZELH7Ojs.runCli; |
"use strict"; | ||
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js'); | ||
var _chunkM3ZELH7Ojs = require('./chunk-M3ZELH7O.js'); | ||
// src/nci.ts | ||
_chunkAMIDEODSjs.runCli.call(void 0, (agent, _, hasLock) => _chunkAMIDEODSjs.parseNi.call(void 0, agent, ["--frozen-if-present"], hasLock), { autoInstall: true }); | ||
_chunkM3ZELH7Ojs.runCli.call(void 0, (agent, _, hasLock) => _chunkM3ZELH7Ojs.parseNi.call(void 0, agent, ["--frozen-if-present"], hasLock), { autoInstall: true }); |
"use strict"; | ||
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js'); | ||
var _chunkM3ZELH7Ojs = require('./chunk-M3ZELH7O.js'); | ||
// src/ni.ts | ||
_chunkAMIDEODSjs.runCli.call(void 0, _chunkAMIDEODSjs.parseNi); | ||
_chunkM3ZELH7Ojs.runCli.call(void 0, _chunkM3ZELH7Ojs.parseNi); |
@@ -6,6 +6,6 @@ "use strict"; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js'); | ||
var _chunkM3ZELH7Ojs = require('./chunk-M3ZELH7O.js'); | ||
// src/nr.ts | ||
var import_prompts = _chunkAMIDEODSjs.__toModule.call(void 0, _chunkAMIDEODSjs.require_prompts.call(void 0, )); | ||
var import_prompts = _chunkM3ZELH7Ojs.__toModule.call(void 0, _chunkM3ZELH7Ojs.require_prompts.call(void 0, )); | ||
@@ -50,3 +50,3 @@ // src/storage.ts | ||
// src/nr.ts | ||
_chunkAMIDEODSjs.runCli.call(void 0, async (agent, args, ctx) => { | ||
_chunkM3ZELH7Ojs.runCli.call(void 0, async (agent, args, ctx) => { | ||
const storage2 = await load(); | ||
@@ -95,3 +95,3 @@ if (args[0] === "-") { | ||
} | ||
return _chunkAMIDEODSjs.parseNr.call(void 0, agent, args); | ||
return _chunkM3ZELH7Ojs.parseNr.call(void 0, agent, args); | ||
}); |
"use strict"; | ||
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js'); | ||
var _chunkM3ZELH7Ojs = require('./chunk-M3ZELH7O.js'); | ||
// src/nu.ts | ||
_chunkAMIDEODSjs.runCli.call(void 0, _chunkAMIDEODSjs.parseNu); | ||
_chunkM3ZELH7Ojs.runCli.call(void 0, _chunkM3ZELH7Ojs.parseNu); |
"use strict"; | ||
var _chunkAMIDEODSjs = require('./chunk-AMIDEODS.js'); | ||
var _chunkM3ZELH7Ojs = require('./chunk-M3ZELH7O.js'); | ||
// src/nx.ts | ||
_chunkAMIDEODSjs.runCli.call(void 0, _chunkAMIDEODSjs.parseNx); | ||
_chunkM3ZELH7Ojs.runCli.call(void 0, _chunkM3ZELH7Ojs.parseNx); |
{ | ||
"name": "@antfu/ni", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "Use the right package manager", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
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
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
545199