@leo-h/create-nodejs-app 1.0.54 → 1.0.56
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.56",
|
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.",
|
@@ -21,8 +21,8 @@ importers:
|
|
21
21
|
specifier: 9.4.2
|
22
22
|
version: 9.4.2
|
23
23
|
'@fastify/swagger-ui':
|
24
|
-
specifier: 5.2.
|
25
|
-
version: 5.2.
|
24
|
+
specifier: 5.2.3
|
25
|
+
version: 5.2.3
|
26
26
|
dotenv:
|
27
27
|
specifier: 16.4.7
|
28
28
|
version: 16.4.7
|
@@ -334,8 +334,8 @@ packages:
|
|
334
334
|
'@fastify/static@8.1.1':
|
335
335
|
resolution: {integrity: sha512-TW9eyVHJLytZNpBlSIqd0bl1giJkEaRaPZG+5AT3L/OBKq9U8D7g/OYmc2NPQZnzPURGhMt3IAWuyVkvd2nOkQ==}
|
336
336
|
|
337
|
-
'@fastify/swagger-ui@5.2.
|
338
|
-
resolution: {integrity: sha512-
|
337
|
+
'@fastify/swagger-ui@5.2.3':
|
338
|
+
resolution: {integrity: sha512-e7ivEJi9EpFcxTONqICx4llbpB2jmlI+LI1NQ/mR7QGQnyDOqZybPK572zJtcdHZW4YyYTBHcP3a03f1pOh0SA==}
|
339
339
|
|
340
340
|
'@fastify/swagger@9.4.2':
|
341
341
|
resolution: {integrity: sha512-WjSUu6QnmysLx1GeX7+oQAQUG/vBK5L8Qzcsht2SEpZiykpHURefMZpf+u3XbwSuH7TjeWOPgGIJIsEgj8AvxQ==}
|
@@ -2305,7 +2305,7 @@ snapshots:
|
|
2305
2305
|
fastq: 1.19.1
|
2306
2306
|
glob: 11.0.1
|
2307
2307
|
|
2308
|
-
'@fastify/swagger-ui@5.2.
|
2308
|
+
'@fastify/swagger-ui@5.2.3':
|
2309
2309
|
dependencies:
|
2310
2310
|
'@fastify/static': 8.1.1
|
2311
2311
|
fastify-plugin: 5.0.1
|
@@ -115,8 +115,8 @@ importers:
|
|
115
115
|
specifier: 8.28.0
|
116
116
|
version: 8.28.0(eslint@9.23.0)(typescript@5.8.3)
|
117
117
|
unplugin-swc:
|
118
|
-
specifier: 1.5.
|
119
|
-
version: 1.5.
|
118
|
+
specifier: 1.5.7
|
119
|
+
version: 1.5.7(@swc/core@1.11.13)(rollup@4.19.0)
|
120
120
|
vitest:
|
121
121
|
specifier: 1.6.1
|
122
122
|
version: 1.6.1(@types/node@22.13.14)(terser@5.31.3)
|
@@ -433,6 +433,9 @@ packages:
|
|
433
433
|
resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
|
434
434
|
engines: {node: '>=6.0.0'}
|
435
435
|
|
436
|
+
'@jridgewell/remapping@2.3.5':
|
437
|
+
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
438
|
+
|
436
439
|
'@jridgewell/resolve-uri@3.1.2':
|
437
440
|
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
438
441
|
engines: {node: '>=6.0.0'}
|
@@ -2547,6 +2550,10 @@ packages:
|
|
2547
2550
|
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
|
2548
2551
|
engines: {node: '>=12'}
|
2549
2552
|
|
2553
|
+
picomatch@4.0.3:
|
2554
|
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
2555
|
+
engines: {node: '>=12'}
|
2556
|
+
|
2550
2557
|
pidtree@0.6.0:
|
2551
2558
|
resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==}
|
2552
2559
|
engines: {node: '>=0.10'}
|
@@ -3131,13 +3138,13 @@ packages:
|
|
3131
3138
|
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
|
3132
3139
|
engines: {node: '>= 0.8'}
|
3133
3140
|
|
3134
|
-
unplugin-swc@1.5.
|
3135
|
-
resolution: {integrity: sha512-
|
3141
|
+
unplugin-swc@1.5.7:
|
3142
|
+
resolution: {integrity: sha512-Ng4uuLAodZToA0kQk3+oY8b0C/Q9oV0ohRMixH2nqWMhCF/wNuMYZXZznYpwRLmF7wC36TFIOywBAxCLOReoeg==}
|
3136
3143
|
peerDependencies:
|
3137
3144
|
'@swc/core': ^1.2.108
|
3138
3145
|
|
3139
|
-
unplugin@2.3.
|
3140
|
-
resolution: {integrity: sha512-
|
3146
|
+
unplugin@2.3.8:
|
3147
|
+
resolution: {integrity: sha512-lkaSIlxceytPyt9yfb1h7L9jDFqwMqvUZeGsKB7Z8QrvAO3xZv2S+xMQQYzxk0AGJHcQhbcvhKEstrMy99jnuQ==}
|
3141
3148
|
engines: {node: '>=18.12.0'}
|
3142
3149
|
|
3143
3150
|
update-browserslist-db@1.1.1:
|
@@ -3594,6 +3601,11 @@ snapshots:
|
|
3594
3601
|
'@jridgewell/sourcemap-codec': 1.5.0
|
3595
3602
|
'@jridgewell/trace-mapping': 0.3.25
|
3596
3603
|
|
3604
|
+
'@jridgewell/remapping@2.3.5':
|
3605
|
+
dependencies:
|
3606
|
+
'@jridgewell/gen-mapping': 0.3.5
|
3607
|
+
'@jridgewell/trace-mapping': 0.3.25
|
3608
|
+
|
3597
3609
|
'@jridgewell/resolve-uri@3.1.2': {}
|
3598
3610
|
|
3599
3611
|
'@jridgewell/set-array@1.2.1': {}
|
@@ -5649,7 +5661,7 @@ snapshots:
|
|
5649
5661
|
|
5650
5662
|
mlly@1.7.1:
|
5651
5663
|
dependencies:
|
5652
|
-
acorn: 8.
|
5664
|
+
acorn: 8.15.0
|
5653
5665
|
pathe: 1.1.2
|
5654
5666
|
pkg-types: 1.1.3
|
5655
5667
|
ufo: 1.5.4
|
@@ -5852,6 +5864,8 @@ snapshots:
|
|
5852
5864
|
|
5853
5865
|
picomatch@4.0.2: {}
|
5854
5866
|
|
5867
|
+
picomatch@4.0.3: {}
|
5868
|
+
|
5855
5869
|
pidtree@0.6.0: {}
|
5856
5870
|
|
5857
5871
|
pino-abstract-transport@1.2.0:
|
@@ -6324,7 +6338,7 @@ snapshots:
|
|
6324
6338
|
terser@5.31.3:
|
6325
6339
|
dependencies:
|
6326
6340
|
'@jridgewell/source-map': 0.3.6
|
6327
|
-
acorn: 8.
|
6341
|
+
acorn: 8.15.0
|
6328
6342
|
commander: 2.20.3
|
6329
6343
|
source-map-support: 0.5.21
|
6330
6344
|
|
@@ -6450,19 +6464,20 @@ snapshots:
|
|
6450
6464
|
unpipe@1.0.0:
|
6451
6465
|
optional: true
|
6452
6466
|
|
6453
|
-
unplugin-swc@1.5.
|
6467
|
+
unplugin-swc@1.5.7(@swc/core@1.11.13)(rollup@4.19.0):
|
6454
6468
|
dependencies:
|
6455
6469
|
'@rollup/pluginutils': 5.2.0(rollup@4.19.0)
|
6456
6470
|
'@swc/core': 1.11.13
|
6457
6471
|
load-tsconfig: 0.2.5
|
6458
|
-
unplugin: 2.3.
|
6472
|
+
unplugin: 2.3.8
|
6459
6473
|
transitivePeerDependencies:
|
6460
6474
|
- rollup
|
6461
6475
|
|
6462
|
-
unplugin@2.3.
|
6476
|
+
unplugin@2.3.8:
|
6463
6477
|
dependencies:
|
6478
|
+
'@jridgewell/remapping': 2.3.5
|
6464
6479
|
acorn: 8.15.0
|
6465
|
-
picomatch: 4.0.
|
6480
|
+
picomatch: 4.0.3
|
6466
6481
|
webpack-virtual-modules: 0.6.2
|
6467
6482
|
|
6468
6483
|
update-browserslist-db@1.1.1(browserslist@4.24.3):
|