@deepseekdev/coder 1.0.75 → 1.0.77

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": "@deepseekdev/coder",
3
- "version": "1.0.75",
3
+ "version": "1.0.77",
4
4
  "description": "DeepSeek AI-powered CLI agent for code assistance and automation",
5
5
  "deepseek": {
6
6
  "rulebookSchema": "src/contracts/schemas/agent-rules.schema.json"
@@ -21,11 +21,10 @@
21
21
  ],
22
22
  "bin": {
23
23
  "deepseek": "dist/bin/deepseek.js",
24
- "erosolar": "dist/bin/erosolar.js",
25
24
  "lean": "dist/bin/lean.js"
26
25
  },
27
26
  "scripts": {
28
- "postinstall": "node -e \"const fs=require('fs');['dist/bin/deepseek.js','dist/bin/erosolar.js','dist/bin/lean.js'].forEach(f=>{try{fs.chmodSync(f,0o755)}catch{}})\"",
27
+ "postinstall": "node -e \"const fs=require('fs');['dist/bin/deepseek.js','dist/bin/lean.js'].forEach(f=>{try{fs.chmodSync(f,0o755)}catch{}})\"",
29
28
  "prebuild": "npm run clean",
30
29
  "clean": "node -e \"const { rmSync } = require('fs'); for (const target of ['dist', '.tsbuildinfo']) { try { rmSync(target, { recursive: true, force: true, maxRetries: 10 }); } catch (error) { console.warn('Clean warning:', error.code, 'for', target); } }\"",
31
30
  "build": "tsc",
@@ -1,7 +0,0 @@
1
- #!/usr/bin/env node
2
- /**
3
- * Alias entrypoint for erosolar-cli.
4
- * Delegates to the main deepseek binary to keep build outputs in sync.
5
- */
6
- import './deepseek.js';
7
- //# sourceMappingURL=erosolar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"erosolar.d.ts","sourceRoot":"","sources":["../../src/bin/erosolar.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,OAAO,eAAe,CAAC"}
@@ -1,7 +0,0 @@
1
- #!/usr/bin/env node
2
- /**
3
- * Alias entrypoint for erosolar-cli.
4
- * Delegates to the main deepseek binary to keep build outputs in sync.
5
- */
6
- import './deepseek.js';
7
- //# sourceMappingURL=erosolar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"erosolar.js","sourceRoot":"","sources":["../../src/bin/erosolar.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,OAAO,eAAe,CAAC"}