@salesforce/core-bundle 8.0.2 → 8.0.3
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/index.js +3 -5
- package/package.json +2 -4
package/lib/index.js
CHANGED
@@ -12088,7 +12088,7 @@ var require_package2 = __commonJS({
|
|
12088
12088
|
"package.json"(exports2, module2) {
|
12089
12089
|
module2.exports = {
|
12090
12090
|
name: "@salesforce/core-bundle",
|
12091
|
-
version: "8.0.
|
12091
|
+
version: "8.0.3",
|
12092
12092
|
description: "Core libraries to interact with SFDX projects, orgs, and APIs.",
|
12093
12093
|
main: "lib/index",
|
12094
12094
|
types: "lib/index.d.ts",
|
@@ -12147,20 +12147,18 @@ var require_package2 = __commonJS({
|
|
12147
12147
|
"@salesforce/dev-scripts": "^10.1.1",
|
12148
12148
|
"@salesforce/ts-sinon": "^1.4.22",
|
12149
12149
|
"@types/benchmark": "^2.1.5",
|
12150
|
-
"@types/chai-string": "^1.4.5",
|
12151
12150
|
"@types/fast-levenshtein": "^0.0.4",
|
12152
12151
|
"@types/jsonwebtoken": "9.0.6",
|
12153
12152
|
"@types/proper-lockfile": "^4.1.4",
|
12154
12153
|
"@types/semver": "^7.5.8",
|
12155
12154
|
benchmark: "^2.1.4",
|
12156
|
-
"chai-string": "^1.5.0",
|
12157
12155
|
esbuild: "^0.19.5",
|
12158
12156
|
"esbuild-plugin-pino": "^2.1.0",
|
12159
12157
|
"esbuild-plugin-tsc": "^0.4.0",
|
12160
12158
|
"npm-dts": "^1.3.12",
|
12161
12159
|
"ts-node": "^10.9.2",
|
12162
12160
|
"ts-patch": "^3.2.0",
|
12163
|
-
typescript: "
|
12161
|
+
typescript: "5.4.5"
|
12164
12162
|
},
|
12165
12163
|
repository: {
|
12166
12164
|
type: "git",
|
@@ -93635,7 +93633,7 @@ var require_sfProject = __commonJS({
|
|
93635
93633
|
var messages = new messages_12.Messages("@salesforce/core-bundle", "config", /* @__PURE__ */ new Map([["unknownConfigKey", "Unknown config name: %s."], ["deprecatedConfigKey", "Deprecated config name: %s. Please use %s instead."], ["invalidWrite", "The writeSync method is not allowed on SfdxConfig. Use the async write method instead."], ["invalidConfigValue", "Invalid config value: %s."], ["invalidInstanceUrl", "Specify a valid Salesforce instance URL."], ["invalidApiVersion", "Specify a valid Salesforce API version, for example, 42.0."], ["invalidCustomOrgMetadataTemplates", "Specify a valid repository URL or directory for the custom org metadata templates."], ["invalidIsvDebuggerSid", "Specify a valid Debugger SID."], ["invalidIsvDebuggerUrl", "Specify a valid Debugger URL."], ["invalidNumberConfigValue", "Specify a valid positive integer, for example, 150000."], ["invalidBooleanConfigValue", "The config value can only be set to true or false."], ["invalidProjectWorkspace", "This directory does not contain a valid Salesforce DX project."], ["schemaValidationError", 'The config file "%s" is not schema valid.\nDue to: %s'], ["schemaValidationError.actions", ["Fix the invalid entries at %s."]], ["missingDefaultPath", 'In sfdx-project.json, be sure to specify which package directory (path) is the default. Example: `[{ "path": "packageDirectory1", "default": true }, { "path": "packageDirectory2" }]`'], ["missingPackageDirectory", 'The path "%s", specified in sfdx-project.json, does not exist. Be sure this directory is included in your project root.'], ["invalidPackageDirectory", 'The path "%s", specified in sfdx-project.json, must be indicated as a relative path to the project root.'], ["multipleDefaultPaths", "In sfdx-project.json, indicate only one package directory (path) as the default."], ["singleNonDefaultPackage", 'The sfdx-project.json file must include one, and only one, default package directory (path). Because your sfdx-project.json file contains only one package directory, it must be the default. Remove the `"default": false` key and try again.'], ["target-org", "Username or alias of the org that all commands run against by default. (sf only)"], ["target-dev-hub", "Username or alias of your default Dev Hub org. (sf only)"], ["defaultUsername", "Username or alias of the org that all commands run against by default. (sfdx only)"], ["defaultDevHubUsername", "Username or alias of your default Dev Hub org. (sfdx only)"], ["isvDebuggerSid", "ISV debugger SID (sfdx only)"], ["isvDebuggerUrl", "ISV debugger URL (sfdx only)"], ["org-isv-debugger-sid", "ISV debugger SID."], ["org-isv-debugger-url", "ISV debugger URL."], ["apiVersion", "API version of your project. Default: API version of your Dev Hub org. (sfdx only)"], ["org-api-version", "API version of your project. Default: API version of your Dev Hub org."], ["disableTelemetry", "Disables the collection of usage and user environment information, etc. Default: false. (sfdx only)"], ["disable-telemetry", "Disables the collection of usage and user environment information, etc. Default: false."], ["maxQueryLimit", "Maximum number of Salesforce records returned by a CLI command. Default: 10,000. (sfdx only)"], ["org-max-query-limit", "Maximum number of Salesforce records returned by a CLI command. Default: 10,000."], ["restDeploy", "Whether deployments use the Metadata REST API (true) or SOAP API (false, default value). (sfdx only)"], ["instanceUrl", "URL of the Salesforce instance hosting your org. Default: https://login.salesforce.com. (sfdx only)"], ["org-instance-url", "URL of the Salesforce instance hosting your org. Default: https://login.salesforce.com."], ["customOrgMetadataTemplates", "A valid repository URL or directory for the custom org metadata templates."], ["org-custom-metadata-templates", "A valid repository URL or directory for the custom org metadata templates."], ["org-capitalize-record-types", "Whether record types are capitalized on scratch org creation."], ["invalidId", "The given id %s is not a valid 15 or 18 character Salesforce ID."]]));
|
93636
93634
|
var SfProjectJson = class _SfProjectJson extends configFile_12.ConfigFile {
|
93637
93635
|
/** json properties that are uppercase, or allow uppercase keys inside them */
|
93638
|
-
static BLOCKLIST = ["packageAliases"];
|
93636
|
+
static BLOCKLIST = ["packageAliases", "plugins"];
|
93639
93637
|
static getFileName() {
|
93640
93638
|
return internal_1.SFDX_PROJECT_JSON;
|
93641
93639
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/core-bundle",
|
3
|
-
"version": "8.0.
|
3
|
+
"version": "8.0.3",
|
4
4
|
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
|
5
5
|
"main": "lib/index",
|
6
6
|
"types": "lib/index.d.ts",
|
@@ -59,20 +59,18 @@
|
|
59
59
|
"@salesforce/dev-scripts": "^10.1.1",
|
60
60
|
"@salesforce/ts-sinon": "^1.4.22",
|
61
61
|
"@types/benchmark": "^2.1.5",
|
62
|
-
"@types/chai-string": "^1.4.5",
|
63
62
|
"@types/fast-levenshtein": "^0.0.4",
|
64
63
|
"@types/jsonwebtoken": "9.0.6",
|
65
64
|
"@types/proper-lockfile": "^4.1.4",
|
66
65
|
"@types/semver": "^7.5.8",
|
67
66
|
"benchmark": "^2.1.4",
|
68
|
-
"chai-string": "^1.5.0",
|
69
67
|
"esbuild": "^0.19.5",
|
70
68
|
"esbuild-plugin-pino": "^2.1.0",
|
71
69
|
"esbuild-plugin-tsc": "^0.4.0",
|
72
70
|
"npm-dts": "^1.3.12",
|
73
71
|
"ts-node": "^10.9.2",
|
74
72
|
"ts-patch": "^3.2.0",
|
75
|
-
"typescript": "
|
73
|
+
"typescript": "5.4.5"
|
76
74
|
},
|
77
75
|
"repository": {
|
78
76
|
"type": "git",
|