ai-or-die 0.1.9 → 0.1.10

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.
@@ -81,6 +81,13 @@ jobs:
81
81
  env:
82
82
  NODE_AUTH_TOKEN: ""
83
83
 
84
+ - name: Setup Node.js (GitHub Packages)
85
+ uses: actions/setup-node@v4
86
+ with:
87
+ node-version: '22'
88
+ registry-url: 'https://npm.pkg.github.com'
89
+ scope: '@animeshkundu'
90
+
84
91
  - name: Publish to GitHub Packages
85
92
  continue-on-error: true
86
93
  run: |
@@ -89,7 +96,7 @@ jobs:
89
96
  pkg.name = '@animeshkundu/ai-or-die';
90
97
  require('fs').writeFileSync('package.json', JSON.stringify(pkg, null, 2) + '\n');
91
98
  "
92
- npm publish --registry https://npm.pkg.github.com --access public
99
+ npm publish --access public
93
100
  git checkout -- package.json
94
101
  env:
95
102
  NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-or-die",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Universal AI coding terminal — Claude, Copilot, Gemini & more in your browser",
5
5
  "main": "src/server.js",
6
6
  "bin": {