platformatic 1.10.0 → 1.11.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/help/help.txt +1 -0
  2. package/package.json +13 -13
package/help/help.txt CHANGED
@@ -10,3 +10,4 @@ Welcome to Platformatic. Available commands are:
10
10
  * `runtime` - start Platformatic Runtime; type `platformatic runtime help` to know more.
11
11
  * `start` - start a Platformatic application.
12
12
  * `login` - generate a Platformatic login api key.
13
+ * `client` - generate a Platformatic client.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "platformatic",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "Platformatic CLI",
5
5
  "main": "cli.js",
6
6
  "type": "module",
@@ -49,18 +49,18 @@
49
49
  "pino": "^8.15.3",
50
50
  "pino-pretty": "^10.2.0",
51
51
  "undici": "^5.25.4",
52
- "@platformatic/authenticate": "1.10.0",
53
- "@platformatic/client-cli": "1.10.0",
54
- "@platformatic/composer": "1.10.0",
55
- "@platformatic/db": "1.10.0",
56
- "@platformatic/deploy-client": "1.10.0",
57
- "@platformatic/frontend-template": "1.10.0",
58
- "@platformatic/config": "1.10.0",
59
- "@platformatic/metaconfig": "1.10.0",
60
- "@platformatic/runtime": "1.10.0",
61
- "@platformatic/service": "1.10.0",
62
- "@platformatic/utils": "^1.10.0",
63
- "create-platformatic": "1.10.0"
52
+ "@platformatic/client-cli": "1.11.0",
53
+ "@platformatic/authenticate": "1.11.0",
54
+ "@platformatic/config": "1.11.0",
55
+ "@platformatic/deploy-client": "1.11.0",
56
+ "@platformatic/db": "1.11.0",
57
+ "@platformatic/composer": "1.11.0",
58
+ "@platformatic/frontend-template": "1.11.0",
59
+ "@platformatic/metaconfig": "1.11.0",
60
+ "@platformatic/runtime": "1.11.0",
61
+ "@platformatic/service": "1.11.0",
62
+ "@platformatic/utils": "^1.11.0",
63
+ "create-platformatic": "1.11.0"
64
64
  },
65
65
  "scripts": {
66
66
  "test": "standard | snazzy && c8 node ./test/runner.js",