@platformatic/composer 2.48.0 → 2.49.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/lib/stackable.js CHANGED
@@ -46,7 +46,7 @@ class ComposerStackable extends ServiceStackable {
46
46
  }
47
47
 
48
48
  this.#dependencies = dependencies
49
- return dependencies
49
+ return this.#dependencies
50
50
  }
51
51
 
52
52
  registerMeta (meta) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/composer",
3
- "version": "2.48.0",
3
+ "version": "2.49.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -32,9 +32,9 @@
32
32
  "typescript": "^5.5.4",
33
33
  "why-is-node-running": "2",
34
34
  "ws": "^8.16.0",
35
- "@platformatic/config": "2.48.0",
36
- "@platformatic/db": "2.48.0",
37
- "@platformatic/client": "2.48.0"
35
+ "@platformatic/client": "2.49.0",
36
+ "@platformatic/db": "2.49.0",
37
+ "@platformatic/config": "2.49.0"
38
38
  },
39
39
  "dependencies": {
40
40
  "@fastify/error": "^4.0.0",
@@ -68,12 +68,12 @@
68
68
  "rfdc": "^1.3.1",
69
69
  "semgrator": "^0.3.0",
70
70
  "undici": "^7.0.0",
71
- "@platformatic/config": "2.48.0",
72
- "@platformatic/scalar-theme": "2.48.0",
73
- "@platformatic/telemetry": "2.48.0",
74
- "@platformatic/service": "2.48.0",
75
- "@platformatic/generators": "2.48.0",
76
- "@platformatic/utils": "^2.48.0"
71
+ "@platformatic/config": "2.49.0",
72
+ "@platformatic/generators": "2.49.0",
73
+ "@platformatic/service": "2.49.0",
74
+ "@platformatic/telemetry": "2.49.0",
75
+ "@platformatic/scalar-theme": "2.49.0",
76
+ "@platformatic/utils": "^2.49.0"
77
77
  },
78
78
  "scripts": {
79
79
  "test": "pnpm run lint && borp -T --timeout=300000 -c 1 && tsd",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/composer/2.48.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/composer/2.49.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Composer",
5
5
  "type": "object",