@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aopslabs/aops-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AOPS server runtime.",
|
|
6
6
|
"keywords": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dev": "node ./scripts/dev.mjs",
|
|
24
24
|
"build": "svelte-kit sync && vite build && node ./scripts/build-commercial-integrity-worker.mjs && node ./scripts/prune-production-sourcemaps.mjs",
|
|
25
25
|
"test:dev": "pnpm --dir ../.. --filter @aopslabs/aops-runtime-config run build && node --test test/community-dev.test.mjs",
|
|
26
|
-
"test:host": "node --test --experimental-strip-types test/community-host.test.mjs test/request-base-url.test.mjs test/runtime-config.test.mjs",
|
|
26
|
+
"test:host": "node --test --experimental-strip-types test/community-host.test.mjs test/community-manifest-providers.test.mjs test/request-base-url.test.mjs test/runtime-config.test.mjs",
|
|
27
27
|
"test:semantic-contract": "node ./scripts/check-community-migration-policy-closure.mjs && node --test test/community-migration-policy-closure.test.mjs test/community-semantic-contract.test.mjs",
|
|
28
28
|
"test:migration-policy-closure": "node ./scripts/check-community-migration-policy-closure.mjs && node --test test/community-migration-policy-closure.test.mjs",
|
|
29
29
|
"test:gateway": "pnpm --filter @aopslabs/artifact-trust-contracts run build && node --test --experimental-strip-types src/lib/agent-gateway/helpers.test.ts src/lib/agent-gateway/invoke-idempotency-fingerprint.test.ts",
|
|
@@ -39,35 +39,35 @@
|
|
|
39
39
|
"postpack": "node ./scripts/stage-public-npm-package.mjs --clean"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@aopslabs/aops-error-catalog": "0.2.
|
|
43
|
-
"@aopslabs/aops-host-registration": "0.2.
|
|
44
|
-
"@aopslabs/aops-pg-bootstrap": "0.2.
|
|
45
|
-
"@aopslabs/artifact-trust-contracts": "0.3.
|
|
46
|
-
"@aopslabs/domain-host-plugin-agentspace": "0.2.
|
|
42
|
+
"@aopslabs/aops-error-catalog": "0.2.1",
|
|
43
|
+
"@aopslabs/aops-host-registration": "0.2.1",
|
|
44
|
+
"@aopslabs/aops-pg-bootstrap": "0.2.2",
|
|
45
|
+
"@aopslabs/artifact-trust-contracts": "0.3.1",
|
|
46
|
+
"@aopslabs/domain-host-plugin-agentspace": "0.2.2",
|
|
47
47
|
"@aopslabs/domain-host-plugin-chatv3": "0.2.1",
|
|
48
|
-
"@aopslabs/domain-host-plugin-docman": "0.2.
|
|
48
|
+
"@aopslabs/domain-host-plugin-docman": "0.2.1",
|
|
49
49
|
"@aopslabs/domain-host-plugin-projectman": "0.2.0",
|
|
50
50
|
"@aopslabs/domain-host-plugin-sys": "0.2.0",
|
|
51
|
-
"@aopslabs/domain-kit-agentspace": "0.2.
|
|
51
|
+
"@aopslabs/domain-kit-agentspace": "0.2.2",
|
|
52
52
|
"@aopslabs/domain-kit-chatv3": "0.2.1",
|
|
53
53
|
"@aopslabs/domain-pg-bootstrap-chatv3": "0.2.1",
|
|
54
54
|
"@aopslabs/domain-pg-bootstrap-projectman": "0.2.0",
|
|
55
|
-
"@aopslabs/domain-kit-docman": "0.2.
|
|
55
|
+
"@aopslabs/domain-kit-docman": "0.2.1",
|
|
56
56
|
"@aopslabs/domain-kit-projectman": "0.2.0",
|
|
57
57
|
"@aopslabs/domain-kit-sys": "0.2.0",
|
|
58
58
|
"@aopslabs/domain-pg-bootstrap-sys": "0.2.0",
|
|
59
59
|
"@aopslabs/domain-pg-bootstrap-docman": "0.2.0",
|
|
60
|
-
"@aopslabs/domain-product-docman": "0.2.
|
|
60
|
+
"@aopslabs/domain-product-docman": "0.2.1",
|
|
61
61
|
"@aopslabs/domain-product-projectman": "0.2.0",
|
|
62
62
|
"@aopslabs/domain-runtime-config-docman": "0.2.0",
|
|
63
63
|
"@aopslabs/domain-runtime-config-projectman": "0.2.0",
|
|
64
64
|
"@aopslabs/host-adapter-sveltekit": "0.2.0",
|
|
65
65
|
"@aopslabs/host-admission": "0.1.1",
|
|
66
66
|
"@aopslabs/host-auth": "0.1.0",
|
|
67
|
-
"@aopslabs/host-core": "0.2.
|
|
68
|
-
"@aopslabs/host-gateway": "0.1.
|
|
67
|
+
"@aopslabs/host-core": "0.2.1",
|
|
68
|
+
"@aopslabs/host-gateway": "0.1.1",
|
|
69
69
|
"@aopslabs/host-registration": "0.2.0",
|
|
70
|
-
"@aopslabs/host-shell": "0.1.
|
|
70
|
+
"@aopslabs/host-shell": "0.1.1",
|
|
71
71
|
"@aopslabs/manifest": "0.2.0",
|
|
72
72
|
"@aopslabs/xf-dm-kits": "0.2.0",
|
|
73
73
|
"@aopslabs/xf-logger": "0.2.1",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"zod": "4.4.3"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@aopslabs/aops-runtime-config": "0.2.
|
|
80
|
+
"@aopslabs/aops-runtime-config": "0.2.1",
|
|
81
81
|
"@sveltejs/adapter-node": "5.5.7",
|
|
82
82
|
"@sveltejs/kit": "2.70.2",
|
|
83
83
|
"@sveltejs/vite-plugin-svelte": "6.2.4",
|
|
@@ -5,6 +5,11 @@ import {
|
|
|
5
5
|
buildAgentspaceHostRouteProjection as buildBaseAgentspaceHostRouteProjection,
|
|
6
6
|
} from '@aopslabs/domain-kit-agentspace';
|
|
7
7
|
|
|
8
|
+
import {
|
|
9
|
+
normalizeDomainCapabilityOperation,
|
|
10
|
+
normalizeDomainCapabilityOperationPolicies,
|
|
11
|
+
} from './manifest-policy.mjs';
|
|
12
|
+
|
|
8
13
|
export const COMMUNITY_AGENTSPACE_ALLOWED_RESOURCE_IDS = Object.freeze([
|
|
9
14
|
"activity-item",
|
|
10
15
|
"agent-profile",
|
|
@@ -328,7 +333,9 @@ export function filterCommunityAgentspaceManifest(manifest) {
|
|
|
328
333
|
assertReviewedInventory(inventory);
|
|
329
334
|
const source = toRecord(manifest);
|
|
330
335
|
const capabilities = toRecord(source.capabilities);
|
|
331
|
-
const operations = (Array.isArray(capabilities.operations) ? capabilities.operations : [])
|
|
336
|
+
const operations = (Array.isArray(capabilities.operations) ? capabilities.operations : [])
|
|
337
|
+
.filter((operation) => ALLOWED_OPERATION_SET.has(normalizeId(operation?.operationId)))
|
|
338
|
+
.map(normalizeDomainCapabilityOperation);
|
|
332
339
|
const allowedResources = new Set(COMMUNITY_AGENTSPACE_ALLOWED_RESOURCE_IDS);
|
|
333
340
|
const resources = (Array.isArray(capabilities.resources) ? capabilities.resources : []).filter((resource) => allowedResources.has(normalizeId(resource?.resourceId)));
|
|
334
341
|
const policies = toRecord(source.policies);
|
|
@@ -340,7 +347,14 @@ export function filterCommunityAgentspaceManifest(manifest) {
|
|
|
340
347
|
domain: { ...toRecord(source.domain), displayName: 'Agentspace Community', description: COMMUNITY_DOMAIN_DESCRIPTION },
|
|
341
348
|
capabilities: { ...capabilities, operations, resources },
|
|
342
349
|
contracts: { ...contracts, schemas: schemaProjection.schemas },
|
|
343
|
-
...(Object.keys(policies).length > 0 ? {
|
|
350
|
+
...(Object.keys(policies).length > 0 ? {
|
|
351
|
+
policies: {
|
|
352
|
+
...policies,
|
|
353
|
+
operations: normalizeDomainCapabilityOperationPolicies(
|
|
354
|
+
filterRecord(policies.operations, COMMUNITY_AGENTSPACE_ALLOWED_OPERATION_IDS),
|
|
355
|
+
),
|
|
356
|
+
},
|
|
357
|
+
} : {}),
|
|
344
358
|
...(Object.keys(docs).length > 0 ? { docs: { ...docs, domain: structuredClone(COMMUNITY_DOMAIN_DOCS), resources: filterRecord(docs.resources, COMMUNITY_AGENTSPACE_ALLOWED_RESOURCE_IDS), operations: filterRecord(docs.operations, COMMUNITY_AGENTSPACE_ALLOWED_OPERATION_IDS) } } : {}),
|
|
345
359
|
};
|
|
346
360
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
|
+
import { normalizeDomainCapabilityOperation } from './manifest-policy.mjs';
|
|
3
|
+
|
|
2
4
|
const DOCMAN_CRUD_ENTITIES = Object.freeze([
|
|
3
5
|
'document',
|
|
4
6
|
'document-group',
|
|
@@ -337,7 +339,9 @@ export function filterDocmanManifest(manifest) {
|
|
|
337
339
|
const record = toRecord(manifest);
|
|
338
340
|
const capabilities = toRecord(record.capabilities);
|
|
339
341
|
const operations = Array.isArray(capabilities.operations)
|
|
340
|
-
? capabilities.operations
|
|
342
|
+
? capabilities.operations
|
|
343
|
+
.filter((operation) => isDocmanOperationAllowed(operation?.operationId))
|
|
344
|
+
.map(normalizeDomainCapabilityOperation)
|
|
341
345
|
: [];
|
|
342
346
|
const allowedResourceIds = new Set(
|
|
343
347
|
operations.map((operation) => resolveDocmanResourceId(operation)).filter(Boolean)
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// Domain kits may carry route-only metadata. The hosted manifest catalog is strict,
|
|
2
|
+
// so the public server projection emits only fields owned by the canonical DCM.
|
|
3
|
+
const DOMAIN_CAPABILITY_OPERATION_KEYS = Object.freeze([
|
|
4
|
+
'operationId',
|
|
5
|
+
'title',
|
|
6
|
+
'sideEffect',
|
|
7
|
+
'tags',
|
|
8
|
+
'inputSchemaRef',
|
|
9
|
+
'outputSchemaRef',
|
|
10
|
+
'deprecated',
|
|
11
|
+
]);
|
|
12
|
+
|
|
13
|
+
const DOMAIN_CAPABILITY_OPERATION_POLICY_KEYS = Object.freeze([
|
|
14
|
+
'scope',
|
|
15
|
+
'auth',
|
|
16
|
+
'safety',
|
|
17
|
+
'context',
|
|
18
|
+
'resources',
|
|
19
|
+
'rateLimit',
|
|
20
|
+
]);
|
|
21
|
+
|
|
22
|
+
const DOMAIN_CAPABILITY_OPERATION_POLICY_NESTED_KEYS = Object.freeze({
|
|
23
|
+
auth: Object.freeze(['required', 'roles', 'capabilities']),
|
|
24
|
+
safety: Object.freeze(['destructive', 'confirmationRequired', 'applyRequired']),
|
|
25
|
+
context: Object.freeze(['scopeRequired', 'projectRequired']),
|
|
26
|
+
resources: Object.freeze(['allowedWorkspaceRootsEnv', 'dbNamespaces', 'allowNetwork', 'allowHosts']),
|
|
27
|
+
rateLimit: Object.freeze(['bucket', 'max', 'windowSeconds']),
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
function toRecord(value) {
|
|
31
|
+
return value && typeof value === 'object' && !Array.isArray(value) ? value : {};
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
function projectKnownFields(value, keys) {
|
|
35
|
+
const source = toRecord(value);
|
|
36
|
+
return Object.fromEntries(
|
|
37
|
+
keys
|
|
38
|
+
.filter((key) => Object.prototype.hasOwnProperty.call(source, key))
|
|
39
|
+
.map((key) => [key, source[key]]),
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export function normalizeDomainCapabilityOperation(operation) {
|
|
44
|
+
return projectKnownFields(operation, DOMAIN_CAPABILITY_OPERATION_KEYS);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function normalizeDomainCapabilityOperationPolicy(policy) {
|
|
48
|
+
const normalized = projectKnownFields(policy, DOMAIN_CAPABILITY_OPERATION_POLICY_KEYS);
|
|
49
|
+
for (const [key, keys] of Object.entries(DOMAIN_CAPABILITY_OPERATION_POLICY_NESTED_KEYS)) {
|
|
50
|
+
if (Object.prototype.hasOwnProperty.call(normalized, key)) {
|
|
51
|
+
normalized[key] = projectKnownFields(normalized[key], keys);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return normalized;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export function normalizeDomainCapabilityOperationPolicies(policies) {
|
|
58
|
+
return Object.fromEntries(
|
|
59
|
+
Object.entries(toRecord(policies))
|
|
60
|
+
.map(([operationId, policy]) => [operationId, normalizeDomainCapabilityOperationPolicy(policy)]),
|
|
61
|
+
);
|
|
62
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aopslab/aops-server-runtime-closure",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@aopslabs/aops-error-catalog": "0.2.
|
|
9
|
-
"@aopslabs/aops-host-registration": "0.2.
|
|
10
|
-
"@aopslabs/aops-pg-bootstrap": "0.2.
|
|
11
|
-
"@aopslabs/artifact-trust-contracts": "0.3.
|
|
12
|
-
"@aopslabs/domain-host-plugin-agentspace": "0.2.
|
|
8
|
+
"@aopslabs/aops-error-catalog": "0.2.1",
|
|
9
|
+
"@aopslabs/aops-host-registration": "0.2.1",
|
|
10
|
+
"@aopslabs/aops-pg-bootstrap": "0.2.2",
|
|
11
|
+
"@aopslabs/artifact-trust-contracts": "0.3.1",
|
|
12
|
+
"@aopslabs/domain-host-plugin-agentspace": "0.2.2",
|
|
13
13
|
"@aopslabs/domain-host-plugin-chatv3": "0.2.1",
|
|
14
|
-
"@aopslabs/domain-host-plugin-docman": "0.2.
|
|
14
|
+
"@aopslabs/domain-host-plugin-docman": "0.2.1",
|
|
15
15
|
"@aopslabs/domain-host-plugin-projectman": "0.2.0",
|
|
16
16
|
"@aopslabs/domain-host-plugin-sys": "0.2.0",
|
|
17
|
-
"@aopslabs/domain-kit-agentspace": "0.2.
|
|
17
|
+
"@aopslabs/domain-kit-agentspace": "0.2.2",
|
|
18
18
|
"@aopslabs/domain-kit-chatv3": "0.2.1",
|
|
19
|
-
"@aopslabs/domain-kit-docman": "0.2.
|
|
19
|
+
"@aopslabs/domain-kit-docman": "0.2.1",
|
|
20
20
|
"@aopslabs/domain-kit-projectman": "0.2.0",
|
|
21
21
|
"@aopslabs/domain-kit-sys": "0.2.0",
|
|
22
22
|
"@aopslabs/domain-pg-bootstrap-chatv3": "0.2.1",
|
|
23
23
|
"@aopslabs/domain-pg-bootstrap-docman": "0.2.0",
|
|
24
24
|
"@aopslabs/domain-pg-bootstrap-projectman": "0.2.0",
|
|
25
25
|
"@aopslabs/domain-pg-bootstrap-sys": "0.2.0",
|
|
26
|
-
"@aopslabs/domain-product-docman": "0.2.
|
|
26
|
+
"@aopslabs/domain-product-docman": "0.2.1",
|
|
27
27
|
"@aopslabs/domain-product-projectman": "0.2.0",
|
|
28
28
|
"@aopslabs/domain-runtime-config-docman": "0.2.0",
|
|
29
29
|
"@aopslabs/domain-runtime-config-projectman": "0.2.0",
|
|
30
30
|
"@aopslabs/host-adapter-sveltekit": "0.2.0",
|
|
31
31
|
"@aopslabs/host-admission": "0.1.1",
|
|
32
32
|
"@aopslabs/host-auth": "0.1.0",
|
|
33
|
-
"@aopslabs/host-core": "0.2.
|
|
34
|
-
"@aopslabs/host-gateway": "0.1.
|
|
33
|
+
"@aopslabs/host-core": "0.2.1",
|
|
34
|
+
"@aopslabs/host-gateway": "0.1.1",
|
|
35
35
|
"@aopslabs/host-registration": "0.2.0",
|
|
36
|
-
"@aopslabs/host-shell": "0.1.
|
|
36
|
+
"@aopslabs/host-shell": "0.1.1",
|
|
37
37
|
"@aopslabs/manifest": "0.2.0",
|
|
38
38
|
"@aopslabs/xf-dm-kits": "0.2.0",
|
|
39
39
|
"@aopslabs/xf-logger": "0.2.1",
|
|
@@ -43,41 +43,39 @@
|
|
|
43
43
|
"zod": "4.4.3"
|
|
44
44
|
},
|
|
45
45
|
"overrides": {
|
|
46
|
-
"@aopslabs/aops-error-catalog": "0.2.
|
|
47
|
-
"@aopslabs/aops-host-registration": "0.2.
|
|
48
|
-
"@aopslabs/aops-pg-bootstrap": "0.2.
|
|
49
|
-
"@aopslabs/artifact-trust-contracts": "0.3.0",
|
|
46
|
+
"@aopslabs/aops-error-catalog": "0.2.1",
|
|
47
|
+
"@aopslabs/aops-host-registration": "0.2.1",
|
|
48
|
+
"@aopslabs/aops-pg-bootstrap": "0.2.2",
|
|
50
49
|
"@aopslabs/domain-core-docman": "0.2.0",
|
|
51
50
|
"@aopslabs/domain-dm-agentspace": "0.2.0",
|
|
52
51
|
"@aopslabs/domain-dm-chatv3": "0.2.1",
|
|
53
|
-
"@aopslabs/domain-dm-docman": "0.2.
|
|
52
|
+
"@aopslabs/domain-dm-docman": "0.2.1",
|
|
54
53
|
"@aopslabs/domain-dm-projectman": "0.2.0",
|
|
55
54
|
"@aopslabs/domain-dm-sys": "0.2.0",
|
|
56
|
-
"@aopslabs/domain-host-plugin-agentspace": "0.2.
|
|
55
|
+
"@aopslabs/domain-host-plugin-agentspace": "0.2.2",
|
|
57
56
|
"@aopslabs/domain-host-plugin-chatv3": "0.2.1",
|
|
58
|
-
"@aopslabs/domain-host-plugin-docman": "0.2.
|
|
57
|
+
"@aopslabs/domain-host-plugin-docman": "0.2.1",
|
|
59
58
|
"@aopslabs/domain-host-plugin-projectman": "0.2.0",
|
|
60
59
|
"@aopslabs/domain-host-plugin-sys": "0.2.0",
|
|
61
|
-
"@aopslabs/domain-kit-agentspace": "0.2.
|
|
60
|
+
"@aopslabs/domain-kit-agentspace": "0.2.2",
|
|
62
61
|
"@aopslabs/domain-kit-chatv3": "0.2.1",
|
|
63
|
-
"@aopslabs/domain-kit-docman": "0.2.
|
|
62
|
+
"@aopslabs/domain-kit-docman": "0.2.1",
|
|
64
63
|
"@aopslabs/domain-kit-projectman": "0.2.0",
|
|
65
64
|
"@aopslabs/domain-kit-sys": "0.2.0",
|
|
66
65
|
"@aopslabs/domain-pg-bootstrap-chatv3": "0.2.1",
|
|
67
66
|
"@aopslabs/domain-pg-bootstrap-docman": "0.2.0",
|
|
68
67
|
"@aopslabs/domain-pg-bootstrap-projectman": "0.2.0",
|
|
69
68
|
"@aopslabs/domain-pg-bootstrap-sys": "0.2.0",
|
|
70
|
-
"@aopslabs/domain-product-docman": "0.2.
|
|
69
|
+
"@aopslabs/domain-product-docman": "0.2.1",
|
|
71
70
|
"@aopslabs/domain-product-projectman": "0.2.0",
|
|
72
71
|
"@aopslabs/domain-runtime-config-docman": "0.2.0",
|
|
73
72
|
"@aopslabs/domain-runtime-config-projectman": "0.2.0",
|
|
74
73
|
"@aopslabs/host-adapter-sveltekit": "0.2.0",
|
|
75
|
-
"@aopslabs/host-admission": "0.1.1",
|
|
76
74
|
"@aopslabs/host-auth": "0.1.0",
|
|
77
|
-
"@aopslabs/host-core": "0.2.
|
|
78
|
-
"@aopslabs/host-gateway": "0.1.
|
|
75
|
+
"@aopslabs/host-core": "0.2.1",
|
|
76
|
+
"@aopslabs/host-gateway": "0.1.1",
|
|
79
77
|
"@aopslabs/host-registration": "0.2.0",
|
|
80
|
-
"@aopslabs/host-shell": "0.1.
|
|
78
|
+
"@aopslabs/host-shell": "0.1.1",
|
|
81
79
|
"@aopslabs/manifest": "0.2.0",
|
|
82
80
|
"@aopslabs/xf-bm": "0.2.0",
|
|
83
81
|
"@aopslabs/xf-core": "0.2.0",
|
|
@@ -121,7 +119,8 @@
|
|
|
121
119
|
"@jridgewell/resolve-uri": "3.1.2",
|
|
122
120
|
"@jridgewell/sourcemap-codec": "1.5.5",
|
|
123
121
|
"@jridgewell/trace-mapping": "0.3.31",
|
|
124
|
-
"@mongodb-js/saslprep": "1.4.
|
|
122
|
+
"@mongodb-js/saslprep": "1.4.13",
|
|
123
|
+
"@napi-rs/lzma-linux-x64-gnu": "1.5.1",
|
|
125
124
|
"@pinojs/redact": "0.4.0",
|
|
126
125
|
"@polka/url": "1.0.0-next.29",
|
|
127
126
|
"@redis/bloom": "5.12.1",
|
|
@@ -129,33 +128,33 @@
|
|
|
129
128
|
"@redis/json": "5.12.1",
|
|
130
129
|
"@redis/search": "5.12.1",
|
|
131
130
|
"@redis/time-series": "5.12.1",
|
|
132
|
-
"@rollup/rollup-android-arm-eabi": "4.62.
|
|
133
|
-
"@rollup/rollup-android-arm64": "4.62.
|
|
134
|
-
"@rollup/rollup-darwin-arm64": "4.62.
|
|
135
|
-
"@rollup/rollup-darwin-x64": "4.62.
|
|
136
|
-
"@rollup/rollup-freebsd-arm64": "4.62.
|
|
137
|
-
"@rollup/rollup-freebsd-x64": "4.62.
|
|
138
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.62.
|
|
139
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.62.
|
|
140
|
-
"@rollup/rollup-linux-arm64-gnu": "4.62.
|
|
141
|
-
"@rollup/rollup-linux-arm64-musl": "4.62.
|
|
142
|
-
"@rollup/rollup-linux-loong64-gnu": "4.62.
|
|
143
|
-
"@rollup/rollup-linux-loong64-musl": "4.62.
|
|
144
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.62.
|
|
145
|
-
"@rollup/rollup-linux-ppc64-musl": "4.62.
|
|
146
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.62.
|
|
147
|
-
"@rollup/rollup-linux-riscv64-musl": "4.62.
|
|
148
|
-
"@rollup/rollup-linux-s390x-gnu": "4.62.
|
|
149
|
-
"@rollup/rollup-linux-x64-gnu": "4.62.
|
|
150
|
-
"@rollup/rollup-linux-x64-musl": "4.62.
|
|
151
|
-
"@rollup/rollup-openbsd-x64": "4.62.
|
|
152
|
-
"@rollup/rollup-openharmony-arm64": "4.62.
|
|
153
|
-
"@rollup/rollup-win32-arm64-msvc": "4.62.
|
|
154
|
-
"@rollup/rollup-win32-ia32-msvc": "4.62.
|
|
155
|
-
"@rollup/rollup-win32-x64-gnu": "4.62.
|
|
156
|
-
"@rollup/rollup-win32-x64-msvc": "4.62.
|
|
131
|
+
"@rollup/rollup-android-arm-eabi": "4.62.4",
|
|
132
|
+
"@rollup/rollup-android-arm64": "4.62.4",
|
|
133
|
+
"@rollup/rollup-darwin-arm64": "4.62.4",
|
|
134
|
+
"@rollup/rollup-darwin-x64": "4.62.4",
|
|
135
|
+
"@rollup/rollup-freebsd-arm64": "4.62.4",
|
|
136
|
+
"@rollup/rollup-freebsd-x64": "4.62.4",
|
|
137
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.62.4",
|
|
138
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.62.4",
|
|
139
|
+
"@rollup/rollup-linux-arm64-gnu": "4.62.4",
|
|
140
|
+
"@rollup/rollup-linux-arm64-musl": "4.62.4",
|
|
141
|
+
"@rollup/rollup-linux-loong64-gnu": "4.62.4",
|
|
142
|
+
"@rollup/rollup-linux-loong64-musl": "4.62.4",
|
|
143
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.62.4",
|
|
144
|
+
"@rollup/rollup-linux-ppc64-musl": "4.62.4",
|
|
145
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.62.4",
|
|
146
|
+
"@rollup/rollup-linux-riscv64-musl": "4.62.4",
|
|
147
|
+
"@rollup/rollup-linux-s390x-gnu": "4.62.4",
|
|
148
|
+
"@rollup/rollup-linux-x64-gnu": "4.62.4",
|
|
149
|
+
"@rollup/rollup-linux-x64-musl": "4.62.4",
|
|
150
|
+
"@rollup/rollup-openbsd-x64": "4.62.4",
|
|
151
|
+
"@rollup/rollup-openharmony-arm64": "4.62.4",
|
|
152
|
+
"@rollup/rollup-win32-arm64-msvc": "4.62.4",
|
|
153
|
+
"@rollup/rollup-win32-ia32-msvc": "4.62.4",
|
|
154
|
+
"@rollup/rollup-win32-x64-gnu": "4.62.4",
|
|
155
|
+
"@rollup/rollup-win32-x64-msvc": "4.62.4",
|
|
157
156
|
"@standard-schema/spec": "1.1.0",
|
|
158
|
-
"@sveltejs/acorn-typescript": "1.0.
|
|
157
|
+
"@sveltejs/acorn-typescript": "1.0.12",
|
|
159
158
|
"@sveltejs/kit": "2.70.2",
|
|
160
159
|
"@sveltejs/vite-plugin-svelte": "6.2.4",
|
|
161
160
|
"@sveltejs/vite-plugin-svelte-inspector": "5.0.2",
|
|
@@ -174,7 +173,7 @@
|
|
|
174
173
|
"@types/whatwg-url": "11.0.5",
|
|
175
174
|
"@ungap/structured-clone": "1.3.3",
|
|
176
175
|
"@upstash/redis": "1.38.0",
|
|
177
|
-
"acorn": "8.
|
|
176
|
+
"acorn": "8.18.0",
|
|
178
177
|
"ajv": "8.18.0",
|
|
179
178
|
"aria-query": "5.3.1",
|
|
180
179
|
"atomic-sleep": "1.0.0",
|
|
@@ -206,7 +205,7 @@
|
|
|
206
205
|
"deepmerge": "4.3.1",
|
|
207
206
|
"dequal": "2.0.3",
|
|
208
207
|
"detect-libc": "2.1.2",
|
|
209
|
-
"devalue": "5.
|
|
208
|
+
"devalue": "5.9.0",
|
|
210
209
|
"devlop": "1.1.0",
|
|
211
210
|
"drizzle-orm": "0.45.2",
|
|
212
211
|
"effect": "3.20.0",
|
|
@@ -214,7 +213,7 @@
|
|
|
214
213
|
"esbuild": "0.28.1",
|
|
215
214
|
"escape-string-regexp": "5.0.0",
|
|
216
215
|
"esm-env": "1.2.2",
|
|
217
|
-
"esrap": "2.2
|
|
216
|
+
"esrap": "2.3.2",
|
|
218
217
|
"estree-util-is-identifier-name": "3.0.0",
|
|
219
218
|
"expand-template": "2.0.3",
|
|
220
219
|
"extend": "3.0.2",
|
|
@@ -236,7 +235,7 @@
|
|
|
236
235
|
"inherits": "2.0.4",
|
|
237
236
|
"ini": "1.3.8",
|
|
238
237
|
"inline-style-parser": "0.2.7",
|
|
239
|
-
"ip-address": "10.
|
|
238
|
+
"ip-address": "10.4.0",
|
|
240
239
|
"is-alphabetical": "2.0.1",
|
|
241
240
|
"is-alphanumerical": "2.0.1",
|
|
242
241
|
"is-decimal": "2.0.1",
|
|
@@ -306,10 +305,10 @@
|
|
|
306
305
|
"mquery": "5.0.0",
|
|
307
306
|
"mrmime": "2.0.1",
|
|
308
307
|
"ms": "2.1.3",
|
|
309
|
-
"nanoid": "3.3.
|
|
308
|
+
"nanoid": "3.3.18",
|
|
310
309
|
"napi-build-utils": "2.0.0",
|
|
311
310
|
"node-abi": "3.94.0",
|
|
312
|
-
"obug": "2.1.
|
|
311
|
+
"obug": "2.1.4",
|
|
313
312
|
"on-exit-leak-free": "2.1.2",
|
|
314
313
|
"once": "1.4.0",
|
|
315
314
|
"parse-entities": "4.0.2",
|
|
@@ -334,7 +333,7 @@
|
|
|
334
333
|
"postgres-date": "1.0.7",
|
|
335
334
|
"postgres-interval": "1.2.0",
|
|
336
335
|
"prebuild-install": "7.1.3",
|
|
337
|
-
"process-warning": "5.
|
|
336
|
+
"process-warning": "5.1.0",
|
|
338
337
|
"property-information": "7.2.0",
|
|
339
338
|
"pump": "3.0.4",
|
|
340
339
|
"punycode": "2.3.1",
|
|
@@ -351,7 +350,7 @@
|
|
|
351
350
|
"remark-rehype": "11.1.2",
|
|
352
351
|
"remark-stringify": "11.0.0",
|
|
353
352
|
"require-from-string": "2.0.2",
|
|
354
|
-
"rollup": "4.62.
|
|
353
|
+
"rollup": "4.62.4",
|
|
355
354
|
"safe-buffer": "5.2.1",
|
|
356
355
|
"safe-stable-stringify": "2.5.0",
|
|
357
356
|
"scheduler": "0.27.0",
|
|
@@ -383,7 +382,7 @@
|
|
|
383
382
|
"trim-lines": "3.0.1",
|
|
384
383
|
"trough": "2.2.0",
|
|
385
384
|
"tslib": "2.8.1",
|
|
386
|
-
"tsx": "4.23.
|
|
385
|
+
"tsx": "4.23.11",
|
|
387
386
|
"tunnel-agent": "0.6.0",
|
|
388
387
|
"typescript": "5.9.3",
|
|
389
388
|
"uncrypto": "0.1.3",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{l as o,a as r}from"../chunks/DJuiD8rz.js";export{o as load_css,r as start};
|