@leo-h/create-nodejs-app 1.0.25 → 1.0.26
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 +2 -2
- package/templates/clean/package.json +1 -1
- package/templates/clean/pnpm-lock.yaml +39 -39
- package/templates/fastify/package.json +1 -1
- package/templates/fastify/pnpm-lock.yaml +45 -45
- package/templates/nest/package.json +1 -1
- package/templates/nest/pnpm-lock.yaml +48 -48
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.26",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.1"},w={name,version,packageManager,author,description,license,keywords,bin,files,repository,scripts,dependencies,devDependencies};exports.author=author;exports.bin=bin;exports.default=w;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.26",
|
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.",
|
@@ -66,6 +66,6 @@
|
|
66
66
|
"typescript-eslint": "8.18.1",
|
67
67
|
"unbuild": "2.0.0",
|
68
68
|
"vite-tsconfig-paths": "4.3.2",
|
69
|
-
"vitest": "1.6.
|
69
|
+
"vitest": "1.6.1"
|
70
70
|
}
|
71
71
|
}
|
@@ -26,7 +26,7 @@ importers:
|
|
26
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.
|
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.1(@types/node@22.10.2))
|
30
30
|
eslint:
|
31
31
|
specifier: 9.17.0
|
32
32
|
version: 9.17.0(jiti@1.21.6)
|
@@ -64,8 +64,8 @@ importers:
|
|
64
64
|
specifier: 4.3.2
|
65
65
|
version: 4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@22.10.2))
|
66
66
|
vitest:
|
67
|
-
specifier: 1.6.
|
68
|
-
version: 1.6.
|
67
|
+
specifier: 1.6.1
|
68
|
+
version: 1.6.1(@types/node@22.10.2)
|
69
69
|
|
70
70
|
packages:
|
71
71
|
|
@@ -904,20 +904,20 @@ packages:
|
|
904
904
|
vitest:
|
905
905
|
optional: true
|
906
906
|
|
907
|
-
'@vitest/expect@1.6.
|
908
|
-
resolution: {integrity: sha512-
|
907
|
+
'@vitest/expect@1.6.1':
|
908
|
+
resolution: {integrity: sha512-jXL+9+ZNIJKruofqXuuTClf44eSpcHlgj3CiuNihUF3Ioujtmc0zIa3UJOW5RjDK1YLBJZnWBlPuqhYycLioog==}
|
909
909
|
|
910
|
-
'@vitest/runner@1.6.
|
911
|
-
resolution: {integrity: sha512-
|
910
|
+
'@vitest/runner@1.6.1':
|
911
|
+
resolution: {integrity: sha512-3nSnYXkVkf3mXFfE7vVyPmi3Sazhb/2cfZGGs0JRzFsPFvAMBEcrweV1V1GsrstdXeKCTXlJbvnQwGWgEIHmOA==}
|
912
912
|
|
913
|
-
'@vitest/snapshot@1.6.
|
914
|
-
resolution: {integrity: sha512
|
913
|
+
'@vitest/snapshot@1.6.1':
|
914
|
+
resolution: {integrity: sha512-WvidQuWAzU2p95u8GAKlRMqMyN1yOJkGHnx3M1PL9Raf7AQ1kwLKg04ADlCa3+OXUZE7BceOhVZiuWAbzCKcUQ==}
|
915
915
|
|
916
|
-
'@vitest/spy@1.6.
|
917
|
-
resolution: {integrity: sha512-
|
916
|
+
'@vitest/spy@1.6.1':
|
917
|
+
resolution: {integrity: sha512-MGcMmpGkZebsMZhbQKkAf9CX5zGvjkBTqf8Zx3ApYWXr3wG+QvEu2eXWfnIIWYSJExIp4V9FCKDEeygzkYrXMw==}
|
918
918
|
|
919
|
-
'@vitest/utils@1.6.
|
920
|
-
resolution: {integrity: sha512-
|
919
|
+
'@vitest/utils@1.6.1':
|
920
|
+
resolution: {integrity: sha512-jOrrUvXM4Av9ZWiG1EajNto0u96kWAhJ1LmPmJhXXQx/32MecEKd10pOLYgS2BQx1TgkGhloPU1ArDW2vvaY6g==}
|
921
921
|
|
922
922
|
acorn-jsx@5.3.2:
|
923
923
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
@@ -2268,8 +2268,8 @@ packages:
|
|
2268
2268
|
util-deprecate@1.0.2:
|
2269
2269
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
2270
2270
|
|
2271
|
-
vite-node@1.6.
|
2272
|
-
resolution: {integrity: sha512-
|
2271
|
+
vite-node@1.6.1:
|
2272
|
+
resolution: {integrity: sha512-YAXkfvGtuTzwWbDSACdJSg4A4DZiAqckWe90Zapc/sEX3XvHcw1NdurM/6od8J207tSDqNbSsgdCacBgvJKFuA==}
|
2273
2273
|
engines: {node: ^18.0.0 || >=20.0.0}
|
2274
2274
|
hasBin: true
|
2275
2275
|
|
@@ -2309,15 +2309,15 @@ packages:
|
|
2309
2309
|
terser:
|
2310
2310
|
optional: true
|
2311
2311
|
|
2312
|
-
vitest@1.6.
|
2313
|
-
resolution: {integrity: sha512-
|
2312
|
+
vitest@1.6.1:
|
2313
|
+
resolution: {integrity: sha512-Ljb1cnSJSivGN0LqXd/zmDbWEM0RNNg2t1QW/XUhYl/qPqyu7CsqeWtqQXHVaJsecLPuDoak2oJcZN2QoRIOag==}
|
2314
2314
|
engines: {node: ^18.0.0 || >=20.0.0}
|
2315
2315
|
hasBin: true
|
2316
2316
|
peerDependencies:
|
2317
2317
|
'@edge-runtime/vm': '*'
|
2318
2318
|
'@types/node': ^18.0.0 || >=20.0.0
|
2319
|
-
'@vitest/browser': 1.6.
|
2320
|
-
'@vitest/ui': 1.6.
|
2319
|
+
'@vitest/browser': 1.6.1
|
2320
|
+
'@vitest/ui': 1.6.1
|
2321
2321
|
happy-dom: '*'
|
2322
2322
|
jsdom: '*'
|
2323
2323
|
peerDependenciesMeta:
|
@@ -3026,37 +3026,37 @@ 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.
|
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.1(@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.
|
3035
|
+
vitest: 1.6.1(@types/node@22.10.2)
|
3036
3036
|
|
3037
|
-
'@vitest/expect@1.6.
|
3037
|
+
'@vitest/expect@1.6.1':
|
3038
3038
|
dependencies:
|
3039
|
-
'@vitest/spy': 1.6.
|
3040
|
-
'@vitest/utils': 1.6.
|
3039
|
+
'@vitest/spy': 1.6.1
|
3040
|
+
'@vitest/utils': 1.6.1
|
3041
3041
|
chai: 4.4.1
|
3042
3042
|
|
3043
|
-
'@vitest/runner@1.6.
|
3043
|
+
'@vitest/runner@1.6.1':
|
3044
3044
|
dependencies:
|
3045
|
-
'@vitest/utils': 1.6.
|
3045
|
+
'@vitest/utils': 1.6.1
|
3046
3046
|
p-limit: 5.0.0
|
3047
3047
|
pathe: 1.1.2
|
3048
3048
|
|
3049
|
-
'@vitest/snapshot@1.6.
|
3049
|
+
'@vitest/snapshot@1.6.1':
|
3050
3050
|
dependencies:
|
3051
3051
|
magic-string: 0.30.10
|
3052
3052
|
pathe: 1.1.2
|
3053
3053
|
pretty-format: 29.7.0
|
3054
3054
|
|
3055
|
-
'@vitest/spy@1.6.
|
3055
|
+
'@vitest/spy@1.6.1':
|
3056
3056
|
dependencies:
|
3057
3057
|
tinyspy: 2.2.1
|
3058
3058
|
|
3059
|
-
'@vitest/utils@1.6.
|
3059
|
+
'@vitest/utils@1.6.1':
|
3060
3060
|
dependencies:
|
3061
3061
|
diff-sequences: 29.6.3
|
3062
3062
|
estree-walker: 3.0.3
|
@@ -3526,7 +3526,7 @@ snapshots:
|
|
3526
3526
|
|
3527
3527
|
estree-walker@3.0.3:
|
3528
3528
|
dependencies:
|
3529
|
-
'@types/estree': 1.0.
|
3529
|
+
'@types/estree': 1.0.6
|
3530
3530
|
|
3531
3531
|
esutils@2.0.3: {}
|
3532
3532
|
|
@@ -4450,7 +4450,7 @@ snapshots:
|
|
4450
4450
|
|
4451
4451
|
util-deprecate@1.0.2: {}
|
4452
4452
|
|
4453
|
-
vite-node@1.6.
|
4453
|
+
vite-node@1.6.1(@types/node@22.10.2):
|
4454
4454
|
dependencies:
|
4455
4455
|
cac: 6.7.14
|
4456
4456
|
debug: 4.4.0
|
@@ -4487,16 +4487,16 @@ snapshots:
|
|
4487
4487
|
'@types/node': 22.10.2
|
4488
4488
|
fsevents: 2.3.3
|
4489
4489
|
|
4490
|
-
vitest@1.6.
|
4490
|
+
vitest@1.6.1(@types/node@22.10.2):
|
4491
4491
|
dependencies:
|
4492
|
-
'@vitest/expect': 1.6.
|
4493
|
-
'@vitest/runner': 1.6.
|
4494
|
-
'@vitest/snapshot': 1.6.
|
4495
|
-
'@vitest/spy': 1.6.
|
4496
|
-
'@vitest/utils': 1.6.
|
4492
|
+
'@vitest/expect': 1.6.1
|
4493
|
+
'@vitest/runner': 1.6.1
|
4494
|
+
'@vitest/snapshot': 1.6.1
|
4495
|
+
'@vitest/spy': 1.6.1
|
4496
|
+
'@vitest/utils': 1.6.1
|
4497
4497
|
acorn-walk: 8.3.2
|
4498
4498
|
chai: 4.4.1
|
4499
|
-
debug: 4.
|
4499
|
+
debug: 4.4.0
|
4500
4500
|
execa: 8.0.1
|
4501
4501
|
local-pkg: 0.5.0
|
4502
4502
|
magic-string: 0.30.10
|
@@ -4507,7 +4507,7 @@ snapshots:
|
|
4507
4507
|
tinybench: 2.8.0
|
4508
4508
|
tinypool: 0.8.4
|
4509
4509
|
vite: 5.2.13(@types/node@22.10.2)
|
4510
|
-
vite-node: 1.6.
|
4510
|
+
vite-node: 1.6.1(@types/node@22.10.2)
|
4511
4511
|
why-is-node-running: 2.2.2
|
4512
4512
|
optionalDependencies:
|
4513
4513
|
'@types/node': 22.10.2
|
@@ -62,10 +62,10 @@ importers:
|
|
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.
|
65
|
+
version: 1.6.0(vitest@1.6.1(@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.
|
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.1(@types/node@22.10.2))
|
69
69
|
eslint:
|
70
70
|
specifier: 9.17.0
|
71
71
|
version: 9.17.0(jiti@1.21.6)
|
@@ -109,8 +109,8 @@ importers:
|
|
109
109
|
specifier: 4.3.2
|
110
110
|
version: 4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@22.10.2))
|
111
111
|
vitest:
|
112
|
-
specifier: 1.6.
|
113
|
-
version: 1.6.
|
112
|
+
specifier: 1.6.1
|
113
|
+
version: 1.6.1(@types/node@22.10.2)
|
114
114
|
|
115
115
|
packages:
|
116
116
|
|
@@ -1022,20 +1022,20 @@ packages:
|
|
1022
1022
|
vitest:
|
1023
1023
|
optional: true
|
1024
1024
|
|
1025
|
-
'@vitest/expect@1.6.
|
1026
|
-
resolution: {integrity: sha512-
|
1025
|
+
'@vitest/expect@1.6.1':
|
1026
|
+
resolution: {integrity: sha512-jXL+9+ZNIJKruofqXuuTClf44eSpcHlgj3CiuNihUF3Ioujtmc0zIa3UJOW5RjDK1YLBJZnWBlPuqhYycLioog==}
|
1027
1027
|
|
1028
|
-
'@vitest/runner@1.6.
|
1029
|
-
resolution: {integrity: sha512-
|
1028
|
+
'@vitest/runner@1.6.1':
|
1029
|
+
resolution: {integrity: sha512-3nSnYXkVkf3mXFfE7vVyPmi3Sazhb/2cfZGGs0JRzFsPFvAMBEcrweV1V1GsrstdXeKCTXlJbvnQwGWgEIHmOA==}
|
1030
1030
|
|
1031
|
-
'@vitest/snapshot@1.6.
|
1032
|
-
resolution: {integrity: sha512
|
1031
|
+
'@vitest/snapshot@1.6.1':
|
1032
|
+
resolution: {integrity: sha512-WvidQuWAzU2p95u8GAKlRMqMyN1yOJkGHnx3M1PL9Raf7AQ1kwLKg04ADlCa3+OXUZE7BceOhVZiuWAbzCKcUQ==}
|
1033
1033
|
|
1034
|
-
'@vitest/spy@1.6.
|
1035
|
-
resolution: {integrity: sha512-
|
1034
|
+
'@vitest/spy@1.6.1':
|
1035
|
+
resolution: {integrity: sha512-MGcMmpGkZebsMZhbQKkAf9CX5zGvjkBTqf8Zx3ApYWXr3wG+QvEu2eXWfnIIWYSJExIp4V9FCKDEeygzkYrXMw==}
|
1036
1036
|
|
1037
|
-
'@vitest/utils@1.6.
|
1038
|
-
resolution: {integrity: sha512-
|
1037
|
+
'@vitest/utils@1.6.1':
|
1038
|
+
resolution: {integrity: sha512-jOrrUvXM4Av9ZWiG1EajNto0u96kWAhJ1LmPmJhXXQx/32MecEKd10pOLYgS2BQx1TgkGhloPU1ArDW2vvaY6g==}
|
1039
1039
|
|
1040
1040
|
abort-controller@3.0.0:
|
1041
1041
|
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
|
@@ -2838,8 +2838,8 @@ packages:
|
|
2838
2838
|
util-deprecate@1.0.2:
|
2839
2839
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
2840
2840
|
|
2841
|
-
vite-node@1.6.
|
2842
|
-
resolution: {integrity: sha512-
|
2841
|
+
vite-node@1.6.1:
|
2842
|
+
resolution: {integrity: sha512-YAXkfvGtuTzwWbDSACdJSg4A4DZiAqckWe90Zapc/sEX3XvHcw1NdurM/6od8J207tSDqNbSsgdCacBgvJKFuA==}
|
2843
2843
|
engines: {node: ^18.0.0 || >=20.0.0}
|
2844
2844
|
hasBin: true
|
2845
2845
|
|
@@ -2879,15 +2879,15 @@ packages:
|
|
2879
2879
|
terser:
|
2880
2880
|
optional: true
|
2881
2881
|
|
2882
|
-
vitest@1.6.
|
2883
|
-
resolution: {integrity: sha512-
|
2882
|
+
vitest@1.6.1:
|
2883
|
+
resolution: {integrity: sha512-Ljb1cnSJSivGN0LqXd/zmDbWEM0RNNg2t1QW/XUhYl/qPqyu7CsqeWtqQXHVaJsecLPuDoak2oJcZN2QoRIOag==}
|
2884
2884
|
engines: {node: ^18.0.0 || >=20.0.0}
|
2885
2885
|
hasBin: true
|
2886
2886
|
peerDependencies:
|
2887
2887
|
'@edge-runtime/vm': '*'
|
2888
2888
|
'@types/node': ^18.0.0 || >=20.0.0
|
2889
|
-
'@vitest/browser': 1.6.
|
2890
|
-
'@vitest/ui': 1.6.
|
2889
|
+
'@vitest/browser': 1.6.1
|
2890
|
+
'@vitest/ui': 1.6.1
|
2891
2891
|
happy-dom: '*'
|
2892
2892
|
jsdom: '*'
|
2893
2893
|
peerDependenciesMeta:
|
@@ -2999,7 +2999,7 @@ snapshots:
|
|
2999
2999
|
'@babel/traverse': 7.24.7
|
3000
3000
|
'@babel/types': 7.24.7
|
3001
3001
|
convert-source-map: 2.0.0
|
3002
|
-
debug: 4.
|
3002
|
+
debug: 4.4.0
|
3003
3003
|
gensync: 1.0.0-beta.2
|
3004
3004
|
json5: 2.2.3
|
3005
3005
|
semver: 6.3.1
|
@@ -3103,7 +3103,7 @@ snapshots:
|
|
3103
3103
|
'@babel/helper-split-export-declaration': 7.24.7
|
3104
3104
|
'@babel/parser': 7.24.7
|
3105
3105
|
'@babel/types': 7.24.7
|
3106
|
-
debug: 4.
|
3106
|
+
debug: 4.4.0
|
3107
3107
|
globals: 11.12.0
|
3108
3108
|
transitivePeerDependencies:
|
3109
3109
|
- supports-color
|
@@ -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.
|
3712
|
+
'@vitest/coverage-v8@1.6.0(vitest@1.6.1(@types/node@22.10.2))':
|
3713
3713
|
dependencies:
|
3714
3714
|
'@ampproject/remapping': 2.3.0
|
3715
3715
|
'@bcoe/v8-coverage': 0.2.3
|
@@ -3724,41 +3724,41 @@ 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.
|
3727
|
+
vitest: 1.6.1(@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.
|
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.1(@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.
|
3737
|
+
vitest: 1.6.1(@types/node@22.10.2)
|
3738
3738
|
|
3739
|
-
'@vitest/expect@1.6.
|
3739
|
+
'@vitest/expect@1.6.1':
|
3740
3740
|
dependencies:
|
3741
|
-
'@vitest/spy': 1.6.
|
3742
|
-
'@vitest/utils': 1.6.
|
3741
|
+
'@vitest/spy': 1.6.1
|
3742
|
+
'@vitest/utils': 1.6.1
|
3743
3743
|
chai: 4.4.1
|
3744
3744
|
|
3745
|
-
'@vitest/runner@1.6.
|
3745
|
+
'@vitest/runner@1.6.1':
|
3746
3746
|
dependencies:
|
3747
|
-
'@vitest/utils': 1.6.
|
3747
|
+
'@vitest/utils': 1.6.1
|
3748
3748
|
p-limit: 5.0.0
|
3749
3749
|
pathe: 1.1.2
|
3750
3750
|
|
3751
|
-
'@vitest/snapshot@1.6.
|
3751
|
+
'@vitest/snapshot@1.6.1':
|
3752
3752
|
dependencies:
|
3753
3753
|
magic-string: 0.30.10
|
3754
3754
|
pathe: 1.1.2
|
3755
3755
|
pretty-format: 29.7.0
|
3756
3756
|
|
3757
|
-
'@vitest/spy@1.6.
|
3757
|
+
'@vitest/spy@1.6.1':
|
3758
3758
|
dependencies:
|
3759
3759
|
tinyspy: 2.2.1
|
3760
3760
|
|
3761
|
-
'@vitest/utils@1.6.
|
3761
|
+
'@vitest/utils@1.6.1':
|
3762
3762
|
dependencies:
|
3763
3763
|
diff-sequences: 29.6.3
|
3764
3764
|
estree-walker: 3.0.3
|
@@ -4327,7 +4327,7 @@ snapshots:
|
|
4327
4327
|
|
4328
4328
|
estree-walker@3.0.3:
|
4329
4329
|
dependencies:
|
4330
|
-
'@types/estree': 1.0.
|
4330
|
+
'@types/estree': 1.0.6
|
4331
4331
|
|
4332
4332
|
esutils@2.0.3: {}
|
4333
4333
|
|
@@ -5638,10 +5638,10 @@ snapshots:
|
|
5638
5638
|
|
5639
5639
|
util-deprecate@1.0.2: {}
|
5640
5640
|
|
5641
|
-
vite-node@1.6.
|
5641
|
+
vite-node@1.6.1(@types/node@22.10.2):
|
5642
5642
|
dependencies:
|
5643
5643
|
cac: 6.7.14
|
5644
|
-
debug: 4.
|
5644
|
+
debug: 4.4.0
|
5645
5645
|
pathe: 1.1.2
|
5646
5646
|
picocolors: 1.0.1
|
5647
5647
|
vite: 5.2.13(@types/node@22.10.2)
|
@@ -5675,16 +5675,16 @@ snapshots:
|
|
5675
5675
|
'@types/node': 22.10.2
|
5676
5676
|
fsevents: 2.3.3
|
5677
5677
|
|
5678
|
-
vitest@1.6.
|
5678
|
+
vitest@1.6.1(@types/node@22.10.2):
|
5679
5679
|
dependencies:
|
5680
|
-
'@vitest/expect': 1.6.
|
5681
|
-
'@vitest/runner': 1.6.
|
5682
|
-
'@vitest/snapshot': 1.6.
|
5683
|
-
'@vitest/spy': 1.6.
|
5684
|
-
'@vitest/utils': 1.6.
|
5680
|
+
'@vitest/expect': 1.6.1
|
5681
|
+
'@vitest/runner': 1.6.1
|
5682
|
+
'@vitest/snapshot': 1.6.1
|
5683
|
+
'@vitest/spy': 1.6.1
|
5684
|
+
'@vitest/utils': 1.6.1
|
5685
5685
|
acorn-walk: 8.3.2
|
5686
5686
|
chai: 4.4.1
|
5687
|
-
debug: 4.
|
5687
|
+
debug: 4.4.0
|
5688
5688
|
execa: 8.0.1
|
5689
5689
|
local-pkg: 0.5.0
|
5690
5690
|
magic-string: 0.30.10
|
@@ -5695,7 +5695,7 @@ snapshots:
|
|
5695
5695
|
tinybench: 2.8.0
|
5696
5696
|
tinypool: 0.8.4
|
5697
5697
|
vite: 5.2.13(@types/node@22.10.2)
|
5698
|
-
vite-node: 1.6.
|
5698
|
+
vite-node: 1.6.1(@types/node@22.10.2)
|
5699
5699
|
why-is-node-running: 2.2.2
|
5700
5700
|
optionalDependencies:
|
5701
5701
|
'@types/node': 22.10.2
|
@@ -80,10 +80,10 @@ importers:
|
|
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.
|
83
|
+
version: 1.6.0(vitest@1.6.1(@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.
|
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.1(@types/node@22.10.2)(terser@5.31.3))
|
87
87
|
eslint:
|
88
88
|
specifier: 9.17.0
|
89
89
|
version: 9.17.0
|
@@ -118,8 +118,8 @@ importers:
|
|
118
118
|
specifier: 1.5.1
|
119
119
|
version: 1.5.1(@swc/core@1.10.1)(rollup@4.19.0)
|
120
120
|
vitest:
|
121
|
-
specifier: 1.6.
|
122
|
-
version: 1.6.
|
121
|
+
specifier: 1.6.1
|
122
|
+
version: 1.6.1(@types/node@22.10.2)(terser@5.31.3)
|
123
123
|
|
124
124
|
packages:
|
125
125
|
|
@@ -890,20 +890,20 @@ packages:
|
|
890
890
|
vitest:
|
891
891
|
optional: true
|
892
892
|
|
893
|
-
'@vitest/expect@1.6.
|
894
|
-
resolution: {integrity: sha512-
|
893
|
+
'@vitest/expect@1.6.1':
|
894
|
+
resolution: {integrity: sha512-jXL+9+ZNIJKruofqXuuTClf44eSpcHlgj3CiuNihUF3Ioujtmc0zIa3UJOW5RjDK1YLBJZnWBlPuqhYycLioog==}
|
895
895
|
|
896
|
-
'@vitest/runner@1.6.
|
897
|
-
resolution: {integrity: sha512-
|
896
|
+
'@vitest/runner@1.6.1':
|
897
|
+
resolution: {integrity: sha512-3nSnYXkVkf3mXFfE7vVyPmi3Sazhb/2cfZGGs0JRzFsPFvAMBEcrweV1V1GsrstdXeKCTXlJbvnQwGWgEIHmOA==}
|
898
898
|
|
899
|
-
'@vitest/snapshot@1.6.
|
900
|
-
resolution: {integrity: sha512
|
899
|
+
'@vitest/snapshot@1.6.1':
|
900
|
+
resolution: {integrity: sha512-WvidQuWAzU2p95u8GAKlRMqMyN1yOJkGHnx3M1PL9Raf7AQ1kwLKg04ADlCa3+OXUZE7BceOhVZiuWAbzCKcUQ==}
|
901
901
|
|
902
|
-
'@vitest/spy@1.6.
|
903
|
-
resolution: {integrity: sha512-
|
902
|
+
'@vitest/spy@1.6.1':
|
903
|
+
resolution: {integrity: sha512-MGcMmpGkZebsMZhbQKkAf9CX5zGvjkBTqf8Zx3ApYWXr3wG+QvEu2eXWfnIIWYSJExIp4V9FCKDEeygzkYrXMw==}
|
904
904
|
|
905
|
-
'@vitest/utils@1.6.
|
906
|
-
resolution: {integrity: sha512-
|
905
|
+
'@vitest/utils@1.6.1':
|
906
|
+
resolution: {integrity: sha512-jOrrUvXM4Av9ZWiG1EajNto0u96kWAhJ1LmPmJhXXQx/32MecEKd10pOLYgS2BQx1TgkGhloPU1ArDW2vvaY6g==}
|
907
907
|
|
908
908
|
'@webassemblyjs/ast@1.14.1':
|
909
909
|
resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==}
|
@@ -3097,8 +3097,8 @@ packages:
|
|
3097
3097
|
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
|
3098
3098
|
engines: {node: '>= 0.8'}
|
3099
3099
|
|
3100
|
-
vite-node@1.6.
|
3101
|
-
resolution: {integrity: sha512-
|
3100
|
+
vite-node@1.6.1:
|
3101
|
+
resolution: {integrity: sha512-YAXkfvGtuTzwWbDSACdJSg4A4DZiAqckWe90Zapc/sEX3XvHcw1NdurM/6od8J207tSDqNbSsgdCacBgvJKFuA==}
|
3102
3102
|
engines: {node: ^18.0.0 || >=20.0.0}
|
3103
3103
|
hasBin: true
|
3104
3104
|
|
@@ -3130,15 +3130,15 @@ packages:
|
|
3130
3130
|
terser:
|
3131
3131
|
optional: true
|
3132
3132
|
|
3133
|
-
vitest@1.6.
|
3134
|
-
resolution: {integrity: sha512-
|
3133
|
+
vitest@1.6.1:
|
3134
|
+
resolution: {integrity: sha512-Ljb1cnSJSivGN0LqXd/zmDbWEM0RNNg2t1QW/XUhYl/qPqyu7CsqeWtqQXHVaJsecLPuDoak2oJcZN2QoRIOag==}
|
3135
3135
|
engines: {node: ^18.0.0 || >=20.0.0}
|
3136
3136
|
hasBin: true
|
3137
3137
|
peerDependencies:
|
3138
3138
|
'@edge-runtime/vm': '*'
|
3139
3139
|
'@types/node': ^18.0.0 || >=20.0.0
|
3140
|
-
'@vitest/browser': 1.6.
|
3141
|
-
'@vitest/ui': 1.6.
|
3140
|
+
'@vitest/browser': 1.6.1
|
3141
|
+
'@vitest/ui': 1.6.1
|
3142
3142
|
happy-dom: '*'
|
3143
3143
|
jsdom: '*'
|
3144
3144
|
peerDependenciesMeta:
|
@@ -3298,7 +3298,7 @@ snapshots:
|
|
3298
3298
|
'@babel/code-frame@7.24.7':
|
3299
3299
|
dependencies:
|
3300
3300
|
'@babel/highlight': 7.24.7
|
3301
|
-
picocolors: 1.
|
3301
|
+
picocolors: 1.1.1
|
3302
3302
|
|
3303
3303
|
'@babel/helper-string-parser@7.24.8': {}
|
3304
3304
|
|
@@ -3309,7 +3309,7 @@ snapshots:
|
|
3309
3309
|
'@babel/helper-validator-identifier': 7.24.7
|
3310
3310
|
chalk: 2.4.2
|
3311
3311
|
js-tokens: 4.0.0
|
3312
|
-
picocolors: 1.
|
3312
|
+
picocolors: 1.1.1
|
3313
3313
|
|
3314
3314
|
'@babel/parser@7.25.4':
|
3315
3315
|
dependencies:
|
@@ -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.
|
3952
|
+
'@vitest/coverage-v8@1.6.0(vitest@1.6.1(@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,41 +3964,41 @@ 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.
|
3967
|
+
vitest: 1.6.1(@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.
|
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.1(@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.
|
3977
|
+
vitest: 1.6.1(@types/node@22.10.2)(terser@5.31.3)
|
3978
3978
|
|
3979
|
-
'@vitest/expect@1.6.
|
3979
|
+
'@vitest/expect@1.6.1':
|
3980
3980
|
dependencies:
|
3981
|
-
'@vitest/spy': 1.6.
|
3982
|
-
'@vitest/utils': 1.6.
|
3981
|
+
'@vitest/spy': 1.6.1
|
3982
|
+
'@vitest/utils': 1.6.1
|
3983
3983
|
chai: 4.4.1
|
3984
3984
|
|
3985
|
-
'@vitest/runner@1.6.
|
3985
|
+
'@vitest/runner@1.6.1':
|
3986
3986
|
dependencies:
|
3987
|
-
'@vitest/utils': 1.6.
|
3987
|
+
'@vitest/utils': 1.6.1
|
3988
3988
|
p-limit: 5.0.0
|
3989
3989
|
pathe: 1.1.2
|
3990
3990
|
|
3991
|
-
'@vitest/snapshot@1.6.
|
3991
|
+
'@vitest/snapshot@1.6.1':
|
3992
3992
|
dependencies:
|
3993
3993
|
magic-string: 0.30.10
|
3994
3994
|
pathe: 1.1.2
|
3995
3995
|
pretty-format: 29.7.0
|
3996
3996
|
|
3997
|
-
'@vitest/spy@1.6.
|
3997
|
+
'@vitest/spy@1.6.1':
|
3998
3998
|
dependencies:
|
3999
3999
|
tinyspy: 2.2.1
|
4000
4000
|
|
4001
|
-
'@vitest/utils@1.6.
|
4001
|
+
'@vitest/utils@1.6.1':
|
4002
4002
|
dependencies:
|
4003
4003
|
diff-sequences: 29.6.3
|
4004
4004
|
estree-walker: 3.0.3
|
@@ -4171,7 +4171,7 @@ snapshots:
|
|
4171
4171
|
|
4172
4172
|
acorn-walk@8.3.3:
|
4173
4173
|
dependencies:
|
4174
|
-
acorn: 8.
|
4174
|
+
acorn: 8.14.0
|
4175
4175
|
|
4176
4176
|
acorn@8.12.1: {}
|
4177
4177
|
|
@@ -5750,7 +5750,7 @@ snapshots:
|
|
5750
5750
|
postcss@8.4.39:
|
5751
5751
|
dependencies:
|
5752
5752
|
nanoid: 3.3.7
|
5753
|
-
picocolors: 1.
|
5753
|
+
picocolors: 1.1.1
|
5754
5754
|
source-map-js: 1.2.0
|
5755
5755
|
|
5756
5756
|
prelude-ls@1.2.1: {}
|
@@ -6337,12 +6337,12 @@ snapshots:
|
|
6337
6337
|
vary@1.1.2:
|
6338
6338
|
optional: true
|
6339
6339
|
|
6340
|
-
vite-node@1.6.
|
6340
|
+
vite-node@1.6.1(@types/node@22.10.2)(terser@5.31.3):
|
6341
6341
|
dependencies:
|
6342
6342
|
cac: 6.7.14
|
6343
|
-
debug: 4.
|
6343
|
+
debug: 4.4.0
|
6344
6344
|
pathe: 1.1.2
|
6345
|
-
picocolors: 1.
|
6345
|
+
picocolors: 1.1.1
|
6346
6346
|
vite: 5.3.4(@types/node@22.10.2)(terser@5.31.3)
|
6347
6347
|
transitivePeerDependencies:
|
6348
6348
|
- '@types/node'
|
@@ -6364,27 +6364,27 @@ snapshots:
|
|
6364
6364
|
fsevents: 2.3.3
|
6365
6365
|
terser: 5.31.3
|
6366
6366
|
|
6367
|
-
vitest@1.6.
|
6367
|
+
vitest@1.6.1(@types/node@22.10.2)(terser@5.31.3):
|
6368
6368
|
dependencies:
|
6369
|
-
'@vitest/expect': 1.6.
|
6370
|
-
'@vitest/runner': 1.6.
|
6371
|
-
'@vitest/snapshot': 1.6.
|
6372
|
-
'@vitest/spy': 1.6.
|
6373
|
-
'@vitest/utils': 1.6.
|
6369
|
+
'@vitest/expect': 1.6.1
|
6370
|
+
'@vitest/runner': 1.6.1
|
6371
|
+
'@vitest/snapshot': 1.6.1
|
6372
|
+
'@vitest/spy': 1.6.1
|
6373
|
+
'@vitest/utils': 1.6.1
|
6374
6374
|
acorn-walk: 8.3.3
|
6375
6375
|
chai: 4.4.1
|
6376
|
-
debug: 4.
|
6376
|
+
debug: 4.4.0
|
6377
6377
|
execa: 8.0.1
|
6378
6378
|
local-pkg: 0.5.0
|
6379
6379
|
magic-string: 0.30.10
|
6380
6380
|
pathe: 1.1.2
|
6381
|
-
picocolors: 1.
|
6381
|
+
picocolors: 1.1.1
|
6382
6382
|
std-env: 3.7.0
|
6383
6383
|
strip-literal: 2.1.0
|
6384
6384
|
tinybench: 2.8.0
|
6385
6385
|
tinypool: 0.8.4
|
6386
6386
|
vite: 5.3.4(@types/node@22.10.2)(terser@5.31.3)
|
6387
|
-
vite-node: 1.6.
|
6387
|
+
vite-node: 1.6.1(@types/node@22.10.2)(terser@5.31.3)
|
6388
6388
|
why-is-node-running: 2.3.0
|
6389
6389
|
optionalDependencies:
|
6390
6390
|
'@types/node': 22.10.2
|