@platformatic/vite 3.0.0-alpha.8 → 3.0.0-rc.2
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/config.d.ts +1 -0
- package/package.json +6 -6
- package/schema.json +5 -1
package/config.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/vite",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-rc.2",
|
|
4
4
|
"description": "Platformatic Vite Capability",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"@fastify/static": "^8.0.0",
|
|
19
19
|
"fastify": "^5.0.0",
|
|
20
20
|
"semver": "^7.6.3",
|
|
21
|
-
"@platformatic/basic": "3.0.0-
|
|
22
|
-
"@platformatic/
|
|
23
|
-
"@platformatic/
|
|
21
|
+
"@platformatic/basic": "3.0.0-rc.2",
|
|
22
|
+
"@platformatic/foundation": "3.0.0-rc.2",
|
|
23
|
+
"@platformatic/node": "3.0.0-rc.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@fastify/vite": "^7.0.1",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"typescript": "^5.5.4",
|
|
34
34
|
"vite": "^5.4.0",
|
|
35
35
|
"ws": "^8.18.0",
|
|
36
|
-
"@platformatic/gateway": "3.0.0-
|
|
37
|
-
"@platformatic/service": "3.0.0-
|
|
36
|
+
"@platformatic/gateway": "3.0.0-rc.2",
|
|
37
|
+
"@platformatic/service": "3.0.0-rc.2"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=22.18.0"
|
package/schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.platformatic.dev/@platformatic/vite/3.0.0-
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/@platformatic/vite/3.0.0-rc.2.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic Vite Config",
|
|
5
5
|
"type": "object",
|
|
@@ -921,6 +921,10 @@
|
|
|
921
921
|
}
|
|
922
922
|
]
|
|
923
923
|
},
|
|
924
|
+
"exitOnUnhandledErrors": {
|
|
925
|
+
"default": true,
|
|
926
|
+
"type": "boolean"
|
|
927
|
+
},
|
|
924
928
|
"gracefulShutdown": {
|
|
925
929
|
"type": "object",
|
|
926
930
|
"properties": {
|