platformatic 3.0.6 → 3.1.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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ npm create platformatic@latest
|
|
|
19
19
|
npm install platformatic
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
Follow our [Quick Start Guide](https://docs.platformatic.dev/docs/getting-started/quick-start
|
|
22
|
+
Follow our [Quick Start Guide](https://docs.platformatic.dev/docs/getting-started/quick-start)
|
|
23
23
|
guide to get up and running with Platformatic.
|
|
24
24
|
|
|
25
25
|
## Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "platformatic",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Platformatic CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"typescript": "^5.5.3"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@platformatic/foundation": "3.0
|
|
38
|
-
"wattpm": "3.0
|
|
37
|
+
"@platformatic/foundation": "3.1.0",
|
|
38
|
+
"wattpm": "3.1.0"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
|
-
"node": ">=22.
|
|
41
|
+
"node": ">=22.19.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"test": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js test/**/*.test.js",
|