@bunt/cli
Advanced tools
Comparing version 0.29.28 to 0.30.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.command = void 0; | ||
exports.command = command; | ||
const app_1 = require("@bunt/app"); | ||
@@ -8,3 +8,2 @@ function command(action, rule) { | ||
} | ||
exports.command = command; | ||
//# sourceMappingURL=fn.js.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { KeyValueMap, RequestAbstract } from "@bunt/app"; | ||
@@ -3,0 +2,0 @@ import { Argv } from "@bunt/util"; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { KeyValueMap, RequestAbstract } from "@bunt/app"; | ||
@@ -3,0 +2,0 @@ import { Argv } from "@bunt/util"; |
{ | ||
"name": "@bunt/cli", | ||
"version": "0.29.28", | ||
"version": "0.30.0", | ||
"keywords": [ | ||
@@ -36,9 +36,9 @@ "typescript" | ||
"dependencies": { | ||
"@bunt/app": "^0.29.28", | ||
"@bunt/assert": "^0.29.19", | ||
"@bunt/util": "^0.29.26", | ||
"@bunt/app": "^0.30.0", | ||
"@bunt/assert": "^0.30.0", | ||
"@bunt/util": "^0.30.0", | ||
"path-to-regexp": "^6.2.2" | ||
}, | ||
"license": "MIT", | ||
"gitHead": "762c86dfd04b4fbdd7c05d23915e834f0de74808" | ||
"gitHead": "eeab4ccbf32313ff12690fab4bc5a783712a3c28" | ||
} |
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
131989
339
+ Added@bunt/app@0.30.1(transitive)
+ Added@bunt/assert@0.30.0(transitive)
+ Added@bunt/async@0.30.0(transitive)
+ Added@bunt/input@0.30.0(transitive)
+ Added@bunt/is@0.30.0(transitive)
+ Added@bunt/type@0.30.0(transitive)
+ Added@bunt/unit@0.30.0(transitive)
+ Added@bunt/util@0.30.0(transitive)
+ Addedpath-to-regexp@7.2.0(transitive)
- Removed@bunt/app@0.29.28(transitive)
- Removed@bunt/assert@0.29.19(transitive)
- Removed@bunt/async@0.29.19(transitive)
- Removed@bunt/input@0.29.21(transitive)
- Removed@bunt/is@0.29.19(transitive)
- Removed@bunt/type@0.29.19(transitive)
- Removed@bunt/unit@0.29.26(transitive)
- Removed@bunt/util@0.29.26(transitive)
Updated@bunt/app@^0.30.0
Updated@bunt/assert@^0.30.0
Updated@bunt/util@^0.30.0