discoverj 419.0.0 → 421.0.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.
Binary file
@@ -5,7 +5,7 @@ var mainClass = "{{MAIN_CLASS}}";
5
5
  var classPath = "{{CLASSPATH}}";
6
6
  var port = "0";
7
7
  var warPath = "";
8
- var javaVersionString = "17";
8
+ var javaVersionString = "21";
9
9
  var tryJavaHomeFirst = false;
10
10
  var javafx = false;
11
11
  var bundleType = 'jre';
package/package.json CHANGED
@@ -1 +1 @@
1
- {"bin":{"disCoverJ":"jdeploy-bundle/jdeploy.js"},"author":"Rouven Himmelstein","description":" A simple tool that allows you to automatically embed cover images into your audio files.","main":"index.js","preferGlobal":false,"repository":"https://github.com/RouHim/disCoverJ","version":"419.0.0","jdeploy":{"jdk":false,"checksums":{"icon.png":"92e41f22b1f6f0cb890a9632133cecea","installsplash.png":"00688dc2ed6763c5bf2e44c41662bc32"},"javaVersion":"17","jar":"target/disCoverJ.jar","javafx":true,"title":"disCoverJ"},"dependencies":{"njre":"^1.0.0","shelljs":"^0.8.4"},"license":"GPL-2.0 License","name":"discoverj","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":"https://github.com/RouHim/disCoverJ"}
1
+ {"bin":{"disCoverJ":"jdeploy-bundle/jdeploy.js"},"author":"Rouven Himmelstein","description":" A simple tool that allows you to automatically embed cover images into your audio files.","main":"index.js","preferGlobal":false,"repository":"https://github.com/RouHim/disCoverJ","version":"421.0.0","jdeploy":{"jdk":false,"checksums":{"icon.png":"92e41f22b1f6f0cb890a9632133cecea","installsplash.png":"00688dc2ed6763c5bf2e44c41662bc32"},"javaVersion":"21","jar":"target/disCoverJ.jar","javafx":true,"title":"disCoverJ"},"dependencies":{"njre":"^1.0.0","shelljs":"^0.8.4"},"license":"GPL-2.0 License","name":"discoverj","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":"https://github.com/RouHim/disCoverJ"}