@leo-h/create-nodejs-app 1.0.55 → 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
|