@freecodecamp/universe-cli 0.3.1 → 0.3.3
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
54695
|
+
var version2 = true ? "0.3.3" : "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.
|
|
919
|
+
var version = true ? "0.3.3" : "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";
|