@salesforce/core 4.2.0 → 4.2.2
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/lib/org/connection.js +1 -1
- package/messages/connection.md +4 -4
- package/package.json +6 -6
package/lib/org/connection.js
CHANGED
|
@@ -21,7 +21,7 @@ const sfdc_1 = require("../util/sfdc");
|
|
|
21
21
|
const messages_1 = require("../messages");
|
|
22
22
|
const lifecycleEvents_1 = require("../lifecycleEvents");
|
|
23
23
|
const orgConfigProperties_1 = require("./orgConfigProperties");
|
|
24
|
-
const messages = new messages_1.Messages('@salesforce/core', 'connection', new Map([["incorrectAPIVersionError", "Invalid API version %s. Expecting format \"[1-9][0-9].0\", i.e. 42.0"], ["domainNotFoundError", "The org cannot be found"], ["domainNotFoundError.actions", ["Verify that the org still exists
|
|
24
|
+
const messages = new messages_1.Messages('@salesforce/core', 'connection', new Map([["incorrectAPIVersionError", "Invalid API version %s. Expecting format \"[1-9][0-9].0\", i.e. 42.0"], ["domainNotFoundError", "The org cannot be found"], ["domainNotFoundError.actions", ["Verify that the org still exists,", "If your org is newly created, wait a minute and run your command again,", "If you deployed or updated the org's My Domain, logout from the CLI and authenticate again,", "If you are running in a CI environment with a DNS that blocks external IPs, try setting SFDX_DISABLE_DNS_CHECK=true"]], ["noInstanceUrlError", "Connection has no instanceUrl."], ["noInstanceUrlError.actions", "Make sure the instanceUrl is set in your command or config."], ["noApiVersionsError", "Org failed to respond with its list of API versions. This is usually the result of domain changes like activating MyDomain or Enhanced Domains"], ["noApiVersionsError.actions", "Re-authenticate to the org."]]));
|
|
25
25
|
const clientId = `sfdx toolbelt:${process.env.SFDX_SET_CLIENT_IDS ?? ''}`;
|
|
26
26
|
exports.SFDX_HTTP_HEADERS = {
|
|
27
27
|
'content-type': 'application/json',
|
package/messages/connection.md
CHANGED
|
@@ -8,10 +8,10 @@ The org cannot be found
|
|
|
8
8
|
|
|
9
9
|
# domainNotFoundError.actions
|
|
10
10
|
|
|
11
|
-
- Verify that the org still exists
|
|
12
|
-
- If your org is newly created, wait a minute and run your command again
|
|
13
|
-
- If you deployed or updated the org's My Domain, logout from the CLI and authenticate again
|
|
14
|
-
- If you are running in a CI environment with a DNS that blocks external IPs, try setting SFDX_DISABLE_DNS_CHECK=true
|
|
11
|
+
- Verify that the org still exists,
|
|
12
|
+
- If your org is newly created, wait a minute and run your command again,
|
|
13
|
+
- If you deployed or updated the org's My Domain, logout from the CLI and authenticate again,
|
|
14
|
+
- If you are running in a CI environment with a DNS that blocks external IPs, try setting SFDX_DISABLE_DNS_CHECK=true
|
|
15
15
|
|
|
16
16
|
# noInstanceUrlError
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/core",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
|
|
5
5
|
"main": "lib/exported",
|
|
6
6
|
"types": "lib/exported.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@salesforce/bunyan": "^2.0.0",
|
|
42
|
-
"@salesforce/kit": "^3.0.
|
|
42
|
+
"@salesforce/kit": "^3.0.3",
|
|
43
43
|
"@salesforce/schemas": "^1.5.1",
|
|
44
44
|
"@salesforce/ts-types": "^2.0.2",
|
|
45
45
|
"@types/semver": "^7.5.0",
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"@salesforce/dev-config": "^4.0.1",
|
|
60
60
|
"@salesforce/dev-scripts": "^5.4.2",
|
|
61
61
|
"@salesforce/prettier-config": "^0.0.3",
|
|
62
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
62
|
+
"@salesforce/ts-sinon": "^1.4.8",
|
|
63
63
|
"@types/chai-string": "^1.4.2",
|
|
64
64
|
"@types/debug": "0.0.31",
|
|
65
65
|
"@types/jsonwebtoken": "9.0.2",
|
|
66
|
-
"@types/lodash": "^4.14.
|
|
66
|
+
"@types/lodash": "^4.14.195",
|
|
67
67
|
"@types/proper-lockfile": "^4.1.2",
|
|
68
68
|
"@types/shelljs": "0.8.12",
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
70
70
|
"@typescript-eslint/parser": "^5.59.7",
|
|
71
71
|
"chai": "^4.3.7",
|
|
72
72
|
"chai-string": "^1.5.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
78
78
|
"eslint-plugin-header": "^3.1.1",
|
|
79
79
|
"eslint-plugin-import": "^2.27.5",
|
|
80
|
-
"eslint-plugin-jsdoc": "^43.
|
|
80
|
+
"eslint-plugin-jsdoc": "^43.2.0",
|
|
81
81
|
"husky": "^7.0.4",
|
|
82
82
|
"lodash": "^4.17.21",
|
|
83
83
|
"mocha": "^9.1.3",
|