@teleai/starcode 1.0.0-beta.7 → 1.0.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 +11 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teleai/starcode",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Star Factory CLI - AI Coding Assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -14,21 +14,19 @@
|
|
|
14
14
|
"test": "bun test",
|
|
15
15
|
"typecheck": "tsc --noEmit",
|
|
16
16
|
"publish:platforms": "bun run publish-platforms.ts",
|
|
17
|
-
"release": "bun run
|
|
18
|
-
"release:
|
|
19
|
-
"release:
|
|
20
|
-
"release:
|
|
21
|
-
"release:npm": "bun run scripts/release-npm.ts",
|
|
22
|
-
"release:npm:dry": "bun run scripts/release-npm.ts --dry-run",
|
|
17
|
+
"release": "bun run scripts/release.ts",
|
|
18
|
+
"release:npm": "bun run scripts/release.ts --target npm",
|
|
19
|
+
"release:private": "bun run scripts/release.ts --target private",
|
|
20
|
+
"release:dry": "bun run scripts/release.ts --dry-run",
|
|
23
21
|
"unlink": "node scripts/unlink.js"
|
|
24
22
|
},
|
|
25
23
|
"optionalDependencies": {
|
|
26
|
-
"@teleai/starcode-windows-x64": "1.0.0
|
|
27
|
-
"@teleai/starcode-linux-x64": "1.0.0
|
|
28
|
-
"@teleai/starcode-linux-arm64": "1.0.0
|
|
29
|
-
"@teleai/starcode-linux-x64-musl": "1.0.0
|
|
30
|
-
"@teleai/starcode-darwin-arm64": "1.0.0
|
|
31
|
-
"@teleai/starcode-darwin-x64": "1.0.0
|
|
24
|
+
"@teleai/starcode-windows-x64": "1.0.0",
|
|
25
|
+
"@teleai/starcode-linux-x64": "1.0.0",
|
|
26
|
+
"@teleai/starcode-linux-arm64": "1.0.0",
|
|
27
|
+
"@teleai/starcode-linux-x64-musl": "1.0.0",
|
|
28
|
+
"@teleai/starcode-darwin-arm64": "1.0.0",
|
|
29
|
+
"@teleai/starcode-darwin-x64": "1.0.0"
|
|
32
30
|
},
|
|
33
31
|
"devDependencies": {
|
|
34
32
|
"@clack/prompts": "^1.1.0",
|