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