ferix-code 0.0.2-beta.0 → 0.0.2-beta.2
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 +10 -11
- package/package.json +10 -11
package/dist/index.js
CHANGED
|
@@ -71,11 +71,11 @@ import { Command } from "commander";
|
|
|
71
71
|
// package.json
|
|
72
72
|
var package_default = {
|
|
73
73
|
name: "ferix-code",
|
|
74
|
-
version: "0.0.2-beta.
|
|
74
|
+
version: "0.0.2-beta.2",
|
|
75
75
|
description: "Composable RALPH loops for AI coding agents - v2 with Effect",
|
|
76
76
|
type: "module",
|
|
77
77
|
bin: {
|
|
78
|
-
"ferix-code": "
|
|
78
|
+
"ferix-code": "dist/index.js"
|
|
79
79
|
},
|
|
80
80
|
files: [
|
|
81
81
|
"dist"
|
|
@@ -88,19 +88,18 @@ var package_default = {
|
|
|
88
88
|
"test:watch": "bun test --watch"
|
|
89
89
|
},
|
|
90
90
|
dependencies: {
|
|
91
|
-
"@effect/platform": "^0.
|
|
92
|
-
"@effect/platform-node": "^0.
|
|
93
|
-
commander: "
|
|
94
|
-
effect: "^3.
|
|
91
|
+
"@effect/platform": "^0.94.2",
|
|
92
|
+
"@effect/platform-node": "^0.78.0",
|
|
93
|
+
commander: "^14.0.0",
|
|
94
|
+
effect: "^3.19.15",
|
|
95
95
|
"human-id": "^4.1.3",
|
|
96
|
-
picocolors: "
|
|
96
|
+
picocolors: "^1.1.1"
|
|
97
97
|
},
|
|
98
98
|
devDependencies: {
|
|
99
|
-
"@ferix/typescript-config": "*",
|
|
100
99
|
"@types/bun": "latest",
|
|
101
|
-
"@types/node": "
|
|
102
|
-
tsup: "
|
|
103
|
-
typescript: "
|
|
100
|
+
"@types/node": "^22.15.3",
|
|
101
|
+
tsup: "^8.4.0",
|
|
102
|
+
typescript: "5.9.2"
|
|
104
103
|
},
|
|
105
104
|
publishConfig: {
|
|
106
105
|
access: "public"
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ferix-code",
|
|
3
|
-
"version": "0.0.2-beta.
|
|
3
|
+
"version": "0.0.2-beta.2",
|
|
4
4
|
"description": "Composable RALPH loops for AI coding agents - v2 with Effect",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"ferix-code": "
|
|
7
|
+
"ferix-code": "dist/index.js"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -17,19 +17,18 @@
|
|
|
17
17
|
"test:watch": "bun test --watch"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@effect/platform": "^0.
|
|
21
|
-
"@effect/platform-node": "^0.
|
|
22
|
-
"commander": "
|
|
23
|
-
"effect": "^3.
|
|
20
|
+
"@effect/platform": "^0.94.2",
|
|
21
|
+
"@effect/platform-node": "^0.78.0",
|
|
22
|
+
"commander": "^14.0.0",
|
|
23
|
+
"effect": "^3.19.15",
|
|
24
24
|
"human-id": "^4.1.3",
|
|
25
|
-
"picocolors": "
|
|
25
|
+
"picocolors": "^1.1.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@ferix/typescript-config": "*",
|
|
29
28
|
"@types/bun": "latest",
|
|
30
|
-
"@types/node": "
|
|
31
|
-
"tsup": "
|
|
32
|
-
"typescript": "
|
|
29
|
+
"@types/node": "^22.15.3",
|
|
30
|
+
"tsup": "^8.4.0",
|
|
31
|
+
"typescript": "5.9.2"
|
|
33
32
|
},
|
|
34
33
|
"publishConfig": {
|
|
35
34
|
"access": "public"
|