devlyn-cli 1.7.1 → 1.7.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/README.md +1 -1
- package/bin/devlyn.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/bin/devlyn.js
CHANGED
|
@@ -131,7 +131,7 @@ ${v} ██████╔╝${p}███████╗${k} ╚███
|
|
|
131
131
|
${g} ╚═════╝ ╚══════╝ ╚═══╝ ╚══════╝ ╚═╝ ╚═╝ ╚═══╝${r}
|
|
132
132
|
|
|
133
133
|
${COLORS.dim} Claude Code Config Toolkit${r}
|
|
134
|
-
${g} v${PKG.version} ${COLORS.dim}· ${k}🍩 by Donut Studio${r}
|
|
134
|
+
${g} v${PKG.version} ${COLORS.dim}· ${k}🍩 by Nocodecat @ Donut Studio${r}
|
|
135
135
|
`;
|
|
136
136
|
console.log(logo);
|
|
137
137
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devlyn-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "AI development toolkit for Claude Code — ideate, auto-resolve, and ship with context engineering and agent orchestration",
|
|
5
5
|
"homepage": "https://github.com/fysoul17/devlyn-cli#readme",
|
|
6
6
|
"bin": {
|