Comparing version 0.4.17 to 0.4.18
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Layer = void 0; | ||
const debug_1 = __importDefault(require("debug")); | ||
const debug = (0, debug_1.default)('cowmand:layer'); | ||
const debugMatch = (0, debug_1.default)('cowmand:layer:match'); | ||
const debug = console.log; | ||
const debugMatch = console.log; | ||
/** | ||
@@ -11,0 +7,0 @@ * To Create Layer |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.program = void 0; | ||
const debug_1 = __importDefault(require("debug")); | ||
const Terminal_1 = require("./Terminal"); | ||
const Layer_1 = require("./Layer"); | ||
const debug = (0, debug_1.default)('cowmand:program'); | ||
const debug = console.log; | ||
const program = { params: {} }; | ||
@@ -12,0 +8,0 @@ exports.program = program; |
{ | ||
"name": "cowmand", | ||
"version": "0.4.17", | ||
"version": "0.4.18", | ||
"description": "Fast helper to create a cli", | ||
@@ -34,3 +34,2 @@ "tags": [ | ||
"chalk": "^5.0.0", | ||
"debug": "^4.3.3", | ||
"ora": "^6.0.1" | ||
@@ -37,0 +36,0 @@ }, |
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
2
16849
368
- Removeddebug@^4.3.3
- Removeddebug@4.3.7(transitive)
- Removedms@2.1.3(transitive)