@platformatic/service 0.34.1 → 0.35.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 +8 -4
- package/package.json +7 -7
package/help/compile.txt
CHANGED
|
@@ -7,7 +7,11 @@ Compile typescript plugins.
|
|
|
7
7
|
As a result of executing this command, Platformatic Service will compile typescript
|
|
8
8
|
plugins in the `outDir` directory.
|
|
9
9
|
|
|
10
|
-
If not specified, the configuration
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
If not specified, the configuration will be loaded from any of the following, in the current directory.
|
|
11
|
+
|
|
12
|
+
* `platformatic.service.json`, or
|
|
13
|
+
* `platformatic.service.yml`, or
|
|
14
|
+
* `platformatic.service.tml`
|
|
15
|
+
|
|
16
|
+
You can find more details about the configuration format here:
|
|
17
|
+
* [Platformatic Service Configuration](https://docs.platformatic.dev/docs/reference/service/configuration)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/service",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"pino-pretty": "^10.0.0",
|
|
66
66
|
"rfdc": "^1.3.0",
|
|
67
67
|
"ua-parser-js": "^1.0.35",
|
|
68
|
-
"@platformatic/client": "0.
|
|
69
|
-
"@platformatic/config": "0.
|
|
70
|
-
"@platformatic/swagger-ui-theme": "0.
|
|
71
|
-
"@platformatic/types": "0.
|
|
72
|
-
"@platformatic/utils": "0.
|
|
73
|
-
"@platformatic/telemetry": "0.
|
|
68
|
+
"@platformatic/client": "0.35.0",
|
|
69
|
+
"@platformatic/config": "0.35.0",
|
|
70
|
+
"@platformatic/swagger-ui-theme": "0.35.0",
|
|
71
|
+
"@platformatic/types": "0.35.0",
|
|
72
|
+
"@platformatic/utils": "0.35.0",
|
|
73
|
+
"@platformatic/telemetry": "0.35.0"
|
|
74
74
|
},
|
|
75
75
|
"standard": {
|
|
76
76
|
"ignore": [
|