katax-cli 1.1.1 → 1.1.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/dist/commands/init.js
CHANGED
|
@@ -387,7 +387,7 @@ async function createProjectStructure(projectPath, config, generateJwtSecrets) {
|
|
|
387
387
|
dotenv: '^16.3.1',
|
|
388
388
|
pino: '^8.17.2',
|
|
389
389
|
'pino-pretty': '^10.3.1',
|
|
390
|
-
...(config.validation === 'katax-core' && { 'katax-core': '^1.
|
|
390
|
+
...(config.validation === 'katax-core' && { 'katax-core': '^1.5.0' }),
|
|
391
391
|
...(config.authentication === 'jwt' && {
|
|
392
392
|
jsonwebtoken: '^9.0.2',
|
|
393
393
|
bcrypt: '^5.1.1'
|
|
@@ -248,7 +248,7 @@ export class ProjectStructureGenerator {
|
|
|
248
248
|
dotenv: '^16.3.1',
|
|
249
249
|
pino: '^8.17.2',
|
|
250
250
|
'pino-pretty': '^10.3.1',
|
|
251
|
-
...(this.config.validation === 'katax-core' && { 'katax-core': '^1.
|
|
251
|
+
...(this.config.validation === 'katax-core' && { 'katax-core': '^1.5.0' }),
|
|
252
252
|
...(this.config.authentication === 'jwt' && {
|
|
253
253
|
jsonwebtoken: '^9.0.2',
|
|
254
254
|
bcrypt: '^5.1.1'
|