@orkestrel/scaffold 0.0.19 → 0.0.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.
@@ -2279,7 +2279,7 @@ export declare function coreViteConfig(): string;
2279
2279
  export declare function rootViteConfig(src: readonly Environment[], facts?: ViteFacts): string;
2280
2280
 
2281
2281
  /** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
2282
- export declare const SCAFFOLD_RANGE = "^0.0.19";
2282
+ export declare const SCAFFOLD_RANGE = "^0.0.20";
2283
2283
 
2284
2284
  /**
2285
2285
  * Carries a `ScaffoldErrorCode` + optional `context` (AGENTS §12).
@@ -2279,7 +2279,7 @@ export declare function coreViteConfig(): string;
2279
2279
  export declare function rootViteConfig(src: readonly Environment[], facts?: ViteFacts): string;
2280
2280
 
2281
2281
  /** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
2282
- export declare const SCAFFOLD_RANGE = "^0.0.19";
2282
+ export declare const SCAFFOLD_RANGE = "^0.0.20";
2283
2283
 
2284
2284
  /**
2285
2285
  * Carries a `ScaffoldErrorCode` + optional `context` (AGENTS §12).
@@ -228,7 +228,7 @@ var DEFAULT_VERSION = "0.0.1";
228
228
  /** The `engines.node` range the `blueprint` builder fills. */
229
229
  var DEFAULT_ENGINES = `>=${MINIMUM_NODE_VERSION}`;
230
230
  /** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
231
- var SCAFFOLD_RANGE = "^0.0.19";
231
+ var SCAFFOLD_RANGE = "^0.0.20";
232
232
  /** Tooling versions shared by scaffold and every generated workspace. */
233
233
  var BASE_DEV_DEPENDENCIES = Object.freeze({
234
234
  "@microsoft/api-extractor": "^7.58.12",