@salesforce/plugin-community 2.4.4 → 2.4.5
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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/oclif.lock
CHANGED
|
@@ -959,15 +959,15 @@
|
|
|
959
959
|
"@salesforce/ts-types" "^2.0.7"
|
|
960
960
|
tslib "^2.6.2"
|
|
961
961
|
|
|
962
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
963
|
-
version "3.0.
|
|
964
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
965
|
-
integrity sha512-
|
|
962
|
+
"@salesforce/plugin-command-reference@^3.0.33":
|
|
963
|
+
version "3.0.33"
|
|
964
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.33.tgz#61b430affc84f7c9bd618923bd50dee792195d1d"
|
|
965
|
+
integrity sha512-nOBi69uHYoweOrFMtT9MqhlmS7D3fJ6jRLWWhJMqGkHcH9+gz7qhNntCTOy4AEnQ4S9GbD88DZ85HM4YJ4ifGA==
|
|
966
966
|
dependencies:
|
|
967
967
|
"@oclif/core" "^2.15.0"
|
|
968
968
|
"@salesforce/core" "^5.2.7"
|
|
969
969
|
"@salesforce/kit" "^3.0.9"
|
|
970
|
-
"@salesforce/sf-plugins-core" "^3.1.
|
|
970
|
+
"@salesforce/sf-plugins-core" "^3.1.22"
|
|
971
971
|
"@salesforce/ts-types" "^2.0.7"
|
|
972
972
|
chalk "^4"
|
|
973
973
|
handlebars "^4.7.8"
|
|
@@ -983,7 +983,7 @@
|
|
|
983
983
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.0.tgz#14505ebad2fb2d4f7b14837545d662766d293561"
|
|
984
984
|
integrity sha512-SwhDTLucj/GRbPpxlEoDZeqlX22o+G6fiebTXTu1cZKmd1oE0W2L7SlTTgJnWck8bhTeBIgQi9cpD8c2t5ISKA==
|
|
985
985
|
|
|
986
|
-
"@salesforce/sf-plugins-core@^3.1.
|
|
986
|
+
"@salesforce/sf-plugins-core@^3.1.22", "@salesforce/sf-plugins-core@^3.1.23":
|
|
987
987
|
version "3.1.23"
|
|
988
988
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.23.tgz#c458b4a24d16d6bf1de084cf76cf085623cfcb7c"
|
|
989
989
|
integrity sha512-cGa1jh6VBQhiqz2LyBqNkex0rVLmK1Xl/jRCj0odr6CApWz10AqgshqusQX2JEqkP/uxiH4n0aDZ/3y+n+ny/A==
|
|
@@ -3397,9 +3397,9 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
|
|
|
3397
3397
|
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
|
3398
3398
|
|
|
3399
3399
|
get-func-name@^2.0.0:
|
|
3400
|
-
version "2.0.
|
|
3401
|
-
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.
|
|
3402
|
-
integrity sha512-
|
|
3400
|
+
version "2.0.2"
|
|
3401
|
+
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
|
|
3402
|
+
integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
|
|
3403
3403
|
|
|
3404
3404
|
get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0, get-intrinsic@^1.2.1:
|
|
3405
3405
|
version "1.2.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^4.3.6",
|
|
17
17
|
"@salesforce/dev-config": "^4.0.1",
|
|
18
18
|
"@salesforce/dev-scripts": "^5.10.0",
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.33",
|
|
20
20
|
"@salesforce/prettier-config": "^0.0.3",
|
|
21
21
|
"@salesforce/ts-sinon": "1.4.15",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.6",
|
|
@@ -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.5.crt",
|
|
216
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.4.5.sig"
|
|
217
217
|
}
|
|
218
218
|
}
|