@constructor-io/constructorio-connect-cli 1.15.5 → 1.15.7
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.
- package/README.md +1 -1
- package/boilerplate-repo/.github/workflows/deploy.yml +1 -1
- package/boilerplate-repo/.github/workflows/test.yml +1 -1
- package/dist/customer/get-connect-token.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -101,7 +101,7 @@ function renderAuthHelperText() {
|
|
|
101
101
|
`The ${kleur_1.default.bold("Index Key")} should follow this format: key_xxxxxxxxxxxxxxxx`,
|
|
102
102
|
]);
|
|
103
103
|
(0, render_tip_1.renderTip)([
|
|
104
|
-
`The ${kleur_1.default.bold("API Token")} should follow this format:
|
|
104
|
+
`The ${kleur_1.default.bold("API Token")} should follow this format: CnstrcAuthTokV0-xxxxxxxxxxxxxxxx`,
|
|
105
105
|
]);
|
|
106
106
|
(0, render_tip_1.renderTip)([
|
|
107
107
|
`You can obtain an Index key and API Token from the customer dashboard under the ${(0, terminal_link_1.default)(kleur_1.default.bold("Integration > API Integration"), "https://app.constructor.io/dashboard/integration/api_tokens")} tab.`,
|
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.15.
|
|
3
|
+
"version": "1.15.7",
|
|
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.
|
|
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",
|