@platformatic/globals 3.58.0 → 3.59.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@ Direct access through the legacy `globalThis.platformatic` object is still suppo
36
36
 
37
37
  ## Documentation
38
38
 
39
- See the [Runtime APIs reference](https://docs.platformatic.dev/docs/reference/runtime/globals) for the complete API list and examples.
39
+ See the [Runtime APIs reference](https://docs.platformatic.dev/docs/reference/runtime/configuration) for the complete API list and examples.
40
40
 
41
41
  ## License
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/globals",
3
- "version": "3.58.0",
3
+ "version": "3.59.0",
4
4
  "description": "Platformatic Global Object Getter",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",