@mimik/configuration 6.0.0 → 6.0.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.
|
@@ -26,16 +26,16 @@ const config = {
|
|
|
26
26
|
url: 'test-url',
|
|
27
27
|
},
|
|
28
28
|
'test-pack-type': {
|
|
29
|
-
audience: 'test
|
|
29
|
+
audience: 'test-pack-type-audience',
|
|
30
30
|
},
|
|
31
31
|
},
|
|
32
32
|
security: {
|
|
33
33
|
server: {
|
|
34
|
-
id: 'test-id',
|
|
35
|
-
secret: 'test-secret',
|
|
36
|
-
accessKey: 'test-access-key',
|
|
37
|
-
audience: 'test-
|
|
38
|
-
issuer: 'test-issuer',
|
|
34
|
+
id: 'test-security-id',
|
|
35
|
+
secret: 'test-security-secret',
|
|
36
|
+
accessKey: 'test-security-access-key',
|
|
37
|
+
audience: 'test-security-audience',
|
|
38
|
+
issuer: 'test-security-issuer',
|
|
39
39
|
},
|
|
40
40
|
},
|
|
41
41
|
serverSettings: {
|
package/manual-test/testEnv.js
CHANGED
|
@@ -10,12 +10,12 @@ import process from 'process';
|
|
|
10
10
|
* | Env variable name | Description | Default | Comments |
|
|
11
11
|
* | ----------------- | ----------- | ------- | -------- |
|
|
12
12
|
* | DATABASE_NAME | name of the database to use for mongodb
|
|
13
|
-
* | MONGO_REPLICAT_SET |
|
|
13
|
+
* | MONGO_REPLICAT_SET | set to a value for Boolean()
|
|
14
14
|
* | SUMO_LOGIC_ENDPOINT | dummy endpoint for sumologic
|
|
15
15
|
* | SUMO_LOGIC_COLLECTOR_CODE | dummy collector code for sumologic
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
process.env.DATABASE_NAME = 'test-database-name';
|
|
19
19
|
process.env.MONGO_REPLICAT_SET = 'test-mongo-replicat-set';
|
|
20
|
-
process.env.SUMO_LOGIC_ENDPOINT = 'test-
|
|
20
|
+
process.env.SUMO_LOGIC_ENDPOINT = 'test-logInfo-sumologic-endpoint';
|
|
21
21
|
process.env.SUMO_LOGIC_COLLECTOR_CODE = 'test-logInfo-sumologic-code';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mimik/configuration",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Common configuration for mimik services",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"url": "https://bitbucket.org/mimiktech/configuration"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@mimik/request-helper": "^2.0.
|
|
34
|
-
"@mimik/sumologic-winston-logger": "^2.0.
|
|
35
|
-
"@mimik/user-filters": "^2.0.
|
|
33
|
+
"@mimik/request-helper": "^2.0.1",
|
|
34
|
+
"@mimik/sumologic-winston-logger": "^2.0.2",
|
|
35
|
+
"@mimik/user-filters": "^2.0.1",
|
|
36
36
|
"ip": "2.0.1",
|
|
37
37
|
"lodash.includes": "4.3.0",
|
|
38
38
|
"lodash.isnan": "3.0.2",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"uuid": "11.1.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@eslint/js": "9.
|
|
48
|
-
"@mimik/eslint-plugin-document-env": "^2.0.
|
|
47
|
+
"@eslint/js": "9.23.0",
|
|
48
|
+
"@mimik/eslint-plugin-document-env": "^2.0.5",
|
|
49
49
|
"@stylistic/eslint-plugin": "4.2.0",
|
|
50
|
-
"eslint": "9.
|
|
50
|
+
"eslint": "9.23.0",
|
|
51
51
|
"eslint-plugin-import": "2.31.0",
|
|
52
52
|
"husky": "9.1.7",
|
|
53
53
|
"jsdoc-to-markdown": "9.1.1"
|