dlw-machine-setup 0.9.6 → 0.9.8

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.
Files changed (2) hide show
  1. package/bin/installer.js +1 -1
  2. package/package.json +1 -1
package/bin/installer.js CHANGED
@@ -3951,11 +3951,11 @@ var Journal = class {
3951
3951
  // src/steps/index.ts
3952
3952
  var steps_exports = {};
3953
3953
  __export(steps_exports, {
3954
- buildCodeIndex: () => build_code_index_default,
3955
3954
  fetchAbapHooks: () => fetch_abap_hooks_default,
3956
3955
  fetchContexts: () => fetch_contexts_default,
3957
3956
  fetchFactory: () => fetch_factory_default,
3958
3957
  runMcpInstallCommands: () => run_mcp_install_commands_default,
3958
+ setupCodeIndex: () => build_code_index_default,
3959
3959
  updateGitignore: () => update_gitignore_default,
3960
3960
  writeInstructions: () => write_instructions_default,
3961
3961
  writeMcpConfig: () => write_mcp_config_default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dlw-machine-setup",
3
- "version": "0.9.6",
3
+ "version": "0.9.8",
4
4
  "description": "One-shot installer for The Machine toolchain",
5
5
  "bin": {
6
6
  "dlw-machine-setup": "bin/installer.js"