@leo-h/create-nodejs-app 1.0.48 → 1.0.49
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.49",
|
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.",
|
@@ -9,8 +9,8 @@ importers:
|
|
9
9
|
.:
|
10
10
|
dependencies:
|
11
11
|
'@anatine/zod-openapi':
|
12
|
-
specifier: 2.2.
|
13
|
-
version: 2.2.
|
12
|
+
specifier: 2.2.8
|
13
|
+
version: 2.2.8(openapi3-ts@4.3.3)(zod@3.24.2)
|
14
14
|
'@fastify/static':
|
15
15
|
specifier: 8.1.1
|
16
16
|
version: 8.1.1
|
@@ -127,8 +127,8 @@ packages:
|
|
127
127
|
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
|
128
128
|
engines: {node: '>=6.0.0'}
|
129
129
|
|
130
|
-
'@anatine/zod-openapi@2.2.
|
131
|
-
resolution: {integrity: sha512-
|
130
|
+
'@anatine/zod-openapi@2.2.8':
|
131
|
+
resolution: {integrity: sha512-iyM8mB556KdiZ6a1GTZ67ACLnJakU1hrzzXoh7PLaReldAdMq88MlZn/Ir/U56/TBuQctBhh/4seo0b0B343uw==}
|
132
132
|
peerDependencies:
|
133
133
|
openapi3-ts: ^4.1.2
|
134
134
|
zod: ^3.20.0
|
@@ -3272,7 +3272,7 @@ snapshots:
|
|
3272
3272
|
'@jridgewell/gen-mapping': 0.3.5
|
3273
3273
|
'@jridgewell/trace-mapping': 0.3.25
|
3274
3274
|
|
3275
|
-
'@anatine/zod-openapi@2.2.
|
3275
|
+
'@anatine/zod-openapi@2.2.8(openapi3-ts@4.3.3)(zod@3.24.2)':
|
3276
3276
|
dependencies:
|
3277
3277
|
openapi3-ts: 4.3.3
|
3278
3278
|
ts-deepmerge: 6.2.1
|