platformatic 0.33.1 → 0.34.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/lib/deploy.js +1 -1
- package/package.json +13 -13
package/lib/deploy.js
CHANGED
|
@@ -10,7 +10,7 @@ import inquirer from 'inquirer'
|
|
|
10
10
|
import parseArgs from 'minimist'
|
|
11
11
|
import deployClient from '@platformatic/deploy-client'
|
|
12
12
|
|
|
13
|
-
export const DEPLOY_SERVICE_HOST = 'https://
|
|
13
|
+
export const DEPLOY_SERVICE_HOST = 'https://deploy.platformatic.cloud'
|
|
14
14
|
|
|
15
15
|
const WORKSPACE_TYPES = ['static', 'dynamic']
|
|
16
16
|
const UUID_REGEX = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "platformatic",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"description": "Platformatic CLI",
|
|
5
5
|
"main": "cli.js",
|
|
6
6
|
"type": "module",
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
"minimist": "^1.2.8",
|
|
49
49
|
"pino": "^8.14.1",
|
|
50
50
|
"pino-pretty": "^10.0.0",
|
|
51
|
-
"@platformatic/authenticate": "0.
|
|
52
|
-
"@platformatic/client-cli": "0.
|
|
53
|
-
"@platformatic/composer": "0.
|
|
54
|
-
"@platformatic/config": "0.
|
|
55
|
-
"@platformatic/db": "0.
|
|
56
|
-
"@platformatic/deploy-client": "0.
|
|
57
|
-
"@platformatic/frontend-template": "0.
|
|
58
|
-
"@platformatic/
|
|
59
|
-
"@platformatic/
|
|
60
|
-
"@platformatic/
|
|
61
|
-
"
|
|
62
|
-
"
|
|
51
|
+
"@platformatic/authenticate": "0.34.0",
|
|
52
|
+
"@platformatic/client-cli": "0.34.0",
|
|
53
|
+
"@platformatic/composer": "0.34.0",
|
|
54
|
+
"@platformatic/config": "0.34.0",
|
|
55
|
+
"@platformatic/db": "0.34.0",
|
|
56
|
+
"@platformatic/deploy-client": "0.34.0",
|
|
57
|
+
"@platformatic/frontend-template": "0.34.0",
|
|
58
|
+
"@platformatic/runtime": "0.34.0",
|
|
59
|
+
"@platformatic/service": "0.34.0",
|
|
60
|
+
"@platformatic/start": "0.34.0",
|
|
61
|
+
"create-platformatic": "0.34.0",
|
|
62
|
+
"@platformatic/metaconfig": "0.34.0"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"test": "standard | snazzy && c8 --100 tap --no-coverage test/*.test.js",
|