@adonisjs/core 5.8.3 → 5.8.4

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 +1 -65
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -5,73 +5,9 @@
5
5
  <br />
6
6
  <hr>
7
7
 
8
- <div align="center">
9
- <h3>
10
- <a href="https://www.patreon.com/adonisframework">
11
- Business Sponsors
12
- </a>
13
- </h3>
14
-
15
- <a href="https://cleavr.io/adonis/?utm_source=adonisjs" title="Cleaver">
16
- <img src="assets/cleavr.png" width="100px">
17
- </a>
18
-
19
- <a href="https://ably.com/?utm_source=adonisjs" title="Build realtime features you can trust to deliver at scale">
20
- <img src="assets/ably.jpeg" width="100px">
21
- </a>
22
-
23
- <a href="https://fossunited.org/?utm_source=adonisjs">
24
- <img src="assets/foss.png" width="100px">
25
- </a>
26
-
27
- </div>
28
-
29
- <br />
30
- <hr>
31
-
32
- <div align="center">
33
- <h3>
34
- <a href="https://www.patreon.com/adonisframework">
35
- Patreon Supporters
36
- </a>
37
- </h3>
38
-
39
- <a title="Bastien Crettenand">
40
- <img src="assets/bastien-crettenand.png" width="100px">
41
- </a>
42
-
43
- <a href="https://github.com/olaoluwa-98" title="Emmanuel Awotunde">
44
- <img src="assets/emmanuel.png" width="100px">
45
- </a>
46
-
47
- <a href="https://mcsneaky.ap3k.pro/?utm_source=adonisjs" title="McSneaky">
48
- <img src="assets/mc-sneaky.png" width="100px">
49
- </a>
50
-
51
- <a href="https://appmasters.io?utm_source=adonisjs" title="Expert in software development for small and medium sized companies">
52
- <img src="assets/appmasters.jpg" width="100px">
53
- </a>
54
-
55
- <a href="http://repzo.com?utm_source=adonisjs" title="Smartest CRM / SFA for your field teams powered by Blockchain">
56
- <img src="assets/repzo.jpeg" width="100px">
57
- </a>
58
-
59
- <a href="https://doconchain.com/?utm_source=adonisjs.com" title="Boost your business today with doconchain.com">
60
- <img src="assets/doconchain.jpeg" width="100px">
61
- </a>
62
-
63
- <a href="https://bitkidd.dev/?utm_source=adonisjs.com" title="Chirill Ceban">
64
- <img src="assets/bitkidd.jpeg" width="100px">
65
- </a>
66
-
67
- <a href="https://github.com/usagar80/?utm_source=adonisjs.com" title="Sagar Upadhyay">
68
- <img src="assets/usagar80.jpeg" width="100px">
69
- </a>
70
- </div>
8
+ ![](./sponsorkit/sponsors.png)
71
9
 
72
10
  <hr>
73
-
74
-
75
11
  <br />
76
12
 
77
13
  <div align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adonisjs/core",
3
- "version": "5.8.3",
3
+ "version": "5.8.4",
4
4
  "description": "Core of AdonisJS",
5
5
  "exports": {
6
6
  ".": {
@@ -75,19 +75,19 @@
75
75
  "@adonisjs/require-ts": "^2.0.11",
76
76
  "@adonisjs/sink": "^5.3.1",
77
77
  "@japa/assert": "^1.3.4",
78
- "@japa/preset-adonis": "^1.0.15",
78
+ "@japa/preset-adonis": "^1.1.0",
79
79
  "@japa/run-failed-tests": "^1.0.7",
80
- "@japa/runner": "^2.0.8",
80
+ "@japa/runner": "^2.0.9",
81
81
  "@japa/spec-reporter": "^1.1.12",
82
82
  "@poppinss/dev-utils": "^2.0.3",
83
- "@types/node": "^17.0.34",
83
+ "@types/node": "^17.0.42",
84
84
  "@types/supertest": "^2.0.12",
85
85
  "clear-module": "^4.1.2",
86
86
  "commitizen": "^4.2.4",
87
87
  "copyfiles": "^2.4.1",
88
88
  "cz-conventional-changelog": "^3.3.0",
89
89
  "del-cli": "^4.0.1",
90
- "eslint": "^8.15.0",
90
+ "eslint": "^8.17.0",
91
91
  "eslint-config-prettier": "^8.5.0",
92
92
  "eslint-plugin-adonis": "^2.1.0",
93
93
  "eslint-plugin-prettier": "^4.0.0",
@@ -101,7 +101,7 @@
101
101
  "strip-ansi": "^6.0.1",
102
102
  "supertest": "^6.2.3",
103
103
  "test-console": "^2.0.0",
104
- "typescript": "^4.7.2",
104
+ "typescript": "^4.7.3",
105
105
  "youch": "^3.2.0",
106
106
  "youch-terminal": "^2.1.4"
107
107
  },
@@ -131,14 +131,14 @@
131
131
  "@adonisjs/encryption": "^4.0.8",
132
132
  "@adonisjs/events": "^7.2.1",
133
133
  "@adonisjs/hash": "^7.1.1",
134
- "@adonisjs/http-server": "^5.10.0",
134
+ "@adonisjs/http-server": "^5.10.1",
135
135
  "@adonisjs/validator": "^12.3.2",
136
136
  "@poppinss/cliui": "^3.0.2",
137
137
  "@poppinss/manager": "^5.0.2",
138
138
  "@poppinss/utils": "^4.0.4",
139
139
  "fs-extra": "^10.1.0",
140
140
  "macroable": "^7.0.1",
141
- "memfs": "^3.4.3",
141
+ "memfs": "^3.4.4",
142
142
  "serve-static": "^1.15.0",
143
143
  "stringify-attributes": "^2.0.0"
144
144
  },