@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.
Files changed (2) hide show
  1. package/core.cjs +1 -1
  2. 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.2");
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsh-sup/dsh-core-win-x64",
3
- "version": "0.1.3-BETA.2",
3
+ "version": "0.1.3-BETA.3",
4
4
  "description": "DSH lifecycle guard core (Node launcher) for win-x64 — requires Node >=18.",
5
5
  "license": "UNLICENSED",
6
6
  "os": [