@platformatic/vite 3.20.0 → 3.21.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.
Files changed (2) hide show
  1. package/package.json +6 -6
  2. package/schema.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/vite",
3
- "version": "3.20.0",
3
+ "version": "3.21.0",
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.20.0",
22
- "@platformatic/foundation": "3.20.0",
23
- "@platformatic/node": "3.20.0"
21
+ "@platformatic/basic": "3.21.0",
22
+ "@platformatic/foundation": "3.21.0",
23
+ "@platformatic/node": "3.21.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "cleaner-spec-reporter": "^0.5.0",
@@ -32,8 +32,8 @@
32
32
  "typescript": "^5.5.4",
33
33
  "vite": "^7.1.4",
34
34
  "ws": "^8.18.0",
35
- "@platformatic/gateway": "3.20.0",
36
- "@platformatic/service": "3.20.0"
35
+ "@platformatic/service": "3.21.0",
36
+ "@platformatic/gateway": "3.21.0"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=22.19.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/vite/3.20.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/vite/3.21.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Vite Config",
5
5
  "type": "object",
@@ -587,8 +587,7 @@
587
587
  "type": "string"
588
588
  },
589
589
  "sourceMaps": {
590
- "type": "boolean",
591
- "default": false
590
+ "type": "boolean"
592
591
  },
593
592
  "packageManager": {
594
593
  "type": "string",