@codemcp/workflows 6.14.1 → 6.14.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-opencode",
3
- "version": "6.14.1",
3
+ "version": "6.14.2",
4
4
  "description": "OpenCode plugin for structured development workflows",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,26 +24,22 @@
24
24
  "format": "prettier --write ."
25
25
  },
26
26
  "dependencies": {
27
+ "effect": ">=3.0.0",
27
28
  "zod": "^4.1.8"
28
29
  },
29
30
  "devDependencies": {
30
31
  "@codemcp/workflows-core": "workspace:*",
31
32
  "@codemcp/workflows-server": "workspace:*",
32
- "effect": "3.21.1",
33
33
  "rimraf": "^6.0.1",
34
34
  "tsup": "^8.0.0",
35
35
  "vitest": "4.0.18"
36
36
  },
37
37
  "peerDependencies": {
38
- "@anthropic-ai/sdk": "*",
39
- "effect": ">=3.0.0"
38
+ "@anthropic-ai/sdk": "*"
40
39
  },
41
40
  "peerDependenciesMeta": {
42
41
  "@anthropic-ai/sdk": {
43
42
  "optional": true
44
- },
45
- "effect": {
46
- "optional": true
47
43
  }
48
44
  },
49
45
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-opencode-tui",
3
- "version": "6.14.1",
3
+ "version": "6.14.2",
4
4
  "description": "OpenCode TUI sidebar plugin that displays the current responsible-vibe workflow phase and name",
5
5
  "main": "workflows-phase.tsx",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-visualizer",
3
- "version": "6.14.1",
3
+ "version": "6.14.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.ts",
6
6
  "module": "dist/index.ts",