Comparing version 0.0.14-alpha to 0.0.15-alpha
/// <reference types="node" /> | ||
import { PathLike } from "fs"; | ||
declare type permissions = "Access Granted" | "Access Denied"; | ||
export declare function accessCheck(outDir: PathLike): Promise<permissions>; | ||
export {}; | ||
export declare function accessCheck(outDir: PathLike): Promise<"Access Granted" | "Access Denied">; |
@@ -8,3 +8,2 @@ "use strict"; | ||
async function generateConfig() { | ||
// TODO: Convert into one Form enquirer prompt | ||
const branchTypes = await enquirer_1.prompt({ | ||
@@ -11,0 +10,0 @@ type: "input", |
{ | ||
"name": "git-graft", | ||
"description": "git hook generator that prepends branch name to commit message", | ||
"version": "0.0.14-alpha", | ||
"version": "0.0.15-alpha", | ||
"author": "JacobMGEvans @JacobMGEvans", | ||
@@ -15,3 +15,2 @@ "bin": { | ||
"chalk": "^4.1.1", | ||
"conf": "^10.0.1", | ||
"enquirer": "^2.3.6", | ||
@@ -21,3 +20,3 @@ "eslint-plugin-prettier": "^3.4.0", | ||
"ora": "^5.4.0", | ||
"tslib": "^1.14.1" | ||
"tslib": "^2.2.0" | ||
}, | ||
@@ -27,6 +26,6 @@ "devDependencies": { | ||
"@oclif/test": "^1.2.8", | ||
"@types/chai": "^4.2.17", | ||
"@types/chai": "^4.2.18", | ||
"@types/fs-extra": "^9.0.11", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^15.0.2", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.0.3", | ||
"@types/update-notifier": "^5.0.0", | ||
@@ -36,9 +35,9 @@ "chai": "^4.3.4", | ||
"eslint-config-oclif": "^3.1.0", | ||
"eslint-config-oclif-typescript": "^0.1.0", | ||
"eslint-config-oclif-typescript": "^0.2.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"mocha": "^8.4.0", | ||
"nyc": "^14.1.1", | ||
"prettier": "^2.2.1", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.9" | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.3.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.4" | ||
}, | ||
@@ -54,3 +53,8 @@ "engines": { | ||
"keywords": [ | ||
"oclif", "git", "git-hook", "npx", "commit", "commit-msg" | ||
"oclif", | ||
"git", | ||
"git-hook", | ||
"npx", | ||
"commit", | ||
"commit-msg" | ||
], | ||
@@ -57,0 +61,0 @@ "license": "MIT", |
@@ -13,4 +13,5 @@ # git-graft | ||
- Generated Git Hook | ||
- Zero Config Option -- following GitFlow DevOps best practices. | ||
- Configurable [git-graft.json](#configuration) | ||
- Hook is a bin file running Node & no dependencies | ||
- Configurable [git-graft.json](#configuration) | ||
- Validates the commit message and branch | ||
@@ -20,6 +21,2 @@ - [Usage](#usage) | ||
WIP: | ||
- Zero Config -- following GitFlow DevOps best practices. | ||
# Usage | ||
@@ -26,0 +23,0 @@ |
9
14541
132
82
- Removedconf@^10.0.1
- Removedajv@8.17.1(transitive)
- Removedajv-formats@2.1.1(transitive)
- Removedatomically@1.7.0(transitive)
- Removedconf@10.2.0(transitive)
- Removeddebounce-fn@4.0.0(transitive)
- Removeddot-prop@6.0.1(transitive)
- Removedenv-paths@2.2.1(transitive)
- Removedfast-uri@3.0.6(transitive)
- Removedfind-up@3.0.0(transitive)
- Removedis-obj@2.0.0(transitive)
- Removedjson-schema-traverse@1.0.0(transitive)
- Removedjson-schema-typed@7.0.3(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removedmimic-fn@3.1.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedpkg-up@3.1.0(transitive)
- Removedrequire-from-string@2.0.2(transitive)
- Removedtslib@1.14.1(transitive)
Updatedtslib@^2.2.0