@cryptexlabs/codex-nodejs-common 0.16.6 → 0.16.7
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/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptexlabs/codex-nodejs-common",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.6",
|
|
4
4
|
"description": "Common code for Codex framework",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -22,9 +22,11 @@
|
|
|
22
22
|
"@nestjs/platform-ws": "8.0.6",
|
|
23
23
|
"@nestjs/swagger": "5.0.9",
|
|
24
24
|
"@nestjs/websockets": "8.0.6",
|
|
25
|
+
"@types/i18n": "0.12.0",
|
|
25
26
|
"axios": "^1.7.7",
|
|
26
27
|
"class-transformer": "^0.5.1",
|
|
27
28
|
"class-validator": "^0.14.1",
|
|
29
|
+
"i18n": "^0.15.3",
|
|
28
30
|
"rxjs": "^7.1.0"
|
|
29
31
|
},
|
|
30
32
|
"resolutions": {
|
|
@@ -37,7 +39,6 @@
|
|
|
37
39
|
"@cryptexlabs/merge-anything": "^6.0.6",
|
|
38
40
|
"@types/express": "4.17.8",
|
|
39
41
|
"@types/express-serve-static-core": "4.17.24",
|
|
40
|
-
"@types/i18n": "0.12.0",
|
|
41
42
|
"@types/joi": "14.3.4",
|
|
42
43
|
"@types/jsonwebtoken": "8.5.5",
|
|
43
44
|
"@types/node": "20",
|
|
@@ -46,8 +47,6 @@
|
|
|
46
47
|
"express": "4.17.1",
|
|
47
48
|
"fastq": "1.13.0",
|
|
48
49
|
"glob": "9.3.5",
|
|
49
|
-
"i18n": "0.13.2",
|
|
50
|
-
"install-peers-cli": "2.2.0",
|
|
51
50
|
"joi": "17.3.0",
|
|
52
51
|
"js-yaml": "3.14.1",
|
|
53
52
|
"jsonwebtoken": "8.5.1",
|
|
@@ -67,6 +66,7 @@
|
|
|
67
66
|
"@types/supertest": "2.0.10",
|
|
68
67
|
"@types/uuid": "8.3.1",
|
|
69
68
|
"husky": "4.3.6",
|
|
69
|
+
"install-peers-cli": "2.2.0",
|
|
70
70
|
"jest": "28.1.0",
|
|
71
71
|
"nodemon": "2.0.6",
|
|
72
72
|
"prettier": "2.2.1",
|
package/lib/src/config/index.js
CHANGED
|
@@ -34,4 +34,5 @@ __exportStar(require("./pagination-config.interface"), exports);
|
|
|
34
34
|
__exportStar(require("./xray-config.interface"), exports);
|
|
35
35
|
__exportStar(require("./logging-config.interface"), exports);
|
|
36
36
|
__exportStar(require("./redis-config.interface"), exports);
|
|
37
|
+
__exportStar(require("./telemetry-config.interface"), exports);
|
|
37
38
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/config/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8EAA4D;AAC5D,mDAAiC;AACjC,wDAAsC;AACtC,gEAA8C;AAC9C,8DAA4C;AAC5C,0DAAwC;AACxC,yDAAuC;AACvC,wDAAsC;AACtC,4DAA0C;AAC1C,kDAAgC;AAChC,0DAAwC;AACxC,uDAAqC;AACrC,yDAAuC;AACvC,8DAA4C;AAC5C,4DAA0C;AAC1C,gEAA8C;AAC9C,gEAA8C;AAC9C,0DAAwC;AACxC,6DAA2C;AAC3C,2DAAyC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/config/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8EAA4D;AAC5D,mDAAiC;AACjC,wDAAsC;AACtC,gEAA8C;AAC9C,8DAA4C;AAC5C,0DAAwC;AACxC,yDAAuC;AACvC,wDAAsC;AACtC,4DAA0C;AAC1C,kDAAgC;AAChC,0DAAwC;AACxC,uDAAqC;AACrC,yDAAuC;AACvC,8DAA4C;AAC5C,4DAA0C;AAC1C,gEAA8C;AAC9C,gEAA8C;AAC9C,0DAAwC;AACxC,6DAA2C;AAC3C,2DAAyC;AACzC,+DAA6C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptexlabs/codex-nodejs-common",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.7",
|
|
4
4
|
"description": "Common code for Codex framework",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -22,9 +22,11 @@
|
|
|
22
22
|
"@nestjs/platform-ws": "8.0.6",
|
|
23
23
|
"@nestjs/swagger": "5.0.9",
|
|
24
24
|
"@nestjs/websockets": "8.0.6",
|
|
25
|
+
"@types/i18n": "0.12.0",
|
|
25
26
|
"axios": "^1.7.7",
|
|
26
27
|
"class-transformer": "^0.5.1",
|
|
27
28
|
"class-validator": "^0.14.1",
|
|
29
|
+
"i18n": "^0.15.3",
|
|
28
30
|
"rxjs": "^7.1.0"
|
|
29
31
|
},
|
|
30
32
|
"resolutions": {
|
|
@@ -37,7 +39,6 @@
|
|
|
37
39
|
"@cryptexlabs/merge-anything": "^6.0.6",
|
|
38
40
|
"@types/express": "4.17.8",
|
|
39
41
|
"@types/express-serve-static-core": "4.17.24",
|
|
40
|
-
"@types/i18n": "0.12.0",
|
|
41
42
|
"@types/joi": "14.3.4",
|
|
42
43
|
"@types/jsonwebtoken": "8.5.5",
|
|
43
44
|
"@types/node": "20",
|
|
@@ -46,8 +47,6 @@
|
|
|
46
47
|
"express": "4.17.1",
|
|
47
48
|
"fastq": "1.13.0",
|
|
48
49
|
"glob": "9.3.5",
|
|
49
|
-
"i18n": "0.13.2",
|
|
50
|
-
"install-peers-cli": "2.2.0",
|
|
51
50
|
"joi": "17.3.0",
|
|
52
51
|
"js-yaml": "3.14.1",
|
|
53
52
|
"jsonwebtoken": "8.5.1",
|
|
@@ -67,6 +66,7 @@
|
|
|
67
66
|
"@types/supertest": "2.0.10",
|
|
68
67
|
"@types/uuid": "8.3.1",
|
|
69
68
|
"husky": "4.3.6",
|
|
69
|
+
"install-peers-cli": "2.2.0",
|
|
70
70
|
"jest": "28.1.0",
|
|
71
71
|
"nodemon": "2.0.6",
|
|
72
72
|
"prettier": "2.2.1",
|
package/src/config/index.ts
CHANGED