web_plsql 1.7.1 → 1.8.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web_plsql",
3
- "version": "1.7.1",
3
+ "version": "1.8.1",
4
4
  "description": "The Express Middleware for Oracle PL/SQL",
5
5
  "keywords": [
6
6
  "apex",
@@ -62,9 +62,11 @@
62
62
  "image-build": "cd docker && docker build --no-cache --progress=plain --tag=web_plsql .",
63
63
  "image-save": "cd docker && docker save web_plsql > web_plsql.tar",
64
64
  "pack:dev": "VERSION=$(node -p 'require(\"./package.json\").version'); npm pack; mv web_plsql-$VERSION.tgz web_plsql-dev.tgz",
65
- "prepare": "husky"
65
+ "prepare": "husky",
66
+ "release": "release-it"
66
67
  },
67
68
  "dependencies": {
69
+ "chalk": "5.6.2",
68
70
  "chart.js": "4.5.1",
69
71
  "compression": "1.8.1",
70
72
  "cookie-parser": "1.4.7",
@@ -75,6 +77,8 @@
75
77
  "morgan": "1.10.1",
76
78
  "multer": "2.1.1",
77
79
  "rotating-file-stream": "3.2.9",
80
+ "slice-ansi": "9.0.0",
81
+ "string-width": "8.2.0",
78
82
  "zod": "4.3.6"
79
83
  },
80
84
  "devDependencies": {
@@ -92,17 +96,18 @@
92
96
  "@types/node": "25.5.2",
93
97
  "@types/oracledb": "6.10.2",
94
98
  "@types/supertest": "7.2.0",
95
- "@vitest/coverage-v8": "4.1.2",
99
+ "@vitest/coverage-v8": "4.1.4",
96
100
  "cheerio": "1.2.0",
97
101
  "concurrently": "9.2.1",
98
102
  "conventional-changelog": "7.2.0",
99
103
  "conventional-changelog-angular": "8.3.1",
100
104
  "husky": "9.1.7",
101
- "knip": "6.3.0",
105
+ "knip": "6.3.1",
102
106
  "oracledb": "6.10.0",
103
- "oxfmt": "0.43.0",
104
- "oxlint": "1.58.0",
105
- "oxlint-tsgolint": "0.19.0",
107
+ "oxfmt": "0.44.0",
108
+ "oxlint": "1.59.0",
109
+ "oxlint-tsgolint": "0.20.0",
110
+ "release-it": "19.2.4",
106
111
  "shx": "0.4.0",
107
112
  "stylelint": "17.6.0",
108
113
  "stylelint-config-standard": "40.0.0",
@@ -110,9 +115,9 @@
110
115
  "tailwindcss": "4.2.2",
111
116
  "tsdown": "0.21.7",
112
117
  "typescript": "6.0.2",
113
- "vite": "8.0.3",
118
+ "vite": "8.0.8",
114
119
  "vite-plugin-compression2": "2.5.3",
115
- "vitest": "4.1.2"
120
+ "vitest": "4.1.4"
116
121
  },
117
122
  "peerDependencies": {
118
123
  "oracledb": "6.10.0"
@@ -120,4 +125,4 @@
120
125
  "engines": {
121
126
  "node": ">=24"
122
127
  }
123
- }
128
+ }