@designcrowd/fe-shared-lib 1.5.24-upgradepkg → 1.6.0
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
2
|
+
"env": {
|
|
3
3
|
"CLAUDE_CODE_USE_BEDROCK": "1",
|
|
4
4
|
"AWS_PROFILE": "default",
|
|
5
5
|
"AWS_REGION": "us-east-1",
|
|
@@ -47,7 +47,10 @@
|
|
|
47
47
|
"Bash(git -C /home/zknowles/repos/fe-shared-lib commit -m \"$\\(cat <<''EOF''\nchore: upgrade vite 6→7, vue 3.5.15→3.5.26, storybook 9→10\n\n- Update vite to ^7.3.1\n- Update @vitejs/plugin-vue to ^6.0.3 \\(required for Vite 7\\)\n- Update vite-plugin-vue-devtools to ^7.7.2\n- Update vue to ^3.5.26\n- Remove vite-plugin-eslint \\(unmaintained, incompatible with Vite 7\\)\n- Update storybook to 10.2.1 \\(required for Vite 7 compatibility\\)\n- Update @storybook/vue3, @storybook/vue3-vite to 10.2.1\n- Update @storybook/addon-a11y, @storybook/addon-links, @storybook/addon-themes to 10.2.1\n- Update eslint-plugin-storybook to 10.2.1 \\(required for Storybook 10\\)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
|
|
48
48
|
"Bash(git -C /home/zknowles/repos/fe-shared-lib log --oneline -3)",
|
|
49
49
|
"Bash(git show:*)",
|
|
50
|
-
"Bash(git stash:*)"
|
|
50
|
+
"Bash(git stash:*)",
|
|
51
|
+
"Bash(chmod:*)",
|
|
52
|
+
"Bash(~/.claude/statusline.sh)",
|
|
53
|
+
"Bash(ls:*)"
|
|
51
54
|
]
|
|
52
55
|
}
|
|
53
56
|
}
|