@zokugun/xtry 0.11.1 → 0.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +24 -25
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zokugun/xtry",
3
3
  "description": "simple try/catch wrapper returning Result",
4
- "version": "0.11.1",
4
+ "version": "0.11.4",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
7
7
  "email": "daiyam@zokugun.org"
@@ -13,7 +13,7 @@
13
13
  "url": "git+https://github.com/zokugun/node-xtry.git"
14
14
  },
15
15
  "bugs": {
16
- "url": "https://github.com/zokugun/node-xtry/issues"
16
+ "url": "https://github.com/zokugun/node-xtry/discussions/categories/issue-triage"
17
17
  },
18
18
  "type": "module",
19
19
  "exports": {
@@ -63,9 +63,13 @@
63
63
  "build": "npm run clean && npm run build:lib",
64
64
  "build:lib": "tsc-leda generate",
65
65
  "build:package": "tsc-leda update-package",
66
+ "ci:lint": "zizmor .",
67
+ "ci:lint:fix": "zizmor . --fix=all",
68
+ "ci:update": "PINACT_MIN_AGE=7 pinact run",
66
69
  "clean": "rimraf lib .test",
67
70
  "compile:src": "tsc -p src",
68
71
  "compile:test": "tsc -p test",
72
+ "deps:update": "taze",
69
73
  "lint": "xo",
70
74
  "lint:fix": "xo --fix",
71
75
  "prepack": "npm run build",
@@ -79,32 +83,27 @@
79
83
  "watch:src": "tsc-watch -p src",
80
84
  "watch:test": "tsc-watch -p test"
81
85
  },
82
- "dependencies": {},
83
86
  "devDependencies": {
84
- "@commitlint/cli": "^19.7.1",
85
- "@commitlint/config-conventional": "^19.7.1",
86
- "@types/fs-extra": "^11.0.4",
87
- "@types/node": "^20.14.8",
88
- "@vitest/coverage-v8": "^4.0.18",
89
- "@vitest/ui": "^4.0.18",
90
- "@zokugun/fs-extra-plus": "^0.3.3",
91
- "@zokugun/tsc-leda": "^0.1.1",
92
- "fixpack": "^4.0.0",
93
- "fs-extra": "^11.3.3",
94
- "globby": "^16.1.1",
95
- "husky": "^9.1.7",
96
- "lint-staged": "^16.1.4",
97
- "release-it": "^19.2.4",
98
- "tsc-watch": "^7.2.0",
99
- "typescript": "^5.7.3",
100
- "vitest": "^4.0.18",
87
+ "@commitlint/cli": "19.8.1",
88
+ "@commitlint/config-conventional": "19.8.1",
89
+ "@types/fs-extra": "11.0.4",
90
+ "@types/node": "20.19.39",
91
+ "@vitest/coverage-v8": "4.1.2",
92
+ "@vitest/ui": "4.1.2",
93
+ "@zokugun/fs-extra-plus": "0.3.6",
94
+ "@zokugun/tsc-leda": "0.1.6",
95
+ "fixpack": "4.0.0",
96
+ "fs-extra": "11.3.4",
97
+ "globby": "16.2.0",
98
+ "husky": "9.1.7",
99
+ "lint-staged": "16.4.0",
100
+ "release-it": "20.0.0-1",
101
+ "taze": "19.11.0",
102
+ "tsc-watch": "7.2.0",
103
+ "typescript": "5.9.3",
104
+ "vitest": "4.1.2",
101
105
  "xo": "0.60.0"
102
106
  },
103
- "overrides": {
104
- "terser-webpack-plugin": {
105
- "serialize-javascript": "^7.0.3"
106
- }
107
- },
108
107
  "keywords": [
109
108
  "catch",
110
109
  "error",