ferix-code 0.0.2-beta.1 → 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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +4 -4
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.0",
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": "./dist/index.js"
78
+ "ferix-code": "dist/index.js"
79
79
  },
80
80
  files: [
81
81
  "dist"
@@ -88,10 +88,10 @@ var package_default = {
88
88
  "test:watch": "bun test --watch"
89
89
  },
90
90
  dependencies: {
91
- "@effect/platform": "^0.72.0",
92
- "@effect/platform-node": "^0.66.0",
91
+ "@effect/platform": "^0.94.2",
92
+ "@effect/platform-node": "^0.78.0",
93
93
  commander: "^14.0.0",
94
- effect: "^3.12.0",
94
+ effect: "^3.19.15",
95
95
  "human-id": "^4.1.3",
96
96
  picocolors: "^1.1.1"
97
97
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ferix-code",
3
- "version": "0.0.2-beta.1",
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": {
@@ -17,10 +17,10 @@
17
17
  "test:watch": "bun test --watch"
18
18
  },
19
19
  "dependencies": {
20
- "@effect/platform": "^0.72.0",
21
- "@effect/platform-node": "^0.66.0",
20
+ "@effect/platform": "^0.94.2",
21
+ "@effect/platform-node": "^0.78.0",
22
22
  "commander": "^14.0.0",
23
- "effect": "^3.12.0",
23
+ "effect": "^3.19.15",
24
24
  "human-id": "^4.1.3",
25
25
  "picocolors": "^1.1.1"
26
26
  },