codetyper-cli 0.1.74 → 0.1.75
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/dist/index.js +2 -2
- package/package.json +4 -4
- package/src/version.json +1 -1
package/dist/index.js
CHANGED
|
@@ -44264,7 +44264,7 @@ var init_mcp = __esm(() => {
|
|
|
44264
44264
|
var version_default;
|
|
44265
44265
|
var init_version = __esm(() => {
|
|
44266
44266
|
version_default = {
|
|
44267
|
-
version: "0.1.
|
|
44267
|
+
version: "0.1.75"
|
|
44268
44268
|
};
|
|
44269
44269
|
});
|
|
44270
44270
|
|
|
@@ -104283,4 +104283,4 @@ ${plan.steps.map((s) => `${s.id}. ${s.description}`).join(`
|
|
|
104283
104283
|
});
|
|
104284
104284
|
program2.parse(process.argv);
|
|
104285
104285
|
|
|
104286
|
-
//# debugId=
|
|
104286
|
+
//# debugId=292EBD5525B36A8464756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codetyper-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.75",
|
|
4
4
|
"description": "CodeTyper AI Agent - Standalone CLI for autonomous code generation",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"repository": {
|
|
38
38
|
"type": "git",
|
|
39
|
-
"url": "git+https://github.com/CarGDev/codetyper.
|
|
39
|
+
"url": "git+https://github.com/CarGDev/codetyper.cli.git"
|
|
40
40
|
},
|
|
41
|
-
"homepage": "https://github.com/CarGDev/codetyper.
|
|
41
|
+
"homepage": "https://github.com/CarGDev/codetyper.cli#readme",
|
|
42
42
|
"bugs": {
|
|
43
|
-
"url": "https://github.com/CarGDev/codetyper.
|
|
43
|
+
"url": "https://github.com/CarGDev/codetyper.cli/issues"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
46
|
"dist/**/*.js",
|
package/src/version.json
CHANGED