@bull-monitor/root
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.6.3](https://github.com/s-r-x/bull-monitor/compare/v2.6.2...v2.6.3) (2021-09-24) | ||
**Note:** Version bump only for package @bull-monitor/root | ||
## [2.6.2](https://github.com/s-r-x/bull-monitor/compare/v2.6.0...v2.6.2) (2021-09-24) | ||
@@ -8,0 +16,0 @@ |
@@ -10,3 +10,3 @@ "use strict"; | ||
this.cdnRoot = `https://cdn.jsdelivr.net/npm/${this.pkgName}@${this.uiVersion}`; | ||
this.resourcesRoot = this.cdnRoot + '/build/dist'; | ||
this.resourcesRoot = this.cdnRoot + '/build'; | ||
} | ||
@@ -28,7 +28,8 @@ buildCdnUrl(resource) { | ||
/> | ||
<link rel="stylesheet" href="${this.buildCdnUrl('/index.css')}"/> | ||
<script type="module" src="${this.buildCdnUrl('/index.js')}"></script> | ||
<link rel="stylesheet" href="${this.buildCdnUrl('/style.css')}"/> | ||
<script type="module" src="${this.buildCdnUrl('/main.js')}"></script> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
</body> | ||
@@ -35,0 +36,0 @@ </html> |
{ | ||
"name": "@bull-monitor/root", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"repository": { | ||
@@ -42,3 +42,3 @@ "type": "git", | ||
}, | ||
"gitHead": "91c14beb33605ffe57adc23e9ecd30fbef0058a6" | ||
"gitHead": "469820b76b65af1d619627e0db0c200e3a7f9e2e" | ||
} |
Sorry, the diff of this file is not supported yet
116629
1946