@constructor-io/constructorio-connect-cli 1.15.5 → 1.15.6

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.
@@ -53,7 +53,7 @@ jobs:
53
53
  - name: Setup node
54
54
  uses: actions/setup-node@v4
55
55
  with:
56
- node-version: "22.16.0"
56
+ node-version: "22.18.0"
57
57
 
58
58
  - name: Install dependencies
59
59
  run: npm ci
@@ -25,7 +25,7 @@ jobs:
25
25
  - name: Setup node
26
26
  uses: actions/setup-node@v4
27
27
  with:
28
- node-version: "22.16.0"
28
+ node-version: "22.18.0"
29
29
 
30
30
  - name: Install dependencies
31
31
  run: npm ci
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "1.15.5";
1
+ declare const _default: "1.15.6";
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.15.5';
3
+ exports.default = '1.15.6';
@@ -200,5 +200,5 @@
200
200
  ]
201
201
  }
202
202
  },
203
- "version": "1.15.5"
203
+ "version": "1.15.6"
204
204
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-connect-cli",
3
- "version": "1.15.5",
3
+ "version": "1.15.6",
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",
@@ -90,7 +90,7 @@
90
90
  "jest": "^29.7.0",
91
91
  "license-checker": "^25.0.1",
92
92
  "mock-fs": "^5.2.0",
93
- "nock": "14.0.8",
93
+ "nock": "14.0.10",
94
94
  "oclif": "^4.17.42",
95
95
  "prettier": "^3.2.5",
96
96
  "prettier-2": "npm:prettier@^2.8.8",