wattpm 2.29.0 → 2.30.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.
package/lib/gitignore.js CHANGED
@@ -120,7 +120,8 @@ dist
120
120
  # TernJS port file
121
121
  .tern-port
122
122
 
123
- # Stores VSCode versions used for testing VSCode extensions
123
+ # VSCode
124
+ .vscode
124
125
  .vscode-test
125
126
 
126
127
  # yarn v2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wattpm",
3
- "version": "2.29.0",
3
+ "version": "2.30.0",
4
4
  "description": "The Node.js Application Server",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -35,11 +35,11 @@
35
35
  "pino-pretty": "^13.0.0",
36
36
  "split2": "^4.2.0",
37
37
  "table": "^6.8.2",
38
- "@platformatic/basic": "2.29.0",
39
- "@platformatic/config": "2.29.0",
40
- "@platformatic/control": "2.29.0",
41
- "@platformatic/runtime": "2.29.0",
42
- "@platformatic/utils": "2.29.0"
38
+ "@platformatic/config": "2.30.0",
39
+ "@platformatic/control": "2.30.0",
40
+ "@platformatic/basic": "2.30.0",
41
+ "@platformatic/utils": "2.30.0",
42
+ "@platformatic/runtime": "2.30.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "borp": "^0.19.0",
@@ -49,7 +49,7 @@
49
49
  "neostandard": "^0.12.0",
50
50
  "typescript": "^5.5.4",
51
51
  "undici": "^7.0.0",
52
- "@platformatic/node": "2.29.0"
52
+ "@platformatic/node": "2.30.0"
53
53
  },
54
54
  "scripts": {
55
55
  "test": "npm run lint && borp --concurrency=1 --timeout=300000",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/wattpm/2.29.0.json",
2
+ "$id": "https://schemas.platformatic.dev/wattpm/2.30.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "type": "object",
5
5
  "properties": {