claude-switch-profile 1.4.4 → 1.4.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-switch-profile",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "description": "CLI tool for managing multiple Claude Code profiles",
5
5
  "type": "module",
6
6
  "bin": {
@@ -125,18 +125,15 @@ const main = () => {
125
125
 
126
126
  run('git add package.json');
127
127
  run(`git commit -m "chore(release): v${newVersion}"`);
128
- run(`git tag -a v${newVersion} -m "v${newVersion}"`);
129
- console.log(`✓ Created tag v${newVersion}`);
130
128
 
131
129
  console.log('\nPublishing to npm...');
132
130
  run('npm publish');
133
131
  console.log(`✓ Published claude-switch-profile@${newVersion}`);
134
132
 
135
133
  run('git push');
136
- run('git push --tags');
137
- console.log('✓ Pushed to remote with tags\n');
134
+ console.log(' Pushed release commit to remote\n');
138
135
 
139
- console.log(`🎉 Released v${newVersion} successfully!`);
136
+ console.log(`🎉 Published claude-switch-profile@${newVersion} and pushed release commit successfully!`);
140
137
  };
141
138
 
142
139
  try {
@@ -1,41 +0,0 @@
1
- exclude_patterns:
2
- - '**/.*'
3
- - '**/__pycache__'
4
- - '**/node_modules'
5
- - '**/target'
6
- - '**/build/assets'
7
- - '**/dist'
8
- - '**/vendor/*.*/*'
9
- - '**/vendor/*'
10
- - '**/.cocoindex_code'
11
- include_patterns:
12
- - '**/*.py'
13
- - '**/*.pyi'
14
- - '**/*.js'
15
- - '**/*.jsx'
16
- - '**/*.ts'
17
- - '**/*.tsx'
18
- - '**/*.mjs'
19
- - '**/*.cjs'
20
- - '**/*.rs'
21
- - '**/*.go'
22
- - '**/*.java'
23
- - '**/*.c'
24
- - '**/*.h'
25
- - '**/*.cpp'
26
- - '**/*.hpp'
27
- - '**/*.cc'
28
- - '**/*.cxx'
29
- - '**/*.hxx'
30
- - '**/*.hh'
31
- - '**/*.cs'
32
- - '**/*.sql'
33
- - '**/*.sh'
34
- - '**/*.bash'
35
- - '**/*.zsh'
36
- - '**/*.md'
37
- - '**/*.mdx'
38
- - '**/*.txt'
39
- - '**/*.rst'
40
- - '**/*.php'
41
- - '**/*.lua'
Binary file