redis-smq-web-ui 9.0.10-next.0 → 9.0.10-next.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/browser/index.html
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<link rel="icon" href="./favicon.ico" />
|
|
15
15
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
16
16
|
<title>RedisSMQ Web UI</title>
|
|
17
|
-
<script type="module" crossorigin src="./assets/index-
|
|
17
|
+
<script type="module" crossorigin src="./assets/index-DKaHqOG3.js"></script>
|
|
18
18
|
<link rel="stylesheet" crossorigin href="./assets/index-DLwmGeFa.css">
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redis-smq-web-ui",
|
|
3
|
-
"version": "9.0.10-next.
|
|
3
|
+
"version": "9.0.10-next.1",
|
|
4
4
|
"description": "Web UI for RedisSMQ: monitor and manage queues, messages, and consumers.",
|
|
5
5
|
"author": "Weyoss <weyoss@outlook.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"./package.json": "./package.json"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"redis-smq-common": "^9.0.10-next.
|
|
48
|
+
"redis-smq-common": "^9.0.10-next.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@vee-validate/zod": "4.15.1",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"vite-plugin-node-polyfills": "0.24.0",
|
|
77
77
|
"vite-plugin-vue-devtools": "8.0.3",
|
|
78
78
|
"vue-tsc": "3.1.3",
|
|
79
|
-
"redis-smq": "^9.0.10-next.
|
|
80
|
-
"redis-smq-
|
|
81
|
-
"redis-smq-
|
|
79
|
+
"redis-smq": "^9.0.10-next.1",
|
|
80
|
+
"redis-smq-rest-api": "^9.0.10-next.1",
|
|
81
|
+
"redis-smq-common": "^9.0.10-next.1"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"dev": "run-p run-dev-server run-api-server",
|