@betterportal/config-manager 10.2.2 → 10.3.0
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/lib/.bsb/clients/service-betterportal-config-manager.d.ts +1 -1
- package/lib/.bsb/clients/service-betterportal-config-manager.js +1 -1
- package/lib/bp-contracts/org.betterportal.config-manager.json +1 -1
- package/lib/plugins/service-betterportal-config-manager/.bp-generated/registry.d.ts +24 -24
- package/lib/plugins/service-betterportal-config-manager/bp-routes/auth/GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-config-manager/bp-routes/config/GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-config-manager/bp-routes/fragments/GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-config-manager/bp-routes/menu/GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-config-manager/bp-routes/preview/GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-config-manager/bp-routes/routes/GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-config-manager/bp-routes/services/GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-config-manager/bp-routes/settings/GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-config-manager/tenantManagement.d.ts +4 -4
- package/lib/plugins/service-betterportal-config-manager/tenantManagement.d.ts.map +1 -1
- package/lib/schemas/service-betterportal-config-manager.json +1 -1
- package/lib/schemas/service-betterportal-config-manager.plugin.json +1 -1
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Auto-generated BSB virtual client for service-betterportal-config-manager
|
|
3
3
|
* DO NOT EDIT - Regenerated on every build
|
|
4
|
-
* @version 10.
|
|
4
|
+
* @version 10.3.0
|
|
5
5
|
*/
|
|
6
6
|
import { ServiceClient, BSBService } from "@bsb/base";
|
|
7
7
|
import type { Observable, BSBServiceClientDefinition, EventInputType } from "@bsb/base";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Auto-generated BSB virtual client for service-betterportal-config-manager
|
|
3
3
|
* DO NOT EDIT - Regenerated on every build
|
|
4
|
-
* @version 10.
|
|
4
|
+
* @version 10.3.0
|
|
5
5
|
*/
|
|
6
6
|
import { ServiceClient, bsb, createBroadcastEvent, createEventSchemas } from "@bsb/base";
|
|
7
7
|
const _platformConfigChangedSchema = bsb.object({
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"pluginId": "org.betterportal.config-manager",
|
|
5
5
|
"title": "BetterPortal Config Manager",
|
|
6
6
|
"description": "Admin-facing BetterPortal service for discovering and managing service config surfaces.",
|
|
7
|
-
"version": "10.
|
|
7
|
+
"version": "10.3.0",
|
|
8
8
|
"category": "service",
|
|
9
9
|
"deploymentModes": [
|
|
10
10
|
"self-hosted"
|
|
@@ -153,7 +153,7 @@ export declare const registry: {
|
|
|
153
153
|
syncUrl: string;
|
|
154
154
|
} | undefined;
|
|
155
155
|
serviceBaseUrl?: string | undefined;
|
|
156
|
-
},
|
|
156
|
+
}, never, Record<string, unknown>>;
|
|
157
157
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
158
158
|
cacheHints: {
|
|
159
159
|
ttlSeconds: number;
|
|
@@ -230,7 +230,7 @@ export declare const registry: {
|
|
|
230
230
|
syncUrl: string;
|
|
231
231
|
} | undefined;
|
|
232
232
|
serviceBaseUrl?: string | undefined;
|
|
233
|
-
},
|
|
233
|
+
}, never, Record<string, unknown>>;
|
|
234
234
|
DELETE?: undefined;
|
|
235
235
|
POST?: undefined;
|
|
236
236
|
PUT?: undefined;
|
|
@@ -296,7 +296,7 @@ export declare const registry: {
|
|
|
296
296
|
schemaUrl: string;
|
|
297
297
|
manifestUrl: string;
|
|
298
298
|
}[];
|
|
299
|
-
},
|
|
299
|
+
}, never, Record<string, unknown>>;
|
|
300
300
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
301
301
|
cacheHints: {
|
|
302
302
|
ttlSeconds: number;
|
|
@@ -338,7 +338,7 @@ export declare const registry: {
|
|
|
338
338
|
schemaUrl: string;
|
|
339
339
|
manifestUrl: string;
|
|
340
340
|
}[];
|
|
341
|
-
},
|
|
341
|
+
}, never, Record<string, unknown>>;
|
|
342
342
|
DELETE?: undefined;
|
|
343
343
|
POST?: undefined;
|
|
344
344
|
PUT?: undefined;
|
|
@@ -405,7 +405,7 @@ export declare const registry: {
|
|
|
405
405
|
adminApiBase: string;
|
|
406
406
|
serviceBaseUrl: string;
|
|
407
407
|
selectedAppId?: string | undefined;
|
|
408
|
-
},
|
|
408
|
+
}, never, Record<string, unknown>>;
|
|
409
409
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
410
410
|
cacheHints: {
|
|
411
411
|
ttlSeconds: number;
|
|
@@ -439,7 +439,7 @@ export declare const registry: {
|
|
|
439
439
|
adminApiBase: string;
|
|
440
440
|
serviceBaseUrl: string;
|
|
441
441
|
selectedAppId?: string | undefined;
|
|
442
|
-
},
|
|
442
|
+
}, never, Record<string, unknown>>;
|
|
443
443
|
DELETE?: undefined;
|
|
444
444
|
POST?: undefined;
|
|
445
445
|
PUT?: undefined;
|
|
@@ -525,7 +525,7 @@ export declare const registry: {
|
|
|
525
525
|
adminApiBase: string;
|
|
526
526
|
serviceBaseUrl: string;
|
|
527
527
|
selectedAppId?: string | undefined;
|
|
528
|
-
},
|
|
528
|
+
}, never, Record<string, unknown>>;
|
|
529
529
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
530
530
|
cacheHints: {
|
|
531
531
|
ttlSeconds: number;
|
|
@@ -587,7 +587,7 @@ export declare const registry: {
|
|
|
587
587
|
adminApiBase: string;
|
|
588
588
|
serviceBaseUrl: string;
|
|
589
589
|
selectedAppId?: string | undefined;
|
|
590
|
-
},
|
|
590
|
+
}, never, Record<string, unknown>>;
|
|
591
591
|
DELETE?: undefined;
|
|
592
592
|
POST?: undefined;
|
|
593
593
|
PUT?: undefined;
|
|
@@ -661,7 +661,7 @@ export declare const registry: {
|
|
|
661
661
|
}[];
|
|
662
662
|
}[];
|
|
663
663
|
}[];
|
|
664
|
-
},
|
|
664
|
+
}, never, Record<string, unknown>>;
|
|
665
665
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
666
666
|
cacheHints: {
|
|
667
667
|
ttlSeconds: number;
|
|
@@ -711,7 +711,7 @@ export declare const registry: {
|
|
|
711
711
|
}[];
|
|
712
712
|
}[];
|
|
713
713
|
}[];
|
|
714
|
-
},
|
|
714
|
+
}, never, Record<string, unknown>>;
|
|
715
715
|
DELETE?: undefined;
|
|
716
716
|
POST?: undefined;
|
|
717
717
|
PUT?: undefined;
|
|
@@ -851,7 +851,7 @@ export declare const registry: {
|
|
|
851
851
|
serviceBaseUrl: string;
|
|
852
852
|
selectedAppId?: string | undefined;
|
|
853
853
|
openApiServiceId?: string | undefined;
|
|
854
|
-
},
|
|
854
|
+
}, never, Record<string, unknown>>;
|
|
855
855
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
856
856
|
cacheHints: {
|
|
857
857
|
ttlSeconds: number;
|
|
@@ -967,7 +967,7 @@ export declare const registry: {
|
|
|
967
967
|
serviceBaseUrl: string;
|
|
968
968
|
selectedAppId?: string | undefined;
|
|
969
969
|
openApiServiceId?: string | undefined;
|
|
970
|
-
},
|
|
970
|
+
}, never, Record<string, unknown>>;
|
|
971
971
|
DELETE?: undefined;
|
|
972
972
|
POST?: undefined;
|
|
973
973
|
PUT?: undefined;
|
|
@@ -1169,7 +1169,7 @@ export declare const registry: {
|
|
|
1169
1169
|
selectedTenantId?: string | undefined;
|
|
1170
1170
|
selectedAppId?: string | undefined;
|
|
1171
1171
|
serviceBaseUrl?: string | undefined;
|
|
1172
|
-
},
|
|
1172
|
+
}, never, Record<string, unknown>>;
|
|
1173
1173
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
1174
1174
|
cacheHints: {
|
|
1175
1175
|
ttlSeconds: number;
|
|
@@ -1347,7 +1347,7 @@ export declare const registry: {
|
|
|
1347
1347
|
selectedTenantId?: string | undefined;
|
|
1348
1348
|
selectedAppId?: string | undefined;
|
|
1349
1349
|
serviceBaseUrl?: string | undefined;
|
|
1350
|
-
},
|
|
1350
|
+
}, never, Record<string, unknown>>;
|
|
1351
1351
|
DELETE?: undefined;
|
|
1352
1352
|
POST?: undefined;
|
|
1353
1353
|
PUT?: undefined;
|
|
@@ -1461,7 +1461,7 @@ export declare const registry: {
|
|
|
1461
1461
|
}[];
|
|
1462
1462
|
routeCount: number;
|
|
1463
1463
|
fragmentCount: number;
|
|
1464
|
-
},
|
|
1464
|
+
}, never, Record<string, unknown>>;
|
|
1465
1465
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
1466
1466
|
cacheHints: {
|
|
1467
1467
|
ttlSeconds: number;
|
|
@@ -1563,7 +1563,7 @@ export declare const registry: {
|
|
|
1563
1563
|
}[];
|
|
1564
1564
|
routeCount: number;
|
|
1565
1565
|
fragmentCount: number;
|
|
1566
|
-
},
|
|
1566
|
+
}, never, Record<string, unknown>>;
|
|
1567
1567
|
DELETE?: undefined;
|
|
1568
1568
|
POST?: undefined;
|
|
1569
1569
|
PUT?: undefined;
|
|
@@ -1724,7 +1724,7 @@ export declare const registry: {
|
|
|
1724
1724
|
adminApiBase: string;
|
|
1725
1725
|
tenantsPath: string;
|
|
1726
1726
|
serviceBaseUrl?: string | undefined;
|
|
1727
|
-
},
|
|
1727
|
+
}, never, Record<string, unknown>>;
|
|
1728
1728
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
1729
1729
|
cacheHints: {
|
|
1730
1730
|
ttlSeconds: number;
|
|
@@ -1932,7 +1932,7 @@ export declare const registry: {
|
|
|
1932
1932
|
adminApiBase: string;
|
|
1933
1933
|
tenantsPath: string;
|
|
1934
1934
|
serviceBaseUrl?: string | undefined;
|
|
1935
|
-
},
|
|
1935
|
+
}, never, Record<string, unknown>>;
|
|
1936
1936
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
1937
1937
|
cacheHints: {
|
|
1938
1938
|
ttlSeconds: number;
|
|
@@ -2147,7 +2147,7 @@ export declare const registry: {
|
|
|
2147
2147
|
adminApiBase: string;
|
|
2148
2148
|
tenantsPath: string;
|
|
2149
2149
|
serviceBaseUrl?: string | undefined;
|
|
2150
|
-
},
|
|
2150
|
+
}, never, Record<string, unknown>>;
|
|
2151
2151
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
2152
2152
|
cacheHints: {
|
|
2153
2153
|
ttlSeconds: number;
|
|
@@ -2352,7 +2352,7 @@ export declare const registry: {
|
|
|
2352
2352
|
adminApiBase: string;
|
|
2353
2353
|
tenantsPath: string;
|
|
2354
2354
|
serviceBaseUrl?: string | undefined;
|
|
2355
|
-
},
|
|
2355
|
+
}, never, Record<string, unknown>>;
|
|
2356
2356
|
auth: import("@betterportal/framework").ApiAuthRequirement;
|
|
2357
2357
|
cacheHints: {
|
|
2358
2358
|
ttlSeconds: number;
|
|
@@ -2488,7 +2488,7 @@ export declare const registry: {
|
|
|
2488
2488
|
adminApiBase: string;
|
|
2489
2489
|
tenantsPath: string;
|
|
2490
2490
|
serviceBaseUrl?: string | undefined;
|
|
2491
|
-
},
|
|
2491
|
+
}, never, Record<string, unknown>>;
|
|
2492
2492
|
GET: import("@betterportal/framework").RouteHandler<Record<string, string>, Record<string, unknown>, Record<string, string>, Record<string, unknown>, {
|
|
2493
2493
|
title: string;
|
|
2494
2494
|
tenants: {
|
|
@@ -2552,7 +2552,7 @@ export declare const registry: {
|
|
|
2552
2552
|
adminApiBase: string;
|
|
2553
2553
|
tenantsPath: string;
|
|
2554
2554
|
serviceBaseUrl?: string | undefined;
|
|
2555
|
-
},
|
|
2555
|
+
}, never, Record<string, unknown>>;
|
|
2556
2556
|
POST: import("@betterportal/framework").RouteHandler<Record<string, string>, Record<string, unknown>, Record<string, string>, Record<string, unknown>, {
|
|
2557
2557
|
title: string;
|
|
2558
2558
|
tenants: {
|
|
@@ -2616,7 +2616,7 @@ export declare const registry: {
|
|
|
2616
2616
|
adminApiBase: string;
|
|
2617
2617
|
tenantsPath: string;
|
|
2618
2618
|
serviceBaseUrl?: string | undefined;
|
|
2619
|
-
},
|
|
2619
|
+
}, never, Record<string, unknown>>;
|
|
2620
2620
|
PUT: import("@betterportal/framework").RouteHandler<Record<string, string>, Record<string, unknown>, Record<string, string>, Record<string, unknown>, {
|
|
2621
2621
|
title: string;
|
|
2622
2622
|
tenants: {
|
|
@@ -2680,7 +2680,7 @@ export declare const registry: {
|
|
|
2680
2680
|
adminApiBase: string;
|
|
2681
2681
|
tenantsPath: string;
|
|
2682
2682
|
serviceBaseUrl?: string | undefined;
|
|
2683
|
-
},
|
|
2683
|
+
}, never, Record<string, unknown>>;
|
|
2684
2684
|
};
|
|
2685
2685
|
title: string;
|
|
2686
2686
|
description: string;
|
|
@@ -137,6 +137,6 @@ declare const _default: import("@betterportal/framework").RouteHandler<Record<st
|
|
|
137
137
|
syncUrl: string;
|
|
138
138
|
} | undefined;
|
|
139
139
|
serviceBaseUrl?: string | undefined;
|
|
140
|
-
},
|
|
140
|
+
}, never, Record<string, unknown>>;
|
|
141
141
|
export default _default;
|
|
142
142
|
//# sourceMappingURL=GET.d.ts.map
|
|
@@ -40,6 +40,6 @@ declare const _default: import("@betterportal/framework").RouteHandler<Record<st
|
|
|
40
40
|
schemaUrl: string;
|
|
41
41
|
manifestUrl: string;
|
|
42
42
|
}[];
|
|
43
|
-
},
|
|
43
|
+
}, never, Record<string, unknown>>;
|
|
44
44
|
export default _default;
|
|
45
45
|
//# sourceMappingURL=GET.d.ts.map
|
|
@@ -29,6 +29,6 @@ declare const _default: import("@betterportal/framework").RouteHandler<Record<st
|
|
|
29
29
|
adminApiBase: string;
|
|
30
30
|
serviceBaseUrl: string;
|
|
31
31
|
selectedAppId?: string | undefined;
|
|
32
|
-
},
|
|
32
|
+
}, never, Record<string, unknown>>;
|
|
33
33
|
export default _default;
|
|
34
34
|
//# sourceMappingURL=GET.d.ts.map
|
|
@@ -57,6 +57,6 @@ declare const _default: import("@betterportal/framework").RouteHandler<Record<st
|
|
|
57
57
|
adminApiBase: string;
|
|
58
58
|
serviceBaseUrl: string;
|
|
59
59
|
selectedAppId?: string | undefined;
|
|
60
|
-
},
|
|
60
|
+
}, never, Record<string, unknown>>;
|
|
61
61
|
export default _default;
|
|
62
62
|
//# sourceMappingURL=GET.d.ts.map
|
|
@@ -111,6 +111,6 @@ declare const _default: import("@betterportal/framework").RouteHandler<Record<st
|
|
|
111
111
|
serviceBaseUrl: string;
|
|
112
112
|
selectedAppId?: string | undefined;
|
|
113
113
|
openApiServiceId?: string | undefined;
|
|
114
|
-
},
|
|
114
|
+
}, never, Record<string, unknown>>;
|
|
115
115
|
export default _default;
|
|
116
116
|
//# sourceMappingURL=GET.d.ts.map
|
|
@@ -173,6 +173,6 @@ declare const _default: import("@betterportal/framework").RouteHandler<Record<st
|
|
|
173
173
|
selectedTenantId?: string | undefined;
|
|
174
174
|
selectedAppId?: string | undefined;
|
|
175
175
|
serviceBaseUrl?: string | undefined;
|
|
176
|
-
},
|
|
176
|
+
}, never, Record<string, unknown>>;
|
|
177
177
|
export default _default;
|
|
178
178
|
//# sourceMappingURL=GET.d.ts.map
|
|
@@ -98,6 +98,6 @@ declare const _default: import("@betterportal/framework").RouteHandler<Record<st
|
|
|
98
98
|
}[];
|
|
99
99
|
routeCount: number;
|
|
100
100
|
fragmentCount: number;
|
|
101
|
-
},
|
|
101
|
+
}, never, Record<string, unknown>>;
|
|
102
102
|
export default _default;
|
|
103
103
|
//# sourceMappingURL=GET.d.ts.map
|
|
@@ -133,7 +133,7 @@ export declare const handleGet: import("@betterportal/framework").RouteHandler<R
|
|
|
133
133
|
adminApiBase: string;
|
|
134
134
|
tenantsPath: string;
|
|
135
135
|
serviceBaseUrl?: string | undefined;
|
|
136
|
-
},
|
|
136
|
+
}, never, Record<string, unknown>>;
|
|
137
137
|
export declare const handlePost: import("@betterportal/framework").RouteHandler<Record<string, string>, Record<string, unknown>, Record<string, string>, Record<string, unknown>, {
|
|
138
138
|
title: string;
|
|
139
139
|
tenants: {
|
|
@@ -197,7 +197,7 @@ export declare const handlePost: import("@betterportal/framework").RouteHandler<
|
|
|
197
197
|
adminApiBase: string;
|
|
198
198
|
tenantsPath: string;
|
|
199
199
|
serviceBaseUrl?: string | undefined;
|
|
200
|
-
},
|
|
200
|
+
}, never, Record<string, unknown>>;
|
|
201
201
|
export declare const handlePut: import("@betterportal/framework").RouteHandler<Record<string, string>, Record<string, unknown>, Record<string, string>, Record<string, unknown>, {
|
|
202
202
|
title: string;
|
|
203
203
|
tenants: {
|
|
@@ -261,7 +261,7 @@ export declare const handlePut: import("@betterportal/framework").RouteHandler<R
|
|
|
261
261
|
adminApiBase: string;
|
|
262
262
|
tenantsPath: string;
|
|
263
263
|
serviceBaseUrl?: string | undefined;
|
|
264
|
-
},
|
|
264
|
+
}, never, Record<string, unknown>>;
|
|
265
265
|
export declare const handleDelete: import("@betterportal/framework").RouteHandler<Record<string, string>, Record<string, unknown>, Record<string, string>, Record<string, unknown>, {
|
|
266
266
|
title: string;
|
|
267
267
|
tenants: {
|
|
@@ -325,5 +325,5 @@ export declare const handleDelete: import("@betterportal/framework").RouteHandle
|
|
|
325
325
|
adminApiBase: string;
|
|
326
326
|
tenantsPath: string;
|
|
327
327
|
serviceBaseUrl?: string | undefined;
|
|
328
|
-
},
|
|
328
|
+
}, never, Record<string, unknown>>;
|
|
329
329
|
//# sourceMappingURL=tenantManagement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tenantManagement.d.ts","sourceRoot":"","sources":["../../../src/plugins/service-betterportal-config-manager/tenantManagement.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAGL,KAAK,YAAY,EAEjB,KAAK,UAAU,EAEhB,MAAM,yBAAyB,CAAC;AAuEjC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASzB,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAExD,eAAO,MAAM,KAAK,mBAAmB,CAAC;AACtC,eAAO,MAAM,WAAW,qCAAqC,CAAC;AAE9D,eAAO,MAAM,UAAU,EAAE,UAA4D,CAAC;AAEtF,eAAO,MAAM,aAAa,EAAE,YAAY,CAAC,YAAY,CAAC,EAErD,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"tenantManagement.d.ts","sourceRoot":"","sources":["../../../src/plugins/service-betterportal-config-manager/tenantManagement.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAGL,KAAK,YAAY,EAEjB,KAAK,UAAU,EAEhB,MAAM,yBAAyB,CAAC;AAuEjC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASzB,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAExD,eAAO,MAAM,KAAK,mBAAmB,CAAC;AACtC,eAAO,MAAM,WAAW,qCAAqC,CAAC;AAE9D,eAAO,MAAM,UAAU,EAAE,UAA4D,CAAC;AAEtF,eAAO,MAAM,aAAa,EAAE,YAAY,CAAC,YAAY,CAAC,EAErD,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAGrB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAWtB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAWrB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAYxB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterportal/config-manager",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.3.0",
|
|
4
4
|
"description": "BetterPortal admin config management service for Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"license": "(AGPL-3.0-only OR Commercial)",
|
|
29
29
|
"type": "module",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@bsb/tests": "^9.6.
|
|
31
|
+
"@bsb/tests": "^9.6.74",
|
|
32
32
|
"@types/node": "^26.0.0",
|
|
33
33
|
"@types/pg": "^8.20.0",
|
|
34
34
|
"tsx": "^4.21.0",
|
|
35
35
|
"typescript": "^6.0.3"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@betterportal/framework": "10.
|
|
39
|
-
"@betterportal/plugin-bsb": "10.
|
|
40
|
-
"@bsb/base": "^9.6.
|
|
38
|
+
"@betterportal/framework": "10.3.0",
|
|
39
|
+
"@betterportal/plugin-bsb": "10.3.0",
|
|
40
|
+
"@bsb/base": "^9.6.74",
|
|
41
41
|
"anyvali": "^1.0.7",
|
|
42
42
|
"jsx-htmx": "4.0.0-beta6"
|
|
43
43
|
},
|