@itgorillaz/configify 3.0.0-alpha.1 → 3.0.0-alpha.2
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/package.json +1 -4
- package/LICENSE +0 -21
- package/README.md +0 -319
- /package/{dist/configify.module.d.ts → configify.module.d.ts} +0 -0
- /package/{dist/configify.module.js → configify.module.js} +0 -0
- /package/{dist/configify.module.js.map → configify.module.js.map} +0 -0
- /package/{dist/configuration → configuration}/configuration-options.interface.d.ts +0 -0
- /package/{dist/configuration → configuration}/configuration-options.interface.js +0 -0
- /package/{dist/configuration → configuration}/configuration-options.interface.js.map +0 -0
- /package/{dist/configuration → configuration}/configuration-parser.interface.d.ts +0 -0
- /package/{dist/configuration → configuration}/configuration-parser.interface.js +0 -0
- /package/{dist/configuration → configuration}/configuration-parser.interface.js.map +0 -0
- /package/{dist/configuration → configuration}/configuration-providers.interface.d.ts +0 -0
- /package/{dist/configuration → configuration}/configuration-providers.interface.js +0 -0
- /package/{dist/configuration → configuration}/configuration-providers.interface.js.map +0 -0
- /package/{dist/configuration → configuration}/configuration.registry.d.ts +0 -0
- /package/{dist/configuration → configuration}/configuration.registry.js +0 -0
- /package/{dist/configuration → configuration}/configuration.registry.js.map +0 -0
- /package/{dist/configuration → configuration}/index.d.ts +0 -0
- /package/{dist/configuration → configuration}/index.js +0 -0
- /package/{dist/configuration → configuration}/index.js.map +0 -0
- /package/{dist/configuration → configuration}/parsers/configuration-parser.factory.d.ts +0 -0
- /package/{dist/configuration → configuration}/parsers/configuration-parser.factory.js +0 -0
- /package/{dist/configuration → configuration}/parsers/configuration-parser.factory.js.map +0 -0
- /package/{dist/configuration → configuration}/parsers/dotenv-configuration.parser.d.ts +0 -0
- /package/{dist/configuration → configuration}/parsers/dotenv-configuration.parser.js +0 -0
- /package/{dist/configuration → configuration}/parsers/dotenv-configuration.parser.js.map +0 -0
- /package/{dist/configuration → configuration}/parsers/index.d.ts +0 -0
- /package/{dist/configuration → configuration}/parsers/index.js +0 -0
- /package/{dist/configuration → configuration}/parsers/index.js.map +0 -0
- /package/{dist/configuration → configuration}/parsers/json-configuration.parser.d.ts +0 -0
- /package/{dist/configuration → configuration}/parsers/json-configuration.parser.js +0 -0
- /package/{dist/configuration → configuration}/parsers/json-configuration.parser.js.map +0 -0
- /package/{dist/configuration → configuration}/parsers/yaml-configuration.parser.d.ts +0 -0
- /package/{dist/configuration → configuration}/parsers/yaml-configuration.parser.js +0 -0
- /package/{dist/configuration → configuration}/parsers/yaml-configuration.parser.js.map +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/aws-secrets-resolver.factory.d.ts +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/aws-secrets-resolver.factory.js +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/aws-secrets-resolver.factory.js.map +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/index.d.ts +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/index.js +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/index.js.map +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/parameter-store-configuration.resolver.d.ts +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/parameter-store-configuration.resolver.js +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/parameter-store-configuration.resolver.js.map +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/secrets-manager-configuration.resolver.d.ts +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/secrets-manager-configuration.resolver.js +0 -0
- /package/{dist/configuration → configuration}/resolvers/aws/secrets-manager-configuration.resolver.js.map +0 -0
- /package/{dist/configuration → configuration}/resolvers/configuration-resolver.interface.d.ts +0 -0
- /package/{dist/configuration → configuration}/resolvers/configuration-resolver.interface.js +0 -0
- /package/{dist/configuration → configuration}/resolvers/configuration-resolver.interface.js.map +0 -0
- /package/{dist/configuration → configuration}/resolvers/index.d.ts +0 -0
- /package/{dist/configuration → configuration}/resolvers/index.js +0 -0
- /package/{dist/configuration → configuration}/resolvers/index.js.map +0 -0
- /package/{dist/configuration → configuration}/resolvers/resolved-value.interface.d.ts +0 -0
- /package/{dist/configuration → configuration}/resolvers/resolved-value.interface.js +0 -0
- /package/{dist/configuration → configuration}/resolvers/resolved-value.interface.js.map +0 -0
- /package/{dist/decorators → decorators}/configuration.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/configuration.decorator.js +0 -0
- /package/{dist/decorators → decorators}/configuration.decorator.js.map +0 -0
- /package/{dist/decorators → decorators}/index.d.ts +0 -0
- /package/{dist/decorators → decorators}/index.js +0 -0
- /package/{dist/decorators → decorators}/index.js.map +0 -0
- /package/{dist/decorators → decorators}/value.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/value.decorator.js +0 -0
- /package/{dist/decorators → decorators}/value.decorator.js.map +0 -0
- /package/{dist/index.d.ts → index.d.ts} +0 -0
- /package/{dist/index.js → index.js} +0 -0
- /package/{dist/index.js.map → index.js.map} +0 -0
- /package/{dist/interpolation → interpolation}/variables.d.ts +0 -0
- /package/{dist/interpolation → interpolation}/variables.js +0 -0
- /package/{dist/interpolation → interpolation}/variables.js.map +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itgorillaz/configify",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.2",
|
|
4
4
|
"description": "NestJS Config on Steroids",
|
|
5
5
|
"author": "tommelo",
|
|
6
6
|
"private": false,
|
|
@@ -25,9 +25,6 @@
|
|
|
25
25
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
26
26
|
"test": "jest --config ./test/jest.config.json --coverage --silent=false --verbose --runInBand"
|
|
27
27
|
},
|
|
28
|
-
"files": [
|
|
29
|
-
"dist/**/*"
|
|
30
|
-
],
|
|
31
28
|
"dependencies": {
|
|
32
29
|
"dotenv": "^16.3.1",
|
|
33
30
|
"js-yaml": "^4.1.0"
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 ITGorillaz
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
package/README.md
DELETED
|
@@ -1,319 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a>
|
|
3
|
-
</p>
|
|
4
|
-
|
|
5
|
-
<p align="center"><b>@itgorillaz/configify</b></p>
|
|
6
|
-
<p align="center">NestJS config on steroids</p>
|
|
7
|
-
|
|
8
|
-
<p align="center">
|
|
9
|
-
<a href="https://buymeacoffee.com/tommelo" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
|
|
10
|
-
</p>
|
|
11
|
-
|
|
12
|
-
## Description
|
|
13
|
-
|
|
14
|
-
**configify** is a NestJS configuration module that makes it easier to deal with configuration files and secrets.
|
|
15
|
-
|
|
16
|
-
## Installation
|
|
17
|
-
|
|
18
|
-
```bash
|
|
19
|
-
$ npm install --save @itgorillaz/configify
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
## Usage
|
|
23
|
-
|
|
24
|
-
To start using the <b>configify</b> module in your application import the module by calling the `forRootAsync` function:
|
|
25
|
-
|
|
26
|
-
```js
|
|
27
|
-
@Module({
|
|
28
|
-
imports: [ConfigifyModule.forRootAsync()],
|
|
29
|
-
controllers: [AppController],
|
|
30
|
-
providers: [AppService],
|
|
31
|
-
})
|
|
32
|
-
export class AppModule {}
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
**Important Note**: When working with strict mode enabled `"strict": true`(tsconfig.json) it's necessary to set the option `strictPropertyInitialization` to `false` since the module will initialize the configuration class properties during runtime after resolving the values of the environment variables.
|
|
36
|
-
|
|
37
|
-
By default, when bootstraping, the module will lookup for a `.env`, an `application.yml` and an `application.json` file at the root folder of the project:
|
|
38
|
-
|
|
39
|
-
```
|
|
40
|
-
my-web-app
|
|
41
|
-
| .env
|
|
42
|
-
| application.yml
|
|
43
|
-
| application.json
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
You can also provide the location of the configuration files by overriding the configuration options.
|
|
47
|
-
|
|
48
|
-
### Mapping Configuration Classes
|
|
49
|
-
|
|
50
|
-
This module will lookup for every class decorated with `@Configuration` and it will make its instance globally available for the application.
|
|
51
|
-
|
|
52
|
-
Example of a `.env` file mapped to a class:
|
|
53
|
-
|
|
54
|
-
```
|
|
55
|
-
APPLICATION_CLIENT_ID=ABC
|
|
56
|
-
APPLICATION_CLIENT_TOKEN=TEST
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
```js
|
|
60
|
-
@Configuration()
|
|
61
|
-
export class ApplicationClientConfig {
|
|
62
|
-
@Value('APPLICATION_CLIENT_ID')
|
|
63
|
-
appClientId: string;
|
|
64
|
-
|
|
65
|
-
@Value('APPLICATION_CLIENT_TOKEN')
|
|
66
|
-
appClientToken: string
|
|
67
|
-
}
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
Example of a `.yml` file mapped to a class:
|
|
71
|
-
|
|
72
|
-
```
|
|
73
|
-
database:
|
|
74
|
-
host: localhost
|
|
75
|
-
port: 3306
|
|
76
|
-
username: test
|
|
77
|
-
password: test
|
|
78
|
-
metadata: |
|
|
79
|
-
{
|
|
80
|
-
"label": "staging"
|
|
81
|
-
}
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
```js
|
|
85
|
-
@Configuration()
|
|
86
|
-
export class DatabaseConfiguration {
|
|
87
|
-
@Value('database.host')
|
|
88
|
-
host: string;
|
|
89
|
-
|
|
90
|
-
@Value('database.port', {
|
|
91
|
-
parse: parseInt
|
|
92
|
-
})
|
|
93
|
-
port: number;
|
|
94
|
-
|
|
95
|
-
@Value('database.metadata', {
|
|
96
|
-
parse: JSON.parse
|
|
97
|
-
})
|
|
98
|
-
metadata: MetadataType;
|
|
99
|
-
}
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
You can map your configuration file to multiple configuration classes:
|
|
103
|
-
|
|
104
|
-
```
|
|
105
|
-
# database config
|
|
106
|
-
DATABASE_HOST=localhost
|
|
107
|
-
DATABASE_USER=test
|
|
108
|
-
DATABASE_PASSWORD=test
|
|
109
|
-
|
|
110
|
-
# okta config
|
|
111
|
-
OKTA_API_TOKEN=test
|
|
112
|
-
OKTA_CLIENT_ID=test
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
```js
|
|
116
|
-
@Configuration()
|
|
117
|
-
export class DatabaseConfiguration {
|
|
118
|
-
// database configuration attributes
|
|
119
|
-
}
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
```js
|
|
123
|
-
@Configuration()
|
|
124
|
-
export class OktaConfiguration {
|
|
125
|
-
// okta configuration attributes
|
|
126
|
-
}
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
### Dependency Injection
|
|
130
|
-
|
|
131
|
-
This module makes all the configuration instances globally available to the application, to access it you just need to declare the configuration class as an argument in the class constructor:
|
|
132
|
-
|
|
133
|
-
```js
|
|
134
|
-
export class AppService {
|
|
135
|
-
private readonly LOGGER = new Logger(AppService.name);
|
|
136
|
-
|
|
137
|
-
constructor(private readonly config: MyConfig) {
|
|
138
|
-
this.LOGGER.log(JSON.stringify(config));
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
}
|
|
142
|
-
```
|
|
143
|
-
|
|
144
|
-
### Variables Expansion
|
|
145
|
-
|
|
146
|
-
You can make use of variable expansion in your configuration files:
|
|
147
|
-
|
|
148
|
-
```
|
|
149
|
-
MY_API_KEY=${MY_SECRET} // --> MY_API_KEY=TEST
|
|
150
|
-
ANY_OTHER_CONFIG=TEST
|
|
151
|
-
MY_SECRET=TEST
|
|
152
|
-
APP_CLIENT_ID=${NON_EXISTING_ENV:-DEFAULT_ID} // --> APP_CLIENT_ID=DEFAULT_ID
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
### Defining Default Configuration Values
|
|
156
|
-
|
|
157
|
-
Other than defining default values with variables expansion, you can also define a default value to an attribute using the `default` option provided by the `@Value()` decorator:
|
|
158
|
-
|
|
159
|
-
```js
|
|
160
|
-
@Configuration()
|
|
161
|
-
export class DatabaseConfiguration {
|
|
162
|
-
@Value('DB_HOST', { default: 'localhost' })
|
|
163
|
-
host: string;
|
|
164
|
-
|
|
165
|
-
@Value('DB_PORT', {
|
|
166
|
-
parse: parseInt,
|
|
167
|
-
default: 3306
|
|
168
|
-
})
|
|
169
|
-
port: number;
|
|
170
|
-
}
|
|
171
|
-
```
|
|
172
|
-
|
|
173
|
-
### Dealing with Secrets
|
|
174
|
-
|
|
175
|
-
Out of the box, this module can resolve AWS Secrets Manager and Parameter Store secrets. For that, just need to choose which strategies you would like to use to resolve AWS secrets:
|
|
176
|
-
|
|
177
|
-
```js
|
|
178
|
-
// use default aws client instances
|
|
179
|
-
ConfigifyModule.forRootAsync({
|
|
180
|
-
secretsResolverStrategies: [
|
|
181
|
-
AwsSecretsResolverFactory.defaultParameterStoreResolver(),
|
|
182
|
-
AwsSecretsResolverFactory.defaultSecretsManagerResolver(),
|
|
183
|
-
],
|
|
184
|
-
});
|
|
185
|
-
|
|
186
|
-
// or provide your own aws client instances
|
|
187
|
-
ConfigifyModule.forRootAsync({
|
|
188
|
-
secretsResolverStrategies: [
|
|
189
|
-
new AwsParameterStoreConfigurationResolver(new SSMClient())
|
|
190
|
-
new AwsSecretsManagerConfigurationResolver(
|
|
191
|
-
new SecretsManagerClient(),
|
|
192
|
-
),
|
|
193
|
-
],
|
|
194
|
-
});
|
|
195
|
-
```
|
|
196
|
-
|
|
197
|
-
Every configuration attribute stating with `AWS_SECRETS_MANAGER`, `AWS_PARAMETER_STORE`, `aws-secrets-manager` and `aws-parameter-store` will be considered a special configuration attribute and the module will try to resolve it's remote value.
|
|
198
|
-
|
|
199
|
-
E.g.: `.env`
|
|
200
|
-
|
|
201
|
-
```
|
|
202
|
-
MY_DB_PASSWORD=${AWS_SECRETS_MANAGER_DB_PASSWORD}
|
|
203
|
-
MY_API_TOKEN=${AWS_PARAMETER_STORE_API_TOKEN}
|
|
204
|
-
|
|
205
|
-
AWS_SECRETS_MANAGER_DB_PASSWORD=<secret-id-here>
|
|
206
|
-
AWS_PARAMETER_STORE_API_TOKEN=<parameter-name-here>
|
|
207
|
-
```
|
|
208
|
-
|
|
209
|
-
`application.yml`
|
|
210
|
-
|
|
211
|
-
```yaml
|
|
212
|
-
my-db-password: ${aws-secrets-manager.db.password}
|
|
213
|
-
my-api-token: ${aws-parameter-store.api.token}
|
|
214
|
-
|
|
215
|
-
aws-secrets-manager:
|
|
216
|
-
db:
|
|
217
|
-
password: <secret-id-here>
|
|
218
|
-
|
|
219
|
-
aws-parameter-store:
|
|
220
|
-
api:
|
|
221
|
-
token: <parameter-name-here>
|
|
222
|
-
```
|
|
223
|
-
|
|
224
|
-
```js
|
|
225
|
-
@Configuration()
|
|
226
|
-
export class SecretConfiguration {
|
|
227
|
-
@Value('my-db-password') // or @Value('aws-secrets-manager.db.password')
|
|
228
|
-
myDbPassword: string;
|
|
229
|
-
|
|
230
|
-
@Value('my-api-token') // or @Value('aws-parameter-store.api.token')
|
|
231
|
-
myApiToken: string;
|
|
232
|
-
}
|
|
233
|
-
```
|
|
234
|
-
|
|
235
|
-
### Parsing Configuration Values
|
|
236
|
-
|
|
237
|
-
Parsing a configuration value can be easily done by using a parse callback function available as argument of the `@Value()` decorator:
|
|
238
|
-
|
|
239
|
-
```yaml
|
|
240
|
-
db-json-config: |
|
|
241
|
-
{
|
|
242
|
-
"host": "localhost",
|
|
243
|
-
"user": "test",
|
|
244
|
-
"password": "test"
|
|
245
|
-
}
|
|
246
|
-
```
|
|
247
|
-
|
|
248
|
-
```js
|
|
249
|
-
export interface MyDBConfig {
|
|
250
|
-
host: string;
|
|
251
|
-
user: string;
|
|
252
|
-
password: string;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
@Configuration()
|
|
256
|
-
export class SuperSecretConfiguration {
|
|
257
|
-
@Value('db-json-config', {
|
|
258
|
-
parse: JSON.parse
|
|
259
|
-
})
|
|
260
|
-
myDbConfig: MyDBConfig;
|
|
261
|
-
}
|
|
262
|
-
```
|
|
263
|
-
|
|
264
|
-
### Validating Configuration Classes
|
|
265
|
-
|
|
266
|
-
Depending on how critical a configuration is, you may want to validate it before starting the application, for that you can use [class-validator](https://github.com/typestack/class-validator) to make sure your configuration is loaded correctly:
|
|
267
|
-
|
|
268
|
-
```js
|
|
269
|
-
@Configuration()
|
|
270
|
-
export class MyConfiguration {
|
|
271
|
-
@IsEmail()
|
|
272
|
-
@Value('SENDER_EMAIL')
|
|
273
|
-
senderEmail: string;
|
|
274
|
-
|
|
275
|
-
@IsNotEmpty()
|
|
276
|
-
@Value('my-api-token')
|
|
277
|
-
myApiToken: string;
|
|
278
|
-
}
|
|
279
|
-
```
|
|
280
|
-
|
|
281
|
-
### Overwrite Default Options
|
|
282
|
-
|
|
283
|
-
You can overwrite default module options by providing an object as argument to the `forRootAsync()` method:
|
|
284
|
-
|
|
285
|
-
```js
|
|
286
|
-
/**
|
|
287
|
-
* Ignores any config file.
|
|
288
|
-
* The default value is false;
|
|
289
|
-
*/
|
|
290
|
-
ignoreConfigFile?: boolean;
|
|
291
|
-
|
|
292
|
-
/**
|
|
293
|
-
* Ignores environment variables
|
|
294
|
-
* The default value is false;
|
|
295
|
-
*/
|
|
296
|
-
ignoreEnvVars?: boolean;
|
|
297
|
-
|
|
298
|
-
/**
|
|
299
|
-
* The path of the configuration files
|
|
300
|
-
*/
|
|
301
|
-
configFilePath?: string | string[];
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* Expands variables
|
|
305
|
-
* The default value is true
|
|
306
|
-
*/
|
|
307
|
-
expandConfig?: boolean;
|
|
308
|
-
|
|
309
|
-
/**
|
|
310
|
-
* The secrets resolvers strategies
|
|
311
|
-
*/
|
|
312
|
-
secretsResolverStrategies?: ConfigurationResolver[];
|
|
313
|
-
```
|
|
314
|
-
|
|
315
|
-
## License
|
|
316
|
-
|
|
317
|
-
This code is licensed under the [MIT License](./LICENSE.txt).
|
|
318
|
-
|
|
319
|
-
All files located in the node_modules and external directories are externally maintained libraries used by this software which have their own licenses; we recommend you read them, as their terms may differ from the terms in the MIT License.
|
|
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
|
|
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
|
|
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
|
/package/{dist/configuration → configuration}/resolvers/aws/aws-secrets-resolver.factory.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{dist/configuration → configuration}/resolvers/aws/aws-secrets-resolver.factory.js.map
RENAMED
|
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
|
/package/{dist/configuration → configuration}/resolvers/configuration-resolver.interface.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{dist/configuration → configuration}/resolvers/configuration-resolver.interface.js.map
RENAMED
|
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
|
|
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
|