platformatic 3.0.5 → 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 +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -19,20 +19,20 @@ 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
|
|
26
26
|
|
|
27
27
|
- [Getting Started](https://docs.platformatic.dev/docs/getting-started/quick-start-guide)
|
|
28
|
-
- [CLI](https://docs.platformatic.dev/docs/reference/
|
|
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
|
|
|
31
31
|
Check out our full documentation at [docs.platformatic.dev](https://docs.platformatic.dev).
|
|
32
32
|
|
|
33
33
|
## Support
|
|
34
34
|
|
|
35
|
-
If you run into a bug, issues or have a suggestion for improvement, please raise an
|
|
35
|
+
If you run into a bug, issues or have a suggestion for improvement, please raise an
|
|
36
36
|
[issue on GitHub](https://github.com/platformatic/platformatic/issues/new) or join our [Discord feedback](https://discord.gg/platformatic) channel.
|
|
37
37
|
|
|
38
38
|
## License
|
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",
|