@salesforce/plugin-community 3.0.11 → 3.0.13
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 +3 -3
- package/oclif.lock +31 -36
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -163,7 +163,7 @@ FLAG DESCRIPTIONS
|
|
|
163
163
|
available in your org.
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.
|
|
166
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.13/src/commands/community/create.ts)_
|
|
167
167
|
|
|
168
168
|
## `sf community list template`
|
|
169
169
|
|
|
@@ -197,7 +197,7 @@ EXAMPLES
|
|
|
197
197
|
$ sf community list template --target-org my-scratch-org
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.
|
|
200
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.13/src/commands/community/list/template.ts)_
|
|
201
201
|
|
|
202
202
|
## `sf community publish`
|
|
203
203
|
|
|
@@ -245,6 +245,6 @@ EXAMPLES
|
|
|
245
245
|
$ sf community publish --name 'My Customer Site'
|
|
246
246
|
```
|
|
247
247
|
|
|
248
|
-
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.
|
|
248
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.13/src/commands/community/publish.ts)_
|
|
249
249
|
|
|
250
250
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -791,11 +791,12 @@
|
|
|
791
791
|
wordwrap "^1.0.0"
|
|
792
792
|
wrap-ansi "^7.0.0"
|
|
793
793
|
|
|
794
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.15.
|
|
795
|
-
version "3.
|
|
796
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
797
|
-
integrity sha512
|
|
794
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.3.1":
|
|
795
|
+
version "3.18.1"
|
|
796
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
|
|
797
|
+
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
|
|
798
798
|
dependencies:
|
|
799
|
+
"@types/cli-progress" "^3.11.5"
|
|
799
800
|
ansi-escapes "^4.3.2"
|
|
800
801
|
ansi-styles "^4.3.0"
|
|
801
802
|
cardinal "^2.1.1"
|
|
@@ -819,17 +820,16 @@
|
|
|
819
820
|
strip-ansi "^6.0.1"
|
|
820
821
|
supports-color "^8.1.1"
|
|
821
822
|
supports-hyperlinks "^2.2.0"
|
|
822
|
-
tsconfck "^3.0.0"
|
|
823
823
|
widest-line "^3.1.0"
|
|
824
824
|
wordwrap "^1.0.0"
|
|
825
825
|
wrap-ansi "^7.0.0"
|
|
826
826
|
|
|
827
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
828
|
-
version "5.0.
|
|
829
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
830
|
-
integrity sha512
|
|
827
|
+
"@oclif/plugin-command-snapshot@^5.0.6":
|
|
828
|
+
version "5.0.6"
|
|
829
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
|
|
830
|
+
integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
|
|
831
831
|
dependencies:
|
|
832
|
-
"@oclif/core" "^3.
|
|
832
|
+
"@oclif/core" "^3.16.0"
|
|
833
833
|
"@types/lodash.difference" "^4.5.9"
|
|
834
834
|
chalk "^5.3.0"
|
|
835
835
|
just-diff "^5.2.0"
|
|
@@ -987,10 +987,10 @@
|
|
|
987
987
|
strip-ansi "6.0.1"
|
|
988
988
|
ts-retry-promise "^0.7.1"
|
|
989
989
|
|
|
990
|
-
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
|
991
|
-
version "6.4.
|
|
992
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
993
|
-
integrity sha512-
|
|
990
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4":
|
|
991
|
+
version "6.4.4"
|
|
992
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.4.tgz#e96d2ef9cd05c3894578374d1054af80bfdca119"
|
|
993
|
+
integrity sha512-VegX3ChnJUOOztSP05QPiXCTOSioShB22NyhYjL7vVhf6yqSOH0VT2oQ3ywrMYbYCbjLSdsmFdTVLiQIFpK57g==
|
|
994
994
|
dependencies:
|
|
995
995
|
"@salesforce/kit" "^3.0.15"
|
|
996
996
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1006,7 +1006,7 @@
|
|
|
1006
1006
|
jszip "3.10.1"
|
|
1007
1007
|
pino "^8.16.2"
|
|
1008
1008
|
pino-abstract-transport "^1.1.0"
|
|
1009
|
-
pino-pretty "^10.3.
|
|
1009
|
+
pino-pretty "^10.3.1"
|
|
1010
1010
|
proper-lockfile "^4.1.2"
|
|
1011
1011
|
semver "^7.5.4"
|
|
1012
1012
|
ts-retry-promise "^0.7.1"
|
|
@@ -1056,15 +1056,15 @@
|
|
|
1056
1056
|
"@salesforce/ts-types" "^2.0.9"
|
|
1057
1057
|
tslib "^2.6.2"
|
|
1058
1058
|
|
|
1059
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1060
|
-
version "3.0.
|
|
1061
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1062
|
-
integrity sha512-
|
|
1059
|
+
"@salesforce/plugin-command-reference@^3.0.61":
|
|
1060
|
+
version "3.0.61"
|
|
1061
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.61.tgz#3f7cd5089b52eed02059d5b6831349913b092f7c"
|
|
1062
|
+
integrity sha512-0mS90XJW8UaWDaf+bGz0digHjUz69nEZJkYV6UJ/TliYciHlGX3GZT/pRG0rEvnNvggIdcSbdZrq6IP9xyZoVg==
|
|
1063
1063
|
dependencies:
|
|
1064
|
-
"@oclif/core" "^3.
|
|
1065
|
-
"@salesforce/core" "^6.4.
|
|
1064
|
+
"@oclif/core" "^3.16.0"
|
|
1065
|
+
"@salesforce/core" "^6.4.4"
|
|
1066
1066
|
"@salesforce/kit" "^3.0.15"
|
|
1067
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
1067
|
+
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1068
1068
|
"@salesforce/ts-types" "^2.0.9"
|
|
1069
1069
|
chalk "^4"
|
|
1070
1070
|
handlebars "^4.7.8"
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1081
1081
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1082
1082
|
|
|
1083
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1083
|
+
"@salesforce/sf-plugins-core@^5.0.13":
|
|
1084
1084
|
version "5.0.13"
|
|
1085
1085
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
|
|
1086
1086
|
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
|
|
@@ -1198,10 +1198,10 @@
|
|
|
1198
1198
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1199
1199
|
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1200
1200
|
|
|
1201
|
-
"@types/cli-progress@^3.11.0":
|
|
1202
|
-
version "3.11.
|
|
1203
|
-
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.
|
|
1204
|
-
integrity sha512-
|
|
1201
|
+
"@types/cli-progress@^3.11.0", "@types/cli-progress@^3.11.5":
|
|
1202
|
+
version "3.11.5"
|
|
1203
|
+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
|
|
1204
|
+
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
|
|
1205
1205
|
dependencies:
|
|
1206
1206
|
"@types/node" "*"
|
|
1207
1207
|
|
|
@@ -6004,10 +6004,10 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
6004
6004
|
readable-stream "^4.0.0"
|
|
6005
6005
|
split2 "^4.0.0"
|
|
6006
6006
|
|
|
6007
|
-
pino-pretty@^10.3.
|
|
6008
|
-
version "10.3.
|
|
6009
|
-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.
|
|
6010
|
-
integrity sha512-
|
|
6007
|
+
pino-pretty@^10.3.1:
|
|
6008
|
+
version "10.3.1"
|
|
6009
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
|
|
6010
|
+
integrity sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==
|
|
6011
6011
|
dependencies:
|
|
6012
6012
|
colorette "^2.0.7"
|
|
6013
6013
|
dateformat "^4.6.3"
|
|
@@ -7156,11 +7156,6 @@ ts-retry-promise@^0.7.1:
|
|
|
7156
7156
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
7157
7157
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
7158
7158
|
|
|
7159
|
-
tsconfck@^3.0.0:
|
|
7160
|
-
version "3.0.0"
|
|
7161
|
-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
7162
|
-
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
7163
|
-
|
|
7164
7159
|
tsconfig-paths@^3.14.2:
|
|
7165
7160
|
version "3.14.2"
|
|
7166
7161
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
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": "3.0.
|
|
4
|
+
"version": "3.0.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
9
|
-
"@salesforce/core": "^6.4.
|
|
8
|
+
"@oclif/core": "^3.18.1",
|
|
9
|
+
"@salesforce/core": "^6.4.4",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^7.0.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
14
|
+
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
15
15
|
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
|
16
16
|
"@salesforce/dev-scripts": "^8.2.0",
|
|
17
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
17
|
+
"@salesforce/plugin-command-reference": "^3.0.61",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
19
|
"eslint-plugin-sf-plugin": "^1.17.0",
|
|
20
20
|
"jsforce": "^2.0.0-beta.29",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"exports": "./lib/index.js",
|
|
206
206
|
"type": "module",
|
|
207
207
|
"sfdx": {
|
|
208
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.
|
|
209
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.
|
|
208
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.13.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.13.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|