@adonisjs/core 6.9.1 → 6.10.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.
@@ -0,0 +1 @@
1
+ export * from '@adonisjs/health';
@@ -0,0 +1,9 @@
1
+ /*
2
+ * @adonisjs/core
3
+ *
4
+ * (c) AdonisJS
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ */
9
+ export * from '@adonisjs/health';
@@ -0,0 +1 @@
1
+ export * from '@adonisjs/health/types';
@@ -0,0 +1,9 @@
1
+ /*
2
+ * @adonisjs/core
3
+ *
4
+ * (c) AdonisJS
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ */
9
+ export * from '@adonisjs/health/types';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs/core",
3
3
  "description": "Core of AdonisJS",
4
- "version": "6.9.1",
4
+ "version": "6.10.0",
5
5
  "engines": {
6
6
  "node": ">=20.6.0"
7
7
  },
@@ -56,7 +56,8 @@
56
56
  "./repl": "./build/modules/repl.js",
57
57
  "./package.json": "./package.json",
58
58
  "./exceptions": "./build/src/exceptions.js",
59
- "./test_utils": "./build/src/test_utils/main.js"
59
+ "./test_utils": "./build/src/test_utils/main.js",
60
+ "./health": "./build/modules/health.js"
60
61
  },
61
62
  "scripts": {
62
63
  "pretest": "npm run lint",
@@ -90,13 +91,13 @@
90
91
  "@japa/expect-type": "^2.0.2",
91
92
  "@japa/file-system": "^2.3.0",
92
93
  "@japa/runner": "^3.1.4",
93
- "@swc/core": "^1.5.24",
94
- "@types/node": "^20.13.0",
94
+ "@swc/core": "^1.5.25",
95
+ "@types/node": "^20.14.2",
95
96
  "@types/pretty-hrtime": "^1.0.3",
96
97
  "@types/sinon": "^17.0.3",
97
98
  "@types/supertest": "^6.0.2",
98
99
  "@types/test-console": "^2.0.3",
99
- "@vinejs/vine": "^2.0.0",
100
+ "@vinejs/vine": "^2.1.0",
100
101
  "argon2": "^0.40.3",
101
102
  "bcrypt": "^5.1.1",
102
103
  "c8": "^9.1.0",
@@ -105,14 +106,14 @@
105
106
  "del-cli": "^5.1.0",
106
107
  "edge.js": "^6.0.2",
107
108
  "eslint": "^8.57.0",
108
- "execa": "^8.0.1",
109
+ "execa": "^9.2.0",
109
110
  "get-port": "^7.1.0",
110
111
  "github-label-sync": "^2.3.1",
111
112
  "husky": "^9.0.11",
112
- "prettier": "^3.3.0",
113
+ "prettier": "^3.3.1",
113
114
  "release-it": "^17.3.0",
114
- "sinon": "^17.0.2",
115
- "supertest": "^6.3.4",
115
+ "sinon": "^18.0.0",
116
+ "supertest": "^7.0.0",
116
117
  "test-console": "^2.0.0",
117
118
  "ts-node": "^10.9.2",
118
119
  "typescript": "^5.4.5"
@@ -127,6 +128,7 @@
127
128
  "@adonisjs/events": "^9.0.2",
128
129
  "@adonisjs/fold": "^10.1.2",
129
130
  "@adonisjs/hash": "^9.0.3",
131
+ "@adonisjs/health": "^1.0.0",
130
132
  "@adonisjs/http-server": "^7.2.3",
131
133
  "@adonisjs/logger": "^6.0.3",
132
134
  "@adonisjs/repl": "^4.0.1",