@candlerip/shared3 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const PROJECT_CONFIG_NAMES: readonly ["backend-init-config", "backend-config", "dictionary-
|
1
|
+
export declare const PROJECT_CONFIG_NAMES: readonly ["backend-init-project-config", "backend-project-config", "dictionary-service-project-config", "cache-service-project-config", "redis-project-config"];
|
@@ -1,10 +1,7 @@
|
|
1
1
|
export const PROJECT_CONFIG_NAMES = [
|
2
|
-
'backend-init-config',
|
3
|
-
'backend-config',
|
4
|
-
'dictionary-
|
5
|
-
'cache-service',
|
6
|
-
'config',
|
7
|
-
'redis',
|
8
|
-
'shared',
|
9
|
-
'shared-aws',
|
2
|
+
'backend-init-project-config',
|
3
|
+
'backend-project-config',
|
4
|
+
'dictionary-service-project-config',
|
5
|
+
'cache-service-project-config',
|
6
|
+
'redis-project-config',
|
10
7
|
];
|