@unito/integration-cli 0.62.1 → 0.62.3
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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "integration-boilerplate",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "integration-boilerplate",
|
|
9
|
-
"version": "0.0
|
|
9
|
+
"version": "0.1.0",
|
|
10
10
|
"license": "LicenseRef-LICENSE",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@unito/integration-sdk": "^1.x"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@eslint/js": "9.x",
|
|
16
16
|
"@types/eslint__js": "8.x",
|
|
17
|
-
"@types/node": "
|
|
17
|
+
"@types/node": "20.x",
|
|
18
18
|
"eslint": "9.x",
|
|
19
19
|
"npm-audit-resolver": "^3.0.0-RC.0",
|
|
20
20
|
"prettier": "3.x",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"typescript-eslint": "8.x"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
|
-
"node": "20
|
|
26
|
+
"node": ">=20"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"node_modules/@aashutoshrathi/word-wrap": {
|
|
@@ -640,9 +640,9 @@
|
|
|
640
640
|
"dev": true
|
|
641
641
|
},
|
|
642
642
|
"node_modules/@types/node": {
|
|
643
|
-
"version": "
|
|
644
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
645
|
-
"integrity": "sha512-
|
|
643
|
+
"version": "20.17.12",
|
|
644
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.12.tgz",
|
|
645
|
+
"integrity": "sha512-vo/wmBgMIiEA23A/knMfn/cf37VnuF52nZh5ZoW0GWt4e4sxNquibrMRJ7UQsA06+MBx9r/H1jsI9grYjQCQlw==",
|
|
646
646
|
"dev": true,
|
|
647
647
|
"dependencies": {
|
|
648
648
|
"undici-types": "~6.19.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unito/integration-cli",
|
|
3
|
-
"version": "0.62.
|
|
3
|
+
"version": "0.62.3",
|
|
4
4
|
"description": "Integration CLI",
|
|
5
5
|
"bin": {
|
|
6
6
|
"integration-cli": "./bin/run"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@oclif/core": "3.x",
|
|
40
|
-
"@unito/integration-debugger": "0.28.
|
|
40
|
+
"@unito/integration-debugger": "0.28.3",
|
|
41
41
|
"@oazapfts/runtime": "1.x",
|
|
42
42
|
"ajv": "8.x",
|
|
43
43
|
"ajv-formats": "2.x",
|