@freecodecamp/universe-cli 0.3.1 → 0.3.2

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/dist/index.cjs CHANGED
@@ -54692,7 +54692,7 @@ async function rollback(options) {
54692
54692
  }
54693
54693
 
54694
54694
  // src/cli.ts
54695
- var version2 = true ? "0.3.0" : "0.0.0";
54695
+ var version2 = true ? "0.3.2" : "0.0.0";
54696
54696
  function handleActionError(command, json2, err) {
54697
54697
  const ctx = { json: json2, command };
54698
54698
  const message = err instanceof Error ? err.message : "unknown error";
package/dist/index.js CHANGED
@@ -916,7 +916,7 @@ async function rollback(options) {
916
916
  }
917
917
 
918
918
  // src/cli.ts
919
- var version = true ? "0.3.0" : "0.0.0";
919
+ var version = true ? "0.3.2" : "0.0.0";
920
920
  function handleActionError(command, json, err) {
921
921
  const ctx = { json, command };
922
922
  const message = err instanceof Error ? err.message : "unknown error";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freecodecamp/universe-cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "vitest run",