arikajs 0.10.11 → 0.10.12
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/README.md +4 -9
- package/package.json +24 -24
package/README.md
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
[](https://discord.gg/XUTjzwjrHK)
|
|
13
13
|
[](https://www.typescriptlang.org/)
|
|
14
14
|
[](https://nodejs.org/)
|
|
15
|
-
[](https://github.com/arikajs/arikajs/stargazers)
|
|
16
15
|
[](https://github.com/arikajs/arikajs/issues)
|
|
17
16
|
[](https://github.com/arikajs/arikajs/pulls)
|
|
18
17
|
|
|
@@ -158,15 +157,11 @@ We love our community! Please see our [Contributing Guide](CONTRIBUTING.md) to l
|
|
|
158
157
|
|
|
159
158
|
---
|
|
160
159
|
|
|
161
|
-
##
|
|
160
|
+
## 📜 License
|
|
162
161
|
|
|
163
|
-
ArikaJS is open-source software licensed under the [MIT License](../../LICENSE)
|
|
162
|
+
ArikaJS is open-source software licensed under the **[MIT License](../../LICENSE)**.
|
|
164
163
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
**Built with ❤️ by [Prakash Tank](https://github.com/prakashtank) & The ArikaJS Team**
|
|
168
|
-
|
|
169
|
-
</div>
|
|
164
|
+
---
|
|
170
165
|
|
|
171
166
|
## 💬 Community & Support
|
|
172
167
|
|
|
@@ -178,7 +173,7 @@ ArikaJS is open-source software licensed under the [MIT License](../../LICENSE).
|
|
|
178
173
|
|
|
179
174
|
<div align="center">
|
|
180
175
|
|
|
181
|
-
**Built with ❤️ by the ArikaJS Team**
|
|
176
|
+
**Built with ❤️ by [Prakash Tank](https://github.com/prakashtank) and the ArikaJS Team**
|
|
182
177
|
|
|
183
178
|
[GitHub](https://github.com/arikajs) • [npm](https://www.npmjs.com/package/arikajs)
|
|
184
179
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arikajs",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.12",
|
|
4
4
|
"description": "The ArikaJS Framework.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"arikajs",
|
|
@@ -19,29 +19,29 @@
|
|
|
19
19
|
"@types/serve-static": "^2.2.0",
|
|
20
20
|
"busboy": "^1.6.0",
|
|
21
21
|
"serve-static": "^2.2.1",
|
|
22
|
-
"@arikajs/
|
|
23
|
-
"@arikajs/
|
|
24
|
-
"@arikajs/
|
|
25
|
-
"@arikajs/
|
|
26
|
-
"@arikajs/
|
|
27
|
-
"@arikajs/
|
|
28
|
-
"@arikajs/
|
|
29
|
-
"@arikajs/dispatcher": "0.10.
|
|
30
|
-
"@arikajs/encryption": "0.10.
|
|
31
|
-
"@arikajs/events": "0.10.
|
|
32
|
-
"@arikajs/foundation": "0.10.
|
|
33
|
-
"@arikajs/
|
|
34
|
-
"@arikajs/
|
|
35
|
-
"@arikajs/
|
|
36
|
-
"@arikajs/
|
|
37
|
-
"@arikajs/middleware": "0.10.
|
|
38
|
-
"@arikajs/queue": "0.10.
|
|
39
|
-
"@arikajs/
|
|
40
|
-
"@arikajs/
|
|
41
|
-
"@arikajs/
|
|
42
|
-
"@arikajs/
|
|
43
|
-
"@arikajs/validation": "0.10.
|
|
44
|
-
"@arikajs/view": "0.10.
|
|
22
|
+
"@arikajs/auth": "0.10.12",
|
|
23
|
+
"@arikajs/cache": "0.10.12",
|
|
24
|
+
"@arikajs/authorization": "0.10.12",
|
|
25
|
+
"@arikajs/config": "0.10.12",
|
|
26
|
+
"@arikajs/carbon": "^0.10.12",
|
|
27
|
+
"@arikajs/console": "0.10.12",
|
|
28
|
+
"@arikajs/database": "0.10.12",
|
|
29
|
+
"@arikajs/dispatcher": "0.10.12",
|
|
30
|
+
"@arikajs/encryption": "0.10.12",
|
|
31
|
+
"@arikajs/events": "0.10.12",
|
|
32
|
+
"@arikajs/foundation": "0.10.12",
|
|
33
|
+
"@arikajs/localization": "0.10.12",
|
|
34
|
+
"@arikajs/logging": "0.10.12",
|
|
35
|
+
"@arikajs/http": "0.10.12",
|
|
36
|
+
"@arikajs/mail": "0.10.12",
|
|
37
|
+
"@arikajs/middleware": "0.10.12",
|
|
38
|
+
"@arikajs/queue": "0.10.12",
|
|
39
|
+
"@arikajs/router": "0.10.12",
|
|
40
|
+
"@arikajs/scheduler": "0.10.12",
|
|
41
|
+
"@arikajs/storage": "0.10.12",
|
|
42
|
+
"@arikajs/session": "0.10.12",
|
|
43
|
+
"@arikajs/validation": "0.10.12",
|
|
44
|
+
"@arikajs/view": "0.10.12"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "^20.11.24",
|