@lerna-lite/init
Advanced tools
Comparing version 1.16.0 to 1.16.1
export * from './init-command'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./init-command"), exports); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./init-command"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import { Command, CommandType, InitCommandOption } from '@lerna-lite/core'; |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.InitCommand = exports.factory = void 0; | ||
const tslib_1 = require("tslib"); | ||
const core_1 = require("@lerna-lite/core"); | ||
const fs_extra_1 = __importDefault(require("fs-extra")); | ||
const path_1 = __importDefault(require("path")); | ||
const p_map_1 = __importDefault(require("p-map")); | ||
const write_json_file_1 = __importDefault(require("write-json-file")); | ||
const fs_extra_1 = tslib_1.__importDefault(require("fs-extra")); | ||
const path_1 = tslib_1.__importDefault(require("path")); | ||
const p_map_1 = tslib_1.__importDefault(require("p-map")); | ||
const write_json_file_1 = tslib_1.__importDefault(require("write-json-file")); | ||
const LERNA_CLI_PKG_NAME = '@lerna-lite/cli'; | ||
@@ -13,0 +11,0 @@ function factory(argv) { |
{ | ||
"name": "@lerna-lite/init", | ||
"description": "Lerna-Lite init commmand - Create a new Lerna repo or upgrade an existing repo to the current version of Lerna", | ||
"version": "1.16.0", | ||
"version": "1.16.1", | ||
"main": "dist/index.js", | ||
@@ -30,3 +30,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@lerna-lite/core": "1.16.0", | ||
"@lerna-lite/core": "1.16.1", | ||
"fs-extra": "^11.1.0", | ||
@@ -37,3 +37,3 @@ "p-map": "^4.0.0", | ||
}, | ||
"gitHead": "7047888f2d124b41e524817b6bdfa4fb64d57d83" | ||
"gitHead": "4fe2a7051f41052665b5da601eabf3fed803a746" | ||
} |
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
15083
139
+ Added@lerna-lite/core@1.16.1(transitive)
- Removed@lerna-lite/core@1.16.0(transitive)
Updated@lerna-lite/core@1.16.1