@gutenye/script.js 2.5.0 → 2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gutenye/script.js",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "Write shell scripts in JavaScript",
5
5
  "keywords": [
6
6
  "shell",
package/src/completion.ts CHANGED
@@ -146,6 +146,7 @@ export async function installCompletion(
146
146
 
147
147
  fsSync.mkdirSync(specsDir, { recursive: true })
148
148
  fsSync.writeFileSync(filePath, result.text)
149
+ console.log(`Updated completion spec: ${filePath}`)
149
150
  } catch {
150
151
  // completion is supplementary — silently ignore errors
151
152
  }