cc-core-cli 1.0.47 → 1.0.48
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 -1
- package/template/core/package.json +1 -106
package/package.json
CHANGED
|
@@ -21,112 +21,7 @@
|
|
|
21
21
|
"test:e2e": "jest --config ./test/jest-e2e.json"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@
|
|
25
|
-
"@aws-sdk/credential-providers": "^3.293.0",
|
|
26
|
-
"@azure/identity": "^3.2.3",
|
|
27
|
-
"@azure/storage-file-datalake": "^12.13.0",
|
|
28
|
-
"@fastify/cors": "^8.2.0",
|
|
29
|
-
"@fastify/static": "^6.5.1",
|
|
30
|
-
"@golevelup/nestjs-discovery": "^3.0.0",
|
|
31
|
-
"@nestjs/bull": "^0.6.3",
|
|
32
|
-
"@nestjs/common": "^9.3.9",
|
|
33
|
-
"@nestjs/core": "^9.3.9",
|
|
34
|
-
"@nestjs/jwt": "^10.0.2",
|
|
35
|
-
"@nestjs/mongoose": "^9.2.1",
|
|
36
|
-
"@nestjs/passport": "^9.0.3",
|
|
37
|
-
"@nestjs/platform-express": "^9.3.9",
|
|
38
|
-
"@nestjs/platform-fastify": "^9.3.9",
|
|
39
|
-
"@nestjs/schedule": "^2.2.0",
|
|
40
|
-
"@nestjs/swagger": "^6.2.1",
|
|
41
|
-
"@shopstack/cc-core-lib": "^2.5.26",
|
|
42
|
-
"@types/chroma-js": "^2.4.0",
|
|
43
|
-
"@types/numeral": "^2.0.2",
|
|
44
|
-
"amazon-cognito-identity-js": "^4.5.0",
|
|
45
|
-
"amqplib": "^0.8.0",
|
|
46
|
-
"async-redis": "^2.0.0",
|
|
47
|
-
"axios": "^0.21.1",
|
|
48
|
-
"base32-codecs": "^1.0.4",
|
|
49
|
-
"bs58": "^5.0.0",
|
|
50
|
-
"bson": "^4.2.3",
|
|
51
|
-
"bull": "^3.18.0",
|
|
52
|
-
"bwip-js": "^2.0.11",
|
|
53
|
-
"cartesian": "^1.0.1",
|
|
54
|
-
"chroma-js": "^2.4.2",
|
|
55
|
-
"cls-rtracer": "^2.6.2",
|
|
56
|
-
"cron-converter": "^1.0.0",
|
|
57
|
-
"crypto-js": "^4.0.0",
|
|
58
|
-
"csvtojson": "^2.0.10",
|
|
59
|
-
"currency-formatter": "^1.5.9",
|
|
60
|
-
"dayjs": "^1.11.5",
|
|
61
|
-
"dotenv": "^16.0.3",
|
|
62
|
-
"elasticsearch": "^16.7.2",
|
|
63
|
-
"events": "^3.3.0",
|
|
64
|
-
"exceljs": "^4.2.1",
|
|
65
|
-
"fastify": "^4.10.2",
|
|
66
|
-
"fastify-helmet": "^5.0.3",
|
|
67
|
-
"fastify-rate-limit": "^4.0.3",
|
|
68
|
-
"fastify-xml-body-parser": "^2.2.0",
|
|
69
|
-
"file-type": "^16.5.0",
|
|
70
|
-
"flat": "^5.0.2",
|
|
71
|
-
"form-data": "^3.0.0",
|
|
72
|
-
"fs-extra": "^9.0.1",
|
|
73
|
-
"googleapis": "^59.0.0",
|
|
74
|
-
"hot-formula-parser": "^4.0.0",
|
|
75
|
-
"image-to-base64": "^2.1.1",
|
|
76
|
-
"ioredis": "^5.2.4",
|
|
77
|
-
"json-rules-engine": "^6.1.2",
|
|
78
|
-
"json2csv": "^5.0.3",
|
|
79
|
-
"jsonwebtoken": "^9.0.0",
|
|
80
|
-
"jwk-to-pem": "^2.0.3",
|
|
81
|
-
"kafkajs": "^1.16.0",
|
|
82
|
-
"knex": "^2.4.2",
|
|
83
|
-
"ldapauth-fork": "^5.0.5",
|
|
84
|
-
"lodash": "^4.17.20",
|
|
85
|
-
"lzutf8": "^0.6.0",
|
|
86
|
-
"moment": "^2.29.1",
|
|
87
|
-
"moment-timezone": "^0.5.40",
|
|
88
|
-
"mongoose": "^6.7.2",
|
|
89
|
-
"mongoose-dynamic-schemas": "^1.2.6",
|
|
90
|
-
"ms": "^2.1.2",
|
|
91
|
-
"mysql": "^2.18.1",
|
|
92
|
-
"mysql2": "^2.3.3",
|
|
93
|
-
"nanoid": "^3.1.20",
|
|
94
|
-
"nest-emitter": "^1.1.0",
|
|
95
|
-
"nestjs-cls": "^3.3.1",
|
|
96
|
-
"newrelic": "^9.10.1",
|
|
97
|
-
"node-fetch": "^2.6.1",
|
|
98
|
-
"nodemailer": "^6.4.14",
|
|
99
|
-
"numeral": "^2.0.6",
|
|
100
|
-
"object-path": "^0.11.8",
|
|
101
|
-
"oracledb": "^5.2.0",
|
|
102
|
-
"otplib": "^12.0.1",
|
|
103
|
-
"passport": "^0.6.0",
|
|
104
|
-
"passport-jwt": "^4.0.0",
|
|
105
|
-
"passport-local": "^1.0.0",
|
|
106
|
-
"pdf-img-convert": "^1.2.1",
|
|
107
|
-
"pdf-merger-js": "^3.2.1",
|
|
108
|
-
"performance-now": "^2.1.0",
|
|
109
|
-
"pg": "^8.7.1",
|
|
110
|
-
"puppeteer": "^5.3.1",
|
|
111
|
-
"qs": "^6.9.4",
|
|
112
|
-
"randomstring": "^1.1.5",
|
|
113
|
-
"reflect-metadata": "^0.1.13",
|
|
114
|
-
"request-image-size": "^2.2.0",
|
|
115
|
-
"rimraf": "^3.0.2",
|
|
116
|
-
"rxjs": "^7.5.4",
|
|
117
|
-
"sharp": "^0.31.2",
|
|
118
|
-
"sqlite3": "^5.0.2",
|
|
119
|
-
"ssh2-sftp-client": "^9.0.0",
|
|
120
|
-
"string-replace-async": "^2.0.0",
|
|
121
|
-
"stringify-object": "^3.3.0",
|
|
122
|
-
"swagger-ui-express": "^4.1.4",
|
|
123
|
-
"tedious": "^15.1.3",
|
|
124
|
-
"tesseract.js": "^4.0.3",
|
|
125
|
-
"thai-baht-text": "^1.0.8",
|
|
126
|
-
"to-words": "^2.3.0",
|
|
127
|
-
"uuid": "^8.3.1",
|
|
128
|
-
"web-push": "^3.6.1",
|
|
129
|
-
"xlsx": "^0.18.5"
|
|
24
|
+
"@shopstack/cc-core-lib": "^2.5.32"
|
|
130
25
|
},
|
|
131
26
|
"devDependencies": {
|
|
132
27
|
"@types/bull": "^3.14.4",
|