@leo-h/create-nodejs-app 1.0.34 → 1.0.36
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
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@leo-h/create-nodejs-app",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.36",
|
4
4
|
"packageManager": "pnpm@9.15.9",
|
5
5
|
"author": "Leonardo Henrique <leonardo0507.business@gmail.com>",
|
6
6
|
"description": "Create a modern Node.js app with TypeScript using one command.",
|
@@ -8,7 +8,7 @@ export function createTestRequest<Params extends InjectOptions>(
|
|
8
8
|
"method" | "url"
|
9
9
|
>,
|
10
10
|
) {
|
11
|
-
return async (params: Params) => {
|
11
|
+
return async (params: Merge<InjectOptions, Params>) => {
|
12
12
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
13
13
|
const { body, json, ...restResult } = await app.inject({
|
14
14
|
...(defaultParams as object),
|
@@ -50,7 +50,7 @@ importers:
|
|
50
50
|
version: 18.3.5(@types/react@18.3.20)
|
51
51
|
'@vitejs/plugin-react':
|
52
52
|
specifier: 4.3.4
|
53
|
-
version: 4.3.4(vite@6.2.
|
53
|
+
version: 4.3.4(vite@6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1))
|
54
54
|
eslint:
|
55
55
|
specifier: 9.23.0
|
56
56
|
version: 9.23.0
|
@@ -91,11 +91,11 @@ importers:
|
|
91
91
|
specifier: 8.28.0
|
92
92
|
version: 8.28.0(eslint@9.23.0)(typescript@5.8.2)
|
93
93
|
vite:
|
94
|
-
specifier: 6.2.
|
95
|
-
version: 6.2.
|
94
|
+
specifier: 6.2.6
|
95
|
+
version: 6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)
|
96
96
|
vite-tsconfig-paths:
|
97
97
|
specifier: 5.1.4
|
98
|
-
version: 5.1.4(typescript@5.8.2)(vite@6.2.
|
98
|
+
version: 5.1.4(typescript@5.8.2)(vite@6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1))
|
99
99
|
|
100
100
|
packages:
|
101
101
|
|
@@ -2247,8 +2247,8 @@ packages:
|
|
2247
2247
|
vite:
|
2248
2248
|
optional: true
|
2249
2249
|
|
2250
|
-
vite@6.2.
|
2251
|
-
resolution: {integrity: sha512-
|
2250
|
+
vite@6.2.6:
|
2251
|
+
resolution: {integrity: sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==}
|
2252
2252
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
2253
2253
|
hasBin: true
|
2254
2254
|
peerDependencies:
|
@@ -3178,14 +3178,14 @@ snapshots:
|
|
3178
3178
|
'@typescript-eslint/types': 8.28.0
|
3179
3179
|
eslint-visitor-keys: 4.2.0
|
3180
3180
|
|
3181
|
-
'@vitejs/plugin-react@4.3.4(vite@6.2.
|
3181
|
+
'@vitejs/plugin-react@4.3.4(vite@6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1))':
|
3182
3182
|
dependencies:
|
3183
3183
|
'@babel/core': 7.26.0
|
3184
3184
|
'@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0)
|
3185
3185
|
'@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0)
|
3186
3186
|
'@types/babel__core': 7.20.5
|
3187
3187
|
react-refresh: 0.14.2
|
3188
|
-
vite: 6.2.
|
3188
|
+
vite: 6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)
|
3189
3189
|
transitivePeerDependencies:
|
3190
3190
|
- supports-color
|
3191
3191
|
|
@@ -4781,18 +4781,18 @@ snapshots:
|
|
4781
4781
|
|
4782
4782
|
validator@13.12.0: {}
|
4783
4783
|
|
4784
|
-
vite-tsconfig-paths@5.1.4(typescript@5.8.2)(vite@6.2.
|
4784
|
+
vite-tsconfig-paths@5.1.4(typescript@5.8.2)(vite@6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)):
|
4785
4785
|
dependencies:
|
4786
4786
|
debug: 4.4.0
|
4787
4787
|
globrex: 0.1.2
|
4788
4788
|
tsconfck: 3.1.4(typescript@5.8.2)
|
4789
4789
|
optionalDependencies:
|
4790
|
-
vite: 6.2.
|
4790
|
+
vite: 6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)
|
4791
4791
|
transitivePeerDependencies:
|
4792
4792
|
- supports-color
|
4793
4793
|
- typescript
|
4794
4794
|
|
4795
|
-
vite@6.2.
|
4795
|
+
vite@6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1):
|
4796
4796
|
dependencies:
|
4797
4797
|
esbuild: 0.25.2
|
4798
4798
|
postcss: 8.5.3
|