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

@memberjunction/action-runtime-host

Package Overview
Dependencies
Maintainers
9
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memberjunction/action-runtime-host - npm Package Compare versions

Comparing version
5.41.0
to
5.42.0
+12
-12
package.json
{
"name": "@memberjunction/action-runtime-host",
"type": "module",
"version": "5.41.0",
"version": "5.42.0",
"description": "Host-side bridge that exposes MJ services (metadata, views, queries, entity CRUD, action invocation, agent run, AI prompt execution) to sandboxed Runtime-action code via `utilities.*`. Ships a default implementation of `RuntimeActionBridgeBuilder` that `@memberjunction/actions` resolves at runtime through `ClassFactory`. Top of the Actions stack — breaks the cycle that would otherwise exist between `@memberjunction/actions` and `@memberjunction/ai-agents`.",

@@ -24,13 +24,13 @@ "main": "dist/index.js",

"dependencies": {
"@memberjunction/actions": "5.41.0",
"@memberjunction/actions-base": "5.41.0",
"@memberjunction/ai": "5.41.0",
"@memberjunction/ai-agents": "5.41.0",
"@memberjunction/ai-core-plus": "5.41.0",
"@memberjunction/ai-prompts": "5.41.0",
"@memberjunction/aiengine": "5.41.0",
"@memberjunction/code-execution": "5.41.0",
"@memberjunction/core": "5.41.0",
"@memberjunction/core-entities": "5.41.0",
"@memberjunction/global": "5.41.0"
"@memberjunction/actions": "5.42.0",
"@memberjunction/actions-base": "5.42.0",
"@memberjunction/ai": "5.42.0",
"@memberjunction/ai-agents": "5.42.0",
"@memberjunction/ai-core-plus": "5.42.0",
"@memberjunction/ai-prompts": "5.42.0",
"@memberjunction/aiengine": "5.42.0",
"@memberjunction/code-execution": "5.42.0",
"@memberjunction/core": "5.42.0",
"@memberjunction/core-entities": "5.42.0",
"@memberjunction/global": "5.42.0"
},

@@ -37,0 +37,0 @@ "repository": {