@candlerip/shared3 0.0.18 → 0.0.19
Sign up to get free protection for your applications and to get access to all the features.
- package/_devops/docker/docker-publish.sh +1 -1
- package/package.json +1 -1
- package/src/environment/environment-variables/domains/index.d.ts +1 -1
- package/src/project/index.d.ts +3 -3
- package/src/project/index.js +3 -3
- package/src/project/project-config/domains/backend-init-project-config/index.d.ts +2 -0
- package/src/project/project-config/domains/backend-project-config/index.d.ts +2 -0
- package/src/project/project-config/domains/cache-service-project-config/index.d.ts +2 -0
- package/src/project/project-config/domains/dictionary-service-poject-config/index.d.ts +2 -0
- package/src/project/project-config/domains/index.d.ts +5 -0
- package/src/project/project-config/domains/index.js +5 -0
- package/src/project/project-config/domains/redis-project-config/index.d.ts +2 -0
- package/src/project/project-config-name/configs/index.d.ts +1 -0
- package/src/project/project-config-name/configs/index.js +10 -0
- package/src/project/project-config-name/domains/index.d.ts +2 -0
- package/src/project/project-name/configs/index.d.ts +1 -0
- package/src/project/project-name/configs/index.js +1 -0
- package/src/project/project-name/domains/index.d.ts +2 -0
- package/src/project/{config → project-name}/index.d.ts +1 -0
- package/src/project/{config → project-name}/index.js +1 -0
- package/src/project/config/domains/backend-init-config/index.d.ts +0 -2
- package/src/project/config/domains/cache-service-config/index.d.ts +0 -2
- package/src/project/config/domains/dictionary-service-config/index.d.ts +0 -2
- package/src/project/config/domains/index.d.ts +0 -4
- package/src/project/config/domains/index.js +0 -4
- package/src/project/config/domains/redis-config/index.d.ts +0 -2
- package/src/project/config-name/domains/config-name/index.d.ts +0 -2
- package/src/project/config-name/domains/config-name-type-map/index.d.ts +0 -7
- package/src/project/config-name/domains/index.d.ts +0 -2
- package/src/project/config-name/domains/index.js +0 -2
- package/src/project/sub-project/index.d.ts +0 -3
- package/src/project/sub-project/index.js +0 -3
- package/src/project/sub-project/sub-project-name/configs/index.d.ts +0 -1
- package/src/project/sub-project/sub-project-name/configs/index.js +0 -1
- package/src/project/sub-project/sub-project-name/domains/index.d.ts +0 -2
- /package/src/project/{config-name/domains/config-name → project-config/domains/backend-init-project-config}/index.js +0 -0
- /package/src/project/{config/domains/backend-init-config → project-config/domains/backend-project-config}/index.js +0 -0
- /package/src/project/{config/domains/cache-service-config → project-config/domains/cache-service-project-config}/index.js +0 -0
- /package/src/project/{config/domains/dictionary-service-config → project-config/domains/dictionary-service-poject-config}/index.js +0 -0
- /package/src/project/{config/domains/redis-config → project-config/domains/redis-project-config}/index.js +0 -0
- /package/src/project/{config-name → project-config}/index.d.ts +0 -0
- /package/src/project/{config-name → project-config}/index.js +0 -0
- /package/src/project/{config-name/domains/config-name-type-map → project-config-name/domains}/index.js +0 -0
- /package/src/project/{sub-project/sub-project-name → project-config-name}/index.d.ts +0 -0
- /package/src/project/{sub-project/sub-project-name → project-config-name}/index.js +0 -0
- /package/src/project/{sub-project/sub-project-name → project-name}/domains/index.js +0 -0
package/package.json
CHANGED
package/src/project/index.d.ts
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
export * from './config/index.js';
|
2
|
-
export * from './config-name/index.js';
|
3
|
-
export * from './
|
1
|
+
export * from './project-config/index.js';
|
2
|
+
export * from './project-config-name/index.js';
|
3
|
+
export * from './project-name/index.js';
|
package/src/project/index.js
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
export * from './config/index.js';
|
2
|
-
export * from './config-name/index.js';
|
3
|
-
export * from './
|
1
|
+
export * from './project-config/index.js';
|
2
|
+
export * from './project-config-name/index.js';
|
3
|
+
export * from './project-name/index.js';
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export * from './backend-project-config/index.js';
|
2
|
+
export * from './backend-init-project-config/index.js';
|
3
|
+
export * from './cache-service-project-config/index.js';
|
4
|
+
export * from './dictionary-service-poject-config/index.js';
|
5
|
+
export * from './redis-project-config/index.js';
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export * from './backend-project-config/index.js';
|
2
|
+
export * from './backend-init-project-config/index.js';
|
3
|
+
export * from './cache-service-project-config/index.js';
|
4
|
+
export * from './dictionary-service-poject-config/index.js';
|
5
|
+
export * from './redis-project-config/index.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const PROJECT_CONFIG_NAMES: readonly ["backend-init-config", "backend-config", "dictionary-sevrice", "cache-service", "config", "redis", "shared", "shared-aws"];
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const PROJECT_NAMES: readonly ["backend-init", "backend", "dictionary-service", "cache-service", "config", "redis", "shared", "shared-aws"];
|
@@ -0,0 +1 @@
|
|
1
|
+
export const PROJECT_NAMES = ['backend-init', 'backend', 'dictionary-service', 'cache-service', 'config', 'redis', 'shared', 'shared-aws'];
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { BackendInitConfig, CacheServiceConfig, DictionaryServiceConfig, RedisConfig } from '../../../sub-project/index.js';
|
2
|
-
export type ConfigNameTypeMap = {
|
3
|
-
'backend-init': BackendInitConfig;
|
4
|
-
'cache-service': CacheServiceConfig;
|
5
|
-
'dictionary-service': DictionaryServiceConfig;
|
6
|
-
redis: RedisConfig;
|
7
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const SUB_PROJECT_NAMES: readonly ["backend-init", "backend", "dictionary-service", "cache-service", "config", "redis"];
|
@@ -1 +0,0 @@
|
|
1
|
-
export const SUB_PROJECT_NAMES = ['backend-init', 'backend', 'dictionary-service', 'cache-service', 'config', 'redis'];
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|