@theholocron/cli 3.29.7 → 3.29.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.
- package/dist/cli.mjs +38 -10
- package/dist/cli.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -175,7 +175,7 @@ interface ChromaticProjectConfig {
|
|
|
175
175
|
* `path` is the working directory relative to the repo root; defaults to `"."` (repo root) when omitted.
|
|
176
176
|
*/
|
|
177
177
|
interface StorybookDeployProject {
|
|
178
|
-
name
|
|
178
|
+
name?: string;
|
|
179
179
|
path?: string;
|
|
180
180
|
}
|
|
181
181
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theholocron/cli",
|
|
3
|
-
"version": "3.29.
|
|
3
|
+
"version": "3.29.8",
|
|
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",
|