-
Notifications
You must be signed in to change notification settings - Fork 4
/
workspace.json
46 lines (46 loc) · 3.22 KB
/
workspace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": 2,
"projects": {
"ddhub-client-gateway-address-book": "libs/ddhub-client-gateway-address-book",
"ddhub-client-gateway-association-keys": "libs/ddhub-client-gateway-association-keys",
"ddhub-client-gateway-cleanup": "libs/ddhub-client-gateway-cleanup",
"ddhub-client-gateway-clients": "libs/ddhub-client-gateway-clients",
"ddhub-client-gateway-did-auth": "libs/ddhub-client-gateway-did-auth",
"ddhub-client-gateway-encryption": "libs/ddhub-client-gateway-encryption",
"ddhub-client-gateway-enrolment": "libs/ddhub-client-gateway-enrolment",
"ddhub-client-gateway-env": "libs/ddhub-client-gateway-env",
"ddhub-client-gateway-events": "libs/ddhub-client-gateway-events",
"ddhub-client-gateway-guard": "libs/ddhub-client-gateway-guard",
"ddhub-client-gateway-identity": "libs/ddhub-client-gateway-identity",
"ddhub-client-gateway-message-broker": "libs/ddhub-client-gateway-message-broker",
"ddhub-client-gateway-storage": "libs/dsb-client-gateway-storage",
"ddhub-client-gateway-tls-agent": "libs/ddhub-client-gateway-tls-agent",
"ddhub-client-gateway-tracing": "libs/ddhub-client-gateway-tracing",
"ddhub-client-gateway-ui-api-hooks": "libs/ddhub-client-gateway-frontend/ui/api-hooks",
"ddhub-client-gateway-ui-applications": "libs/ddhub-client-gateway-frontend/ui/applications",
"ddhub-client-gateway-ui-channels": "libs/ddhub-client-gateway-frontend/ui/channels",
"ddhub-client-gateway-ui-client-ids": "libs/ddhub-client-gateway-frontend/ui/client-ids",
"ddhub-client-gateway-ui-context": "libs/ddhub-client-gateway-frontend/ui/context",
"ddhub-client-gateway-ui-gateway-settings": "libs/ddhub-client-gateway-frontend/ui/gateway-settings",
"ddhub-client-gateway-ui-integration": "libs/ddhub-client-gateway-frontend/ui/integration",
"ddhub-client-gateway-ui-login": "libs/ddhub-client-gateway-frontend/ui/login",
"ddhub-client-gateway-ui-messaging": "libs/ddhub-client-gateway-frontend/ui/messaging",
"ddhub-client-gateway-ui-topics": "libs/ddhub-client-gateway-frontend/ui/topics",
"ddhub-client-gateway-ui-utils": "libs/ddhub-client-gateway-frontend/ui/utils",
"ddhub-client-gateway-user-roles": "libs/ddhub-client-gateway-user-roles",
"ddhub-client-gateway-utils": "libs/ddhub-client-gateway-utils",
"ddhub-client-gateway-version": "libs/ddhub-client-gateway-version",
"dsb-client-gateway-api": "apps/dsb-client-gateway-api",
"dsb-client-gateway-api-client": "libs/dsb-client-gateway-api-client",
"dsb-client-gateway-api-e2e": "apps/dsb-client-gateway-api-e2e",
"dsb-client-gateway-did-registry": "libs/dsb-client-gateway-did-registry",
"dsb-client-gateway-errors": "libs/dsb-client-gateway-errors",
"dsb-client-gateway-frontend": "apps/dsb-client-gateway-frontend",
"dsb-client-gateway-frontend-e2e": "apps/dsb-client-gateway-frontend-e2e",
"dsb-client-gateway-iam-client": "libs/dsb-client-gateway-iam-client",
"dsb-client-gateway-identity-models": "libs/ddhub-client-gateway-frontend/identity/models",
"dsb-client-gateway-scheduler": "apps/dsb-client-gateway-scheduler",
"dsb-client-gateway-secrets-engine": "libs/dsb-client-gateway-secrets-engine",
"ui-core": "libs/ddhub-client-gateway-frontend/ui/core"
}
}