Comparing version 2.6.3-canary.14a1517 to 2.6.3-canary.402af07
@@ -21,2 +21,7 @@ #! /usr/bin/env node | ||
} | ||
if ((0, get_arg_js_1.hasArg)('help') || (0, get_arg_js_1.hasArg)('h', '-')) { | ||
const { help } = require('./help.js'); | ||
help(); | ||
return; | ||
} | ||
const enforce = (0, get_arg_js_1.hasArg)('enforce') || (0, get_arg_js_1.hasArg)('x', '-'); | ||
@@ -23,0 +28,0 @@ const configFile = (0, get_arg_js_1.getArg)('config') || (0, get_arg_js_1.getArg)('c', '-'); |
@@ -10,2 +10,2 @@ "use strict"; | ||
}; | ||
exports.VERSION = '2.6.3-canary.14a1517'; | ||
exports.VERSION = '2.6.3-canary.402af07'; |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.strict = void 0; | ||
const strict_1 = __importDefault(require("assert/strict")); | ||
const assert_js_1 = require("../../builders/assert.js"); | ||
exports.strict = (0, assert_js_1.createAssert)(strict_1.default); | ||
const get_runtime_js_1 = require("../../parsers/get-runtime.js"); | ||
const nodeAssert = !get_runtime_js_1.nodeVersion || get_runtime_js_1.nodeVersion >= 16 | ||
? require("assert/strict") | ||
: require("assert"); | ||
exports.strict = (0, assert_js_1.createAssert)(nodeAssert); |
{ | ||
"name": "poku", | ||
"version": "2.6.3-canary.14a1517", | ||
"version": "2.6.3-canary.402af07", | ||
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.", | ||
@@ -67,3 +67,3 @@ "main": "./lib/modules/index.js", | ||
"tsx": "4.19.0", | ||
"typescript": "^5.5.4" | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -70,0 +70,0 @@ "keywords": [ |
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
167968
116
3488