@dsh-cc/cli 0.6.2 → 0.6.3-rc.2

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/bootstrap.mjs +1 -1
  2. package/package.json +1 -1
package/bootstrap.mjs CHANGED
@@ -325,7 +325,7 @@ export function slugRetryDecision({ named, attempt, maxAttempts = 5 }) {
325
325
  // acceptable — it happens once, before the profile exists.
326
326
 
327
327
  /** Lowest harness version the published bundles are known to work with. */
328
- export const MIN_DSH_VERSION = '0.1.2-rc.1'
328
+ export const MIN_DSH_VERSION = '0.1.5-rc.1'
329
329
 
330
330
  const VERSION_RE = /\d+\.\d+\.\d+(?:-[\w.+-]+)?/
331
331
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsh-cc/cli",
3
- "version": "0.6.2",
3
+ "version": "0.6.3-rc.2",
4
4
  "description": "Optional dsh-cc shortcut: bootstraps the tui profile and runs dsh --profile tui",
5
5
  "type": "module",
6
6
  "bin": {