Skip to content

Commit

Permalink
Bump version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeep committed May 4, 2024
1 parent adbc06c commit d1e88bc
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"name": "@kabeep/exception",
"version": "1.2.2",
"type": "module",
"description": "Exception is a custom error library for Node.js that provides a more flexible and customizable way of handling errors.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"docs": "jsdoc -c jsdoc.config.json",
"lint": "xo src/**/*.ts --fix",
"pretest": "npm run lint",
"test": "vitest run",
"coverage": "vitest run --coverage",
"watch": "tsup --watch",
"watch:test": "vitest",
"build": "tsup --dts --treeshake smallest",
"prepare": "husky"
},
"devDependencies": {
"@swc/core": "^1.5.0",
"@types/chalk": "^2.2.0",
"@types/chalk-pipe": "^2.0.4",
"@types/node": "^20.12.7",
"@vitest/coverage-istanbul": "^1.5.1",
"docdash": "^2.0.2",
"husky": "^9.0.11",
"jsdoc": "^4.0.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.1",
"xo": "^0.58.0"
},
"dependencies": {
"chalk": "^5.3.0",
"chalk-pipe": "^6.0.0"
},
"author": "Zhang Zixin (kabeep)",
"homepage": "https://github.com/kabeep/exception#readme",
"repository": "[email protected]:kabeep/exception.git",
"bugs": "https://github.com/kabeep/exception/issue",
"keywords": [
"nodejs",
"error",
"pretty error",
"beauty error",
"custom error",
"unexpected",
"exception",
"expectation"
],
"engines": {
"node": ">=14"
},
"license": "MIT"
"name": "@kabeep/exception",
"version": "1.2.3",
"type": "module",
"description": "Exception is a custom error library for Node.js that provides a more flexible and customizable way of handling errors.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"docs": "jsdoc -c jsdoc.config.json",
"lint": "xo src/**/*.ts --fix",
"pretest": "npm run lint",
"test": "vitest run",
"coverage": "vitest run --coverage",
"watch": "tsup --watch",
"watch:test": "vitest",
"build": "tsup --dts --treeshake smallest",
"prepare": "husky"
},
"devDependencies": {
"@swc/core": "^1.5.0",
"@types/chalk": "^2.2.0",
"@types/chalk-pipe": "^2.0.4",
"@types/node": "^20.12.7",
"@vitest/coverage-istanbul": "^1.5.1",
"docdash": "^2.0.2",
"husky": "^9.0.11",
"jsdoc": "^4.0.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.1",
"xo": "^0.58.0"
},
"dependencies": {
"chalk": "^5.3.0",
"chalk-pipe": "^6.0.0"
},
"author": "Zhang Zixin (kabeep)",
"homepage": "https://github.com/kabeep/exception#readme",
"repository": "[email protected]:kabeep/exception.git",
"bugs": "https://github.com/kabeep/exception/issue",
"keywords": [
"nodejs",
"error",
"pretty error",
"beauty error",
"custom error",
"unexpected",
"exception",
"expectation"
],
"engines": {
"node": ">=14"
},
"license": "MIT"
}

0 comments on commit d1e88bc

Please sign in to comment.