platformatic 3.5.0 → 3.5.1
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ guide to get up and running with Platformatic.
|
|
|
24
24
|
|
|
25
25
|
## Documentation
|
|
26
26
|
|
|
27
|
-
- [Getting Started](https://docs.platformatic.dev/docs/getting-started/quick-start
|
|
27
|
+
- [Getting Started](https://docs.platformatic.dev/docs/getting-started/quick-start)
|
|
28
28
|
- [CLI](https://docs.platformatic.dev/docs/reference/wattpm/cli-commands)
|
|
29
29
|
- [Guides](https://docs.platformatic.dev/docs/guides/build-modular-monolith)
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "platformatic",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "Platformatic CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"typescript": "^5.5.3"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@platformatic/foundation": "3.5.
|
|
38
|
-
"wattpm": "3.5.
|
|
37
|
+
"@platformatic/foundation": "3.5.1",
|
|
38
|
+
"wattpm": "3.5.1"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=22.19.0"
|