@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,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -1 +1 @@
1
- export declare const PROJECT_CONFIG_NAMES: readonly ["backend-init-config", "backend-config", "dictionary-sevrice", "cache-service", "config", "redis", "shared", "shared-aws"];
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-sevrice',
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
  ];