create-warlock 2.8.8 → 2.8.10

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": "create-warlock",
3
- "version": "2.8.8",
3
+ "version": "2.8.10",
4
4
  "main": "./esm/index.js",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -5,9 +5,9 @@ LOCALE_CODE=en
5
5
  TIMEZONE=UTC
6
6
 
7
7
  # Http Configurations
8
- HTTP_PORT=2030
9
8
  HTTP_HOST=127.0.0.1
10
- BASE_URL=http://${HOST}:${PORT}
9
+ HTTP_PORT=2030
10
+ BASE_URL=http://${HTTP_HOST}:${HTTP_PORT}
11
11
 
12
12
  # Database Configurations
13
13
  DB_AUTH=admin
@@ -7,7 +7,7 @@ TIMEZONE=UTC
7
7
  # Http Configurations
8
8
  HTTP_PORT=2030
9
9
  HTTP_HOST=127.0.0.1
10
- BASE_URL=http://${HOST}:${PORT}
10
+ BASE_URL=http://${HTTP_HOST}:${HTTP_PORT}
11
11
 
12
12
  # Database Configurations
13
13
  DB_AUTH=admin
@@ -30,11 +30,11 @@
30
30
  "@mongez/dotenv": "^1.1.9",
31
31
  "@mongez/config": "^1.0.26",
32
32
  "@mongez/supportive-is": "^2.0.4",
33
- "@warlock.js/auth": "2.8.8",
34
- "@warlock.js/cache": "2.8.8",
35
- "@warlock.js/cascade": "2.8.8",
36
- "@warlock.js/core": "2.8.8",
37
- "@warlock.js/logger": "2.8.8",
33
+ "@warlock.js/auth": "2.8.10",
34
+ "@warlock.js/cache": "2.8.10",
35
+ "@warlock.js/cascade": "2.8.10",
36
+ "@warlock.js/core": "2.8.10",
37
+ "@warlock.js/logger": "2.8.10",
38
38
  "@faker-js/faker": "^9.2.0",
39
39
  "dayjs": "^1.11.13"
40
40
  },