ebet-payroll 1.0.3 → 1.0.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.
@@ -3,7 +3,7 @@
3
3
  var path = require('path');
4
4
  var os = require('os');
5
5
  var jdeployHomeDir = process.env.JDEPLOY_HOME || path.join(os.homedir(), '.jdeploy');
6
- var jarName = "payroll-desktop-1.0.3.jar";
6
+ var jarName = "payroll-desktop-1.0.4.jar";
7
7
  var mainClass = "{{MAIN_CLASS}}";
8
8
  var classPath = "{{CLASSPATH}}";
9
9
  var port = "0";
package/package.json CHANGED
@@ -1 +1 @@
1
- {"license":"ISC","author":"EBET","bin":{"ebet-payroll":"jdeploy-bundle/jdeploy.js"},"name":"ebet-payroll","description":"EBET Payroll desktop application","files":["jdeploy-bundle"],"main":"index.js","preferGlobal":true,"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"version":"1.0.3","jdeploy":{"jdk":false,"checksums":{},"generateLegacyBundles":false,"mainClass":"app.Main","javaVersion":"17","jar":"target/payroll-desktop-1.0.3.jar","javafx":false,"jdeployVersion":"6.0.19","title":"EBET Payroll","commitHash":"ea9b1e0c9628a6bb3398d24f0b9ff3a9508512e7"},"dependencies":{"command-exists-promise":"^2.0.2","node-fetch":"2.6.7","tar":"^4.4.8","yauzl":"^2.10.0","shelljs":"^0.8.4"}}
1
+ {"license":"ISC","author":"EBET","bin":{"ebet-payroll":"jdeploy-bundle/jdeploy.js"},"name":"ebet-payroll","description":"EBET Payroll desktop application","files":["jdeploy-bundle"],"main":"index.js","preferGlobal":true,"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"version":"1.0.4","jdeploy":{"jdk":false,"checksums":{},"generateLegacyBundles":false,"mainClass":"app.Main","javaVersion":"17","jar":"target/payroll-desktop-1.0.4.jar","javafx":false,"jdeployVersion":"6.0.19","title":"EBET Payroll","commitHash":"da9b39eccbaa37ba149dcef9ce9655c8185fa3a1"},"dependencies":{"command-exists-promise":"^2.0.2","node-fetch":"2.6.7","tar":"^4.4.8","yauzl":"^2.10.0","shelljs":"^0.8.4"}}