@platformatic/runtime 1.38.0 → 1.40.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @platformatic/runtime
2
2
 
3
- Check out the full documentation for Platformatic Runtime on [our website](https://docs.platformatic.dev/docs/getting-started/quick-start-guide).
3
+ Check out the full documentation for Platformatic Runtime on [our website](https://docs.platformatic.dev/docs/runtime/overview).
4
4
 
5
5
  ## Install
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Platformatic Runtime API
2
2
 
3
- This is a generated [Platformatic Runtime](https://docs.platformatic.dev/docs/reference/runtime/introduction) application.
3
+ This is a generated [Platformatic Runtime](https://docs.platformatic.dev/docs/runtime/overview) application.
4
4
 
5
5
  ## Requirements
6
6
 
@@ -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.38.0",
3
+ "version": "1.40.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.0",
38
- "@platformatic/sql-mapper": "1.38.0"
37
+ "@platformatic/sql-mapper": "1.40.0",
38
+ "@platformatic/sql-graphql": "1.40.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.38.0",
67
- "@platformatic/config": "1.38.0",
68
- "@platformatic/db": "1.38.0",
69
- "@platformatic/service": "1.38.0",
70
- "@platformatic/utils": "1.38.0",
71
- "@platformatic/generators": "1.38.0",
72
- "@platformatic/telemetry": "1.38.0"
66
+ "@platformatic/composer": "1.40.0",
67
+ "@platformatic/db": "1.40.0",
68
+ "@platformatic/config": "1.40.0",
69
+ "@platformatic/service": "1.40.0",
70
+ "@platformatic/generators": "1.40.0",
71
+ "@platformatic/telemetry": "1.40.0",
72
+ "@platformatic/utils": "1.40.0"
73
73
  },
74
74
  "standard": {
75
75
  "ignore": [