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