@orkestrel/scaffold 0.0.9 → 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.
@@ -225,7 +225,7 @@ var DEFAULT_VERSION = "0.0.1";
225
225
  /** The `engines.node` range the `blueprint` builder fills. */
226
226
  var DEFAULT_ENGINES = `>=${MINIMUM_NODE_VERSION}`;
227
227
  /** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
228
- var SCAFFOLD_RANGE = "^0.0.8";
228
+ var SCAFFOLD_RANGE = "^0.0.10";
229
229
  /** Tooling versions shared by scaffold and every generated workspace. */
230
230
  var BASE_DEV_DEPENDENCIES = Object.freeze({
231
231
  "@microsoft/api-extractor": "^7.58.12",