@nfinitmonkeys/clan-engine 0.4.0 → 0.4.1

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/types.d.ts CHANGED
@@ -6,7 +6,7 @@
6
6
  * file's marker so a future engine can tell "my old output" from "my current
7
7
  * output" and run migrations. Bump LAYOUT_VERSION when the template SHAPE
8
8
  * changes (a path moves, a format changes); bump ENGINE_VERSION freely. */
9
- export declare const ENGINE_VERSION = "0.3.0";
9
+ export declare const ENGINE_VERSION = "0.4.1";
10
10
  export declare const LAYOUT_VERSION = 1;
11
11
  /** The marker key written into generated-file frontmatter / headers. */
12
12
  export declare const GENERATED_BY = "clan-engine";
package/dist/types.js CHANGED
@@ -6,7 +6,7 @@
6
6
  * file's marker so a future engine can tell "my old output" from "my current
7
7
  * output" and run migrations. Bump LAYOUT_VERSION when the template SHAPE
8
8
  * changes (a path moves, a format changes); bump ENGINE_VERSION freely. */
9
- export const ENGINE_VERSION = '0.3.0';
9
+ export const ENGINE_VERSION = '0.4.1';
10
10
  export const LAYOUT_VERSION = 1;
11
11
  /** The marker key written into generated-file frontmatter / headers. */
12
12
  export const GENERATED_BY = 'clan-engine';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nfinitmonkeys/clan-engine",
3
- "version": "0.4.0",
4
- "description": "Deterministic setup engine for Nfinit Monkeys clans \u2014 the single template + reconciliation authority behind the published CLIs and the internal fleet tooling. Idempotent, dry-run-by-default, non-destructive.",
3
+ "version": "0.4.1",
4
+ "description": "Deterministic setup engine for Nfinit Monkeys clans the single template + reconciliation authority behind the published CLIs and the internal fleet tooling. Idempotent, dry-run-by-default, non-destructive.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "clan-engine": "./dist/cli.js"
@@ -39,6 +39,6 @@
39
39
  "yaml": "^2.9.0"
40
40
  },
41
41
  "optionalDependencies": {
42
- "@nfinitmonkeys/clan-crypto": "^0.1.0"
42
+ "@nfinitmonkeys/clan-crypto": "^0.2.0"
43
43
  }
44
44
  }