@frontmcp/uipack 0.8.0 → 0.8.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.
package/bundler/index.js CHANGED
@@ -1023,7 +1023,7 @@ function throwOnViolations(violations) {
1023
1023
  }
1024
1024
 
1025
1025
  // libs/uipack/src/bundler/sandbox/enclave-adapter.ts
1026
- var import_enclave_vm = require("enclave-vm");
1026
+ var import_core = require("@enclave-vm/core");
1027
1027
  var DEFAULT_ENCLAVE_OPTIONS = {
1028
1028
  securityLevel: "SECURE",
1029
1029
  timeout: 5e3,
@@ -1189,7 +1189,7 @@ async function executeCode(code, context = {}) {
1189
1189
  }
1190
1190
  };
1191
1191
  globals["require"] = buildRequireFunction(context);
1192
- const enclave = new import_enclave_vm.Enclave({
1192
+ const enclave = new import_core.Enclave({
1193
1193
  ...DEFAULT_ENCLAVE_OPTIONS,
1194
1194
  timeout: context.timeout ?? DEFAULT_ENCLAVE_OPTIONS.timeout,
1195
1195
  maxIterations: context.maxIterations ?? DEFAULT_ENCLAVE_OPTIONS.maxIterations,
@@ -959,7 +959,7 @@ function throwOnViolations(violations) {
959
959
  }
960
960
 
961
961
  // libs/uipack/src/bundler/sandbox/enclave-adapter.ts
962
- import { Enclave } from "enclave-vm";
962
+ import { Enclave } from "@enclave-vm/core";
963
963
  var DEFAULT_ENCLAVE_OPTIONS = {
964
964
  securityLevel: "SECURE",
965
965
  timeout: 5e3,
package/esm/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontmcp/uipack",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "FrontMCP UIpack - Bundling, build tools, and platform adapters for MCP UI development (React-free core)",
5
5
  "author": "AgentFront <info@agentfront.dev>",
6
6
  "homepage": "https://docs.agentfront.dev",
@@ -58,9 +58,9 @@
58
58
  "node": ">=22.0.0"
59
59
  },
60
60
  "dependencies": {
61
- "@frontmcp/utils": "0.8.0",
61
+ "@frontmcp/utils": "0.8.1",
62
62
  "@swc/core": "^1.5.0",
63
- "enclave-vm": "^2.7.0",
63
+ "@enclave-vm/core": "^2.10.1",
64
64
  "esbuild": "^0.27.1",
65
65
  "handlebars": "^4.7.8",
66
66
  "zod": "^4.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontmcp/uipack",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "FrontMCP UIpack - Bundling, build tools, and platform adapters for MCP UI development (React-free core)",
5
5
  "author": "AgentFront <info@agentfront.dev>",
6
6
  "homepage": "https://docs.agentfront.dev",
@@ -58,9 +58,9 @@
58
58
  "node": ">=22.0.0"
59
59
  },
60
60
  "dependencies": {
61
- "@frontmcp/utils": "0.8.0",
61
+ "@frontmcp/utils": "0.8.1",
62
62
  "@swc/core": "^1.5.0",
63
- "enclave-vm": "^2.7.0",
63
+ "@enclave-vm/core": "^2.10.1",
64
64
  "esbuild": "^0.27.1",
65
65
  "handlebars": "^4.7.8",
66
66
  "zod": "^4.0.0"