@unito/integration-cli 0.62.0 → 0.62.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.
@@ -1 +1 @@
1
- 20.9
1
+ lts/iron
@@ -4,7 +4,7 @@
4
4
  # Build
5
5
  #
6
6
 
7
- FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:20.9-alpine as build
7
+ FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:20-alpine as build
8
8
 
9
9
  WORKDIR /build
10
10
 
@@ -19,7 +19,7 @@ RUN npm run compile
19
19
  # Runtime
20
20
  #
21
21
 
22
- FROM --platform=$TARGETPLATFORM public.ecr.aws/docker/library/node:20.9-alpine as runtime
22
+ FROM --platform=$TARGETPLATFORM public.ecr.aws/docker/library/node:20-alpine as runtime
23
23
 
24
24
  WORKDIR /app
25
25
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "integration-boilerplate",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.1.0",
5
5
  "description": "Integration Boilerplate",
6
6
  "license": "LicenseRef-LICENSE",
7
7
  "scripts": {
@@ -20,7 +20,7 @@
20
20
  "email": "hello@unito.io"
21
21
  },
22
22
  "engines": {
23
- "node": "20.9"
23
+ "node": ">=20"
24
24
  },
25
25
  "dependencies": {
26
26
  "@unito/integration-sdk": "^1.x"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.62.0",
2
+ "version": "0.62.1",
3
3
  "commands": {
4
4
  "activity": {
5
5
  "id": "activity",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-cli",
3
- "version": "0.62.0",
3
+ "version": "0.62.1",
4
4
  "description": "Integration CLI",
5
5
  "bin": {
6
6
  "integration-cli": "./bin/run"