bizcoder 0.3.202 → 0.3.204
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 +7 -7
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bizcoder",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.204",
|
|
4
4
|
"description": "BizCoder — 기업용 AI 코딩 에이전트 (terminal CLI). 웹과 같은 회사 계정·정책·청구로 묶입니다.",
|
|
5
5
|
"bin": { "bizcoder": "bin/bizcoder.mjs" },
|
|
6
6
|
"optionalDependencies": {
|
|
7
|
-
"bizcoder-darwin-arm64": "0.3.
|
|
8
|
-
"bizcoder-darwin-x64": "0.3.
|
|
9
|
-
"bizcoder-linux-arm64": "0.3.
|
|
10
|
-
"bizcoder-linux-x64": "0.3.
|
|
11
|
-
"bizcoder-windows-arm64": "0.3.
|
|
12
|
-
"bizcoder-windows-x64": "0.3.
|
|
7
|
+
"bizcoder-darwin-arm64": "0.3.204",
|
|
8
|
+
"bizcoder-darwin-x64": "0.3.204",
|
|
9
|
+
"bizcoder-linux-arm64": "0.3.204",
|
|
10
|
+
"bizcoder-linux-x64": "0.3.204",
|
|
11
|
+
"bizcoder-windows-arm64": "0.3.204",
|
|
12
|
+
"bizcoder-windows-x64": "0.3.204"
|
|
13
13
|
},
|
|
14
14
|
"engines": { "node": ">=18" },
|
|
15
15
|
"license": "MIT",
|