@salesforce/core 3.30.13 → 3.30.14

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.
@@ -39,7 +39,7 @@ export declare class TokenAccessor extends AsyncOptionalCreatable {
39
39
  * @param name
40
40
  * @param token
41
41
  */
42
- set(name: string, token: SfToken): void;
42
+ set(name: string, token: Partial<SfToken>): void;
43
43
  /**
44
44
  * Update the token for the provided name.
45
45
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "3.30.13",
3
+ "version": "3.30.14",
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",