@salesforce/plugin-auth 3.3.15 → 3.3.18
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 +7 -7
- package/npm-shrinkwrap.json +17147 -0
- package/oclif.lock +67 -389
- package/oclif.manifest.json +1 -1
- package/package.json +11 -12
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.18",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/checkbox": "^1.5.2",
|
|
9
9
|
"@inquirer/select": "^1.3.3",
|
|
10
|
-
"@oclif/core": "^3.
|
|
10
|
+
"@oclif/core": "^3.20.0",
|
|
11
11
|
"@salesforce/core": "^6.5.5",
|
|
12
12
|
"@salesforce/kit": "^3.0.15",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^7.1.12",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.9",
|
|
15
15
|
"chalk": "^5.3.0",
|
|
16
16
|
"open": "^9.1.0"
|
|
@@ -18,12 +18,11 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.0.9",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
21
|
-
"@salesforce/dev-scripts": "^8.
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
21
|
+
"@salesforce/dev-scripts": "^8.4.1",
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.0.69",
|
|
23
23
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
25
25
|
"oclif": "^4.4.17",
|
|
26
|
-
"shx": "0.3.4",
|
|
27
26
|
"ts-node": "^10.9.2",
|
|
28
27
|
"typescript": "^5.3.3"
|
|
29
28
|
},
|
|
@@ -33,8 +32,9 @@
|
|
|
33
32
|
"files": [
|
|
34
33
|
"/lib",
|
|
35
34
|
"/messages",
|
|
36
|
-
"/
|
|
37
|
-
"/oclif.lock"
|
|
35
|
+
"/npm-shrinkwrap.json",
|
|
36
|
+
"/oclif.lock",
|
|
37
|
+
"/oclif.manifest.json"
|
|
38
38
|
],
|
|
39
39
|
"homepage": "https://github.com/salesforcecli/plugin-auth",
|
|
40
40
|
"keywords": [
|
|
@@ -97,13 +97,12 @@
|
|
|
97
97
|
"build": "wireit",
|
|
98
98
|
"clean": "sf-clean",
|
|
99
99
|
"clean-all": "sf-clean all",
|
|
100
|
-
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json oclif.lock",
|
|
101
100
|
"compile": "wireit",
|
|
102
101
|
"docs": "sf-docs",
|
|
103
102
|
"format": "wireit",
|
|
104
103
|
"link-check": "wireit",
|
|
105
104
|
"lint": "wireit",
|
|
106
|
-
"postpack": "
|
|
105
|
+
"postpack": "sf-clean --ignore-signing-artifacts",
|
|
107
106
|
"prepack": "sf-prepack",
|
|
108
107
|
"prepare": "sf-install",
|
|
109
108
|
"reformat": "prettier --config .prettierrc --write './*.{js,json,md}' './**/*.{ts,json,md}'",
|
|
@@ -233,7 +232,7 @@
|
|
|
233
232
|
"exports": "./lib/index.js",
|
|
234
233
|
"type": "module",
|
|
235
234
|
"sfdx": {
|
|
236
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.
|
|
237
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.
|
|
235
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.18.crt",
|
|
236
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.18.sig"
|
|
238
237
|
}
|
|
239
238
|
}
|