@salesforce/plugin-community 3.0.11 → 3.0.12
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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.12/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.12/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.12/src/commands/community/publish.ts)_
|
|
249
249
|
|
|
250
250
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -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"
|
|
@@ -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"
|
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": "3.0.
|
|
4
|
+
"version": "3.0.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.15.0",
|
|
9
|
-
"@salesforce/core": "^6.4.
|
|
9
|
+
"@salesforce/core": "^6.4.4",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^7.0.0"
|
|
12
12
|
},
|
|
@@ -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.12.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.12.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|