@constructor-io/constructorio-connect-cli 1.4.4 → 1.4.5
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.
|
@@ -39,6 +39,12 @@ jobs:
|
|
|
39
39
|
steps:
|
|
40
40
|
- uses: actions/checkout@v4
|
|
41
41
|
|
|
42
|
+
- name: Check secrets
|
|
43
|
+
env:
|
|
44
|
+
CONNECT_AUTH_TOKEN: ${{ secrets.CONNECT_AUTH_TOKEN }}
|
|
45
|
+
if: env.CONNECT_AUTH_TOKEN == ''
|
|
46
|
+
run: echo "Missing CONNECT_AUTH_TOKEN secret" && exit 1
|
|
47
|
+
|
|
42
48
|
- name: Setup node
|
|
43
49
|
uses: actions/setup-node@v4
|
|
44
50
|
with:
|
|
@@ -16,11 +16,17 @@ jobs:
|
|
|
16
16
|
|
|
17
17
|
strategy:
|
|
18
18
|
matrix:
|
|
19
|
-
node: ["20.
|
|
19
|
+
node: ["20.18.0"]
|
|
20
20
|
|
|
21
21
|
steps:
|
|
22
22
|
- uses: actions/checkout@v3
|
|
23
23
|
|
|
24
|
+
- name: Check secrets
|
|
25
|
+
env:
|
|
26
|
+
CONNECT_AUTH_TOKEN: ${{ secrets.CONNECT_AUTH_TOKEN }}
|
|
27
|
+
if: env.CONNECT_AUTH_TOKEN == ''
|
|
28
|
+
run: echo "Missing CONNECT_AUTH_TOKEN secret" && exit 1
|
|
29
|
+
|
|
24
30
|
- name: Setup node
|
|
25
31
|
uses: actions/setup-node@v2
|
|
26
32
|
with:
|
|
@@ -31,3 +37,5 @@ jobs:
|
|
|
31
37
|
|
|
32
38
|
- name: Run unit tests
|
|
33
39
|
run: npm run test
|
|
40
|
+
env:
|
|
41
|
+
CONNECT_AUTH_TOKEN: ${{ secrets.CONNECT_AUTH_TOKEN }}
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructor-io/constructorio-connect-cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
4
4
|
"description": "CLI tool to enable users to interface with the Constructor Connect Ecosystem",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"homepage": "https://github.com/Constructor-io/constructorio-connect-cli#readme",
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@inquirer/prompts": "^
|
|
64
|
+
"@inquirer/prompts": "^6.0.1",
|
|
65
65
|
"@oclif/core": "3.25.3",
|
|
66
66
|
"@oclif/plugin-help": "^6.0.21",
|
|
67
67
|
"axios": "^1.6.8",
|