helm-viewer 0.1.3 → 0.1.4
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/binary/index.js +1 -1
- package/package.json +1 -1
package/binary/index.js
CHANGED
|
@@ -5839,7 +5839,7 @@ function run() {
|
|
|
5839
5839
|
(0, save_yaml_1.saveTemplatedYamlToFiles)(stdout);
|
|
5840
5840
|
(0, save_yaml_1.saveSourcesYamlToFiles)(currentPath);
|
|
5841
5841
|
const JSON = (0, fs_1.readFileSync)('tmp/global-data.json', 'utf-8');
|
|
5842
|
-
let file = (0, fs_1.readFileSync)(
|
|
5842
|
+
let file = (0, fs_1.readFileSync)(__nccwpck_require__.ab + "index.html", 'utf-8');
|
|
5843
5843
|
file = file
|
|
5844
5844
|
.replace('<script src="assets/global-data.js"></script>', `<script>const DATA = ${JSON};</script>`)
|
|
5845
5845
|
.replace('<!--<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>-->', '<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>');
|
package/package.json
CHANGED