octoflow-core 1.0.0 → 1.0.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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octoflow-core",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Library-first TypeScript runtime for connecting LLM backends, tools, memory, guardrails, and flows to existing apps.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -109,7 +109,7 @@
109
109
  "ai": "^4.3.19",
110
110
  "commander": "^14.0.3",
111
111
  "dockerode": "^4.0.0",
112
- "octoflow-brain": "workspace:*"
112
+ "octoflow-brain": "^1.0.0"
113
113
  },
114
114
  "peerDependenciesMeta": {
115
115
  "@ai-sdk/anthropic": {
@@ -146,8 +146,8 @@
146
146
  "@modelcontextprotocol/sdk": "^1.20.0",
147
147
  "better-sqlite3": "^12.9.0",
148
148
  "lru-cache": "^11.3.3",
149
- "octoflow-protocols": "workspace:*",
150
- "octoflow-skill-runner": "workspace:*",
149
+ "octoflow-protocols": "^1.0.0",
150
+ "octoflow-skill-runner": "^1.0.0",
151
151
  "ollama": "^0.6.3",
152
152
  "ssh2": "^1.17.0",
153
153
  "zod": "^3.23.8"
@@ -163,7 +163,7 @@
163
163
  "commander": "^14.0.3",
164
164
  "esbuild": "^0.27.0",
165
165
  "eslint": "^9.0.0",
166
- "octoflow-brain": "workspace:*",
166
+ "octoflow-brain": "^1.0.0",
167
167
  "react": "^19.2.6",
168
168
  "typescript": "^5.7.0",
169
169
  "vitest": "^4.1.4"