@platformatic/service 1.37.0 → 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 +4 -4
- package/help/schema.txt +3 -3
- package/help/start.txt +1 -1
- package/help/versions bump.txt +4 -4
- package/help/versions update.txt +4 -4
- package/package.json +8 -8
- package/schema.json +2 -2
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.
|
|
15
|
-
* `platformatic.
|
|
16
|
-
* `platformatic.
|
|
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/
|
|
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.
|
|
3
|
+
* `schema config` - update the JSON schema config available on `platformatic.json`
|
|
4
4
|
|
|
5
|
-
Your configuration on `platformatic.
|
|
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.
|
|
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
package/help/versions bump.txt
CHANGED
|
@@ -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.
|
|
20
|
-
* `platformatic.
|
|
21
|
-
* `platformatic.
|
|
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/
|
|
24
|
+
* [Platformatic DB Configuration](https://docs.platformatic.dev/docs/db/configuration)
|
|
25
25
|
|
package/help/versions update.txt
CHANGED
|
@@ -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.
|
|
18
|
-
* `platformatic.
|
|
19
|
-
* `platformatic.
|
|
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/
|
|
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.
|
|
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.
|
|
82
|
-
"@platformatic/config": "1.
|
|
83
|
-
"@platformatic/client": "1.
|
|
84
|
-
"@platformatic/generators": "1.
|
|
85
|
-
"@platformatic/telemetry": "1.
|
|
86
|
-
"@platformatic/utils": "1.
|
|
87
|
-
"@platformatic/scalar-theme": "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