@salesforce/plugin-signups 1.4.15 → 1.4.17
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/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "1.4.
|
4
|
+
"version": "1.4.17",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
8
8
|
"dependencies": {
|
9
|
-
"@oclif/core": "^2.
|
10
|
-
"@salesforce/core": "^3.
|
9
|
+
"@oclif/core": "^2.8.5",
|
10
|
+
"@salesforce/core": "^3.36.0",
|
11
11
|
"@salesforce/kit": "^1.9.2",
|
12
12
|
"@salesforce/sf-plugins-core": "^2.4.2",
|
13
13
|
"chalk": "^4.1.2",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"chai": "^4.3.7",
|
34
34
|
"chai-as-promised": "7.1.1",
|
35
35
|
"chai-string": "^1.5.0",
|
36
|
-
"eslint": "^8.
|
36
|
+
"eslint": "^8.40.0",
|
37
37
|
"eslint-config-prettier": "^8.8.0",
|
38
38
|
"eslint-config-salesforce": "^1.2.0",
|
39
39
|
"eslint-config-salesforce-license": "^0.2.0",
|
@@ -228,7 +228,7 @@
|
|
228
228
|
}
|
229
229
|
},
|
230
230
|
"sfdx": {
|
231
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.4.
|
232
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.4.
|
231
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.4.17.crt",
|
232
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.4.17.sig"
|
233
233
|
}
|
234
234
|
}
|