@platformatic/node 2.0.0-alpha.20 → 2.0.0-alpha.21
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/index.js +1 -1
- package/package.json +7 -7
- package/schema.json +1 -1
package/index.js
CHANGED
|
@@ -160,7 +160,7 @@ export class NodeStackable extends BaseStackable {
|
|
|
160
160
|
const hasBuildScript = await this.#hasBuildScript()
|
|
161
161
|
|
|
162
162
|
if (!hasBuildScript) {
|
|
163
|
-
this.logger.
|
|
163
|
+
this.logger.debug(
|
|
164
164
|
'No "application.commands.build" configuration value specified and no build script found in package.json. Skipping build ...'
|
|
165
165
|
)
|
|
166
166
|
return
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/node",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.21",
|
|
4
4
|
"description": "Platformatic Node.js Stackable",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"homepage": "https://github.com/platformatic/platformatic#readme",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"light-my-request": "^6.0.0",
|
|
19
|
-
"@platformatic/config": "2.0.0-alpha.
|
|
20
|
-
"@platformatic/
|
|
21
|
-
"@platformatic/telemetry": "2.0.0-alpha.
|
|
22
|
-
"@platformatic/
|
|
19
|
+
"@platformatic/config": "2.0.0-alpha.21",
|
|
20
|
+
"@platformatic/basic": "2.0.0-alpha.21",
|
|
21
|
+
"@platformatic/telemetry": "2.0.0-alpha.21",
|
|
22
|
+
"@platformatic/utils": "2.0.0-alpha.21"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"borp": "^0.17.0",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"neostandard": "^0.11.1",
|
|
31
31
|
"tsx": "^4.19.0",
|
|
32
32
|
"typescript": "^5.5.4",
|
|
33
|
-
"@platformatic/
|
|
34
|
-
"@platformatic/
|
|
33
|
+
"@platformatic/composer": "2.0.0-alpha.21",
|
|
34
|
+
"@platformatic/service": "2.0.0-alpha.21"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"test": "npm run lint && borp --concurrency=1 --no-timeout",
|
package/schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.platformatic.dev/@platformatic/node/2.0.0-alpha.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/@platformatic/node/2.0.0-alpha.21.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic Node.js Stackable",
|
|
5
5
|
"type": "object",
|