web_plsql 1.8.9 → 1.8.11

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.
@@ -6,7 +6,7 @@
6
6
  <title>web_plsql Admin Console</title>
7
7
  <link rel="icon" type="image/svg+xml" href="/admin/assets/favicon-mQAM4tVu.svg" />
8
8
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
9
- <script type="module" crossorigin src="/admin/assets/main-DYyGVewg.js"></script>
9
+ <script type="module" crossorigin src="/admin/assets/main-CpZh2T4P.js"></script>
10
10
  <link rel="stylesheet" crossorigin href="/admin/assets/main-k8GNR9Ye.css">
11
11
  </head>
12
12
  <body class="dark">
Binary file
Binary file
package/dist/index.mjs CHANGED
@@ -321,7 +321,7 @@ globalThis.__VERSION__ ??= "**development**";
321
321
  * Returns the current library version
322
322
  * @returns {string} - Version.
323
323
  */
324
- const getVersion = () => "1.8.9";
324
+ const getVersion = () => "1.8.11";
325
325
  //#endregion
326
326
  //#region src/backend/server/printBanner.ts
327
327
  const IS_TTY = process.stdout.isTTY === true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web_plsql",
3
- "version": "1.8.9",
3
+ "version": "1.8.11",
4
4
  "description": "The Express Middleware for Oracle PL/SQL",
5
5
  "keywords": [
6
6
  "apex",
@@ -38,7 +38,7 @@
38
38
  "main": "./dist/index.mjs",
39
39
  "types": "./dist/index.d.mts",
40
40
  "dependencies": {
41
- "chalk": "5.6.2",
41
+ "chalk": "6.0.0",
42
42
  "chart.js": "4.5.1",
43
43
  "compression": "1.8.1",
44
44
  "cookie-parser": "1.4.7",
@@ -56,7 +56,7 @@
56
56
  "devDependencies": {
57
57
  "@commitlint/cli": "21.2.1",
58
58
  "@commitlint/config-conventional": "21.2.0",
59
- "@playwright/test": "1.61.1",
59
+ "@playwright/test": "1.62.1",
60
60
  "@tailwindcss/vite": "4.3.3",
61
61
  "@types/compression": "1.8.1",
62
62
  "@types/cookie-parser": "1.4.10",
@@ -65,22 +65,22 @@
65
65
  "@types/express": "5.0.6",
66
66
  "@types/morgan": "1.9.10",
67
67
  "@types/multer": "2.2.0",
68
- "@types/node": "26.1.1",
68
+ "@types/node": "26.1.2",
69
69
  "@types/oracledb": "7.0.1",
70
70
  "@types/supertest": "7.2.1",
71
71
  "@vitest/coverage-v8": "4.1.10",
72
72
  "cheerio": "1.2.0",
73
- "concurrently": "10.0.3",
73
+ "concurrently": "10.0.4",
74
74
  "conventional-changelog": "8.1.0",
75
75
  "conventional-changelog-angular": "9.2.1",
76
76
  "eslint-plugin-regexp": "3.1.1",
77
77
  "husky": "9.1.7",
78
- "knip": "6.29.0",
78
+ "knip": "6.30.0",
79
79
  "oracledb": "7.0.1",
80
- "oxfmt": "0.60.0",
81
- "oxlint": "1.75.0",
80
+ "oxfmt": "0.61.0",
81
+ "oxlint": "1.76.0",
82
82
  "oxlint-tsgolint": "7.0.2001",
83
- "release-it": "20.2.1",
83
+ "release-it": "21.0.0",
84
84
  "shx": "0.4.0",
85
85
  "stylelint": "17.14.1",
86
86
  "stylelint-config-standard": "40.0.0",
@@ -88,7 +88,7 @@
88
88
  "tailwindcss": "4.3.3",
89
89
  "tsdown": "0.22.14",
90
90
  "typescript": "7.0.2",
91
- "vite": "8.1.5",
91
+ "vite": "8.2.0",
92
92
  "vite-plugin-compression2": "2.5.3",
93
93
  "vitest": "4.1.10"
94
94
  },