@leo-h/create-nodejs-app 1.0.70 → 1.0.71

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.70",
3
+ "version": "1.0.71",
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.",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@biomejs/biome": "2.3.5",
29
- "@elysiajs/eden": "^1.4.4",
29
+ "@elysiajs/eden": "^1.4.5",
30
30
  "@faker-js/faker": "^10.1.0",
31
31
  "@swc/cli": "0.7.8",
32
32
  "@types/node": "24.9.1",
@@ -28,8 +28,8 @@ importers:
28
28
  specifier: 2.3.5
29
29
  version: 2.3.5
30
30
  '@elysiajs/eden':
31
- specifier: ^1.4.4
32
- version: 1.4.4(elysia@1.4.16(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@20.5.0)(openapi-types@12.1.3)(typescript@5.9.3))
31
+ specifier: ^1.4.5
32
+ version: 1.4.5(elysia@1.4.16(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@20.5.0)(openapi-types@12.1.3)(typescript@5.9.3))
33
33
  '@faker-js/faker':
34
34
  specifier: ^10.1.0
35
35
  version: 10.1.0
@@ -121,10 +121,10 @@ packages:
121
121
  peerDependencies:
122
122
  elysia: '>= 1.4.0'
123
123
 
124
- '@elysiajs/eden@1.4.4':
125
- resolution: {integrity: sha512-/LVqflmgUcCiXb8rz1iRq9Rx3SWfIV/EkoNqDFGMx+TvOyo8QHAygFXAVQz7RHs+jk6n6mEgpI6KlKBANoErsQ==}
124
+ '@elysiajs/eden@1.4.5':
125
+ resolution: {integrity: sha512-hIOeH+S5NU/84A7+t8yB1JjxqjmzRkBF9fnLn6y+AH8EcF39KumOAnciMhIOkhhThVZvXZ3d+GsizRc+Fxoi8g==}
126
126
  peerDependencies:
127
- elysia: '>= 1.4.0-exp.0'
127
+ elysia: '>= 1.4.0'
128
128
 
129
129
  '@elysiajs/node@1.4.2':
130
130
  resolution: {integrity: sha512-zqeBAV4/faCcmIEjCp3g6jRwsbaWsd5HqmlEf3CirD9HkTWQNo4T+GN/qGZi7zgd84D3Kzxsny7ZTMXEfrDSXQ==}
@@ -1466,7 +1466,7 @@ snapshots:
1466
1466
  dependencies:
1467
1467
  elysia: 1.4.16(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@20.5.0)(openapi-types@12.1.3)(typescript@5.9.3)
1468
1468
 
1469
- '@elysiajs/eden@1.4.4(elysia@1.4.16(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@20.5.0)(openapi-types@12.1.3)(typescript@5.9.3))':
1469
+ '@elysiajs/eden@1.4.5(elysia@1.4.16(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@20.5.0)(openapi-types@12.1.3)(typescript@5.9.3))':
1470
1470
  dependencies:
1471
1471
  elysia: 1.4.16(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@20.5.0)(openapi-types@12.1.3)(typescript@5.9.3)
1472
1472