@platformatic/service 1.37.1 → 1.38.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/help/compile.txt CHANGED
@@ -11,9 +11,9 @@ Using the `--clean` flag, the outDir directory will be removed before the new c
11
11
 
12
12
  If not specified, the configuration will be loaded from any of the following, in the current directory.
13
13
 
14
- * `platformatic.service.json`, or
15
- * `platformatic.service.yml`, or
16
- * `platformatic.service.tml`
14
+ * `platformatic.json`, or
15
+ * `platformatic.yml`, or
16
+ * `platformatic.tml`
17
17
 
18
18
  You can find more details about the configuration format here:
19
- * [Platformatic Service Configuration](https://docs.platformatic.dev/docs/reference/service/configuration)
19
+ * [Platformatic Service Configuration](https://docs.platformatic.dev/docs/service/configuration)
package/help/schema.txt CHANGED
@@ -1,9 +1,9 @@
1
1
  Update the config schema file:
2
2
 
3
- * `schema config` - update the JSON schema config available on `platformatic.service.schema.json`
3
+ * `schema config` - update the JSON schema config available on `platformatic.json`
4
4
 
5
- Your configuration on `platformatic.service.json` has a schema defined to improve the developer experience and avoid mistakes when updating the configuration of Platformatic Service.
6
- When you initialize a new Platformatic service (f.e. running `npm create platformatic@latest`), a new JSON `$schema` property is added in the `platformatic.service.json` config. This can allow your IDE to add suggestions (f.e. mandatory/missing fields, types, default values) by opening the config in `platformatic.service.json`.
5
+ Your configuration on `platformatic.json` has a schema defined to improve the developer experience and avoid mistakes when updating the configuration of Platformatic Service.
6
+ When you initialize a new Platformatic service (f.e. running `npm create platformatic@latest`), a new JSON `$schema` property is added in the `platformatic.json` config. This can allow your IDE to add suggestions (f.e. mandatory/missing fields, types, default values) by opening the config in `platformatic.service.json`.
7
7
  Running `platformatic service schema config` you can update your schema so that it matches well the latest changes available on your config.
8
8
 
9
9
 
package/help/start.txt CHANGED
@@ -5,7 +5,7 @@ Start the Platformatic Service with the following command:
5
5
  ```
6
6
 
7
7
  You will need a configuration file. Here is an example to get you started,
8
- save the following as `platformatic.service.json`:
8
+ save the following as `platformatic.json`:
9
9
 
10
10
  ``` json
11
11
  {
@@ -16,10 +16,10 @@ Options:
16
16
 
17
17
  If not specified, the configuration will be loaded from any of the following, in the current directory.
18
18
 
19
- * `platformatic.db.json`, or
20
- * `platformatic.db.yml`, or
21
- * `platformatic.db.tml`
19
+ * `platformatic.json`, or
20
+ * `platformatic.yml`, or
21
+ * `platformatic.tml`
22
22
 
23
23
  You can find more details about the configuration format here:
24
- * [Platformatic DB Configuration](https://docs.platformatic.dev/docs/reference/db/configuration)
24
+ * [Platformatic DB Configuration](https://docs.platformatic.dev/docs/db/configuration)
25
25
 
@@ -14,10 +14,10 @@ Options:
14
14
 
15
15
  If not specified, the configuration will be loaded from any of the following, in the current directory.
16
16
 
17
- * `platformatic.db.json`, or
18
- * `platformatic.db.yml`, or
19
- * `platformatic.db.tml`
17
+ * `platformatic.json`, or
18
+ * `platformatic.yml`, or
19
+ * `platformatic.tml`
20
20
 
21
21
  You can find more details about the configuration format here:
22
- * [Platformatic DB Configuration](https://docs.platformatic.dev/docs/reference/db/configuration)
22
+ * [Platformatic DB Configuration](https://docs.platformatic.dev/docs/db/configuration)
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "1.37.1",
3
+ "version": "1.38.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -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.37.1",
82
- "@platformatic/config": "1.37.1",
83
- "@platformatic/generators": "1.37.1",
84
- "@platformatic/scalar-theme": "1.37.1",
85
- "@platformatic/client": "1.37.1",
86
- "@platformatic/utils": "1.37.1",
87
- "@platformatic/telemetry": "1.37.1"
81
+ "@platformatic/authenticate": "1.38.0",
82
+ "@platformatic/config": "1.38.0",
83
+ "@platformatic/client": "1.38.0",
84
+ "@platformatic/generators": "1.38.0",
85
+ "@platformatic/telemetry": "1.38.0",
86
+ "@platformatic/utils": "1.38.0",
87
+ "@platformatic/scalar-theme": "1.38.0"
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.37.1/service",
3
- "version": "1.37.1",
2
+ "$id": "https://platformatic.dev/schemas/v1.38.0/service",
3
+ "version": "1.38.0",
4
4
  "title": "Platformatic Service",
5
5
  "type": "object",
6
6
  "properties": {