@leo-h/create-nodejs-app 1.0.33 → 1.0.34

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.33",
3
+ "version": "1.0.34",
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.",
@@ -65,7 +65,7 @@
65
65
  "typescript": "5.8.2",
66
66
  "typescript-eslint": "8.28.0",
67
67
  "unbuild": "3.5.0",
68
- "vite-tsconfig-paths": "4.3.2",
68
+ "vite-tsconfig-paths": "5.1.4",
69
69
  "vitest": "1.6.1"
70
70
  }
71
71
  }
@@ -36,7 +36,7 @@
36
36
  "typescript": "5.8.2",
37
37
  "typescript-eslint": "8.28.0",
38
38
  "unbuild": "3.5.0",
39
- "vite-tsconfig-paths": "4.3.2",
39
+ "vite-tsconfig-paths": "5.1.4",
40
40
  "vitest": "1.6.1"
41
41
  }
42
42
  }
@@ -61,8 +61,8 @@ importers:
61
61
  specifier: 3.5.0
62
62
  version: 3.5.0(typescript@5.8.2)
63
63
  vite-tsconfig-paths:
64
- specifier: 4.3.2
65
- version: 4.3.2(typescript@5.8.2)(vite@5.2.13(@types/node@22.13.14))
64
+ specifier: 5.1.4
65
+ version: 5.1.4(typescript@5.8.2)(vite@5.2.13(@types/node@22.13.14))
66
66
  vitest:
67
67
  specifier: 1.6.1
68
68
  version: 1.6.1(@types/node@22.13.14)
@@ -1159,15 +1159,6 @@ packages:
1159
1159
  resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
1160
1160
  engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
1161
1161
 
1162
- debug@4.3.5:
1163
- resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==}
1164
- engines: {node: '>=6.0'}
1165
- peerDependencies:
1166
- supports-color: '*'
1167
- peerDependenciesMeta:
1168
- supports-color:
1169
- optional: true
1170
-
1171
1162
  debug@4.4.0:
1172
1163
  resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
1173
1164
  engines: {node: '>=6.0'}
@@ -1653,9 +1644,6 @@ packages:
1653
1644
  mlly@1.7.4:
1654
1645
  resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==}
1655
1646
 
1656
- ms@2.1.2:
1657
- resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
1658
-
1659
1647
  ms@2.1.3:
1660
1648
  resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1661
1649
 
@@ -2236,8 +2224,8 @@ packages:
2236
2224
  engines: {node: ^18.0.0 || >=20.0.0}
2237
2225
  hasBin: true
2238
2226
 
2239
- vite-tsconfig-paths@4.3.2:
2240
- resolution: {integrity: sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==}
2227
+ vite-tsconfig-paths@5.1.4:
2228
+ resolution: {integrity: sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==}
2241
2229
  peerDependencies:
2242
2230
  vite: '*'
2243
2231
  peerDependenciesMeta:
@@ -3191,10 +3179,6 @@ snapshots:
3191
3179
  dependencies:
3192
3180
  css-tree: 2.2.1
3193
3181
 
3194
- debug@4.3.5:
3195
- dependencies:
3196
- ms: 2.1.2
3197
-
3198
3182
  debug@4.4.0:
3199
3183
  dependencies:
3200
3184
  ms: 2.1.3
@@ -3736,8 +3720,6 @@ snapshots:
3736
3720
  pkg-types: 1.3.1
3737
3721
  ufo: 1.5.4
3738
3722
 
3739
- ms@2.1.2: {}
3740
-
3741
3723
  ms@2.1.3: {}
3742
3724
 
3743
3725
  nanoid@3.3.7: {}
@@ -4337,9 +4319,9 @@ snapshots:
4337
4319
  - supports-color
4338
4320
  - terser
4339
4321
 
4340
- vite-tsconfig-paths@4.3.2(typescript@5.8.2)(vite@5.2.13(@types/node@22.13.14)):
4322
+ vite-tsconfig-paths@5.1.4(typescript@5.8.2)(vite@5.2.13(@types/node@22.13.14)):
4341
4323
  dependencies:
4342
- debug: 4.3.5
4324
+ debug: 4.4.0
4343
4325
  globrex: 0.1.2
4344
4326
  tsconfck: 3.1.0(typescript@5.8.2)
4345
4327
  optionalDependencies: