Skip to content

Commit

Permalink
fix: package conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
soridalac committed Oct 21, 2024
2 parents 04f8a6b + c09471c commit f9d7d8d
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 57 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.6.69](https://github.com/salesforcecli/plugin-auth/compare/3.6.68...3.6.69) (2024-10-20)

### Bug Fixes

- **deps:** bump @salesforce/plugin-info from 3.4.9 to 3.4.12 ([45d51ea](https://github.com/salesforcecli/plugin-auth/commit/45d51ea0d1ea2f5030c65e7ffa550883eee927da))

## [3.6.68](https://github.com/salesforcecli/plugin-auth/compare/3.6.67...3.6.68) (2024-10-13)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ EXAMPLES
$ sf org list auth
```

_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.68/src/commands/org/list/auth.ts)_
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.69/src/commands/org/list/auth.ts)_

## `sf org login access-token`

Expand Down Expand Up @@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.68/src/commands/org/login/access-token.ts)_
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.69/src/commands/org/login/access-token.ts)_

## `sf org login device`

Expand Down Expand Up @@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.68/src/commands/org/login/device.ts)_
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.69/src/commands/org/login/device.ts)_

## `sf org login jwt`

Expand Down Expand Up @@ -313,7 +313,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.68/src/commands/org/login/jwt.ts)_
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.69/src/commands/org/login/jwt.ts)_

## `sf org login sfdx-url`

Expand Down Expand Up @@ -383,7 +383,7 @@ EXAMPLES
$ echo url | sf org login sfdx-url --sfdx-url-stdin
```

_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.68/src/commands/org/login/sfdx-url.ts)_
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.69/src/commands/org/login/sfdx-url.ts)_

## `sf org login web`

Expand Down Expand Up @@ -470,7 +470,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.68/src/commands/org/login/web.ts)_
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.69/src/commands/org/login/web.ts)_

## `sf org logout`

Expand Down Expand Up @@ -531,6 +531,6 @@ FLAG DESCRIPTIONS
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
```

_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.68/src/commands/org/logout.ts)_
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.69/src/commands/org/logout.ts)_

<!-- commandsstop -->
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-auth",
"description": "plugin for sf auth commands",
"version": "3.6.68",
"version": "3.6.69",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand All @@ -21,8 +21,8 @@
"@salesforce/dev-scripts": "^10.2.10",
"@salesforce/plugin-command-reference": "^3.1.27",
"@salesforce/ts-sinon": "^1.4.27",
"eslint-plugin-sf-plugin": "^1.20.8",
"oclif": "^4.15.6",
"eslint-plugin-sf-plugin": "^1.20.9",
"oclif": "^4.15.9",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
Expand Down
Loading

0 comments on commit f9d7d8d

Please sign in to comment.