@poppinss/prompts
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -18,5 +18,6 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FakePrompt = exports.Prompt = void 0; | ||
var Enquirer_1 = require("./src/Enquirer"); | ||
@@ -23,0 +24,0 @@ Object.defineProperty(exports, "Prompt", { enumerable: true, get: function () { return Enquirer_1.EnquirerPrompt; } }); |
{ | ||
"name": "@poppinss/prompts", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Module on top of enquirer with API to fake prompts during testing", | ||
@@ -42,10 +42,11 @@ "main": "build/index.js", | ||
"@adonisjs/mrm-preset": "^2.4.0", | ||
"@types/node": "^14.0.23", | ||
"commitizen": "^4.1.2", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"@adonisjs/require-ts": "^1.0.0", | ||
"@types/node": "^14.6.2", | ||
"commitizen": "^4.2.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"del-cli": "^3.0.1", | ||
"doctoc": "^1.4.0", | ||
"eslint": "^7.4.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-adonis": "^1.0.14", | ||
"eslint-plugin-adonis": "^1.0.15", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
@@ -55,8 +56,7 @@ "github-label-sync": "^2.0.0", | ||
"japa": "^3.1.1", | ||
"mrm": "^2.3.3", | ||
"np": "^6.3.2", | ||
"npm-audit-html": "^1.4.1", | ||
"prettier": "^2.0.5", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.7" | ||
"mrm": "^2.3.5", | ||
"np": "^6.5.0", | ||
"npm-audit-html": "^1.4.3", | ||
"prettier": "^2.1.1", | ||
"typescript": "^4.0.2" | ||
}, | ||
@@ -87,5 +87,5 @@ "nyc": { | ||
"dependencies": { | ||
"@poppinss/colors": "^2.0.1", | ||
"@poppinss/colors": "^2.0.2", | ||
"enquirer": "^2.3.6" | ||
} | ||
} |
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
41483
689
Updated@poppinss/colors@^2.0.2