Skip to content

Commit 35b6276

Browse files
committed
chore: rebrand package from @heyoub to @the-fbf scope
- Update package name: @heyoub/sunsetter-aqm → @the-fbf/sunsetter-aqm - Add npm publish/login to Claude settings allowlist for release automation
1 parent 28c03f6 commit 35b6276

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
"Bash(git push:*)",
4040
"Bash(npx tsc:*)",
4141
"Bash(npx jest:*)",
42-
"Bash(git stash:*)"
42+
"Bash(git stash:*)",
43+
"Bash(git status:*)",
44+
"Bash(npm publish:*)",
45+
"Bash(npm login:*)"
4346
]
4447
}
4548
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@heyoub/sunsetter-aqm",
2+
"name": "@the-fbf/sunsetter-aqm",
33
"version": "1.5.0",
44
"description": "SunSetter AQM+ - Database to Convex Migration Tool with beautiful TUI. AQM = Actions, Queries, Mutations",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)