web_plsql 1.8.1 → 1.8.2
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/dist/frontend/assets/main-CryM96vZ.js +172 -0
- package/dist/frontend/assets/main-CryM96vZ.js.br +0 -0
- package/dist/frontend/assets/main-CryM96vZ.js.gz +0 -0
- package/dist/frontend/index.html +1 -1
- package/dist/frontend/index.html.br +0 -0
- package/dist/frontend/index.html.gz +0 -0
- package/dist/index.d.mts +40 -40
- package/dist/index.mjs +38 -1
- package/dist/index.mjs.map +1 -1
- package/examples/config-apex.js +0 -0
- package/examples/config-docker.js +0 -0
- package/examples/config-docker.json +0 -0
- package/package.json +126 -127
- package/dist/frontend/assets/main-soziFoIv.js +0 -147
- package/dist/frontend/assets/main-soziFoIv.js.br +0 -0
- package/dist/frontend/assets/main-soziFoIv.js.gz +0 -0
package/examples/config-apex.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,128 +1,127 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
2
|
+
"name": "web_plsql",
|
|
3
|
+
"version": "1.8.2",
|
|
4
|
+
"description": "The Express Middleware for Oracle PL/SQL",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"apex",
|
|
7
|
+
"express",
|
|
8
|
+
"middleware",
|
|
9
|
+
"node",
|
|
10
|
+
"nodejs",
|
|
11
|
+
"ohs",
|
|
12
|
+
"oracle",
|
|
13
|
+
"ords",
|
|
14
|
+
"pl/sql",
|
|
15
|
+
"plsql"
|
|
16
|
+
],
|
|
17
|
+
"homepage": "https://github.com/doberkofler/web_plsql",
|
|
18
|
+
"bugs": {
|
|
19
|
+
"url": "https://github.com/doberkofler/web_plsql/issues"
|
|
20
|
+
},
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"author": "Dieter Oberkofler <dieter.oberkofler@gmail.com>",
|
|
23
|
+
"maintainers": [
|
|
24
|
+
{
|
|
25
|
+
"name": "Dieter Oberkofler",
|
|
26
|
+
"email": "dieter.oberkofler@gmail.com"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "git://github.com/doberkofler/web_plsql.git"
|
|
32
|
+
},
|
|
33
|
+
"files": [
|
|
34
|
+
"dist/",
|
|
35
|
+
"examples/"
|
|
36
|
+
],
|
|
37
|
+
"type": "module",
|
|
38
|
+
"main": "./dist/index.mjs",
|
|
39
|
+
"types": "./dist/index.d.mts",
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"chalk": "5.6.2",
|
|
42
|
+
"chart.js": "4.5.1",
|
|
43
|
+
"compression": "1.8.1",
|
|
44
|
+
"cookie-parser": "1.4.7",
|
|
45
|
+
"cors": "2.8.6",
|
|
46
|
+
"debug": "4.4.3",
|
|
47
|
+
"express": "5.2.1",
|
|
48
|
+
"express-static-gzip": "3.0.0",
|
|
49
|
+
"morgan": "1.10.1",
|
|
50
|
+
"multer": "2.1.1",
|
|
51
|
+
"rotating-file-stream": "3.2.9",
|
|
52
|
+
"slice-ansi": "9.0.0",
|
|
53
|
+
"string-width": "8.2.1",
|
|
54
|
+
"zod": "4.4.2"
|
|
55
|
+
},
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@commitlint/cli": "20.5.3",
|
|
58
|
+
"@commitlint/config-conventional": "20.5.3",
|
|
59
|
+
"@playwright/test": "1.59.1",
|
|
60
|
+
"@tailwindcss/vite": "4.2.4",
|
|
61
|
+
"@types/compression": "1.8.1",
|
|
62
|
+
"@types/cookie-parser": "1.4.10",
|
|
63
|
+
"@types/cors": "2.8.19",
|
|
64
|
+
"@types/debug": "4.1.13",
|
|
65
|
+
"@types/express": "5.0.6",
|
|
66
|
+
"@types/morgan": "1.9.10",
|
|
67
|
+
"@types/multer": "2.1.0",
|
|
68
|
+
"@types/node": "25.6.0",
|
|
69
|
+
"@types/oracledb": "6.10.3",
|
|
70
|
+
"@types/supertest": "7.2.0",
|
|
71
|
+
"@vitest/coverage-v8": "4.1.5",
|
|
72
|
+
"cheerio": "1.2.0",
|
|
73
|
+
"concurrently": "9.2.1",
|
|
74
|
+
"conventional-changelog": "7.2.0",
|
|
75
|
+
"conventional-changelog-angular": "8.3.1",
|
|
76
|
+
"husky": "9.1.7",
|
|
77
|
+
"knip": "6.11.0",
|
|
78
|
+
"oracledb": "6.10.0",
|
|
79
|
+
"oxfmt": "0.47.0",
|
|
80
|
+
"oxlint": "1.62.0",
|
|
81
|
+
"oxlint-tsgolint": "0.22.1",
|
|
82
|
+
"release-it": "20.0.1",
|
|
83
|
+
"shx": "0.4.0",
|
|
84
|
+
"stylelint": "17.9.1",
|
|
85
|
+
"stylelint-config-standard": "40.0.0",
|
|
86
|
+
"supertest": "7.2.2",
|
|
87
|
+
"tailwindcss": "4.2.4",
|
|
88
|
+
"tsdown": "0.21.10",
|
|
89
|
+
"typescript": "6.0.3",
|
|
90
|
+
"vite": "8.0.10",
|
|
91
|
+
"vite-plugin-compression2": "2.5.3",
|
|
92
|
+
"vitest": "4.1.5"
|
|
93
|
+
},
|
|
94
|
+
"peerDependencies": {
|
|
95
|
+
"oracledb": "6.10.0"
|
|
96
|
+
},
|
|
97
|
+
"engines": {
|
|
98
|
+
"node": ">=24"
|
|
99
|
+
},
|
|
100
|
+
"scripts": {
|
|
101
|
+
"build": "npm run build:backend && npm run build:frontend",
|
|
102
|
+
"build:backend": "tsdown",
|
|
103
|
+
"build:frontend": "vite build",
|
|
104
|
+
"dev": "concurrently -n backend,frontend -c blue,green \"npm:dev:backend\" \"npm:dev:frontend\"",
|
|
105
|
+
"dev:backend": "node --experimental-strip-types --no-warnings dev/server.ts",
|
|
106
|
+
"dev:frontend": "vite",
|
|
107
|
+
"format": "oxfmt --write",
|
|
108
|
+
"format:check": "oxfmt --check",
|
|
109
|
+
"lint": "tsc && oxlint && pnpm run format:check",
|
|
110
|
+
"knip:backend": "knip --config knip.backend.config.ts",
|
|
111
|
+
"knip:frontend": "knip --config knip.frontend.config.ts",
|
|
112
|
+
"test": "vitest run",
|
|
113
|
+
"test:perf": "vitest run tests/performance.test.ts",
|
|
114
|
+
"test:coverage": "vitest run --coverage",
|
|
115
|
+
"test:e2e": "playwright test",
|
|
116
|
+
"test:e2e:ui": "playwright test --ui",
|
|
117
|
+
"test:e2e:debug": "playwright test --debug",
|
|
118
|
+
"stylelint": "stylelint \"src/frontend/**/*.css\"",
|
|
119
|
+
"clean": "shx rm -f *.tgz && shx rm -f *.log",
|
|
120
|
+
"ci": "npm run clean && npm run lint && npm run build && npm run stylelint && npm run test:coverage && npm run test:e2e && npm run knip:backend && npm run knip:frontend",
|
|
121
|
+
"create-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
|
122
|
+
"image-build": "cd docker && docker build --no-cache --progress=plain --tag=web_plsql .",
|
|
123
|
+
"image-save": "cd docker && docker save web_plsql > web_plsql.tar",
|
|
124
|
+
"pack:dev": "VERSION=$(node -p 'require(\"./package.json\").version'); npm pack; mv web_plsql-$VERSION.tgz web_plsql-dev.tgz",
|
|
125
|
+
"release": "release-it"
|
|
126
|
+
}
|
|
127
|
+
}
|