@agenticmail/enterprise 0.5.326 → 0.5.327

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.
@@ -1,6 +1,6 @@
1
1
  import { h, useState, useEffect, useRef, Fragment, useApp, engineCall, apiCall } from '../components/utils.js';
2
2
  import { I } from '../components/icons.js';
3
- import { HelpButton } from '../components/settings-help.js';
3
+ import { HelpButton } from '../components/help-button.js';
4
4
  import { KnowledgeLink } from '../components/knowledge-link.js';
5
5
 
6
6
  function AddNodeModal({ onClose, onAdded, toast }) {
@@ -7,3 +7,4 @@
7
7
  2026-03-05 07:06:08: Loaded config from /Users/ope/Desktop/projects/agenticmail/enterprise/.env
8
8
  2026-03-05 07:11:44: Loaded config from /Users/ope/Desktop/projects/agenticmail/enterprise/.env
9
9
  2026-03-05 07:21:11: Loaded config from /Users/ope/Desktop/projects/agenticmail/enterprise/.env
10
+ 2026-03-05 07:29:58: Loaded config from /Users/ope/Desktop/projects/agenticmail/enterprise/.env
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/enterprise",
3
- "version": "0.5.326",
3
+ "version": "0.5.327",
4
4
  "description": "AgenticMail Enterprise — cloud-hosted AI agent identity, email, auth & compliance for organizations",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  import { h, useState, useEffect, useRef, Fragment, useApp, engineCall, apiCall } from '../components/utils.js';
2
2
  import { I } from '../components/icons.js';
3
- import { HelpButton } from '../components/settings-help.js';
3
+ import { HelpButton } from '../components/help-button.js';
4
4
  import { KnowledgeLink } from '../components/knowledge-link.js';
5
5
 
6
6
  function AddNodeModal({ onClose, onAdded, toast }) {
package/god_is_great.html DELETED
@@ -1,35 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>God is Great</title>
7
- <style>
8
- body {
9
- font-family: Arial, sans-serif;
10
- display: flex;
11
- justify-content: center;
12
- align-items: center;
13
- height: 100vh;
14
- margin: 0;
15
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
16
- color: white;
17
- }
18
- .message {
19
- font-size: 3rem;
20
- text-align: center;
21
- text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
22
- padding: 40px;
23
- border-radius: 20px;
24
- background: rgba(255,255,255,0.1);
25
- backdrop-filter: blur(10px);
26
- border: 1px solid rgba(255,255,255,0.2);
27
- }
28
- </style>
29
- </head>
30
- <body>
31
- <div class="message">
32
- God is Great
33
- </div>
34
- </body>
35
- </html>