@constructor-io/constructorio-connect-cli 1.13.0 → 1.13.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,2 +1,3 @@
1
1
  CONNECT_AUTH_TOKEN=
2
- AUTO_REFRESH_CONNECTIONS=true
2
+ AUTO_REFRESH_CONNECTIONS=true
3
+ IS_CI=false
@@ -54,6 +54,6 @@ jobs:
54
54
  run: npm ci
55
55
 
56
56
  - name: Deploy
57
- run: npm run deploy ${{ github.event.inputs.environment }}
57
+ run: IS_CI=true npm run deploy ${{ github.event.inputs.environment }}
58
58
  env:
59
59
  CONNECT_AUTH_TOKEN: ${{ secrets.CONNECT_AUTH_TOKEN }}
@@ -36,6 +36,6 @@ jobs:
36
36
  run: npm ci
37
37
 
38
38
  - name: Run unit tests
39
- run: npm run test
39
+ run: IS_CI=true npm run test
40
40
  env:
41
41
  CONNECT_AUTH_TOKEN: ${{ secrets.CONNECT_AUTH_TOKEN }}
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "1.13.0";
1
+ declare const _default: "1.13.1";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '1.13.0';
3
+ exports.default = '1.13.1';
@@ -190,5 +190,5 @@
190
190
  ]
191
191
  }
192
192
  },
193
- "version": "1.13.0"
193
+ "version": "1.13.1"
194
194
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-connect-cli",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
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",
@@ -92,7 +92,7 @@
92
92
  "jest": "^29.7.0",
93
93
  "license-checker": "^25.0.1",
94
94
  "mock-fs": "^5.2.0",
95
- "nock": "14.0.0",
95
+ "nock": "14.0.3",
96
96
  "oclif": "^4.17.42",
97
97
  "prettier": "^3.2.5",
98
98
  "prettier-2": "npm:prettier@^2.8.8",