@kjots/package-creator
Advanced tools
Comparing version 0.8.0 to 0.9.0
#!/usr/bin/env node | ||
require('../dist/bin/app.js'); | ||
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const yargs_1 = __importDefault(require("yargs")); | ||
const __1 = require(".."); | ||
const args_1 = require("./args"); | ||
const argv = yargs_1.default | ||
.usage('Usage: $0 template.zip [options]') | ||
.demandCommand(1) | ||
.options(args_1.options) | ||
.argv; | ||
__1.packageCreator(argv._[0], args_1.getOpts(argv)); | ||
//# sourceMappingURL=app.js.map |
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.9.0](https://github.com/kjots/package-tools/compare/v0.8.0...v0.9.0) (2020-01-21) | ||
### Features | ||
* **package-creator:** update dependency versions ([11bb205](https://github.com/kjots/package-tools/commit/11bb205915f236718d16287a9d1d2d9d527e91cb)) | ||
# [0.8.0](https://github.com/kjots/package-tools/compare/v0.7.0...v0.8.0) (2020-01-21) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@kjots/package-creator", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "@kjots package creator", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"bin": { | ||
@@ -30,3 +30,3 @@ "kjots-package-creator": "bin/app.js" | ||
"dependencies": { | ||
"@kjots/vinyl-fs-observable": "^0.2.0", | ||
"@kjots/vinyl-fs-observable": "^0.2.1", | ||
"decompress": "^4.2.0", | ||
@@ -38,3 +38,3 @@ "handlebars": "^4.7.2", | ||
}, | ||
"gitHead": "78fef4099743e83810fb887a0f7373bcf8532690" | ||
"gitHead": "802aae2317769adfc9bc5a470e6ddba87fce1c54" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
26274
245
16
1