web_plsql 1.8.0 → 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/dist/frontend/assets/{main-Co9Kke3j.js → main-soziFoIv.js} +1 -1
- package/dist/frontend/assets/main-soziFoIv.js.br +0 -0
- package/dist/frontend/assets/{main-Co9Kke3j.js.gz → main-soziFoIv.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.mjs +10 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -3
- package/dist/frontend/assets/main-Co9Kke3j.js.br +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web_plsql",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "The Express Middleware for Oracle PL/SQL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"apex",
|
|
@@ -62,7 +62,8 @@
|
|
|
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": {
|
|
68
69
|
"chalk": "5.6.2",
|
|
@@ -106,6 +107,7 @@
|
|
|
106
107
|
"oxfmt": "0.44.0",
|
|
107
108
|
"oxlint": "1.59.0",
|
|
108
109
|
"oxlint-tsgolint": "0.20.0",
|
|
110
|
+
"release-it": "19.2.4",
|
|
109
111
|
"shx": "0.4.0",
|
|
110
112
|
"stylelint": "17.6.0",
|
|
111
113
|
"stylelint-config-standard": "40.0.0",
|
|
@@ -123,4 +125,4 @@
|
|
|
123
125
|
"engines": {
|
|
124
126
|
"node": ">=24"
|
|
125
127
|
}
|
|
126
|
-
}
|
|
128
|
+
}
|
|
Binary file
|