@leo-h/create-nodejs-app 1.0.19 → 1.0.21
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/package.json.js +1 -1
- package/package.json +3 -3
- package/templates/clean/package.json +2 -2
- package/templates/clean/pnpm-lock.yaml +30 -30
- package/templates/fastify/package.json +2 -2
- package/templates/fastify/pnpm-lock.yaml +34 -34
- package/templates/nest/package.json +2 -2
- package/templates/nest/pnpm-lock.yaml +32 -32
package/dist/package.json.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Object.defineProperty(exports,"__esModule",{value:!0});const name="@leo-h/create-nodejs-app",version="1.0.
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0});const name="@leo-h/create-nodejs-app",version="1.0.21",packageManager="pnpm@9.15.0",author="Leonardo Henrique <leonardo0507.business@gmail.com>",description="Create a modern Node.js app with TypeScript using one command.",license="MIT",keywords=["node","node.js","typescript"],bin={"create-nodejs-app":"./dist/index.js"},files=["./dist","./templates"],repository={type:"git",url:"https://github.com/Leo-Henrique/create-nodejs-app"},scripts={start:"node ./dist/index.js","start:dev":"tsx --env-file=.env.development ./src/index.ts","start:dev:watch":"tsx --env-file=.env.development watch ./src/index.ts",typecheck:"tsc --noEmit",lint:"eslint . --max-warnings 0 --cache","lint:fix":"pnpm lint --fix",format:"prettier . --write --cache","test:unit":"vitest run","test:unit:watch":"vitest","test:e2e":"vitest run --config ./vitest.config.e2e.mts","test:e2e:watch":"vitest --config ./vitest.config.e2e.mts","test:coverage":"vitest run --coverage.enabled=true",template:"tsx --env-file=.env.development ./scripts/template-cli.ts",prebuild:"rimraf ./dist",build:"unbuild",prepublishOnly:"pnpm build"},dependencies={commander:"12.1.0",picocolors:"1.1.1",prompts:"2.4.2","validate-npm-package-name":"5.0.1",zod:"3.24.1"},devDependencies={"@eslint/js":"9.17.0","@faker-js/faker":"9.3.0","@types/node":"22.10.2","@types/prompts":"2.4.9","@types/validate-npm-package-name":"4.0.2","@vitest/eslint-plugin":"1.1.18","conventional-changelog-conventionalcommits":"8.0.0",eslint:"9.17.0","eslint-config-prettier":"9.1.0",globals:"15.14.0",husky:"9.1.7","lint-staged":"15.2.11",prettier:"3.4.2",rimraf:"6.0.1",tsx:"4.19.2",typescript:"5.7.2","typescript-eslint":"8.18.1",unbuild:"2.0.0","vite-tsconfig-paths":"4.3.2",vitest:"1.6.0"},d={name,version,packageManager,author,description,license,keywords,bin,files,repository,scripts,dependencies,devDependencies};exports.author=author;exports.bin=bin;exports.default=d;exports.dependencies=dependencies;exports.description=description;exports.devDependencies=devDependencies;exports.files=files;exports.keywords=keywords;exports.license=license;exports.name=name;exports.packageManager=packageManager;exports.repository=repository;exports.scripts=scripts;exports.version=version;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@leo-h/create-nodejs-app",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.21",
|
4
4
|
"packageManager": "pnpm@9.15.0",
|
5
5
|
"author": "Leonardo Henrique <leonardo0507.business@gmail.com>",
|
6
6
|
"description": "Create a modern Node.js app with TypeScript using one command.",
|
@@ -48,8 +48,8 @@
|
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
50
|
"@eslint/js": "9.17.0",
|
51
|
-
"@faker-js/faker": "
|
52
|
-
"@types/node": "
|
51
|
+
"@faker-js/faker": "9.3.0",
|
52
|
+
"@types/node": "22.10.2",
|
53
53
|
"@types/prompts": "2.4.9",
|
54
54
|
"@types/validate-npm-package-name": "4.0.2",
|
55
55
|
"@vitest/eslint-plugin": "1.1.18",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@eslint/js": "9.17.0",
|
25
|
-
"@faker-js/faker": "
|
26
|
-
"@types/node": "
|
25
|
+
"@faker-js/faker": "9.3.0",
|
26
|
+
"@types/node": "22.10.2",
|
27
27
|
"@vitest/eslint-plugin": "1.1.18",
|
28
28
|
"eslint": "9.17.0",
|
29
29
|
"eslint-config-prettier": "9.1.0",
|
@@ -19,14 +19,14 @@ importers:
|
|
19
19
|
specifier: 9.17.0
|
20
20
|
version: 9.17.0
|
21
21
|
'@faker-js/faker':
|
22
|
-
specifier:
|
23
|
-
version:
|
22
|
+
specifier: 9.3.0
|
23
|
+
version: 9.3.0
|
24
24
|
'@types/node':
|
25
|
-
specifier:
|
26
|
-
version:
|
25
|
+
specifier: 22.10.2
|
26
|
+
version: 22.10.2
|
27
27
|
'@vitest/eslint-plugin':
|
28
28
|
specifier: 1.1.18
|
29
|
-
version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@
|
29
|
+
version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@22.10.2))
|
30
30
|
eslint:
|
31
31
|
specifier: 9.17.0
|
32
32
|
version: 9.17.0(jiti@1.21.6)
|
@@ -62,10 +62,10 @@ importers:
|
|
62
62
|
version: 2.0.0(typescript@5.7.2)
|
63
63
|
vite-tsconfig-paths:
|
64
64
|
specifier: 4.3.2
|
65
|
-
version: 4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@
|
65
|
+
version: 4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@22.10.2))
|
66
66
|
vitest:
|
67
67
|
specifier: 1.6.0
|
68
|
-
version: 1.6.0(@types/node@
|
68
|
+
version: 1.6.0(@types/node@22.10.2)
|
69
69
|
|
70
70
|
packages:
|
71
71
|
|
@@ -622,9 +622,9 @@ packages:
|
|
622
622
|
resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
|
623
623
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
624
624
|
|
625
|
-
'@faker-js/faker@
|
626
|
-
resolution: {integrity: sha512-
|
627
|
-
engines: {node:
|
625
|
+
'@faker-js/faker@9.3.0':
|
626
|
+
resolution: {integrity: sha512-r0tJ3ZOkMd9xsu3VRfqlFR6cz0V/jFYRswAIpC+m/DIfAUXq7g8N7wTAlhSANySXYGKzGryfDXwtwsY8TxEIDw==}
|
627
|
+
engines: {node: '>=18.0.0', npm: '>=9.0.0'}
|
628
628
|
|
629
629
|
'@humanfs/core@0.19.1':
|
630
630
|
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
@@ -838,8 +838,8 @@ packages:
|
|
838
838
|
'@types/json-schema@7.0.15':
|
839
839
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
840
840
|
|
841
|
-
'@types/node@
|
842
|
-
resolution: {integrity: sha512
|
841
|
+
'@types/node@22.10.2':
|
842
|
+
resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==}
|
843
843
|
|
844
844
|
'@types/resolve@1.20.2':
|
845
845
|
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
@@ -2241,8 +2241,8 @@ packages:
|
|
2241
2241
|
typescript:
|
2242
2242
|
optional: true
|
2243
2243
|
|
2244
|
-
undici-types@6.
|
2245
|
-
resolution: {integrity: sha512-
|
2244
|
+
undici-types@6.20.0:
|
2245
|
+
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
|
2246
2246
|
|
2247
2247
|
unicorn-magic@0.1.0:
|
2248
2248
|
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
|
@@ -2777,7 +2777,7 @@ snapshots:
|
|
2777
2777
|
dependencies:
|
2778
2778
|
levn: 0.4.1
|
2779
2779
|
|
2780
|
-
'@faker-js/faker@
|
2780
|
+
'@faker-js/faker@9.3.0': {}
|
2781
2781
|
|
2782
2782
|
'@humanfs/core@0.19.1': {}
|
2783
2783
|
|
@@ -2943,9 +2943,9 @@ snapshots:
|
|
2943
2943
|
|
2944
2944
|
'@types/json-schema@7.0.15': {}
|
2945
2945
|
|
2946
|
-
'@types/node@
|
2946
|
+
'@types/node@22.10.2':
|
2947
2947
|
dependencies:
|
2948
|
-
undici-types: 6.
|
2948
|
+
undici-types: 6.20.0
|
2949
2949
|
|
2950
2950
|
'@types/resolve@1.20.2': {}
|
2951
2951
|
|
@@ -3026,13 +3026,13 @@ snapshots:
|
|
3026
3026
|
'@typescript-eslint/types': 8.18.1
|
3027
3027
|
eslint-visitor-keys: 4.2.0
|
3028
3028
|
|
3029
|
-
'@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@
|
3029
|
+
'@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@22.10.2))':
|
3030
3030
|
dependencies:
|
3031
3031
|
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3032
3032
|
eslint: 9.17.0(jiti@1.21.6)
|
3033
3033
|
optionalDependencies:
|
3034
3034
|
typescript: 5.7.2
|
3035
|
-
vitest: 1.6.0(@types/node@
|
3035
|
+
vitest: 1.6.0(@types/node@22.10.2)
|
3036
3036
|
|
3037
3037
|
'@vitest/expect@1.6.0':
|
3038
3038
|
dependencies:
|
@@ -4420,7 +4420,7 @@ snapshots:
|
|
4420
4420
|
- supports-color
|
4421
4421
|
- vue-tsc
|
4422
4422
|
|
4423
|
-
undici-types@6.
|
4423
|
+
undici-types@6.20.0: {}
|
4424
4424
|
|
4425
4425
|
unicorn-magic@0.1.0: {}
|
4426
4426
|
|
@@ -4450,13 +4450,13 @@ snapshots:
|
|
4450
4450
|
|
4451
4451
|
util-deprecate@1.0.2: {}
|
4452
4452
|
|
4453
|
-
vite-node@1.6.0(@types/node@
|
4453
|
+
vite-node@1.6.0(@types/node@22.10.2):
|
4454
4454
|
dependencies:
|
4455
4455
|
cac: 6.7.14
|
4456
4456
|
debug: 4.4.0
|
4457
4457
|
pathe: 1.1.2
|
4458
4458
|
picocolors: 1.0.1
|
4459
|
-
vite: 5.2.13(@types/node@
|
4459
|
+
vite: 5.2.13(@types/node@22.10.2)
|
4460
4460
|
transitivePeerDependencies:
|
4461
4461
|
- '@types/node'
|
4462
4462
|
- less
|
@@ -4467,27 +4467,27 @@ snapshots:
|
|
4467
4467
|
- supports-color
|
4468
4468
|
- terser
|
4469
4469
|
|
4470
|
-
vite-tsconfig-paths@4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@
|
4470
|
+
vite-tsconfig-paths@4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@22.10.2)):
|
4471
4471
|
dependencies:
|
4472
4472
|
debug: 4.3.5
|
4473
4473
|
globrex: 0.1.2
|
4474
4474
|
tsconfck: 3.1.0(typescript@5.7.2)
|
4475
4475
|
optionalDependencies:
|
4476
|
-
vite: 5.2.13(@types/node@
|
4476
|
+
vite: 5.2.13(@types/node@22.10.2)
|
4477
4477
|
transitivePeerDependencies:
|
4478
4478
|
- supports-color
|
4479
4479
|
- typescript
|
4480
4480
|
|
4481
|
-
vite@5.2.13(@types/node@
|
4481
|
+
vite@5.2.13(@types/node@22.10.2):
|
4482
4482
|
dependencies:
|
4483
4483
|
esbuild: 0.20.2
|
4484
4484
|
postcss: 8.4.38
|
4485
4485
|
rollup: 4.18.0
|
4486
4486
|
optionalDependencies:
|
4487
|
-
'@types/node':
|
4487
|
+
'@types/node': 22.10.2
|
4488
4488
|
fsevents: 2.3.3
|
4489
4489
|
|
4490
|
-
vitest@1.6.0(@types/node@
|
4490
|
+
vitest@1.6.0(@types/node@22.10.2):
|
4491
4491
|
dependencies:
|
4492
4492
|
'@vitest/expect': 1.6.0
|
4493
4493
|
'@vitest/runner': 1.6.0
|
@@ -4506,11 +4506,11 @@ snapshots:
|
|
4506
4506
|
strip-literal: 2.1.0
|
4507
4507
|
tinybench: 2.8.0
|
4508
4508
|
tinypool: 0.8.4
|
4509
|
-
vite: 5.2.13(@types/node@
|
4510
|
-
vite-node: 1.6.0(@types/node@
|
4509
|
+
vite: 5.2.13(@types/node@22.10.2)
|
4510
|
+
vite-node: 1.6.0(@types/node@22.10.2)
|
4511
4511
|
why-is-node-running: 2.2.2
|
4512
4512
|
optionalDependencies:
|
4513
|
-
'@types/node':
|
4513
|
+
'@types/node': 22.10.2
|
4514
4514
|
transitivePeerDependencies:
|
4515
4515
|
- less
|
4516
4516
|
- lightningcss
|
@@ -35,9 +35,9 @@
|
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@eslint/js": "9.17.0",
|
38
|
-
"@faker-js/faker": "
|
38
|
+
"@faker-js/faker": "9.3.0",
|
39
39
|
"@types/mime-types": "2.1.4",
|
40
|
-
"@types/node": "
|
40
|
+
"@types/node": "22.10.2",
|
41
41
|
"@types/supertest": "6.0.2",
|
42
42
|
"@vitest/coverage-v8": "1.6.0",
|
43
43
|
"@vitest/eslint-plugin": "1.1.18",
|
@@ -49,23 +49,23 @@ importers:
|
|
49
49
|
specifier: 9.17.0
|
50
50
|
version: 9.17.0
|
51
51
|
'@faker-js/faker':
|
52
|
-
specifier:
|
53
|
-
version:
|
52
|
+
specifier: 9.3.0
|
53
|
+
version: 9.3.0
|
54
54
|
'@types/mime-types':
|
55
55
|
specifier: 2.1.4
|
56
56
|
version: 2.1.4
|
57
57
|
'@types/node':
|
58
|
-
specifier:
|
59
|
-
version:
|
58
|
+
specifier: 22.10.2
|
59
|
+
version: 22.10.2
|
60
60
|
'@types/supertest':
|
61
61
|
specifier: 6.0.2
|
62
62
|
version: 6.0.2
|
63
63
|
'@vitest/coverage-v8':
|
64
64
|
specifier: 1.6.0
|
65
|
-
version: 1.6.0(vitest@1.6.0(@types/node@
|
65
|
+
version: 1.6.0(vitest@1.6.0(@types/node@22.10.2))
|
66
66
|
'@vitest/eslint-plugin':
|
67
67
|
specifier: 1.1.18
|
68
|
-
version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@
|
68
|
+
version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@22.10.2))
|
69
69
|
eslint:
|
70
70
|
specifier: 9.17.0
|
71
71
|
version: 9.17.0(jiti@1.21.6)
|
@@ -107,10 +107,10 @@ importers:
|
|
107
107
|
version: 2.0.0(typescript@5.7.2)
|
108
108
|
vite-tsconfig-paths:
|
109
109
|
specifier: 4.3.2
|
110
|
-
version: 4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@
|
110
|
+
version: 4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@22.10.2))
|
111
111
|
vitest:
|
112
112
|
specifier: 1.6.0
|
113
|
-
version: 1.6.0(@types/node@
|
113
|
+
version: 1.6.0(@types/node@22.10.2)
|
114
114
|
|
115
115
|
packages:
|
116
116
|
|
@@ -670,9 +670,9 @@ packages:
|
|
670
670
|
resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
|
671
671
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
672
672
|
|
673
|
-
'@faker-js/faker@
|
674
|
-
resolution: {integrity: sha512-
|
675
|
-
engines: {node:
|
673
|
+
'@faker-js/faker@9.3.0':
|
674
|
+
resolution: {integrity: sha512-r0tJ3ZOkMd9xsu3VRfqlFR6cz0V/jFYRswAIpC+m/DIfAUXq7g8N7wTAlhSANySXYGKzGryfDXwtwsY8TxEIDw==}
|
675
|
+
engines: {node: '>=18.0.0', npm: '>=9.0.0'}
|
676
676
|
|
677
677
|
'@fastify/accept-negotiator@1.1.0':
|
678
678
|
resolution: {integrity: sha512-OIHZrb2ImZ7XG85HXOONLcJWGosv7sIvM2ifAPQVhg9Lv7qdmMBNVaai4QTdyuaqbKM5eO6sLSQOYI7wEQeCJQ==}
|
@@ -945,8 +945,8 @@ packages:
|
|
945
945
|
'@types/mime-types@2.1.4':
|
946
946
|
resolution: {integrity: sha512-lfU4b34HOri+kAY5UheuFMWPDOI+OPceBSHZKp69gEyTL/mmJ4cnU6Y/rlme3UL3GyOn6Y42hyIEw0/q8sWx5w==}
|
947
947
|
|
948
|
-
'@types/node@
|
949
|
-
resolution: {integrity: sha512
|
948
|
+
'@types/node@22.10.2':
|
949
|
+
resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==}
|
950
950
|
|
951
951
|
'@types/resolve@1.20.2':
|
952
952
|
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
@@ -2811,8 +2811,8 @@ packages:
|
|
2811
2811
|
typescript:
|
2812
2812
|
optional: true
|
2813
2813
|
|
2814
|
-
undici-types@6.
|
2815
|
-
resolution: {integrity: sha512-
|
2814
|
+
undici-types@6.20.0:
|
2815
|
+
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
|
2816
2816
|
|
2817
2817
|
unicorn-magic@0.1.0:
|
2818
2818
|
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
|
@@ -3369,7 +3369,7 @@ snapshots:
|
|
3369
3369
|
dependencies:
|
3370
3370
|
levn: 0.4.1
|
3371
3371
|
|
3372
|
-
'@faker-js/faker@
|
3372
|
+
'@faker-js/faker@9.3.0': {}
|
3373
3373
|
|
3374
3374
|
'@fastify/accept-negotiator@1.1.0': {}
|
3375
3375
|
|
@@ -3615,9 +3615,9 @@ snapshots:
|
|
3615
3615
|
|
3616
3616
|
'@types/mime-types@2.1.4': {}
|
3617
3617
|
|
3618
|
-
'@types/node@
|
3618
|
+
'@types/node@22.10.2':
|
3619
3619
|
dependencies:
|
3620
|
-
undici-types: 6.
|
3620
|
+
undici-types: 6.20.0
|
3621
3621
|
|
3622
3622
|
'@types/resolve@1.20.2': {}
|
3623
3623
|
|
@@ -3625,7 +3625,7 @@ snapshots:
|
|
3625
3625
|
dependencies:
|
3626
3626
|
'@types/cookiejar': 2.1.5
|
3627
3627
|
'@types/methods': 1.1.4
|
3628
|
-
'@types/node':
|
3628
|
+
'@types/node': 22.10.2
|
3629
3629
|
|
3630
3630
|
'@types/supertest@6.0.2':
|
3631
3631
|
dependencies:
|
@@ -3709,7 +3709,7 @@ snapshots:
|
|
3709
3709
|
'@typescript-eslint/types': 8.18.1
|
3710
3710
|
eslint-visitor-keys: 4.2.0
|
3711
3711
|
|
3712
|
-
'@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@
|
3712
|
+
'@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@22.10.2))':
|
3713
3713
|
dependencies:
|
3714
3714
|
'@ampproject/remapping': 2.3.0
|
3715
3715
|
'@bcoe/v8-coverage': 0.2.3
|
@@ -3724,17 +3724,17 @@ snapshots:
|
|
3724
3724
|
std-env: 3.7.0
|
3725
3725
|
strip-literal: 2.1.0
|
3726
3726
|
test-exclude: 6.0.0
|
3727
|
-
vitest: 1.6.0(@types/node@
|
3727
|
+
vitest: 1.6.0(@types/node@22.10.2)
|
3728
3728
|
transitivePeerDependencies:
|
3729
3729
|
- supports-color
|
3730
3730
|
|
3731
|
-
'@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@
|
3731
|
+
'@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@22.10.2))':
|
3732
3732
|
dependencies:
|
3733
3733
|
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3734
3734
|
eslint: 9.17.0(jiti@1.21.6)
|
3735
3735
|
optionalDependencies:
|
3736
3736
|
typescript: 5.7.2
|
3737
|
-
vitest: 1.6.0(@types/node@
|
3737
|
+
vitest: 1.6.0(@types/node@22.10.2)
|
3738
3738
|
|
3739
3739
|
'@vitest/expect@1.6.0':
|
3740
3740
|
dependencies:
|
@@ -5608,7 +5608,7 @@ snapshots:
|
|
5608
5608
|
- supports-color
|
5609
5609
|
- vue-tsc
|
5610
5610
|
|
5611
|
-
undici-types@6.
|
5611
|
+
undici-types@6.20.0: {}
|
5612
5612
|
|
5613
5613
|
unicorn-magic@0.1.0: {}
|
5614
5614
|
|
@@ -5638,13 +5638,13 @@ snapshots:
|
|
5638
5638
|
|
5639
5639
|
util-deprecate@1.0.2: {}
|
5640
5640
|
|
5641
|
-
vite-node@1.6.0(@types/node@
|
5641
|
+
vite-node@1.6.0(@types/node@22.10.2):
|
5642
5642
|
dependencies:
|
5643
5643
|
cac: 6.7.14
|
5644
5644
|
debug: 4.3.5
|
5645
5645
|
pathe: 1.1.2
|
5646
5646
|
picocolors: 1.0.1
|
5647
|
-
vite: 5.2.13(@types/node@
|
5647
|
+
vite: 5.2.13(@types/node@22.10.2)
|
5648
5648
|
transitivePeerDependencies:
|
5649
5649
|
- '@types/node'
|
5650
5650
|
- less
|
@@ -5655,27 +5655,27 @@ snapshots:
|
|
5655
5655
|
- supports-color
|
5656
5656
|
- terser
|
5657
5657
|
|
5658
|
-
vite-tsconfig-paths@4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@
|
5658
|
+
vite-tsconfig-paths@4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@22.10.2)):
|
5659
5659
|
dependencies:
|
5660
5660
|
debug: 4.3.5
|
5661
5661
|
globrex: 0.1.2
|
5662
5662
|
tsconfck: 3.1.0(typescript@5.7.2)
|
5663
5663
|
optionalDependencies:
|
5664
|
-
vite: 5.2.13(@types/node@
|
5664
|
+
vite: 5.2.13(@types/node@22.10.2)
|
5665
5665
|
transitivePeerDependencies:
|
5666
5666
|
- supports-color
|
5667
5667
|
- typescript
|
5668
5668
|
|
5669
|
-
vite@5.2.13(@types/node@
|
5669
|
+
vite@5.2.13(@types/node@22.10.2):
|
5670
5670
|
dependencies:
|
5671
5671
|
esbuild: 0.20.2
|
5672
5672
|
postcss: 8.4.38
|
5673
5673
|
rollup: 4.18.0
|
5674
5674
|
optionalDependencies:
|
5675
|
-
'@types/node':
|
5675
|
+
'@types/node': 22.10.2
|
5676
5676
|
fsevents: 2.3.3
|
5677
5677
|
|
5678
|
-
vitest@1.6.0(@types/node@
|
5678
|
+
vitest@1.6.0(@types/node@22.10.2):
|
5679
5679
|
dependencies:
|
5680
5680
|
'@vitest/expect': 1.6.0
|
5681
5681
|
'@vitest/runner': 1.6.0
|
@@ -5694,11 +5694,11 @@ snapshots:
|
|
5694
5694
|
strip-literal: 2.1.0
|
5695
5695
|
tinybench: 2.8.0
|
5696
5696
|
tinypool: 0.8.4
|
5697
|
-
vite: 5.2.13(@types/node@
|
5698
|
-
vite-node: 1.6.0(@types/node@
|
5697
|
+
vite: 5.2.13(@types/node@22.10.2)
|
5698
|
+
vite-node: 1.6.0(@types/node@22.10.2)
|
5699
5699
|
why-is-node-running: 2.2.2
|
5700
5700
|
optionalDependencies:
|
5701
|
-
'@types/node':
|
5701
|
+
'@types/node': 22.10.2
|
5702
5702
|
transitivePeerDependencies:
|
5703
5703
|
- less
|
5704
5704
|
- lightningcss
|
@@ -35,14 +35,14 @@
|
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@eslint/js": "9.17.0",
|
38
|
-
"@faker-js/faker": "
|
38
|
+
"@faker-js/faker": "9.3.0",
|
39
39
|
"@nestjs/cli": "10.4.9",
|
40
40
|
"@nestjs/schematics": "10.2.3",
|
41
41
|
"@nestjs/testing": "10.4.15",
|
42
42
|
"@swc/cli": "0.5.2",
|
43
43
|
"@swc/core": "1.10.1",
|
44
44
|
"@types/mime-types": "2.1.4",
|
45
|
-
"@types/node": "
|
45
|
+
"@types/node": "22.10.2",
|
46
46
|
"@types/supertest": "6.0.2",
|
47
47
|
"@vitest/coverage-v8": "1.6.0",
|
48
48
|
"@vitest/eslint-plugin": "1.1.18",
|
@@ -52,8 +52,8 @@ importers:
|
|
52
52
|
specifier: 9.17.0
|
53
53
|
version: 9.17.0
|
54
54
|
'@faker-js/faker':
|
55
|
-
specifier:
|
56
|
-
version:
|
55
|
+
specifier: 9.3.0
|
56
|
+
version: 9.3.0
|
57
57
|
'@nestjs/cli':
|
58
58
|
specifier: 10.4.9
|
59
59
|
version: 10.4.9(@swc/cli@0.5.2(@swc/core@1.10.1)(chokidar@3.6.0))(@swc/core@1.10.1)
|
@@ -73,17 +73,17 @@ importers:
|
|
73
73
|
specifier: 2.1.4
|
74
74
|
version: 2.1.4
|
75
75
|
'@types/node':
|
76
|
-
specifier:
|
77
|
-
version:
|
76
|
+
specifier: 22.10.2
|
77
|
+
version: 22.10.2
|
78
78
|
'@types/supertest':
|
79
79
|
specifier: 6.0.2
|
80
80
|
version: 6.0.2
|
81
81
|
'@vitest/coverage-v8':
|
82
82
|
specifier: 1.6.0
|
83
|
-
version: 1.6.0(vitest@1.6.0(@types/node@
|
83
|
+
version: 1.6.0(vitest@1.6.0(@types/node@22.10.2)(terser@5.31.3))
|
84
84
|
'@vitest/eslint-plugin':
|
85
85
|
specifier: 1.1.18
|
86
|
-
version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)(vitest@1.6.0(@types/node@
|
86
|
+
version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)(vitest@1.6.0(@types/node@22.10.2)(terser@5.31.3))
|
87
87
|
eslint:
|
88
88
|
specifier: 9.17.0
|
89
89
|
version: 9.17.0
|
@@ -119,7 +119,7 @@ importers:
|
|
119
119
|
version: 1.5.1(@swc/core@1.10.1)(rollup@4.19.0)
|
120
120
|
vitest:
|
121
121
|
specifier: 1.6.0
|
122
|
-
version: 1.6.0(@types/node@
|
122
|
+
version: 1.6.0(@types/node@22.10.2)(terser@5.31.3)
|
123
123
|
|
124
124
|
packages:
|
125
125
|
|
@@ -359,9 +359,9 @@ packages:
|
|
359
359
|
resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
|
360
360
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
361
361
|
|
362
|
-
'@faker-js/faker@
|
363
|
-
resolution: {integrity: sha512-
|
364
|
-
engines: {node:
|
362
|
+
'@faker-js/faker@9.3.0':
|
363
|
+
resolution: {integrity: sha512-r0tJ3ZOkMd9xsu3VRfqlFR6cz0V/jFYRswAIpC+m/DIfAUXq7g8N7wTAlhSANySXYGKzGryfDXwtwsY8TxEIDw==}
|
364
|
+
engines: {node: '>=18.0.0', npm: '>=9.0.0'}
|
365
365
|
|
366
366
|
'@fastify/accept-negotiator@1.1.0':
|
367
367
|
resolution: {integrity: sha512-OIHZrb2ImZ7XG85HXOONLcJWGosv7sIvM2ifAPQVhg9Lv7qdmMBNVaai4QTdyuaqbKM5eO6sLSQOYI7wEQeCJQ==}
|
@@ -816,8 +816,8 @@ packages:
|
|
816
816
|
'@types/mime-types@2.1.4':
|
817
817
|
resolution: {integrity: sha512-lfU4b34HOri+kAY5UheuFMWPDOI+OPceBSHZKp69gEyTL/mmJ4cnU6Y/rlme3UL3GyOn6Y42hyIEw0/q8sWx5w==}
|
818
818
|
|
819
|
-
'@types/node@
|
820
|
-
resolution: {integrity: sha512
|
819
|
+
'@types/node@22.10.2':
|
820
|
+
resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==}
|
821
821
|
|
822
822
|
'@types/superagent@8.1.8':
|
823
823
|
resolution: {integrity: sha512-nTqHJ2OTa7PFEpLahzSEEeFeqbMpmcN7OeayiOc7v+xk+/vyTKljRe+o4MPqSnPeRCMvtxuLG+5QqluUVQJOnA==}
|
@@ -3057,8 +3057,8 @@ packages:
|
|
3057
3057
|
unbzip2-stream@1.4.3:
|
3058
3058
|
resolution: {integrity: sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==}
|
3059
3059
|
|
3060
|
-
undici-types@6.
|
3061
|
-
resolution: {integrity: sha512-
|
3060
|
+
undici-types@6.20.0:
|
3061
|
+
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
|
3062
3062
|
|
3063
3063
|
universalify@2.0.1:
|
3064
3064
|
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
|
@@ -3438,7 +3438,7 @@ snapshots:
|
|
3438
3438
|
dependencies:
|
3439
3439
|
levn: 0.4.1
|
3440
3440
|
|
3441
|
-
'@faker-js/faker@
|
3441
|
+
'@faker-js/faker@9.3.0': {}
|
3442
3442
|
|
3443
3443
|
'@fastify/accept-negotiator@1.1.0': {}
|
3444
3444
|
|
@@ -3856,15 +3856,15 @@ snapshots:
|
|
3856
3856
|
|
3857
3857
|
'@types/mime-types@2.1.4': {}
|
3858
3858
|
|
3859
|
-
'@types/node@
|
3859
|
+
'@types/node@22.10.2':
|
3860
3860
|
dependencies:
|
3861
|
-
undici-types: 6.
|
3861
|
+
undici-types: 6.20.0
|
3862
3862
|
|
3863
3863
|
'@types/superagent@8.1.8':
|
3864
3864
|
dependencies:
|
3865
3865
|
'@types/cookiejar': 2.1.5
|
3866
3866
|
'@types/methods': 1.1.4
|
3867
|
-
'@types/node':
|
3867
|
+
'@types/node': 22.10.2
|
3868
3868
|
form-data: 4.0.0
|
3869
3869
|
|
3870
3870
|
'@types/supertest@6.0.2':
|
@@ -3949,7 +3949,7 @@ snapshots:
|
|
3949
3949
|
'@typescript-eslint/types': 8.18.1
|
3950
3950
|
eslint-visitor-keys: 4.2.0
|
3951
3951
|
|
3952
|
-
'@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@
|
3952
|
+
'@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@22.10.2)(terser@5.31.3))':
|
3953
3953
|
dependencies:
|
3954
3954
|
'@ampproject/remapping': 2.3.0
|
3955
3955
|
'@bcoe/v8-coverage': 0.2.3
|
@@ -3964,17 +3964,17 @@ snapshots:
|
|
3964
3964
|
std-env: 3.7.0
|
3965
3965
|
strip-literal: 2.1.0
|
3966
3966
|
test-exclude: 6.0.0
|
3967
|
-
vitest: 1.6.0(@types/node@
|
3967
|
+
vitest: 1.6.0(@types/node@22.10.2)(terser@5.31.3)
|
3968
3968
|
transitivePeerDependencies:
|
3969
3969
|
- supports-color
|
3970
3970
|
|
3971
|
-
'@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)(vitest@1.6.0(@types/node@
|
3971
|
+
'@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)(vitest@1.6.0(@types/node@22.10.2)(terser@5.31.3))':
|
3972
3972
|
dependencies:
|
3973
3973
|
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.7.2)
|
3974
3974
|
eslint: 9.17.0
|
3975
3975
|
optionalDependencies:
|
3976
3976
|
typescript: 5.7.2
|
3977
|
-
vitest: 1.6.0(@types/node@
|
3977
|
+
vitest: 1.6.0(@types/node@22.10.2)(terser@5.31.3)
|
3978
3978
|
|
3979
3979
|
'@vitest/expect@1.6.0':
|
3980
3980
|
dependencies:
|
@@ -5296,7 +5296,7 @@ snapshots:
|
|
5296
5296
|
|
5297
5297
|
jest-worker@27.5.1:
|
5298
5298
|
dependencies:
|
5299
|
-
'@types/node':
|
5299
|
+
'@types/node': 22.10.2
|
5300
5300
|
merge-stream: 2.0.0
|
5301
5301
|
supports-color: 8.1.1
|
5302
5302
|
|
@@ -6296,7 +6296,7 @@ snapshots:
|
|
6296
6296
|
buffer: 5.7.1
|
6297
6297
|
through: 2.3.8
|
6298
6298
|
|
6299
|
-
undici-types@6.
|
6299
|
+
undici-types@6.20.0: {}
|
6300
6300
|
|
6301
6301
|
universalify@2.0.1: {}
|
6302
6302
|
|
@@ -6337,13 +6337,13 @@ snapshots:
|
|
6337
6337
|
vary@1.1.2:
|
6338
6338
|
optional: true
|
6339
6339
|
|
6340
|
-
vite-node@1.6.0(@types/node@
|
6340
|
+
vite-node@1.6.0(@types/node@22.10.2)(terser@5.31.3):
|
6341
6341
|
dependencies:
|
6342
6342
|
cac: 6.7.14
|
6343
6343
|
debug: 4.3.5
|
6344
6344
|
pathe: 1.1.2
|
6345
6345
|
picocolors: 1.0.1
|
6346
|
-
vite: 5.3.4(@types/node@
|
6346
|
+
vite: 5.3.4(@types/node@22.10.2)(terser@5.31.3)
|
6347
6347
|
transitivePeerDependencies:
|
6348
6348
|
- '@types/node'
|
6349
6349
|
- less
|
@@ -6354,17 +6354,17 @@ snapshots:
|
|
6354
6354
|
- supports-color
|
6355
6355
|
- terser
|
6356
6356
|
|
6357
|
-
vite@5.3.4(@types/node@
|
6357
|
+
vite@5.3.4(@types/node@22.10.2)(terser@5.31.3):
|
6358
6358
|
dependencies:
|
6359
6359
|
esbuild: 0.21.5
|
6360
6360
|
postcss: 8.4.39
|
6361
6361
|
rollup: 4.19.0
|
6362
6362
|
optionalDependencies:
|
6363
|
-
'@types/node':
|
6363
|
+
'@types/node': 22.10.2
|
6364
6364
|
fsevents: 2.3.3
|
6365
6365
|
terser: 5.31.3
|
6366
6366
|
|
6367
|
-
vitest@1.6.0(@types/node@
|
6367
|
+
vitest@1.6.0(@types/node@22.10.2)(terser@5.31.3):
|
6368
6368
|
dependencies:
|
6369
6369
|
'@vitest/expect': 1.6.0
|
6370
6370
|
'@vitest/runner': 1.6.0
|
@@ -6383,11 +6383,11 @@ snapshots:
|
|
6383
6383
|
strip-literal: 2.1.0
|
6384
6384
|
tinybench: 2.8.0
|
6385
6385
|
tinypool: 0.8.4
|
6386
|
-
vite: 5.3.4(@types/node@
|
6387
|
-
vite-node: 1.6.0(@types/node@
|
6386
|
+
vite: 5.3.4(@types/node@22.10.2)(terser@5.31.3)
|
6387
|
+
vite-node: 1.6.0(@types/node@22.10.2)(terser@5.31.3)
|
6388
6388
|
why-is-node-running: 2.3.0
|
6389
6389
|
optionalDependencies:
|
6390
|
-
'@types/node':
|
6390
|
+
'@types/node': 22.10.2
|
6391
6391
|
transitivePeerDependencies:
|
6392
6392
|
- less
|
6393
6393
|
- lightningcss
|