@skopeo/cli 0.0.0 → 0.0.1

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/dist/bin.js +1 -1
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -42349,7 +42349,7 @@ var runWith2 = (command, config) => {
42349
42349
  }, catchFilter2((error2) => isCliError(error2) && error2._tag === "ShowHelp" ? succeed2(error2) : fail2(error2), (error2) => andThen3(showHelp(command, error2), fail6(error2))), catchFilter2((e) => isQuitError(e) ? succeed2(e) : fail2(e), (_) => interrupt2));
42350
42350
  };
42351
42351
  // apps/cli/src/version.generated.ts
42352
- var VERSION = "0.0.0";
42352
+ var VERSION = "0.0.1";
42353
42353
  // apps/cli/src/runtime/failures.ts
42354
42354
  class ConfigValidationFailed extends exports_Data.TaggedError("ConfigValidationFailed") {
42355
42355
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skopeo/cli",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "Skopeo code review agent CLI",
5
5
  "private": false,
6
6
  "type": "module",