@salesforce/plugin-community 2.4.3 → 2.4.4
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.lock +11 -11
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/oclif.lock
CHANGED
|
@@ -883,15 +883,15 @@
|
|
|
883
883
|
strip-ansi "6.0.1"
|
|
884
884
|
ts-retry-promise "^0.7.1"
|
|
885
885
|
|
|
886
|
-
"@salesforce/core@^5.2.
|
|
887
|
-
version "5.2.
|
|
888
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.
|
|
889
|
-
integrity sha512-
|
|
886
|
+
"@salesforce/core@^5.2.10", "@salesforce/core@^5.2.7", "@salesforce/core@^5.2.9":
|
|
887
|
+
version "5.2.10"
|
|
888
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.10.tgz#7f4824ddcef108b6ccec24434260c620de39012e"
|
|
889
|
+
integrity sha512-Xj1QRajmHWgl0ahivjKFGKJlGXwe9yFOZ3PwF91qEupGbO74XrCJ8OUM7EVlk53LKy9LlPZQFuy2ATX9MyEDKA==
|
|
890
890
|
dependencies:
|
|
891
891
|
"@salesforce/kit" "^3.0.11"
|
|
892
892
|
"@salesforce/schemas" "^1.6.0"
|
|
893
893
|
"@salesforce/ts-types" "^2.0.7"
|
|
894
|
-
"@types/semver" "^7.5.
|
|
894
|
+
"@types/semver" "^7.5.2"
|
|
895
895
|
ajv "^8.12.0"
|
|
896
896
|
change-case "^4.1.2"
|
|
897
897
|
faye "^1.4.0"
|
|
@@ -1323,7 +1323,7 @@
|
|
|
1323
1323
|
dependencies:
|
|
1324
1324
|
"@types/node" "*"
|
|
1325
1325
|
|
|
1326
|
-
"@types/semver@^7.3.12", "@types/semver@^7.5.
|
|
1326
|
+
"@types/semver@^7.3.12", "@types/semver@^7.5.2":
|
|
1327
1327
|
version "7.5.2"
|
|
1328
1328
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.2.tgz#31f6eec1ed7ec23f4f05608d3a2d381df041f564"
|
|
1329
1329
|
integrity sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==
|
|
@@ -2915,12 +2915,12 @@ eslint-plugin-prefer-arrow@^1.2.1:
|
|
|
2915
2915
|
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041"
|
|
2916
2916
|
integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==
|
|
2917
2917
|
|
|
2918
|
-
eslint-plugin-sf-plugin@^1.16.
|
|
2919
|
-
version "1.16.
|
|
2920
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.
|
|
2921
|
-
integrity sha512-
|
|
2918
|
+
eslint-plugin-sf-plugin@^1.16.5:
|
|
2919
|
+
version "1.16.5"
|
|
2920
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.5.tgz#41a9153e270625776e2a05ef6add3f27090b091f"
|
|
2921
|
+
integrity sha512-W3E9KtClPHTZajCInxryxWS0tnNwg1ER4/W7ZRJj6heX4XLJ9LHu8x519g576urSuQx03i9APGGOh1mFeAgfgw==
|
|
2922
2922
|
dependencies:
|
|
2923
|
-
"@salesforce/core" "^5.2.
|
|
2923
|
+
"@salesforce/core" "^5.2.7"
|
|
2924
2924
|
"@typescript-eslint/utils" "^5.59.11"
|
|
2925
2925
|
|
|
2926
2926
|
eslint-scope@^5.1.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
3
|
"description": "Community commands to create and publish an Experience Cloud site, and view a list of available templates in you org.",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^2.15.0",
|
|
9
|
-
"@salesforce/core": "^5.2.
|
|
9
|
+
"@salesforce/core": "^5.2.10",
|
|
10
10
|
"@salesforce/kit": "^3.0.11",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^3.1.23",
|
|
12
12
|
"tslib": "^2"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"eslint-plugin-header": "^3.1.1",
|
|
34
34
|
"eslint-plugin-import": "^2.28.1",
|
|
35
35
|
"eslint-plugin-jsdoc": "^43.0.5",
|
|
36
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
36
|
+
"eslint-plugin-sf-plugin": "^1.16.5",
|
|
37
37
|
"husky": "^7.0.4",
|
|
38
38
|
"jsforce": "^2.0.0-beta.23",
|
|
39
39
|
"mocha": "^9.2.2",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
214
|
"sfdx": {
|
|
215
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.4.
|
|
216
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.4.
|
|
215
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.4.4.crt",
|
|
216
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.4.4.sig"
|
|
217
217
|
}
|
|
218
218
|
}
|