mao-service-discovery 1.6.9-windows-rc1--.0 → 1.6.9-windows-rc1-master-7c068c07ef6a41821b0940daa906432e812ee2df.0
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/MaoServerDiscovery.exe +0 -0
- package/package.json +1 -1
- package/resource/html/index.html +1 -1
- package/resource/static/js/chunk-vendors.f3fb1091.js +28 -28
- /package/resource/static/css/{app.da22edd4.css → app.d2361b4b.css} +0 -0
- /package/resource/static/js/{app.854e1ac6.js → app.22c66168.js} +0 -0
package/MaoServerDiscovery.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mao-service-discovery",
|
|
3
|
-
"version": "1.6.9-windows-rc1
|
|
3
|
+
"version": "1.6.9-windows-rc1-master-7c068c07ef6a41821b0940daa906432e812ee2df.0",
|
|
4
4
|
"description": "Discover your services by using gRPC stream, ICMP or etcd. Come with WebGUI, Restful API and Config Persistence ability.",
|
|
5
5
|
"main": "MaoServiceDiscovery",
|
|
6
6
|
"scripts": {
|
package/resource/html/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>Mao-Service-Discovery</title><script defer="defer" src="/js/chunk-vendors.f3fb1091.js"></script><script defer="defer" src="/js/app.
|
|
1
|
+
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>Mao-Service-Discovery</title><script defer="defer" src="/js/chunk-vendors.f3fb1091.js"></script><script defer="defer" src="/js/app.22c66168.js"></script><link href="/css/chunk-vendors.1020ffab.css" rel="stylesheet"><link href="/css/app.d2361b4b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Mao-Service-Discovery doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|