@aopslabs/aops-server 0.2.8 → 0.2.10
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/LICENSE +54 -14
- package/NOTICE +3 -3
- package/THIRD_PARTY_NOTICES +411 -80
- package/THIRD_PARTY_NOTICES.inventory.json +114 -89
- package/build/client/_app/immutable/chunks/{DJuiD8rz.js → DOP91BI2.js} +1 -1
- package/build/client/_app/immutable/entry/{app.BduK9OLR.js → app.wWpgS-lj.js} +2 -2
- package/build/client/_app/immutable/entry/start.B6IoXHM8.js +1 -0
- package/build/client/_app/immutable/nodes/{1.BHCxdSGE.js → 1.ClIe_uwH.js} +1 -1
- package/build/client/_app/version.json +1 -1
- package/build/handler.js +3 -3
- package/build/index.js +3 -3
- package/build/server/chunks/{1-GRBtgJ_v.js → 1-CCFGO3E8.js} +2 -2
- package/build/server/chunks/{_server.ts-DtpMoDh-.js → _server.ts-5PfufGhQ.js} +1 -1
- package/build/server/chunks/{_server.ts-DkjpJaP-.js → _server.ts-7-tcIJf2.js} +1 -1
- package/build/server/chunks/{_server.ts-Ci0BptZv.js → _server.ts-AJ0imKUc.js} +4 -4
- package/build/server/chunks/{_server.ts-BhLQBWm_.js → _server.ts-BJ4evpqP.js} +1 -1
- package/build/server/chunks/{_server.ts-DalWyuOw.js → _server.ts-BXCdUW6X.js} +4 -4
- package/build/server/chunks/{_server.ts-C4xBUBHh.js → _server.ts-BzHZDsLU.js} +5 -5
- package/build/server/chunks/{_server.ts-Cs9jWH3k.js → _server.ts-C6tCqRgY.js} +4 -4
- package/build/server/chunks/{_server.ts-DeUAhH-J.js → _server.ts-C7O3p1BG.js} +4 -4
- package/build/server/chunks/{_server.ts-raSjtrvU.js → _server.ts-CCrjMhLK.js} +5 -5
- package/build/server/chunks/{_server.ts-BuU8t61N.js → _server.ts-CGIpzS6K.js} +1 -1
- package/build/server/chunks/{_server.ts-DOTH9xXj.js → _server.ts-CHX_s-fT.js} +1 -1
- package/build/server/chunks/{_server.ts-ZdQ0_9yR.js → _server.ts-CNd_VT19.js} +1 -1
- package/build/server/chunks/{_server.ts-BNKQJ2qc.js → _server.ts-ClvARLzg.js} +5 -5
- package/build/server/chunks/{_server.ts-DgNR5GlW.js → _server.ts-CuifGJTF.js} +1 -1
- package/build/server/chunks/{_server.ts-DI72y7Lg.js → _server.ts-DCkBCaJM.js} +1 -1
- package/build/server/chunks/{_server.ts-Bdsgci7u.js → _server.ts-DGOwt3F3.js} +1 -1
- package/build/server/chunks/{_server.ts-fIUNadx0.js → _server.ts-Dy3zDemo.js} +5 -5
- package/build/server/chunks/{_server.ts-Du57noDg.js → _server.ts-WWdSLatP.js} +2 -2
- package/build/server/chunks/{agent-gateway-runtime-DV-xLmJx.js → agent-gateway-runtime-D6-UoKQA.js} +1 -1
- package/build/server/chunks/{discovery-DL0RzVks.js → discovery-BaEpDyWT.js} +2 -2
- package/build/server/chunks/{error.svelte-B4Rmkkc5.js → error.svelte-B5_Vjwmk.js} +1 -1
- package/build/server/chunks/{handler-D5UAmE4n.js → handler-BsClyvu7.js} +2 -2
- package/build/server/chunks/{hooks.server-Bss596Cq.js → hooks.server-B8q2QwIQ.js} +1 -1
- package/build/server/chunks/{index.js-CTz0MIe6.js → index.js--6zD1xCG.js} +227 -118
- package/build/server/chunks/{manifest.js-C5OXPP13.js → manifest.js-zg9yAX8Y.js} +20 -20
- package/build/server/chunks/{registry-DIreA2IZ.js → registry-3GWqIriK.js} +48 -6
- package/npm-shrinkwrap.json +255 -192
- package/package.json +15 -15
- package/runtime/agentspace-tooling.mjs +16 -2
- package/runtime/docman-policy.mjs +5 -1
- package/runtime/manifest-policy.mjs +62 -0
- package/runtime-closure.package.json +62 -63
- package/build/client/_app/immutable/entry/start.BV23xbNR.js +0 -1
package/build/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import http from 'node:http';
|
|
2
2
|
import fs__default from 'node:fs';
|
|
3
3
|
import process from 'node:process';
|
|
4
|
-
import { p as polka, h as handler, f as format_listening_address } from './server/chunks/handler-
|
|
4
|
+
import { p as polka, h as handler, f as format_listening_address } from './server/chunks/handler-BsClyvu7.js';
|
|
5
5
|
import { env, timeout_env } from './env.js';
|
|
6
6
|
import { rm } from 'node:fs/promises';
|
|
7
7
|
import './shims.js';
|
|
@@ -11,8 +11,8 @@ import 'node:path';
|
|
|
11
11
|
import 'node:timers';
|
|
12
12
|
import 'node:querystring';
|
|
13
13
|
import 'node:stream';
|
|
14
|
-
import './server/chunks/index.js
|
|
15
|
-
import './server/chunks/manifest.js-
|
|
14
|
+
import './server/chunks/index.js--6zD1xCG.js';
|
|
15
|
+
import './server/chunks/manifest.js-zg9yAX8Y.js';
|
|
16
16
|
import 'node:url';
|
|
17
17
|
|
|
18
18
|
const path = env('SOCKET_PATH', false);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const index = 1;
|
|
2
2
|
let component_cache;
|
|
3
|
-
const component = async () => component_cache ??= (await import('./error.svelte-
|
|
4
|
-
const imports = ["_app/immutable/nodes/1.
|
|
3
|
+
const component = async () => component_cache ??= (await import('./error.svelte-B5_Vjwmk.js')).default;
|
|
4
|
+
const imports = ["_app/immutable/nodes/1.ClIe_uwH.js","_app/immutable/chunks/rqnVXeyB.js","_app/immutable/chunks/2_TffmqH.js","_app/immutable/chunks/CMkIcmi1.js","_app/immutable/chunks/DOP91BI2.js","_app/immutable/chunks/B2EkC-sy.js"];
|
|
5
5
|
const stylesheets = [];
|
|
6
6
|
const fonts = [];
|
|
7
7
|
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
2
|
-
import { g as getAgentGateway } from './agent-gateway-runtime-
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
|
+
import { g as getAgentGateway } from './agent-gateway-runtime-D6-UoKQA.js';
|
|
3
3
|
import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
|
|
4
4
|
import { g as getAuthProvider, i as isTrustedLocalAuthProvider } from './auth-provider-C07OUlnz.js';
|
|
5
5
|
import '@aopslabs/host-core';
|
|
6
6
|
import '@aopslabs/manifest';
|
|
7
|
-
import './registry-
|
|
7
|
+
import './registry-3GWqIriK.js';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'node:os';
|
|
10
10
|
import 'node:path';
|
|
11
11
|
import 'node:url';
|
|
12
|
-
import '@aopslabs/host-admission';
|
|
13
12
|
import '@aopslabs/host-auth';
|
|
14
13
|
import '@aopslabs/host-shell';
|
|
15
14
|
import 'node:worker_threads';
|
|
16
15
|
import '@aopslabs/artifact-trust-contracts';
|
|
17
16
|
import './aops-runtime-config-CHpDUCdE.js';
|
|
18
17
|
import 'pg';
|
|
18
|
+
import '@aopslabs/host-admission';
|
|
19
19
|
import 'node:child_process';
|
|
20
20
|
import 'node:module';
|
|
21
21
|
import 'node:util';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
2
|
import { Effect } from 'effect';
|
|
3
3
|
import { normalizeDocmanFlowAction, saveDocmanGroupFlow, saveDocmanDocumentFlow, saveDocmanSectionFlow, copyDocmanSectionFlow, createLinkedDocmanSection, linkExistingDocmanSection, linkExistingDocmanPageVersion, updateDocmanDocumentSectionLinksFlow, updateDocmanSectionPageLinksFlow, saveDocmanPageVersionDraftFlow, updateDocmanDocumentVersionFlow, updateDocmanPageFlow, copyDocmanPageFlow, createDocmanDocumentVersionFlow, createDocmanPageWithInitialVersionFlow, createLinkedDocmanPage, inferDocmanFlowErrorStatus } from '@aopslabs/domain-product-docman';
|
|
4
4
|
import { a as attachResolvedProjectScope, b as resolveProjectScopeFromLocals } from './request-context-9wzBoKrz.js';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
2
|
-
import { g as getAgentGateway } from './agent-gateway-runtime-
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
|
+
import { g as getAgentGateway } from './agent-gateway-runtime-D6-UoKQA.js';
|
|
3
3
|
import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
|
|
4
4
|
import { g as getAuthProvider, i as isTrustedLocalAuthProvider } from './auth-provider-C07OUlnz.js';
|
|
5
5
|
import '@aopslabs/host-core';
|
|
6
6
|
import '@aopslabs/manifest';
|
|
7
|
-
import './registry-
|
|
7
|
+
import './registry-3GWqIriK.js';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'node:os';
|
|
10
10
|
import 'node:path';
|
|
11
11
|
import 'node:url';
|
|
12
|
-
import '@aopslabs/host-admission';
|
|
13
12
|
import '@aopslabs/host-auth';
|
|
14
13
|
import '@aopslabs/host-shell';
|
|
15
14
|
import 'node:worker_threads';
|
|
16
15
|
import '@aopslabs/artifact-trust-contracts';
|
|
17
16
|
import './aops-runtime-config-CHpDUCdE.js';
|
|
18
17
|
import 'pg';
|
|
18
|
+
import '@aopslabs/host-admission';
|
|
19
19
|
import 'node:child_process';
|
|
20
20
|
import 'node:module';
|
|
21
21
|
import 'node:util';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
2
|
-
import { g as getAgentDiscoveryDocument } from './discovery-
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
|
+
import { g as getAgentDiscoveryDocument } from './discovery-BaEpDyWT.js';
|
|
3
3
|
import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
|
|
4
|
-
import './agent-gateway-runtime-
|
|
4
|
+
import './agent-gateway-runtime-D6-UoKQA.js';
|
|
5
5
|
import '@aopslabs/host-core';
|
|
6
6
|
import '@aopslabs/manifest';
|
|
7
|
-
import './registry-
|
|
7
|
+
import './registry-3GWqIriK.js';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'node:os';
|
|
10
10
|
import 'node:path';
|
|
11
11
|
import 'node:url';
|
|
12
|
-
import '@aopslabs/host-admission';
|
|
13
12
|
import '@aopslabs/host-auth';
|
|
14
13
|
import '@aopslabs/host-shell';
|
|
15
14
|
import 'node:worker_threads';
|
|
16
15
|
import '@aopslabs/artifact-trust-contracts';
|
|
17
16
|
import './aops-runtime-config-CHpDUCdE.js';
|
|
18
17
|
import 'pg';
|
|
18
|
+
import '@aopslabs/host-admission';
|
|
19
19
|
import 'node:child_process';
|
|
20
20
|
import 'node:module';
|
|
21
21
|
import 'node:util';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
2
|
import { HostGatewayError, parseStrictInvokeEnvelope } from '@aopslabs/host-gateway';
|
|
3
|
-
import { i as invokeKernelAgentTool } from './agent-gateway-runtime-
|
|
3
|
+
import { i as invokeKernelAgentTool } from './agent-gateway-runtime-D6-UoKQA.js';
|
|
4
4
|
import { n as normalizePluginFailure, t as toSafePluginFailureLogDetails, i as inferFailureStatusFromPayload, c as classifyInvokeFailureMessage } from './plugin-error-normalize-DNeRsopQ.js';
|
|
5
5
|
import { a as attachResolvedProjectScope, r as resolveHostRequestContext } from './request-context-9wzBoKrz.js';
|
|
6
6
|
import '@aopslabs/host-core';
|
|
7
7
|
import '@aopslabs/manifest';
|
|
8
|
-
import './registry-
|
|
8
|
+
import './registry-3GWqIriK.js';
|
|
9
9
|
import 'node:fs';
|
|
10
10
|
import 'node:os';
|
|
11
11
|
import 'node:path';
|
|
12
12
|
import 'node:url';
|
|
13
|
-
import '@aopslabs/host-admission';
|
|
14
13
|
import '@aopslabs/host-auth';
|
|
15
14
|
import '@aopslabs/host-shell';
|
|
16
15
|
import 'node:worker_threads';
|
|
17
16
|
import '@aopslabs/artifact-trust-contracts';
|
|
18
17
|
import './aops-runtime-config-CHpDUCdE.js';
|
|
19
18
|
import 'pg';
|
|
19
|
+
import '@aopslabs/host-admission';
|
|
20
20
|
import 'node:child_process';
|
|
21
21
|
import 'node:module';
|
|
22
22
|
import 'node:util';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
2
|
-
import { b as getAgentGatewayDiagnostics } from './agent-gateway-runtime-
|
|
3
|
-
import { g as getHostConfig, a as getKernelRuntimeSnapshot, b as getHostRegistrationDiagnostics, c as getHostPluginRegistryDiagnostics, d as getHostAdmissionDiagnostics, r as resolveCommunityPackageModule } from './registry-
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
|
+
import { b as getAgentGatewayDiagnostics } from './agent-gateway-runtime-D6-UoKQA.js';
|
|
3
|
+
import { g as getHostConfig, a as getKernelRuntimeSnapshot, b as getHostRegistrationDiagnostics, c as getHostPluginRegistryDiagnostics, d as getHostAdmissionDiagnostics, r as resolveCommunityPackageModule } from './registry-3GWqIriK.js';
|
|
4
4
|
import { r as readRuntimeConfigAdmin } from './aops-runtime-config-CHpDUCdE.js';
|
|
5
5
|
import '@aopslabs/host-core';
|
|
6
6
|
import '@aopslabs/manifest';
|
|
@@ -16,10 +16,10 @@ import 'ajv';
|
|
|
16
16
|
import 'zod';
|
|
17
17
|
import 'node:fs';
|
|
18
18
|
import 'node:os';
|
|
19
|
-
import '@aopslabs/host-admission';
|
|
20
19
|
import '@aopslabs/host-auth';
|
|
21
20
|
import '@aopslabs/host-shell';
|
|
22
21
|
import 'node:worker_threads';
|
|
22
|
+
import '@aopslabs/host-admission';
|
|
23
23
|
import 'pg';
|
|
24
24
|
|
|
25
25
|
const EXPECTED_PLUGINS = {
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
2
|
-
import { g as getAgentDiscoveryDocument } from './discovery-
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
|
+
import { g as getAgentDiscoveryDocument } from './discovery-BaEpDyWT.js';
|
|
3
3
|
import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
|
|
4
|
-
import './agent-gateway-runtime-
|
|
4
|
+
import './agent-gateway-runtime-D6-UoKQA.js';
|
|
5
5
|
import '@aopslabs/host-core';
|
|
6
6
|
import '@aopslabs/manifest';
|
|
7
|
-
import './registry-
|
|
7
|
+
import './registry-3GWqIriK.js';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'node:os';
|
|
10
10
|
import 'node:path';
|
|
11
11
|
import 'node:url';
|
|
12
|
-
import '@aopslabs/host-admission';
|
|
13
12
|
import '@aopslabs/host-auth';
|
|
14
13
|
import '@aopslabs/host-shell';
|
|
15
14
|
import 'node:worker_threads';
|
|
16
15
|
import '@aopslabs/artifact-trust-contracts';
|
|
17
16
|
import './aops-runtime-config-CHpDUCdE.js';
|
|
18
17
|
import 'pg';
|
|
18
|
+
import '@aopslabs/host-admission';
|
|
19
19
|
import 'node:child_process';
|
|
20
20
|
import 'node:module';
|
|
21
21
|
import 'node:util';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
2
|
import { Effect } from 'effect';
|
|
3
3
|
import { normalizeProjectmanFlowAction, createProjectmanBoardFlow, applyProjectmanTemplateFlow, createProjectmanTemplateFlow, updateProjectmanTemplateFlow, deleteProjectmanTemplateFlow, createProjectmanBoardColumnFlow, createProjectmanTaskFlow, updateProjectmanTaskFlow, moveProjectmanTaskFlow, repositionProjectmanTaskFlow, createProjectmanSprintFlow, updateProjectmanSprintPlanFlow, createProjectmanSprintMicrotaskFlow, updateProjectmanSprintMicrotaskStatusFlow, createProjectmanIssueFlow, updateProjectmanIssueFlow, createProjectmanFeedbackFlow, updateProjectmanFeedbackFlow, convertProjectmanFeedbackToIssueFlow, convertProjectmanFeedbackToTaskFlow, inferProjectmanFlowErrorStatus } from '@aopslabs/domain-product-projectman';
|
|
4
4
|
import './aops-runtime-config-CHpDUCdE.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
2
|
import { t as testRuntimeConfigAdminTarget, g as getResolvedAopsServerRuntimeConfig } from './aops-runtime-config-CHpDUCdE.js';
|
|
3
3
|
import { o as okResult } from './xf-result-BRDjvftr.js';
|
|
4
4
|
import 'node:fs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
2
|
-
import { g as getAgentGateway } from './agent-gateway-runtime-
|
|
3
|
-
import { b as buildAgentDiscoveryDocument } from './discovery-
|
|
4
|
-
import { g as getHostConfig } from './registry-
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
|
+
import { g as getAgentGateway } from './agent-gateway-runtime-D6-UoKQA.js';
|
|
3
|
+
import { b as buildAgentDiscoveryDocument } from './discovery-BaEpDyWT.js';
|
|
4
|
+
import { g as getHostConfig } from './registry-3GWqIriK.js';
|
|
5
5
|
import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
|
|
6
6
|
import '@aopslabs/host-core';
|
|
7
7
|
import '@aopslabs/manifest';
|
|
@@ -18,12 +18,12 @@ import 'zod';
|
|
|
18
18
|
import './auth-provider-C07OUlnz.js';
|
|
19
19
|
import 'node:fs';
|
|
20
20
|
import 'node:os';
|
|
21
|
-
import '@aopslabs/host-admission';
|
|
22
21
|
import '@aopslabs/host-auth';
|
|
23
22
|
import '@aopslabs/host-shell';
|
|
24
23
|
import 'node:worker_threads';
|
|
25
24
|
import './aops-runtime-config-CHpDUCdE.js';
|
|
26
25
|
import 'pg';
|
|
26
|
+
import '@aopslabs/host-admission';
|
|
27
27
|
|
|
28
28
|
const AGENT_FLOW_OVERVIEW = {
|
|
29
29
|
version: "1.0",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
2
|
import { t as testRuntimeConfigAdminTarget } from './aops-runtime-config-CHpDUCdE.js';
|
|
3
3
|
import { o as okResult, e as errResult } from './xf-result-BRDjvftr.js';
|
|
4
4
|
import 'node:fs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
2
|
import { r as readRuntimeConfigAdmin, g as getResolvedAopsServerRuntimeConfig } from './aops-runtime-config-CHpDUCdE.js';
|
|
3
3
|
import { g as getAuthProvider } from './auth-provider-C07OUlnz.js';
|
|
4
4
|
import { o as okResult } from './xf-result-BRDjvftr.js';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { j as json } from './index.js
|
|
2
|
-
import { a as getAgentToolDetailDocument } from './discovery-
|
|
1
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
2
|
+
import { a as getAgentToolDetailDocument } from './discovery-BaEpDyWT.js';
|
|
3
3
|
import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
|
|
4
|
-
import './agent-gateway-runtime-
|
|
4
|
+
import './agent-gateway-runtime-D6-UoKQA.js';
|
|
5
5
|
import '@aopslabs/host-core';
|
|
6
6
|
import '@aopslabs/manifest';
|
|
7
|
-
import './registry-
|
|
7
|
+
import './registry-3GWqIriK.js';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'node:os';
|
|
10
10
|
import 'node:path';
|
|
11
11
|
import 'node:url';
|
|
12
|
-
import '@aopslabs/host-admission';
|
|
13
12
|
import '@aopslabs/host-auth';
|
|
14
13
|
import '@aopslabs/host-shell';
|
|
15
14
|
import 'node:worker_threads';
|
|
16
15
|
import '@aopslabs/artifact-trust-contracts';
|
|
17
16
|
import './aops-runtime-config-CHpDUCdE.js';
|
|
18
17
|
import 'pg';
|
|
18
|
+
import '@aopslabs/host-admission';
|
|
19
19
|
import 'node:child_process';
|
|
20
20
|
import 'node:module';
|
|
21
21
|
import 'node:util';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createSvelteKitPluginHandler } from '@aopslabs/host-adapter-sveltekit';
|
|
2
2
|
import { checkDomainAdmission } from '@aopslabs/host-admission';
|
|
3
|
-
import { j as json } from './index.js
|
|
4
|
-
import { a as getKernelRuntimeSnapshot, e as getHostPluginRegistry } from './registry-
|
|
3
|
+
import { j as json } from './index.js--6zD1xCG.js';
|
|
4
|
+
import { a as getKernelRuntimeSnapshot, e as getHostPluginRegistry } from './registry-3GWqIriK.js';
|
|
5
5
|
import { a as toSafeDiagnosticLabel, n as normalizePluginFailure, t as toSafePluginFailureLogDetails, i as inferFailureStatusFromPayload } from './plugin-error-normalize-DNeRsopQ.js';
|
|
6
6
|
import { a as attachResolvedProjectScope, r as resolveHostRequestContext } from './request-context-9wzBoKrz.js';
|
|
7
7
|
import 'node:fs';
|
package/build/server/chunks/{agent-gateway-runtime-DV-xLmJx.js → agent-gateway-runtime-D6-UoKQA.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { dispatchDomainRequest } from '@aopslabs/host-core';
|
|
2
2
|
import { buildAgentGatewayOpenApi, buildFederatedToolCatalog, validateManifest } from '@aopslabs/manifest';
|
|
3
|
-
import { g as getHostConfig, a as getKernelRuntimeSnapshot, f as checkHostDomainAdmission, h as resetHostPluginRegistry, e as getHostPluginRegistry } from './registry-
|
|
3
|
+
import { g as getHostConfig, a as getKernelRuntimeSnapshot, f as checkHostDomainAdmission, h as resetHostPluginRegistry, e as getHostPluginRegistry } from './registry-3GWqIriK.js';
|
|
4
4
|
import path from 'node:path';
|
|
5
5
|
import { execFile } from 'node:child_process';
|
|
6
6
|
import { createRequire } from 'node:module';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as getAgentGateway, n as normalizeDomain, a as normalizeToolId, r as resolveOperationKind } from './agent-gateway-runtime-
|
|
2
|
-
import { g as getHostConfig } from './registry-
|
|
1
|
+
import { g as getAgentGateway, n as normalizeDomain, a as normalizeToolId, r as resolveOperationKind } from './agent-gateway-runtime-D6-UoKQA.js';
|
|
2
|
+
import { g as getHostConfig } from './registry-3GWqIriK.js';
|
|
3
3
|
import { g as getAuthProvider, i as isTrustedLocalAuthProvider } from './auth-provider-C07OUlnz.js';
|
|
4
4
|
|
|
5
5
|
const COMMUNITY_CLIENT_COMPATIBILITY_SCHEMA_VERSION = 1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { e as escape_html, g as getContext, n as noop, w as writable } from './index.js
|
|
1
|
+
import { e as escape_html, g as getContext, n as noop, w as writable } from './index.js--6zD1xCG.js';
|
|
2
2
|
|
|
3
3
|
function create_updated_store() {
|
|
4
4
|
const { set, subscribe } = writable(false);
|
|
@@ -7,8 +7,8 @@ import http from 'node:http';
|
|
|
7
7
|
import { setImmediate } from 'node:timers';
|
|
8
8
|
import * as qs from 'node:querystring';
|
|
9
9
|
import { Readable } from 'node:stream';
|
|
10
|
-
import { S as SvelteKitError, a as Server } from './index.js
|
|
11
|
-
import { m as manifest } from './manifest.js-
|
|
10
|
+
import { S as SvelteKitError, a as Server } from './index.js--6zD1xCG.js';
|
|
11
|
+
import { m as manifest } from './manifest.js-zg9yAX8Y.js';
|
|
12
12
|
import { env, dir, env_prefix } from '../../env.js';
|
|
13
13
|
import { format } from 'node:url';
|
|
14
14
|
|