@platformatic/node 2.72.0 → 2.73.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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/package.json +7 -7
  3. package/schema.json +1 -1
package/index.js CHANGED
@@ -73,7 +73,7 @@ export class NodeStackable extends BaseStackable {
73
73
  const config = this.configManager.current
74
74
 
75
75
  if (!this.isProduction && (await isServiceBuildable(this.root, config))) {
76
- this.logger.info(`Building service "${this.serviceId}" before starting in devevelopment mode ...`)
76
+ this.logger.info(`Building service "${this.serviceId}" before starting in development mode ...`)
77
77
  try {
78
78
  await this.build()
79
79
  this.childManager = null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/node",
3
- "version": "2.72.0",
3
+ "version": "2.73.1",
4
4
  "description": "Platformatic Node.js Stackable",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "json5": "^2.2.3",
23
23
  "light-my-request": "^6.0.0",
24
- "@platformatic/config": "2.72.0",
25
- "@platformatic/basic": "2.72.0",
26
- "@platformatic/generators": "2.72.0",
27
- "@platformatic/utils": "2.72.0"
24
+ "@platformatic/basic": "2.73.1",
25
+ "@platformatic/generators": "2.73.1",
26
+ "@platformatic/utils": "2.73.1",
27
+ "@platformatic/config": "2.73.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "borp": "^0.20.0",
@@ -36,8 +36,8 @@
36
36
  "neostandard": "^0.12.0",
37
37
  "tsx": "^4.19.0",
38
38
  "typescript": "^5.5.4",
39
- "@platformatic/composer": "2.72.0",
40
- "@platformatic/service": "2.72.0"
39
+ "@platformatic/composer": "2.73.1",
40
+ "@platformatic/service": "2.73.1"
41
41
  },
42
42
  "scripts": {
43
43
  "test": "pnpm 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.72.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/node/2.73.1.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Node.js Stackable",
5
5
  "type": "object",