@warlock.js/core 4.14.0 → 4.15.0
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 +74 -30
package/package.json
CHANGED
|
@@ -1,22 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warlock.js/core",
|
|
3
3
|
"description": "A robust nodejs framework for building blazing fast applications",
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"framework",
|
|
7
|
-
"typescript",
|
|
8
|
-
"javascript",
|
|
9
|
-
"web",
|
|
10
|
-
"nestjs",
|
|
11
|
-
"fastify",
|
|
12
|
-
"express",
|
|
13
|
-
"mongodb"
|
|
14
|
-
],
|
|
15
|
-
"author": "hassanzohdy",
|
|
16
|
-
"license": "MIT",
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "https://github.com/warlockjs/framework"
|
|
4
|
+
"bin": {
|
|
5
|
+
"warlock": "bin/warlock.js"
|
|
20
6
|
},
|
|
21
7
|
"dependencies": {
|
|
22
8
|
"@fastify/cookie": "^10.0.0",
|
|
@@ -36,13 +22,13 @@
|
|
|
36
22
|
"@mongez/slug": "^1.0.7",
|
|
37
23
|
"@mongez/supportive-is": "^2.1.3",
|
|
38
24
|
"@mongez/time-wizard": "^1.0.6",
|
|
39
|
-
"@warlock.js/auth": "4.
|
|
40
|
-
"@warlock.js/cache": "4.
|
|
41
|
-
"@warlock.js/cascade": "4.
|
|
42
|
-
"@warlock.js/context": "4.
|
|
43
|
-
"@warlock.js/logger": "4.
|
|
44
|
-
"@warlock.js/seal": "4.
|
|
45
|
-
"@warlock.js/fs": "4.
|
|
25
|
+
"@warlock.js/auth": "4.15.0",
|
|
26
|
+
"@warlock.js/cache": "4.15.0",
|
|
27
|
+
"@warlock.js/cascade": "4.15.0",
|
|
28
|
+
"@warlock.js/context": "4.15.0",
|
|
29
|
+
"@warlock.js/logger": "4.15.0",
|
|
30
|
+
"@warlock.js/seal": "4.15.0",
|
|
31
|
+
"@warlock.js/fs": "4.15.0",
|
|
46
32
|
"chokidar": "^5.0.0",
|
|
47
33
|
"dayjs": "^1.11.19",
|
|
48
34
|
"es-module-lexer": "^2.0.0",
|
|
@@ -68,15 +54,73 @@
|
|
|
68
54
|
"react": "^19.2.3",
|
|
69
55
|
"react-dom": "^19.2.3",
|
|
70
56
|
"@react-email/render": "^2.0.5",
|
|
71
|
-
"@warlock.js/herald": "4.
|
|
72
|
-
"@warlock.js/ai": "4.
|
|
73
|
-
"@warlock.js/access": "4.
|
|
74
|
-
"@warlock.js/notifications": "4.
|
|
57
|
+
"@warlock.js/herald": "4.15.0",
|
|
58
|
+
"@warlock.js/ai": "4.15.0",
|
|
59
|
+
"@warlock.js/access": "4.15.0",
|
|
60
|
+
"@warlock.js/notifications": "4.15.0"
|
|
75
61
|
},
|
|
76
|
-
"
|
|
77
|
-
"
|
|
62
|
+
"peerDependenciesMeta": {
|
|
63
|
+
"sharp": {
|
|
64
|
+
"optional": true
|
|
65
|
+
},
|
|
66
|
+
"socket.io": {
|
|
67
|
+
"optional": true
|
|
68
|
+
},
|
|
69
|
+
"nodemailer": {
|
|
70
|
+
"optional": true
|
|
71
|
+
},
|
|
72
|
+
"@aws-sdk/client-s3": {
|
|
73
|
+
"optional": true
|
|
74
|
+
},
|
|
75
|
+
"@aws-sdk/lib-storage": {
|
|
76
|
+
"optional": true
|
|
77
|
+
},
|
|
78
|
+
"@aws-sdk/s3-request-presigner": {
|
|
79
|
+
"optional": true
|
|
80
|
+
},
|
|
81
|
+
"@aws-sdk/client-sesv2": {
|
|
82
|
+
"optional": true
|
|
83
|
+
},
|
|
84
|
+
"react": {
|
|
85
|
+
"optional": true
|
|
86
|
+
},
|
|
87
|
+
"react-dom": {
|
|
88
|
+
"optional": true
|
|
89
|
+
},
|
|
90
|
+
"@react-email/render": {
|
|
91
|
+
"optional": true
|
|
92
|
+
},
|
|
93
|
+
"@warlock.js/herald": {
|
|
94
|
+
"optional": true
|
|
95
|
+
},
|
|
96
|
+
"@warlock.js/ai": {
|
|
97
|
+
"optional": true
|
|
98
|
+
},
|
|
99
|
+
"@warlock.js/access": {
|
|
100
|
+
"optional": true
|
|
101
|
+
},
|
|
102
|
+
"@warlock.js/notifications": {
|
|
103
|
+
"optional": true
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"repository": {
|
|
107
|
+
"type": "git",
|
|
108
|
+
"url": "https://github.com/warlockjs/framework"
|
|
78
109
|
},
|
|
79
|
-
"
|
|
110
|
+
"keywords": [
|
|
111
|
+
"nodejs",
|
|
112
|
+
"framework",
|
|
113
|
+
"typescript",
|
|
114
|
+
"javascript",
|
|
115
|
+
"web",
|
|
116
|
+
"nestjs",
|
|
117
|
+
"fastify",
|
|
118
|
+
"express",
|
|
119
|
+
"mongodb"
|
|
120
|
+
],
|
|
121
|
+
"author": "hassanzohdy",
|
|
122
|
+
"license": "MIT",
|
|
123
|
+
"version": "4.15.0",
|
|
80
124
|
"type": "module",
|
|
81
125
|
"main": "./esm/index.mjs",
|
|
82
126
|
"module": "./esm/index.mjs",
|