discoverj 412.5.80 → 412.5.89

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/README.md CHANGED
@@ -30,6 +30,22 @@
30
30
 
31
31
  **Search engines:** iTunes, Deezer, searX, Discogs, Spotify, Musicbrainz, Local search
32
32
 
33
- **Powered by:** [IntelliJ IDEA](https://www.jetbrains.com/idea), [jaudiotagger](https://github.com/RouHim/jaudiotagger), [jDeploy](https://www.jdeploy.com)
33
+ **Powered by:
34
+ ** [IntelliJ IDEA](https://www.jetbrains.com/idea), [jaudiotagger](https://github.com/RouHim/jaudiotagger), [jDeploy](https://www.jdeploy.com)
34
35
 
35
36
  <sub><sub><sub>(20e4da7da541dfc4fb79764b6818baaf6301bfde88e914f03126655484b768ed)</sub></sub></sub>
37
+
38
+ ## Formatting Java
39
+
40
+ Prettier loads the Java plugin through `./prettier-plugin-java-loader.mjs`, which derives the global install location
41
+ from `$HOME`. That keeps `.prettierrc.yaml` free of machine-specific paths.
42
+
43
+ Once you have `prettier` + `prettier-plugin-java` installed (the loader defaults to
44
+ `$HOME/.npm-global/lib/node_modules`),
45
+ run Prettier from the repo root like this:
46
+
47
+ ```
48
+ prettier --write "**/*.java"
49
+ ```
50
+
51
+ If your global prefix differs, edit `prettier-plugin-java-loader.mjs` so `pluginPath` points at the actual location.
Binary file
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":"412.5.80","jdeploy":{"jdk":false,"checksums":{"icon.png":"92e41f22b1f6f0cb890a9632133cecea","installsplash.png":"00688dc2ed6763c5bf2e44c41662bc32"},"mainClass":"org.springframework.boot.loader.launch.JarLauncher","javaVersion":"25","jar":"target/disCoverJ.jar","javafx":true,"title":"disCoverJ"},"dependencies":{"njre":"^1.0.0","shelljs":"^0.10.0"},"license":"GPL-2.0 License","devDependencies":{"prettier-plugin-java":"^2.7.5","prettier":"^3.6.2"},"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":"412.5.89","jdeploy":{"jdk":false,"checksums":{"icon.png":"92e41f22b1f6f0cb890a9632133cecea","installsplash.png":"00688dc2ed6763c5bf2e44c41662bc32"},"mainClass":"org.springframework.boot.loader.launch.JarLauncher","javaVersion":"25","jar":"target/disCoverJ.jar","javafx":true,"title":"disCoverJ"},"dependencies":{"njre":"^1.0.0","shelljs":"^0.10.0"},"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"}