@orkestrel/scaffold 0.0.8 → 0.0.10
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/host/codex/config.toml +2 -0
- package/dist/src/core/index.cjs +1 -1
- package/dist/src/core/index.cjs.map +1 -1
- package/dist/src/core/index.d.cts +1 -1
- package/dist/src/core/index.d.ts +1 -1
- package/dist/src/core/index.js +1 -1
- package/dist/src/core/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -2254,7 +2254,7 @@ export declare function coreViteConfig(browser?: boolean): string;
|
|
|
2254
2254
|
export declare function rootViteConfig(src: readonly Environment[], axes?: ViteAxes): string;
|
|
2255
2255
|
|
|
2256
2256
|
/** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
|
|
2257
|
-
export declare const SCAFFOLD_RANGE = "^0.0.
|
|
2257
|
+
export declare const SCAFFOLD_RANGE = "^0.0.10";
|
|
2258
2258
|
|
|
2259
2259
|
/**
|
|
2260
2260
|
* Carries a `ScaffoldErrorCode` + optional `context` (AGENTS §12).
|
package/dist/src/core/index.d.ts
CHANGED
|
@@ -2254,7 +2254,7 @@ export declare function coreViteConfig(browser?: boolean): string;
|
|
|
2254
2254
|
export declare function rootViteConfig(src: readonly Environment[], axes?: ViteAxes): string;
|
|
2255
2255
|
|
|
2256
2256
|
/** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
|
|
2257
|
-
export declare const SCAFFOLD_RANGE = "^0.0.
|
|
2257
|
+
export declare const SCAFFOLD_RANGE = "^0.0.10";
|
|
2258
2258
|
|
|
2259
2259
|
/**
|
|
2260
2260
|
* Carries a `ScaffoldErrorCode` + optional `context` (AGENTS §12).
|
package/dist/src/core/index.js
CHANGED
|
@@ -224,7 +224,7 @@ var DEFAULT_VERSION = "0.0.1";
|
|
|
224
224
|
/** The `engines.node` range the `blueprint` builder fills. */
|
|
225
225
|
var DEFAULT_ENGINES = `>=${MINIMUM_NODE_VERSION}`;
|
|
226
226
|
/** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
|
|
227
|
-
var SCAFFOLD_RANGE = "^0.0.
|
|
227
|
+
var SCAFFOLD_RANGE = "^0.0.10";
|
|
228
228
|
/** Tooling versions shared by scaffold and every generated workspace. */
|
|
229
229
|
var BASE_DEV_DEPENDENCIES = Object.freeze({
|
|
230
230
|
"@microsoft/api-extractor": "^7.58.12",
|