platformatic 1.38.0 → 1.40.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 +5 -5
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -24,16 +24,16 @@ guide to get up and running with Platformatic.
24
24
 
25
25
  ## Documentation
26
26
 
27
- - [Getting Started](https://docs.platformatic.dev/docs/category/getting-started)
28
- - [Reference](https://docs.platformatic.dev/docs/category/reference)
29
- - [Guides](https://docs.platformatic.dev/docs/category/guides)
27
+ - [Getting Started](https://docs.platformatic.dev/docs/getting-started/quick-start-guide)
28
+ - [CLI](https://docs.platformatic.dev/docs/cli)
29
+ - [Guides](https://docs.platformatic.dev/docs/guides/movie-quotes-app-tutorial)
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
- Having issues? Drop in to the [Platformatic Discord](https://discord.gg/platformatic)
36
- for help.
35
+ If you run into a bug, issues or have a suggestion for improvement, please raise an
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
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "platformatic",
3
- "version": "1.38.0",
3
+ "version": "1.40.0",
4
4
  "description": "Platformatic CLI",
5
5
  "main": "cli.js",
6
6
  "type": "module",
@@ -51,18 +51,18 @@
51
51
  "pino": "^8.19.0",
52
52
  "pino-pretty": "^11.0.0",
53
53
  "undici": "^6.9.0",
54
- "@platformatic/authenticate": "1.38.0",
55
- "@platformatic/composer": "1.38.0",
56
- "@platformatic/client-cli": "1.38.0",
57
- "@platformatic/config": "1.38.0",
58
- "@platformatic/control": "1.38.0",
59
- "@platformatic/db": "1.38.0",
60
- "@platformatic/deploy-client": "1.38.0",
61
- "@platformatic/runtime": "1.38.0",
62
- "@platformatic/service": "1.38.0",
63
- "@platformatic/frontend-template": "1.38.0",
64
- "@platformatic/utils": "1.38.0",
65
- "create-platformatic": "1.38.0"
54
+ "@platformatic/authenticate": "1.40.0",
55
+ "@platformatic/composer": "1.40.0",
56
+ "@platformatic/client-cli": "1.40.0",
57
+ "@platformatic/control": "1.40.0",
58
+ "@platformatic/config": "1.40.0",
59
+ "@platformatic/db": "1.40.0",
60
+ "@platformatic/deploy-client": "1.40.0",
61
+ "@platformatic/frontend-template": "1.40.0",
62
+ "@platformatic/runtime": "1.40.0",
63
+ "@platformatic/service": "1.40.0",
64
+ "create-platformatic": "1.40.0",
65
+ "@platformatic/utils": "1.40.0"
66
66
  },
67
67
  "scripts": {
68
68
  "test": "pnpm run lint && borp --timeout 120000 --concurrency 1",