🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sapiom/agent-core

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapiom/agent-core - npm Package Compare versions

Comparing version
0.9.11
to
0.9.12
+11
-0
CHANGELOG.md
# @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 @@

+2
-2

@@ -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";

{
"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