@platformatic/basic 2.51.1-alpha.0 → 2.52.1-alpha.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.
@@ -186,6 +186,7 @@ export class ChildManager extends ITC {
186
186
  }
187
187
 
188
188
  register () {
189
+ Object.assign(globalThis.platformatic, this.#context)
189
190
  register(this.#loader, { data: this.#context })
190
191
  }
191
192
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/basic",
3
- "version": "2.51.1-alpha.0",
3
+ "version": "2.52.1-alpha.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -24,11 +24,11 @@
24
24
  "split2": "^4.2.0",
25
25
  "undici": "^7.0.0",
26
26
  "ws": "^8.18.0",
27
- "@platformatic/config": "2.51.1-alpha.0",
28
- "@platformatic/metrics": "2.51.1-alpha.0",
29
- "@platformatic/utils": "2.51.1-alpha.0",
30
- "@platformatic/telemetry": "2.51.1-alpha.0",
31
- "@platformatic/itc": "2.51.1-alpha.0"
27
+ "@platformatic/config": "2.52.1-alpha.0",
28
+ "@platformatic/metrics": "2.52.1-alpha.0",
29
+ "@platformatic/telemetry": "2.52.1-alpha.0",
30
+ "@platformatic/itc": "2.52.1-alpha.0",
31
+ "@platformatic/utils": "2.52.1-alpha.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "borp": "^0.19.0",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/basic/2.51.1-alpha.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/basic/2.52.1-alpha.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Stackable",
5
5
  "type": "object",