@dsh-sup/dsh-core-linux-x64 0.1.6-BETA.19 → 0.1.6-BETA.20
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/core.cjs +1 -1
- package/package.json +1 -1
package/core.cjs
CHANGED
|
@@ -967,7 +967,7 @@ var require_version = __commonJS({
|
|
|
967
967
|
var fs2 = require("node:fs");
|
|
968
968
|
var path2 = require("node:path");
|
|
969
969
|
function guardVersion() {
|
|
970
|
-
if (true) return String("0.1.6-BETA.
|
|
970
|
+
if (true) return String("0.1.6-BETA.20");
|
|
971
971
|
try {
|
|
972
972
|
return JSON.parse(fs2.readFileSync(path2.join(__dirname, "..", "..", "package.json"), "utf8")).version || "unknown";
|
|
973
973
|
} catch {
|
package/package.json
CHANGED