@toa.io/operations 0.22.0 → 1.0.0-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/operations",
3
- "version": "0.22.0",
3
+ "version": "1.0.0-alpha.0",
4
4
  "description": "Toa Deployment",
5
5
  "homepage": "https://toa.io",
6
6
  "author": {
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/toa-io/toa/issues"
17
17
  },
18
18
  "engines": {
19
- "node": ">= 12.0.0"
19
+ "node": ">= 18.0.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "access": "public"
@@ -27,10 +27,10 @@
27
27
  "test": "echo \"Error: run tests from root\" && exit 1"
28
28
  },
29
29
  "dependencies": {
30
- "@toa.io/filesystem": "0.22.0",
31
- "@toa.io/generic": "0.22.0",
32
- "@toa.io/yaml": "0.22.0",
30
+ "@toa.io/filesystem": "1.0.0-alpha.0",
31
+ "@toa.io/generic": "1.0.0-alpha.0",
32
+ "@toa.io/yaml": "1.0.0-alpha.0",
33
33
  "execa": "5.1.1"
34
34
  },
35
- "gitHead": "c463348c8eb54a43f7755ec8aeba9acafb56d53b"
35
+ "gitHead": "06c64546f6292cc07c52f74b31415101037f7616"
36
36
  }
@@ -1,4 +1,4 @@
1
- FROM node:18.16.0-alpine3.17
1
+ FROM node:20.9.0-alpine3.18
2
2
 
3
3
  {{build.arguments}}
4
4
 
@@ -1,4 +1,4 @@
1
- FROM node:18.16.0-alpine3.17
1
+ FROM node:20.9.0-alpine3.18
2
2
 
3
3
  ENV NODE_ENV=production
4
4
  RUN if [ "{{runtime.registry}}" != "" ]; then npm set registry {{runtime.registry}}; fi