paratix 0.12.2 → 0.12.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/dist/cli.js CHANGED
@@ -5519,7 +5519,7 @@ async function runApplyCommand(file, options, run = runPlaybook) {
5519
5519
  if (options.diff && !options.dryRun) {
5520
5520
  throw new CliUsageError("--diff requires --dry-run");
5521
5521
  }
5522
- printCliHeader("0.12.2-00e22db");
5522
+ printCliHeader("0.12.3-1965663");
5523
5523
  const environmentOverrides = applyCliEnvironmentOverrides(options.env, {
5524
5524
  firstRun: options.firstRun
5525
5525
  });
@@ -5548,7 +5548,7 @@ function exitAfterApplyError(error, verbose) {
5548
5548
  process.exit(exitCode);
5549
5549
  }
5550
5550
  var program = new Command();
5551
- program.name("paratix").description("Idempotent VPS setup tool in TypeScript").version("0.12.2-00e22db");
5551
+ program.name("paratix").description("Idempotent VPS setup tool in TypeScript").version("0.12.3-1965663");
5552
5552
  program.command("apply <file>").description("Apply a server definition").option(
5553
5553
  "--diff",
5554
5554
  "When combined with --dry-run, show a unified diff per module that would change.",
package/dist/index.js CHANGED
@@ -61,7 +61,7 @@ import {
61
61
  user,
62
62
  validateHostLabel,
63
63
  validateSshConfig
64
- } from "./chunk-YOSHYUST.js";
64
+ } from "./chunk-ZXRWWALU.js";
65
65
 
66
66
  // src/conditionalModules.ts
67
67
  function createConditionalApplyState(environment) {
@@ -27,7 +27,7 @@ import {
27
27
  timer,
28
28
  ufw,
29
29
  user
30
- } from "../chunk-YOSHYUST.js";
30
+ } from "../chunk-ZXRWWALU.js";
31
31
  export {
32
32
  apt,
33
33
  archive,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paratix",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "Idempotent VPS setup tool in TypeScript",
5
5
  "type": "module",
6
6
  "files": [