@orkestrel/scaffold 0.0.39 → 0.0.40

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.
@@ -304,7 +304,7 @@ var DEFAULT_ENGINES = `>=${MINIMUM_NODE_VERSION}`;
304
304
  /** The tooling versions scaffold and every generated workspace share. */
305
305
  var BASE_DEV_DEPENDENCIES = Object.freeze({
306
306
  "@orkestrel/guide": "^0.0.12",
307
- "@orkestrel/scaffold": "^0.0.39",
307
+ "@orkestrel/scaffold": "^0.0.40",
308
308
  "@orkestrel/test": "^0.0.6",
309
309
  "@types/node": "^26.2.0",
310
310
  oxfmt: "^0.62.0",