@salesforce/plugin-auth 3.5.4 → 3.5.6
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/README.md +8 -9
- package/lib/commands/org/login/device.d.ts +1 -2
- package/lib/commands/org/login/device.js +1 -1
- package/lib/commands/org/login/device.js.map +1 -1
- package/messages/sfdxurl.store.md +1 -1
- package/npm-shrinkwrap.json +396 -988
- package/oclif.lock +140 -278
- package/oclif.manifest.json +2 -2
- package/package.json +9 -9
package/oclif.manifest.json
CHANGED
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
"examples": [
|
|
713
713
|
"Authorize an org using the SFDX authorization URL in the files/authFile.json file:\n<%= config.bin %> <%= command.id %> --sfdx-url-file files/authFile.json",
|
|
714
714
|
"Similar to previous example, but set the org as your default and give it an alias MyDefaultOrg:\n<%= config.bin %> <%= command.id %> --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg",
|
|
715
|
-
"Pipe the SFDX authorization URL from stdin:\n
|
|
715
|
+
"Pipe the SFDX authorization URL from stdin:\n$ echo url | sf <%= command.id %> --sfdx-url-stdin"
|
|
716
716
|
],
|
|
717
717
|
"flags": {
|
|
718
718
|
"json": {
|
|
@@ -1063,5 +1063,5 @@
|
|
|
1063
1063
|
]
|
|
1064
1064
|
}
|
|
1065
1065
|
},
|
|
1066
|
-
"version": "3.5.
|
|
1066
|
+
"version": "3.5.6"
|
|
1067
1067
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.5.
|
|
4
|
+
"version": "3.5.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
"@inquirer/select": "^1.3.3",
|
|
10
10
|
"@oclif/core": "^3.26.0",
|
|
11
11
|
"@salesforce/core": "^6.7.6",
|
|
12
|
-
"@salesforce/plugin-info": "^3.0.28",
|
|
13
12
|
"@salesforce/kit": "^3.1.0",
|
|
14
|
-
"@salesforce/
|
|
13
|
+
"@salesforce/plugin-info": "^3.0.28",
|
|
14
|
+
"@salesforce/sf-plugins-core": "^8.0.4",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0",
|
|
17
17
|
"open": "^10.1.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
22
|
-
"@salesforce/dev-scripts": "^8.
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.1.14",
|
|
22
|
+
"@salesforce/dev-scripts": "^8.5.0",
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.0.75",
|
|
24
24
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
25
25
|
"eslint-plugin-sf-plugin": "^1.17.5",
|
|
26
26
|
"oclif": "^4.6.2",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"exports": "./lib/index.js",
|
|
237
237
|
"type": "module",
|
|
238
238
|
"sfdx": {
|
|
239
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.5.
|
|
240
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.5.
|
|
239
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.5.6.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.5.6.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|