@pipelab/cli 2.0.0-beta.6 → 2.0.0-beta.7
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/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -105582,7 +105582,7 @@ async function runPipelineCommand(file, options, version) {
|
|
|
105582
105582
|
}
|
|
105583
105583
|
//#endregion
|
|
105584
105584
|
//#region package.json
|
|
105585
|
-
var version$2 = "2.0.0-beta.
|
|
105585
|
+
var version$2 = "2.0.0-beta.7";
|
|
105586
105586
|
//#endregion
|
|
105587
105587
|
//#region src/paths.ts
|
|
105588
105588
|
const getDefaultUserDataPath = () => {
|