arki 0.0.2 → 0.0.3
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/README.md +1 -1
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -782,7 +782,7 @@ function createMainAgent() {
|
|
|
782
782
|
// package.json
|
|
783
783
|
var package_default = {
|
|
784
784
|
name: "arki",
|
|
785
|
-
version: "0.0.
|
|
785
|
+
version: "0.0.3",
|
|
786
786
|
description: "AI Agent Programming Assistant",
|
|
787
787
|
type: "module",
|
|
788
788
|
main: "dist/index.js",
|
|
@@ -813,7 +813,7 @@ var package_default = {
|
|
|
813
813
|
license: "MIT",
|
|
814
814
|
repository: {
|
|
815
815
|
type: "git",
|
|
816
|
-
url: "git+https://github.com/
|
|
816
|
+
url: "git+https://github.com/arki-moe/arki.git"
|
|
817
817
|
},
|
|
818
818
|
packageManager: "pnpm@10.15.1",
|
|
819
819
|
engines: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arki",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "AI Agent Programming Assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|
|
34
|
-
"url": "git+https://github.com/
|
|
34
|
+
"url": "git+https://github.com/arki-moe/arki.git"
|
|
35
35
|
},
|
|
36
36
|
"packageManager": "pnpm@10.15.1",
|
|
37
37
|
"engines": {
|