ferix-code 0.0.2-beta.0 → 0.0.2-beta.1

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -6
  2. package/package.json +7 -8
package/dist/index.js CHANGED
@@ -90,17 +90,16 @@ var package_default = {
90
90
  dependencies: {
91
91
  "@effect/platform": "^0.72.0",
92
92
  "@effect/platform-node": "^0.66.0",
93
- commander: "catalog:",
93
+ commander: "^14.0.0",
94
94
  effect: "^3.12.0",
95
95
  "human-id": "^4.1.3",
96
- picocolors: "catalog:"
96
+ picocolors: "^1.1.1"
97
97
  },
98
98
  devDependencies: {
99
- "@ferix/typescript-config": "*",
100
99
  "@types/bun": "latest",
101
- "@types/node": "catalog:",
102
- tsup: "catalog:",
103
- typescript: "catalog:"
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.0",
3
+ "version": "0.0.2-beta.1",
4
4
  "description": "Composable RALPH loops for AI coding agents - v2 with Effect",
5
5
  "type": "module",
6
6
  "bin": {
7
- "ferix-code": "./dist/index.js"
7
+ "ferix-code": "dist/index.js"
8
8
  },
9
9
  "files": [
10
10
  "dist"
@@ -19,17 +19,16 @@
19
19
  "dependencies": {
20
20
  "@effect/platform": "^0.72.0",
21
21
  "@effect/platform-node": "^0.66.0",
22
- "commander": "catalog:",
22
+ "commander": "^14.0.0",
23
23
  "effect": "^3.12.0",
24
24
  "human-id": "^4.1.3",
25
- "picocolors": "catalog:"
25
+ "picocolors": "^1.1.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@ferix/typescript-config": "*",
29
28
  "@types/bun": "latest",
30
- "@types/node": "catalog:",
31
- "tsup": "catalog:",
32
- "typescript": "catalog:"
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"