@bunt/cli
Advanced tools
Comparing version 0.15.25 to 0.16.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.16.0](https://github.com/izatop/bunt/compare/v0.15.25...v0.16.0) (2021-05-21) | ||
### Features | ||
* clean codebase ([357d6aa](https://github.com/izatop/bunt/commit/357d6aaac3b647e7262459c368c6eb94fab8f96a)) | ||
## [0.15.25](https://github.com/izatop/bunt/compare/v0.15.24...v0.15.25) (2021-05-11) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,1 @@ | ||
export * from "./Transport/Headers"; | ||
export * from "./RequestCommand"; | ||
export * from "./Request"; |
@@ -13,4 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./Transport/Headers"), exports); | ||
__exportStar(require("./RequestCommand"), exports); | ||
__exportStar(require("./Request"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@bunt/cli", | ||
"version": "0.15.25", | ||
"version": "0.16.0", | ||
"keywords": [ | ||
@@ -29,8 +29,8 @@ "typescript" | ||
"dependencies": { | ||
"@bunt/app": "^0.15.25", | ||
"@bunt/util": "^0.15.11", | ||
"@bunt/app": "^0.16.0", | ||
"@bunt/util": "^0.16.0", | ||
"path-to-regexp": "^6.2.0" | ||
}, | ||
"license": "MIT", | ||
"gitHead": "9c7e97d85e1e3c09c82170b1bd7e414896b3e0b4" | ||
"gitHead": "1813f3a8c5f24d37f062b42700e16b8e00629b39" | ||
} |
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
14819
18
95
+ Added@bunt/app@0.16.0(transitive)
+ Added@bunt/input@0.16.0(transitive)
+ Added@bunt/unit@0.16.0(transitive)
+ Added@bunt/util@0.16.0(transitive)
- Removed@bunt/app@0.15.25(transitive)
- Removed@bunt/input@0.15.25(transitive)
- Removed@bunt/unit@0.15.11(transitive)
- Removed@bunt/util@0.15.11(transitive)
Updated@bunt/app@^0.16.0
Updated@bunt/util@^0.16.0