@theholocron/cli 2.0.0-alpha.33 → 2.0.0-alpha.34

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/dist/cli.mjs +2 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -3602,7 +3602,8 @@ indent_size = 2
3602
3602
 
3603
3603
  [*.md]
3604
3604
  trim_trailing_whitespace = false
3605
- indent_style = unset
3605
+ indent_style = space
3606
+ indent_size = 2
3606
3607
 
3607
3608
  [.*{rc,ignore}]
3608
3609
  indent_style = space
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/cli",
3
- "version": "2.0.0-alpha.33",
3
+ "version": "2.0.0-alpha.34",
4
4
  "description": "The Holocron CLI — a pluggable, capability-based orchestrator for spinning up and operating software projects.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/cli#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",