@aopslabs/aops-server 0.2.8 → 0.2.9
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 → BYPZX9Wo.js} +1 -1
- package/build/client/_app/immutable/entry/{app.BduK9OLR.js → app.A3JdvVfL.js} +2 -2
- package/build/client/_app/immutable/entry/start.CiIm7sOm.js +1 -0
- package/build/client/_app/immutable/nodes/{1.BHCxdSGE.js → 1.DjNWgxeg.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-BJzlk8ku.js} +2 -2
- package/build/server/chunks/{_server.ts-C4xBUBHh.js → _server.ts-BdY2JsaQ.js} +1 -1
- package/build/server/chunks/{_server.ts-Ci0BptZv.js → _server.ts-BiaO5iJe.js} +1 -1
- package/build/server/chunks/{_server.ts-raSjtrvU.js → _server.ts-BjeSh_9L.js} +1 -1
- package/build/server/chunks/{_server.ts-DalWyuOw.js → _server.ts-BlqHo41R.js} +1 -1
- package/build/server/chunks/{_server.ts-DkjpJaP-.js → _server.ts-Bnc8VoZt.js} +1 -1
- package/build/server/chunks/{_server.ts-fIUNadx0.js → _server.ts-Boj-nSfz.js} +1 -1
- package/build/server/chunks/{_server.ts-BNKQJ2qc.js → _server.ts-CEZb0qQM.js} +1 -1
- package/build/server/chunks/{_server.ts-Cs9jWH3k.js → _server.ts-D9NPnh7b.js} +1 -1
- package/build/server/chunks/{_server.ts-Du57noDg.js → _server.ts-DDE7Qj9s.js} +1 -1
- package/build/server/chunks/{_server.ts-DgNR5GlW.js → _server.ts-DLm7WPPZ.js} +1 -1
- package/build/server/chunks/{_server.ts-DeUAhH-J.js → _server.ts-DSvQTrqh.js} +1 -1
- package/build/server/chunks/{_server.ts-BhLQBWm_.js → _server.ts-DWGAAi-W.js} +1 -1
- package/build/server/chunks/{_server.ts-DtpMoDh-.js → _server.ts-DX-_KeHW.js} +1 -1
- package/build/server/chunks/{_server.ts-BuU8t61N.js → _server.ts-Daul6O6T.js} +1 -1
- package/build/server/chunks/{_server.ts-Bdsgci7u.js → _server.ts-NZjOV9Ec.js} +1 -1
- package/build/server/chunks/{_server.ts-DI72y7Lg.js → _server.ts-QAR2kInF.js} +1 -1
- package/build/server/chunks/{_server.ts-DOTH9xXj.js → _server.ts-iQyRIpt-.js} +1 -1
- package/build/server/chunks/{_server.ts-ZdQ0_9yR.js → _server.ts-s5Rfq1_a.js} +1 -1
- package/build/server/chunks/{error.svelte-B4Rmkkc5.js → error.svelte-C3C2fP5p.js} +1 -1
- package/build/server/chunks/{handler-D5UAmE4n.js → handler-BohKk247.js} +2 -2
- package/build/server/chunks/{hooks.server-Bss596Cq.js → hooks.server-QpuxZ7sx.js} +1 -1
- package/build/server/chunks/{index.js-CTz0MIe6.js → index.js-B0n9KWWU.js} +227 -118
- package/build/server/chunks/{manifest.js-C5OXPP13.js → manifest.js-CfVEzEmC.js} +20 -20
- package/npm-shrinkwrap.json +255 -192
- package/package.json +14 -14
- 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-BohKk247.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-B0n9KWWU.js';
|
|
15
|
+
import './server/chunks/manifest.js-CfVEzEmC.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-C3C2fP5p.js')).default;
|
|
4
|
+
const imports = ["_app/immutable/nodes/1.DjNWgxeg.js","_app/immutable/chunks/rqnVXeyB.js","_app/immutable/chunks/2_TffmqH.js","_app/immutable/chunks/CMkIcmi1.js","_app/immutable/chunks/BYPZX9Wo.js","_app/immutable/chunks/B2EkC-sy.js"];
|
|
5
5
|
const stylesheets = [];
|
|
6
6
|
const fonts = [];
|
|
7
7
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js-
|
|
1
|
+
import { j as json } from './index.js-B0n9KWWU.js';
|
|
2
2
|
import { g as getAgentDiscoveryDocument } from './discovery-DL0RzVks.js';
|
|
3
3
|
import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
|
|
4
4
|
import './agent-gateway-runtime-DV-xLmJx.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js-
|
|
1
|
+
import { j as json } from './index.js-B0n9KWWU.js';
|
|
2
2
|
import { g as getAgentGateway } from './agent-gateway-runtime-DV-xLmJx.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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js-
|
|
1
|
+
import { j as json } from './index.js-B0n9KWWU.js';
|
|
2
2
|
import { g as getAgentDiscoveryDocument } from './discovery-DL0RzVks.js';
|
|
3
3
|
import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
|
|
4
4
|
import './agent-gateway-runtime-DV-xLmJx.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js-
|
|
1
|
+
import { j as json } from './index.js-B0n9KWWU.js';
|
|
2
2
|
import { g as getAgentGateway } from './agent-gateway-runtime-DV-xLmJx.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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js-
|
|
1
|
+
import { j as json } from './index.js-B0n9KWWU.js';
|
|
2
2
|
import { a as getAgentToolDetailDocument } from './discovery-DL0RzVks.js';
|
|
3
3
|
import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
|
|
4
4
|
import './agent-gateway-runtime-DV-xLmJx.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js-
|
|
1
|
+
import { j as json } from './index.js-B0n9KWWU.js';
|
|
2
2
|
import { g as getAgentGateway } from './agent-gateway-runtime-DV-xLmJx.js';
|
|
3
3
|
import { b as buildAgentDiscoveryDocument } from './discovery-DL0RzVks.js';
|
|
4
4
|
import { g as getHostConfig } from './registry-DIreA2IZ.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js-
|
|
1
|
+
import { j as json } from './index.js-B0n9KWWU.js';
|
|
2
2
|
import { HostGatewayError, parseStrictInvokeEnvelope } from '@aopslabs/host-gateway';
|
|
3
3
|
import { i as invokeKernelAgentTool } from './agent-gateway-runtime-DV-xLmJx.js';
|
|
4
4
|
import { n as normalizePluginFailure, t as toSafePluginFailureLogDetails, i as inferFailureStatusFromPayload, c as classifyInvokeFailureMessage } from './plugin-error-normalize-DNeRsopQ.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
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-
|
|
3
|
+
import { j as json } from './index.js-B0n9KWWU.js';
|
|
4
4
|
import { a as getKernelRuntimeSnapshot, e as getHostPluginRegistry } from './registry-DIreA2IZ.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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js-
|
|
1
|
+
import { j as json } from './index.js-B0n9KWWU.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-B0n9KWWU.js';
|
|
2
2
|
import { b as getAgentGatewayDiagnostics } from './agent-gateway-runtime-DV-xLmJx.js';
|
|
3
3
|
import { g as getHostConfig, a as getKernelRuntimeSnapshot, b as getHostRegistrationDiagnostics, c as getHostPluginRegistryDiagnostics, d as getHostAdmissionDiagnostics, r as resolveCommunityPackageModule } from './registry-DIreA2IZ.js';
|
|
4
4
|
import { r as readRuntimeConfigAdmin } from './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-B0n9KWWU.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,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js-
|
|
1
|
+
import { j as json } from './index.js-B0n9KWWU.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-B0n9KWWU.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,4 +1,4 @@
|
|
|
1
|
-
import { j as json } from './index.js-
|
|
1
|
+
import { j as json } from './index.js-B0n9KWWU.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,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-B0n9KWWU.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-B0n9KWWU.js';
|
|
11
|
+
import { m as manifest } from './manifest.js-CfVEzEmC.js';
|
|
12
12
|
import { env, dir, env_prefix } from '../../env.js';
|
|
13
13
|
import { format } from 'node:url';
|
|
14
14
|
|