@raftlabs/raftstack 1.7.0 → 1.7.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.
- package/.claude/skills/backend/SKILL.md +132 -1
- package/.claude/skills/code-quality/SKILL.md +53 -38
- package/.claude/skills/database/SKILL.md +55 -6
- package/.claude/skills/react/SKILL.md +112 -2
- package/.claude/skills/seo/SKILL.md +117 -5
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2671,7 +2671,7 @@ ${pc4.bold("Branches")}
|
|
|
2671
2671
|
// package.json
|
|
2672
2672
|
var package_default = {
|
|
2673
2673
|
name: "@raftlabs/raftstack",
|
|
2674
|
-
version: "1.7.
|
|
2674
|
+
version: "1.7.1",
|
|
2675
2675
|
description: "CLI tool for setting up Git hooks, commit conventions, and GitHub integration",
|
|
2676
2676
|
type: "module",
|
|
2677
2677
|
main: "./dist/index.js",
|