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.
Files changed (2) hide show
  1. package/README.md +4 -9
  2. package/package.json +24 -24
package/README.md CHANGED
@@ -12,7 +12,6 @@
12
12
  [![Discord](https://img.shields.io/badge/discord-join-7289da?style=flat&logo=discord&logoColor=white)](https://discord.gg/XUTjzwjrHK)
13
13
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg?style=flat-square)](https://www.typescriptlang.org/)
14
14
  [![Node.js](https://img.shields.io/badge/Node.js-20+-green.svg?style=flat-square)](https://nodejs.org/)
15
- [![GitHub stars](https://img.shields.io/github/stars/arikajs/arikajs.svg?style=flat-square)](https://github.com/arikajs/arikajs/stargazers)
16
15
  [![GitHub issues](https://img.shields.io/github/issues/arikajs/arikajs.svg?style=flat-square)](https://github.com/arikajs/arikajs/issues)
17
16
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](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
- ## 📝 License
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
- <div align="center">
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.11",
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/authorization": "0.10.11",
23
- "@arikajs/auth": "0.10.11",
24
- "@arikajs/carbon": "^0.10.11",
25
- "@arikajs/cache": "0.10.11",
26
- "@arikajs/config": "0.10.11",
27
- "@arikajs/database": "0.10.11",
28
- "@arikajs/console": "0.10.11",
29
- "@arikajs/dispatcher": "0.10.11",
30
- "@arikajs/encryption": "0.10.11",
31
- "@arikajs/events": "0.10.11",
32
- "@arikajs/foundation": "0.10.11",
33
- "@arikajs/http": "0.10.11",
34
- "@arikajs/localization": "0.10.11",
35
- "@arikajs/mail": "0.10.11",
36
- "@arikajs/logging": "0.10.11",
37
- "@arikajs/middleware": "0.10.11",
38
- "@arikajs/queue": "0.10.11",
39
- "@arikajs/scheduler": "0.10.11",
40
- "@arikajs/router": "0.10.11",
41
- "@arikajs/session": "0.10.11",
42
- "@arikajs/storage": "0.10.11",
43
- "@arikajs/validation": "0.10.11",
44
- "@arikajs/view": "0.10.11"
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",