@pipelab/cli 2.0.0-beta.21 → 2.0.0-beta.22
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
|
@@ -69171,7 +69171,7 @@ async function runPipelineCommand(file, options, version) {
|
|
|
69171
69171
|
}
|
|
69172
69172
|
//#endregion
|
|
69173
69173
|
//#region package.json
|
|
69174
|
-
var version$2 = "2.0.0-beta.
|
|
69174
|
+
var version$2 = "2.0.0-beta.22";
|
|
69175
69175
|
//#endregion
|
|
69176
69176
|
//#region src/paths.ts
|
|
69177
69177
|
const getDefaultUserDataPath = () => {
|