ralphctl 0.1.3 → 0.1.4
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/cli.mjs +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -4128,7 +4128,7 @@ Checks performed:
|
|
|
4128
4128
|
// package.json
|
|
4129
4129
|
var package_default = {
|
|
4130
4130
|
name: "ralphctl",
|
|
4131
|
-
version: "0.1.
|
|
4131
|
+
version: "0.1.4",
|
|
4132
4132
|
description: "Sprint and task management CLI for AI-assisted coding",
|
|
4133
4133
|
homepage: "https://github.com/lukas-grigis/ralphctl",
|
|
4134
4134
|
type: "module",
|