@platformatic/runtime 1.26.0 → 1.27.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.
@@ -15,6 +15,7 @@ class RuntimeGenerator extends BaseGenerator {
15
15
  ...opts,
16
16
  module: '@platformatic/runtime'
17
17
  })
18
+ this.runtimeName = opts.name
18
19
  this.services = []
19
20
  this.entryPoint = null
20
21
  }
@@ -51,6 +52,7 @@ class RuntimeGenerator extends BaseGenerator {
51
52
 
52
53
  async generatePackageJson () {
53
54
  const template = {
55
+ name: `${this.runtimeName}`,
54
56
  scripts: {
55
57
  start: 'platformatic start',
56
58
  test: 'node --test test/*/*.test.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/runtime",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -19,7 +19,7 @@
19
19
  "devDependencies": {
20
20
  "@fastify/express": "^2.3.0",
21
21
  "@matteo.collina/tspl": "^0.1.1",
22
- "borp": "^0.9.0",
22
+ "borp": "^0.10.0",
23
23
  "c8": "^9.1.0",
24
24
  "execa": "^8.0.1",
25
25
  "express": "^4.18.2",
@@ -32,8 +32,8 @@
32
32
  "typescript": "^5.3.3",
33
33
  "undici-oauth-interceptor": "^0.4.2",
34
34
  "ws": "^8.16.0",
35
- "@platformatic/sql-graphql": "1.26.0",
36
- "@platformatic/sql-mapper": "1.26.0"
35
+ "@platformatic/sql-graphql": "1.27.0",
36
+ "@platformatic/sql-mapper": "1.27.0"
37
37
  },
38
38
  "dependencies": {
39
39
  "@fastify/error": "^3.4.1",
@@ -56,13 +56,13 @@
56
56
  "pino-roll": "1.0.0-rc.1",
57
57
  "undici": "^6.6.0",
58
58
  "why-is-node-running": "^2.2.2",
59
- "@platformatic/composer": "1.26.0",
60
- "@platformatic/config": "1.26.0",
61
- "@platformatic/generators": "1.26.0",
62
- "@platformatic/db": "1.26.0",
63
- "@platformatic/service": "1.26.0",
64
- "@platformatic/utils": "1.26.0",
65
- "@platformatic/telemetry": "1.26.0"
59
+ "@platformatic/composer": "1.27.0",
60
+ "@platformatic/config": "1.27.0",
61
+ "@platformatic/generators": "1.27.0",
62
+ "@platformatic/db": "1.27.0",
63
+ "@platformatic/service": "1.27.0",
64
+ "@platformatic/utils": "1.27.0",
65
+ "@platformatic/telemetry": "1.27.0"
66
66
  },
67
67
  "standard": {
68
68
  "ignore": [