@pipelab/cli 2.0.0-beta.5 → 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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. 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.5";
105585
+ var version$2 = "2.0.0-beta.7";
105586
105586
  //#endregion
105587
105587
  //#region src/paths.ts
105588
105588
  const getDefaultUserDataPath = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelab/cli",
3
- "version": "2.0.0-beta.5",
3
+ "version": "2.0.0-beta.7",
4
4
  "description": "The command line interface for Pipelab",
5
5
  "license": "FSL-1.1-MIT",
6
6
  "author": "CynToolkit",