Skip to content

Commit

Permalink
build: bump version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CKylinMC committed Aug 16, 2023
1 parent cb55ddf commit 996d24d
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 125 deletions.
248 changes: 124 additions & 124 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,124 +1,124 @@
{
"name": "cmand",
"version": "0.7.7",
"author": "CKylinMC",
"description": "A simple command-line tool for Windows managing your small scripts.",
"main": "build/main/index.js",
"bin": {
"cmand": "dist/cmand.exe"
},
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"repository": "https://github.com/CKylinMC/cmand",
"license": "MIT",
"keywords": [
"cli",
"windows",
"commands"
],
"scripts": {
"premakepack": "npm run build",
"makepack": "pkg build\\main\\index.js -t win -o dist\\cmand.exe",
"build": "tsc -p tsconfig.json",
"dev": "node build\\main\\index.js",
"predev": "npm run build"
},
"pkg": {
"scripts": "build/main/**/*.js",
"targets": [
"win"
],
"outputPath": "dist"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"@bitauth/libauth": "^1.19.1",
"@pnpm/os.env.path-extender": "^0.2.10",
"@pnpm/os.env.path-extender-windows": "^0.2.4",
"@types/adm-zip": "^0.5.0",
"@types/inquirer": "^9.0.3",
"adm-zip": "^0.5.10",
"chalk": "^4.1.2",
"cli-highlight": "^2.1.11",
"commander": "^9.5.0",
"commonjs-ora": "^1.0.2",
"crypto": "^1.0.1",
"global-agent": "^3.0.0",
"got": "^11.8.6",
"homedir": "^0.6.0",
"i": "^0.3.7",
"inquirer": "^8.2.5",
"inquirer-search-list": "^1.2.6",
"markdown-to-txt": "^2.0.1",
"md5-file": "^5.0.0",
"nestdb": "github:CKylinMC/nestdb",
"ping": "^0.4.2",
"pkg": "^5.8.0",
"semver": "^7.5.4",
"sudo-prompt": "^9.2.1",
"yaml": "^2.2.2"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/global-agent": "^2.1.1",
"@types/ping": "^0.4.1",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"ava": "^5.2.0",
"codecov": "^3.8.3",
"cspell": "^6.27.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^4.4.1",
"eslint-plugin-import": "^2.27.5",
"gh-pages": "^4.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"open-cli": "^7.1.0",
"prettier": "^2.8.4",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.26",
"typescript": "^4.9.5"
},
"files": [
"build/main",
"build/module",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"ava": {
"failFast": true,
"timeout": "60s",
"typescript": {
"rewritePaths": {
"src/": "build/main/"
}
},
"files": [
"!build/module/**"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"prettier": {
"singleQuote": true
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"exclude": [
"**/*.spec.js"
]
}
}
{
"name": "cmand",
"version": "0.7.8",
"author": "CKylinMC",
"description": "A simple command-line tool for Windows managing your small scripts.",
"main": "build/main/index.js",
"bin": {
"cmand": "dist/cmand.exe"
},
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"repository": "https://github.com/CKylinMC/cmand",
"license": "MIT",
"keywords": [
"cli",
"windows",
"commands"
],
"scripts": {
"premakepack": "npm run build",
"makepack": "pkg build\\main\\index.js -t win -o dist\\cmand.exe",
"build": "tsc -p tsconfig.json",
"dev": "node build\\main\\index.js",
"predev": "npm run build"
},
"pkg": {
"scripts": "build/main/**/*.js",
"targets": [
"win"
],
"outputPath": "dist"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"@bitauth/libauth": "^1.19.1",
"@pnpm/os.env.path-extender": "^0.2.10",
"@pnpm/os.env.path-extender-windows": "^0.2.4",
"@types/adm-zip": "^0.5.0",
"@types/inquirer": "^9.0.3",
"adm-zip": "^0.5.10",
"chalk": "^4.1.2",
"cli-highlight": "^2.1.11",
"commander": "^9.5.0",
"commonjs-ora": "^1.0.2",
"crypto": "^1.0.1",
"global-agent": "^3.0.0",
"got": "^11.8.6",
"homedir": "^0.6.0",
"i": "^0.3.7",
"inquirer": "^8.2.5",
"inquirer-search-list": "^1.2.6",
"markdown-to-txt": "^2.0.1",
"md5-file": "^5.0.0",
"nestdb": "github:CKylinMC/nestdb",
"ping": "^0.4.2",
"pkg": "^5.8.0",
"semver": "^7.5.4",
"sudo-prompt": "^9.2.1",
"yaml": "^2.2.2"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/global-agent": "^2.1.1",
"@types/ping": "^0.4.1",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"ava": "^5.2.0",
"codecov": "^3.8.3",
"cspell": "^6.27.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^4.4.1",
"eslint-plugin-import": "^2.27.5",
"gh-pages": "^4.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"open-cli": "^7.1.0",
"prettier": "^2.8.4",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.26",
"typescript": "^4.9.5"
},
"files": [
"build/main",
"build/module",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"ava": {
"failFast": true,
"timeout": "60s",
"typescript": {
"rewritePaths": {
"src/": "build/main/"
}
},
"files": [
"!build/module/**"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"prettier": {
"singleQuote": true
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"exclude": [
"**/*.spec.js"
]
}
}
2 changes: 1 addition & 1 deletion src/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import homedir from 'homedir';

export const Info = {
name: 'cmand',
version: '0.7.7',
version: '0.7.8',
description: 'A command line tool for managing your script snippets on Windows.',
author: 'CKylinMC',
}
Expand Down

0 comments on commit 996d24d

Please sign in to comment.