@salesforce/core-bundle 8.6.0 → 8.6.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.
- package/lib/index.d.ts +0 -2
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
@@ -3099,9 +3099,7 @@ declare module '@salesforce/core-bundle/org/org' {
|
|
3099
3099
|
SourceId?: string;
|
3100
3100
|
Description?: string;
|
3101
3101
|
ApexClassId?: string;
|
3102
|
-
ApexClassName?: string;
|
3103
3102
|
ActivationUserGroupId?: string;
|
3104
|
-
ActivationUserGroupName?: string;
|
3105
3103
|
};
|
3106
3104
|
export type ResumeSandboxRequest = {
|
3107
3105
|
SandboxName?: string;
|
package/lib/index.js
CHANGED
@@ -4664,7 +4664,7 @@ var require_package = __commonJS({
|
|
4664
4664
|
"package.json"(exports2, module2) {
|
4665
4665
|
module2.exports = {
|
4666
4666
|
name: "@salesforce/core-bundle",
|
4667
|
-
version: "8.6.
|
4667
|
+
version: "8.6.1",
|
4668
4668
|
description: "Core libraries to interact with SFDX projects, orgs, and APIs.",
|
4669
4669
|
main: "lib/index",
|
4670
4670
|
types: "lib/index.d.ts",
|