@agenticmail/enterprise 0.4.2 → 0.4.3

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/dist/cli.js CHANGED
@@ -48,7 +48,7 @@ Skill Development:
48
48
  break;
49
49
  case "setup":
50
50
  default:
51
- import("./setup-RCYNX5NA.js").then((m) => m.runSetupWizard()).catch(fatal);
51
+ import("./setup-HCMMUEW6.js").then((m) => m.runSetupWizard()).catch(fatal);
52
52
  break;
53
53
  }
54
54
  function fatal(err) {
package/dist/index.js CHANGED
@@ -11,11 +11,11 @@ import {
11
11
  requireRole,
12
12
  securityHeaders,
13
13
  validate
14
- } from "./chunk-SMUXH6FM.js";
14
+ } from "./chunk-V2YIXYDJ.js";
15
15
  import {
16
16
  provision,
17
17
  runSetupWizard
18
- } from "./chunk-HAUHDCUB.js";
18
+ } from "./chunk-ANW4OHXR.js";
19
19
  import {
20
20
  ENGINE_TABLES,
21
21
  ENGINE_TABLES_POSTGRES,
@@ -56,7 +56,7 @@ import {
56
56
  TenantManager,
57
57
  WorkforceManager,
58
58
  init_guardrails
59
- } from "./chunk-E23VJ3QX.js";
59
+ } from "./chunk-EVQPFQ55.js";
60
60
  import {
61
61
  BUILTIN_SKILLS,
62
62
  PRESET_PROFILES,
@@ -76,13 +76,14 @@ import {
76
76
  executeTool,
77
77
  runAgentLoop,
78
78
  toolsToDefinitions
79
- } from "./chunk-EOBN6RCA.js";
79
+ } from "./chunk-JMTNHH7I.js";
80
80
  import {
81
81
  PROVIDER_REGISTRY,
82
82
  listAllProviders,
83
83
  resolveApiKeyForProvider,
84
84
  resolveProvider
85
85
  } from "./chunk-ZNR5DDTA.js";
86
+ import "./chunk-TYW5XTOW.js";
86
87
  import {
87
88
  CircuitBreaker,
88
89
  CircuitOpenError,