platformatic 2.6.1 → 2.8.0-alpha.1
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/build.js +1 -1
- package/package.json +18 -18
package/lib/build.js
CHANGED
|
@@ -17,7 +17,7 @@ export async function build (args) {
|
|
|
17
17
|
const { services } = await runtime.getServices()
|
|
18
18
|
|
|
19
19
|
for (const { id } of services) {
|
|
20
|
-
logger.info(`Building service ${id}" ...`)
|
|
20
|
+
logger.info(`Building service "${id}" ...`)
|
|
21
21
|
|
|
22
22
|
try {
|
|
23
23
|
await runtime.buildService(id)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "platformatic",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0-alpha.1",
|
|
4
4
|
"description": "Platformatic CLI",
|
|
5
5
|
"main": "cli.js",
|
|
6
6
|
"type": "module",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"mkdirp": "^2.1.6",
|
|
38
38
|
"neostandard": "^0.11.1",
|
|
39
39
|
"typescript": "^5.5.3",
|
|
40
|
-
"@platformatic/astro": "2.
|
|
41
|
-
"@platformatic/
|
|
42
|
-
"@platformatic/
|
|
43
|
-
"@platformatic/next": "2.
|
|
44
|
-
"@platformatic/node": "2.
|
|
45
|
-
"@platformatic/
|
|
46
|
-
"@platformatic/
|
|
47
|
-
"@platformatic/vite": "2.
|
|
40
|
+
"@platformatic/astro": "2.8.0-alpha.1",
|
|
41
|
+
"@platformatic/composer": "2.8.0-alpha.1",
|
|
42
|
+
"@platformatic/db": "2.8.0-alpha.1",
|
|
43
|
+
"@platformatic/next": "2.8.0-alpha.1",
|
|
44
|
+
"@platformatic/node": "2.8.0-alpha.1",
|
|
45
|
+
"@platformatic/remix": "2.8.0-alpha.1",
|
|
46
|
+
"@platformatic/service": "2.8.0-alpha.1",
|
|
47
|
+
"@platformatic/vite": "2.8.0-alpha.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@fastify/error": "^4.0.0",
|
|
@@ -62,15 +62,15 @@
|
|
|
62
62
|
"pino-pretty": "^11.2.2",
|
|
63
63
|
"split2": "^4.2.0",
|
|
64
64
|
"undici": "^6.9.0",
|
|
65
|
-
"@platformatic/
|
|
66
|
-
"@platformatic/basic": "2.
|
|
67
|
-
"@platformatic/
|
|
68
|
-
"@platformatic/control": "2.
|
|
69
|
-
"@platformatic/db": "2.
|
|
70
|
-
"@platformatic/
|
|
71
|
-
"@platformatic/
|
|
72
|
-
"@platformatic/
|
|
73
|
-
"create-platformatic": "2.
|
|
65
|
+
"@platformatic/config": "2.8.0-alpha.1",
|
|
66
|
+
"@platformatic/basic": "2.8.0-alpha.1",
|
|
67
|
+
"@platformatic/client-cli": "2.8.0-alpha.1",
|
|
68
|
+
"@platformatic/control": "2.8.0-alpha.1",
|
|
69
|
+
"@platformatic/db": "2.8.0-alpha.1",
|
|
70
|
+
"@platformatic/frontend-template": "2.8.0-alpha.1",
|
|
71
|
+
"@platformatic/runtime": "2.8.0-alpha.1",
|
|
72
|
+
"@platformatic/utils": "2.8.0-alpha.1",
|
|
73
|
+
"create-platformatic": "2.8.0-alpha.1"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"test": "pnpm run lint && borp --no-timeout --concurrency 1",
|