@sapiom/agent-core
Advanced tools
+11
-0
| # @sapiom/orchestration-core | ||
| ## 0.9.12 | ||
| ### Patch Changes | ||
| - a1e0e4f: Update the scaffold offline `VERSION_FALLBACK` to the currently published versions (`@sapiom/agent@0.7.1`, `@sapiom/tools@0.23.0`). The previous values had drifted behind the last release, which failed the "fallback matches the workspace version" regression test in `scaffold.test.ts`. Keeping the fallback current means an offline / registry-hiccup scaffold resolves to a version that actually exists on npm instead of failing with a silent ETARGET. | ||
| - Updated dependencies [a1e0e4f] | ||
| - Updated dependencies [a1e0e4f] | ||
| - @sapiom/tools@0.24.0 | ||
| - @sapiom/agent@0.8.0 | ||
| - @sapiom/agent-runtime@0.4.2 | ||
| ## 0.9.11 | ||
@@ -4,0 +15,0 @@ |
@@ -39,4 +39,4 @@ "use strict"; | ||
| const VERSION_FALLBACK = { | ||
| agent: "0.7.0", | ||
| tools: "0.22.1", | ||
| agent: "0.8.0", | ||
| tools: "0.24.0", | ||
| }; | ||
@@ -43,0 +43,0 @@ const ZOD_VERSION = "4.1.12"; |
@@ -28,4 +28,4 @@ import { execFileSync } from "node:child_process"; | ||
| const VERSION_FALLBACK = { | ||
| agent: "0.7.0", | ||
| tools: "0.22.1", | ||
| agent: "0.8.0", | ||
| tools: "0.24.0", | ||
| }; | ||
@@ -32,0 +32,0 @@ const ZOD_VERSION = "4.1.12"; |
+4
-4
| { | ||
| "name": "@sapiom/agent-core", | ||
| "version": "0.9.11", | ||
| "version": "0.9.12", | ||
| "description": "Pure, stateless core functions for scaffolding, validating, and operating Sapiom agents — shared by the CLI and MCP packages.", | ||
@@ -40,6 +40,6 @@ "license": "MIT", | ||
| "esbuild": "^0.28.1", | ||
| "@sapiom/agent": "^0.7.1", | ||
| "@sapiom/agent-runtime": "^0.4.1", | ||
| "@sapiom/agent": "^0.8.0", | ||
| "@sapiom/agent-runtime": "^0.4.2", | ||
| "@sapiom/analytics-core": "^0.2.1", | ||
| "@sapiom/tools": "^0.23.0" | ||
| "@sapiom/tools": "^0.24.0" | ||
| }, | ||
@@ -46,0 +46,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
449105
0.19%+ Added
+ Added
- Removed
- Removed
Updated
Updated
Updated