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.
Files changed (2) hide show
  1. package/binary/index.js +1 -1
  2. 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)('index.html', 'utf-8');
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helm-viewer",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Quick tool to easily view your helm charts.",
5
5
  "author": "Tchoupinax <corentinfiloche@hotmail.fr> (https://corentinfiloche.xyz)",
6
6
  "license": "MIT",