poe-code 3.0.21 → 3.0.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-code",
3
- "version": "3.0.21",
3
+ "version": "3.0.23",
4
4
  "description": "CLI tool to configure Poe API for developer workflows.",
5
5
  "type": "module",
6
6
  "workspaces": [
@@ -9,7 +9,7 @@
9
9
  "scripts": {
10
10
  "build": "turbo run build && tsc -p tsconfig.build.json && node scripts/generate-bin-wrappers.mjs && node scripts/bundle.mjs",
11
11
  "build:deps": "node scripts/list-workspace-deps.mjs",
12
- "predev": "turbo run build --filter=@poe-code/agent-mcp-config --filter=@poe-code/tiny-mcp-server --output-logs=none --log-prefix=none --verbosity=0 > /dev/null 2>&1",
12
+ "predev": "turbo run build --output-logs=none --log-prefix=none --verbosity=0 > /dev/null 2>&1",
13
13
  "dev": "tsx src/index.ts",
14
14
  "start": "node dist/bin.cjs",
15
15
  "dev:bundle": "npm run build && node dist/bin.cjs",