@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.
- package/bootstrap.mjs +1 -1
- 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.
|
|
328
|
+
export const MIN_DSH_VERSION = '0.1.5-rc.1'
|
|
329
329
|
|
|
330
330
|
const VERSION_RE = /\d+\.\d+\.\d+(?:-[\w.+-]+)?/
|
|
331
331
|
|