@dsh-sup/dsh-core-win-x64 0.1.3-BETA.2 → 0.1.3-BETA.3
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
|
@@ -143,7 +143,7 @@ var require_version = __commonJS({
|
|
|
143
143
|
var fs2 = require("node:fs");
|
|
144
144
|
var path2 = require("node:path");
|
|
145
145
|
function guardVersion() {
|
|
146
|
-
if (true) return String("0.1.3-BETA.
|
|
146
|
+
if (true) return String("0.1.3-BETA.3");
|
|
147
147
|
try {
|
|
148
148
|
return JSON.parse(fs2.readFileSync(path2.join(__dirname, "..", "..", "package.json"), "utf8")).version || "unknown";
|
|
149
149
|
} catch {
|