@salesforce/plugin-community 3.2.17 → 3.2.18
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/npm-shrinkwrap.json +14 -14
- package/oclif.lock +13 -13
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ FLAG DESCRIPTIONS
|
|
|
167
167
|
available in your org.
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.
|
|
170
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.18/src/commands/community/create.ts)_
|
|
171
171
|
|
|
172
172
|
## `sf community list template`
|
|
173
173
|
|
|
@@ -202,7 +202,7 @@ EXAMPLES
|
|
|
202
202
|
$ sf community list template --target-org my-scratch-org
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.
|
|
205
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.18/src/commands/community/list/template.ts)_
|
|
206
206
|
|
|
207
207
|
## `sf community publish`
|
|
208
208
|
|
|
@@ -251,6 +251,6 @@ EXAMPLES
|
|
|
251
251
|
$ sf community publish --name 'My Customer Site'
|
|
252
252
|
```
|
|
253
253
|
|
|
254
|
-
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.
|
|
254
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.18/src/commands/community/publish.ts)_
|
|
255
255
|
|
|
256
256
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.18",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-community",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.18",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@salesforce/sf-plugins-core": "^10.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
18
|
+
"@oclif/plugin-command-snapshot": "^5.2.1",
|
|
19
19
|
"@salesforce/cli-plugins-testkit": "^5.3.9",
|
|
20
20
|
"@salesforce/dev-scripts": "^10.1.0",
|
|
21
21
|
"@salesforce/plugin-command-reference": "^3.1.0",
|
|
@@ -3124,13 +3124,13 @@
|
|
|
3124
3124
|
}
|
|
3125
3125
|
},
|
|
3126
3126
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3127
|
-
"version": "5.2.
|
|
3128
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
3129
|
-
"integrity": "sha512-
|
|
3127
|
+
"version": "5.2.1",
|
|
3128
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.1.tgz",
|
|
3129
|
+
"integrity": "sha512-Qzz4OLjmaB0uVVHe5TMVsyd412+racLRbnWsi54PIQQN68vfcLTHwiDoFTTgSkCkbraMxsPbjsxazcqXhUcSxQ==",
|
|
3130
3130
|
"dev": true,
|
|
3131
3131
|
"license": "MIT",
|
|
3132
3132
|
"dependencies": {
|
|
3133
|
-
"@oclif/core": "^4
|
|
3133
|
+
"@oclif/core": "^4",
|
|
3134
3134
|
"ansis": "^3.2.0",
|
|
3135
3135
|
"globby": "^14.0.1",
|
|
3136
3136
|
"just-diff": "^5.2.0",
|
|
@@ -5453,12 +5453,12 @@
|
|
|
5453
5453
|
}
|
|
5454
5454
|
},
|
|
5455
5455
|
"node_modules/braces": {
|
|
5456
|
-
"version": "3.0.
|
|
5457
|
-
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.
|
|
5458
|
-
"integrity": "sha512-
|
|
5456
|
+
"version": "3.0.3",
|
|
5457
|
+
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
5458
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
5459
5459
|
"license": "MIT",
|
|
5460
5460
|
"dependencies": {
|
|
5461
|
-
"fill-range": "^7.
|
|
5461
|
+
"fill-range": "^7.1.1"
|
|
5462
5462
|
},
|
|
5463
5463
|
"engines": {
|
|
5464
5464
|
"node": ">=8"
|
|
@@ -7563,9 +7563,9 @@
|
|
|
7563
7563
|
}
|
|
7564
7564
|
},
|
|
7565
7565
|
"node_modules/fill-range": {
|
|
7566
|
-
"version": "7.
|
|
7567
|
-
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.
|
|
7568
|
-
"integrity": "sha512-
|
|
7566
|
+
"version": "7.1.1",
|
|
7567
|
+
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
7568
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
7569
7569
|
"license": "MIT",
|
|
7570
7570
|
"dependencies": {
|
|
7571
7571
|
"to-regex-range": "^5.0.1"
|
package/oclif.lock
CHANGED
|
@@ -1634,12 +1634,12 @@
|
|
|
1634
1634
|
wordwrap "^1.0.0"
|
|
1635
1635
|
wrap-ansi "^7.0.0"
|
|
1636
1636
|
|
|
1637
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1638
|
-
version "5.2.
|
|
1639
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1640
|
-
integrity sha512-
|
|
1637
|
+
"@oclif/plugin-command-snapshot@^5.2.1":
|
|
1638
|
+
version "5.2.1"
|
|
1639
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.1.tgz#f570ffc2c7f46f56654b42231ad27785bd228299"
|
|
1640
|
+
integrity sha512-Qzz4OLjmaB0uVVHe5TMVsyd412+racLRbnWsi54PIQQN68vfcLTHwiDoFTTgSkCkbraMxsPbjsxazcqXhUcSxQ==
|
|
1641
1641
|
dependencies:
|
|
1642
|
-
"@oclif/core" "^4
|
|
1642
|
+
"@oclif/core" "^4"
|
|
1643
1643
|
ansis "^3.2.0"
|
|
1644
1644
|
globby "^14.0.1"
|
|
1645
1645
|
just-diff "^5.2.0"
|
|
@@ -2920,11 +2920,11 @@ brace-expansion@^2.0.1:
|
|
|
2920
2920
|
balanced-match "^1.0.0"
|
|
2921
2921
|
|
|
2922
2922
|
braces@^3.0.2, braces@~3.0.2:
|
|
2923
|
-
version "3.0.
|
|
2924
|
-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.
|
|
2925
|
-
integrity sha512-
|
|
2923
|
+
version "3.0.3"
|
|
2924
|
+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
|
|
2925
|
+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
|
|
2926
2926
|
dependencies:
|
|
2927
|
-
fill-range "^7.
|
|
2927
|
+
fill-range "^7.1.1"
|
|
2928
2928
|
|
|
2929
2929
|
browser-stdout@1.3.1:
|
|
2930
2930
|
version "1.3.1"
|
|
@@ -4168,10 +4168,10 @@ filelist@^1.0.1:
|
|
|
4168
4168
|
dependencies:
|
|
4169
4169
|
minimatch "^5.0.1"
|
|
4170
4170
|
|
|
4171
|
-
fill-range@^7.
|
|
4172
|
-
version "7.
|
|
4173
|
-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.
|
|
4174
|
-
integrity sha512-
|
|
4171
|
+
fill-range@^7.1.1:
|
|
4172
|
+
version "7.1.1"
|
|
4173
|
+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
|
|
4174
|
+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
|
|
4175
4175
|
dependencies:
|
|
4176
4176
|
to-regex-range "^5.0.1"
|
|
4177
4177
|
|
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": "3.2.
|
|
4
|
+
"version": "3.2.18",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@salesforce/sf-plugins-core": "^10.0.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
14
|
+
"@oclif/plugin-command-snapshot": "^5.2.1",
|
|
15
15
|
"@salesforce/cli-plugins-testkit": "^5.3.9",
|
|
16
16
|
"@salesforce/dev-scripts": "^10.1.0",
|
|
17
17
|
"@salesforce/plugin-command-reference": "^3.1.0",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"exports": "./lib/index.js",
|
|
205
205
|
"type": "module",
|
|
206
206
|
"sfdx": {
|
|
207
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.
|
|
208
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.
|
|
207
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.18.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.18.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|