Skip to content

Commit d1e88bc

Browse files
committed
Bump version 1.2.3
1 parent adbc06c commit d1e88bc

1 file changed

Lines changed: 57 additions & 57 deletions

File tree

package.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
{
2-
"name": "@kabeep/exception",
3-
"version": "1.2.2",
4-
"type": "module",
5-
"description": "Exception is a custom error library for Node.js that provides a more flexible and customizable way of handling errors.",
6-
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"files": [
9-
"dist"
10-
],
11-
"scripts": {
12-
"docs": "jsdoc -c jsdoc.config.json",
13-
"lint": "xo src/**/*.ts --fix",
14-
"pretest": "npm run lint",
15-
"test": "vitest run",
16-
"coverage": "vitest run --coverage",
17-
"watch": "tsup --watch",
18-
"watch:test": "vitest",
19-
"build": "tsup --dts --treeshake smallest",
20-
"prepare": "husky"
21-
},
22-
"devDependencies": {
23-
"@swc/core": "^1.5.0",
24-
"@types/chalk": "^2.2.0",
25-
"@types/chalk-pipe": "^2.0.4",
26-
"@types/node": "^20.12.7",
27-
"@vitest/coverage-istanbul": "^1.5.1",
28-
"docdash": "^2.0.2",
29-
"husky": "^9.0.11",
30-
"jsdoc": "^4.0.2",
31-
"ts-node": "^10.9.2",
32-
"tsup": "^8.0.2",
33-
"typescript": "^5.4.5",
34-
"vitest": "^1.5.1",
35-
"xo": "^0.58.0"
36-
},
37-
"dependencies": {
38-
"chalk": "^5.3.0",
39-
"chalk-pipe": "^6.0.0"
40-
},
41-
"author": "Zhang Zixin (kabeep)",
42-
"homepage": "https://github.com/kabeep/exception#readme",
43-
"repository": "git@github.com:kabeep/exception.git",
44-
"bugs": "https://github.com/kabeep/exception/issue",
45-
"keywords": [
46-
"nodejs",
47-
"error",
48-
"pretty error",
49-
"beauty error",
50-
"custom error",
51-
"unexpected",
52-
"exception",
53-
"expectation"
54-
],
55-
"engines": {
56-
"node": ">=14"
57-
},
58-
"license": "MIT"
2+
"name": "@kabeep/exception",
3+
"version": "1.2.3",
4+
"type": "module",
5+
"description": "Exception is a custom error library for Node.js that provides a more flexible and customizable way of handling errors.",
6+
"main": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
8+
"files": [
9+
"dist"
10+
],
11+
"scripts": {
12+
"docs": "jsdoc -c jsdoc.config.json",
13+
"lint": "xo src/**/*.ts --fix",
14+
"pretest": "npm run lint",
15+
"test": "vitest run",
16+
"coverage": "vitest run --coverage",
17+
"watch": "tsup --watch",
18+
"watch:test": "vitest",
19+
"build": "tsup --dts --treeshake smallest",
20+
"prepare": "husky"
21+
},
22+
"devDependencies": {
23+
"@swc/core": "^1.5.0",
24+
"@types/chalk": "^2.2.0",
25+
"@types/chalk-pipe": "^2.0.4",
26+
"@types/node": "^20.12.7",
27+
"@vitest/coverage-istanbul": "^1.5.1",
28+
"docdash": "^2.0.2",
29+
"husky": "^9.0.11",
30+
"jsdoc": "^4.0.2",
31+
"ts-node": "^10.9.2",
32+
"tsup": "^8.0.2",
33+
"typescript": "^5.4.5",
34+
"vitest": "^1.5.1",
35+
"xo": "^0.58.0"
36+
},
37+
"dependencies": {
38+
"chalk": "^5.3.0",
39+
"chalk-pipe": "^6.0.0"
40+
},
41+
"author": "Zhang Zixin (kabeep)",
42+
"homepage": "https://github.com/kabeep/exception#readme",
43+
"repository": "git@github.com:kabeep/exception.git",
44+
"bugs": "https://github.com/kabeep/exception/issue",
45+
"keywords": [
46+
"nodejs",
47+
"error",
48+
"pretty error",
49+
"beauty error",
50+
"custom error",
51+
"unexpected",
52+
"exception",
53+
"expectation"
54+
],
55+
"engines": {
56+
"node": ">=14"
57+
},
58+
"license": "MIT"
5959
}

0 commit comments

Comments
 (0)