@swifty.js/larky 0.0.4 → 0.0.5
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/cli/glob_addon.node +0 -0
- package/dist/cli/main.js +2 -2
- package/dist/core/app.js +1 -1
- package/dist/core/glob_addon.node +0 -0
- package/package.json +3 -3
package/dist/cli/glob_addon.node
CHANGED
|
Binary file
|
package/dist/cli/main.js
CHANGED
|
@@ -205774,7 +205774,7 @@ import path10 from "path";
|
|
|
205774
205774
|
import { fileURLToPath as fileURLToPath3 } from "url";
|
|
205775
205775
|
function resolveVersion2() {
|
|
205776
205776
|
if (true) {
|
|
205777
|
-
return "0.0.
|
|
205777
|
+
return "0.0.5";
|
|
205778
205778
|
}
|
|
205779
205779
|
const here = path10.dirname(fileURLToPath3(import.meta.url));
|
|
205780
205780
|
for (const levels of ["..", "../.."]) {
|
|
@@ -207032,7 +207032,7 @@ var PackageJsonSchema = external_exports.object({
|
|
|
207032
207032
|
});
|
|
207033
207033
|
function resolveVersion() {
|
|
207034
207034
|
if (true) {
|
|
207035
|
-
return "0.0.
|
|
207035
|
+
return "0.0.5";
|
|
207036
207036
|
}
|
|
207037
207037
|
const here = path3.dirname(fileURLToPath(import.meta.url));
|
|
207038
207038
|
for (const levels of ["..", "../.."]) {
|
package/dist/core/app.js
CHANGED
|
@@ -64104,7 +64104,7 @@ var PackageJsonSchema = external_exports.object({
|
|
|
64104
64104
|
});
|
|
64105
64105
|
function resolveVersion() {
|
|
64106
64106
|
if (true) {
|
|
64107
|
-
return "0.0.
|
|
64107
|
+
return "0.0.5";
|
|
64108
64108
|
}
|
|
64109
64109
|
const here = path3.dirname(fileURLToPath(import.meta.url));
|
|
64110
64110
|
for (const levels of ["..", "../.."]) {
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swifty.js/larky",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Larky - Dual-process CLI coding agent",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"directory": "apps/larky"
|
|
22
22
|
},
|
|
23
23
|
"bin": {
|
|
24
|
-
"larky": "
|
|
24
|
+
"larky": "dist/cli/main.js"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"dist",
|
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@anthropic-ai/sdk": "^0.104.2",
|
|
65
65
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
66
|
-
"@swifty.js/marked-terminal": "workspace:*",
|
|
67
66
|
"chalk": "^5.6.2",
|
|
68
67
|
"dompurify": "^3.4.12",
|
|
69
68
|
"dotenv": "^17.4.2",
|
|
@@ -88,6 +87,7 @@
|
|
|
88
87
|
"@eslint/js": "^9.39.5",
|
|
89
88
|
"@swifty.js/glob-addon": "workspace:*",
|
|
90
89
|
"@swifty.js/glob-wasm": "workspace:*",
|
|
90
|
+
"@swifty.js/marked-terminal": "workspace:*",
|
|
91
91
|
"@tailwindcss/postcss": "^4.3.2",
|
|
92
92
|
"@types/js-yaml": "^4.0.9",
|
|
93
93
|
"@types/koa": "^3.0.3",
|