swagger-ui 5.26.2 → 5.27.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": "swagger-ui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.27.1",
|
|
4
4
|
"main": "./dist/swagger-ui.js",
|
|
5
5
|
"module": "./dist/swagger-ui-es-bundle-core.js",
|
|
6
6
|
"exports": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"cy:run": "cross-env BROWSERSLIST_ENV=browser-production cypress run",
|
|
66
66
|
"cy:ci": "start-server-and-test cy:start http://localhost:3204 cy:run",
|
|
67
67
|
"cy:dev": "start-server-and-test cy:start http://localhost:3204 cy:open",
|
|
68
|
-
"open-static": "
|
|
68
|
+
"open-static": "npx open-cli http://localhost:3002",
|
|
69
69
|
"security-audit": "run-s -sc security-audit:all security-audit:prod",
|
|
70
70
|
"security-audit:prod": "npm-audit-ci-wrapper -p -t low",
|
|
71
71
|
"security-audit:all": "npm-audit-ci-wrapper -t moderate",
|
|
@@ -170,10 +170,11 @@
|
|
|
170
170
|
"npm-run-all": "^4.1.5",
|
|
171
171
|
"oauth2-server": "^2.4.1",
|
|
172
172
|
"open": "^10.1.0",
|
|
173
|
+
"open-cli": "=8.0.0",
|
|
173
174
|
"postcss": "^8.5.3",
|
|
174
|
-
"postcss-scss": "^4.0.9",
|
|
175
175
|
"postcss-loader": "^8.1.1",
|
|
176
176
|
"postcss-preset-env": "^10.1.6",
|
|
177
|
+
"postcss-scss": "^4.0.9",
|
|
177
178
|
"prettier": "^3.5.3",
|
|
178
179
|
"process": "^0.11.10",
|
|
179
180
|
"react-refresh": "^0.17.0",
|