@platformatic/runtime 1.38.0 → 1.39.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.
|
@@ -60,6 +60,7 @@ class RuntimeGenerator extends BaseGenerator {
|
|
|
60
60
|
async generatePackageJson () {
|
|
61
61
|
const template = {
|
|
62
62
|
name: `${this.runtimeName}`,
|
|
63
|
+
workspaces: ['services/*'],
|
|
63
64
|
scripts: {
|
|
64
65
|
start: 'platformatic start'
|
|
65
66
|
},
|
|
@@ -94,7 +95,7 @@ class RuntimeGenerator extends BaseGenerator {
|
|
|
94
95
|
PORT: this.config.port || 3042,
|
|
95
96
|
PLT_SERVER_LOGGER_LEVEL: this.config.logLevel || 'info',
|
|
96
97
|
PLT_MANAGEMENT_API: true
|
|
97
|
-
}, { overwrite: false })
|
|
98
|
+
}, { overwrite: false, default: true })
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
addServicesDependencies () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/runtime",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.39.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"typescript": "^5.4.2",
|
|
35
35
|
"undici-oidc-interceptor": "^0.5.0",
|
|
36
36
|
"why-is-node-running": "^2.2.2",
|
|
37
|
-
"@platformatic/sql-graphql": "1.
|
|
38
|
-
"@platformatic/sql-mapper": "1.
|
|
37
|
+
"@platformatic/sql-graphql": "1.39.0",
|
|
38
|
+
"@platformatic/sql-mapper": "1.39.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@fastify/error": "^3.4.1",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"undici": "^6.9.0",
|
|
64
64
|
"why-is-node-running": "^2.2.2",
|
|
65
65
|
"ws": "^8.16.0",
|
|
66
|
-
"@platformatic/composer": "1.
|
|
67
|
-
"@platformatic/config": "1.
|
|
68
|
-
"@platformatic/db": "1.
|
|
69
|
-
"@platformatic/
|
|
70
|
-
"@platformatic/
|
|
71
|
-
"@platformatic/
|
|
72
|
-
"@platformatic/
|
|
66
|
+
"@platformatic/composer": "1.39.0",
|
|
67
|
+
"@platformatic/config": "1.39.0",
|
|
68
|
+
"@platformatic/db": "1.39.0",
|
|
69
|
+
"@platformatic/generators": "1.39.0",
|
|
70
|
+
"@platformatic/telemetry": "1.39.0",
|
|
71
|
+
"@platformatic/service": "1.39.0",
|
|
72
|
+
"@platformatic/utils": "1.39.0"
|
|
73
73
|
},
|
|
74
74
|
"standard": {
|
|
75
75
|
"ignore": [
|