@platformatic/service 1.40.0 → 1.41.1

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.
@@ -12,6 +12,13 @@ class ServiceGenerator extends BaseGenerator {
12
12
  })
13
13
  }
14
14
 
15
+ getDefaultConfig () {
16
+ const config = super.getDefaultConfig()
17
+ config.plugin = true
18
+ config.tests = true
19
+ return config
20
+ }
21
+
15
22
  async _beforePrepare () {
16
23
  // if we are NOT updating, create env and files, otherwise leave as it is
17
24
  if (!this.config.isUpdating) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "1.40.0",
3
+ "version": "1.41.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -20,7 +20,7 @@
20
20
  "@fastify/aws-lambda": "^4.0.0",
21
21
  "@fastify/compress": "^7.0.0",
22
22
  "bindings": "^1.5.0",
23
- "borp": "^0.13.0",
23
+ "borp": "^0.14.0",
24
24
  "json-schema-to-typescript": "^14.0.0",
25
25
  "openapi-types": "^12.1.3",
26
26
  "pino-abstract-transport": "^1.1.0",
@@ -78,13 +78,13 @@
78
78
  "semgrator": "^0.3.0",
79
79
  "ua-parser-js": "^1.0.37",
80
80
  "undici": "^6.9.0",
81
- "@platformatic/authenticate": "1.40.0",
82
- "@platformatic/client": "1.40.0",
83
- "@platformatic/config": "1.40.0",
84
- "@platformatic/generators": "1.40.0",
85
- "@platformatic/telemetry": "1.40.0",
86
- "@platformatic/scalar-theme": "1.40.0",
87
- "@platformatic/utils": "1.40.0"
81
+ "@platformatic/authenticate": "1.41.1",
82
+ "@platformatic/client": "1.41.1",
83
+ "@platformatic/config": "1.41.1",
84
+ "@platformatic/generators": "1.41.1",
85
+ "@platformatic/scalar-theme": "1.41.1",
86
+ "@platformatic/telemetry": "1.41.1",
87
+ "@platformatic/utils": "1.41.1"
88
88
  },
89
89
  "standard": {
90
90
  "ignore": [
package/schema.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "$id": "https://platformatic.dev/schemas/v1.40.0/service",
3
- "version": "1.40.0",
2
+ "$id": "https://platformatic.dev/schemas/v1.41.1/service",
3
+ "version": "1.41.1",
4
4
  "title": "Platformatic Service",
5
5
  "type": "object",
6
6
  "properties": {