@salesforce/plugin-community 3.0.20 → 3.0.21

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 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.20/src/commands/community/create.ts)_
166
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.21/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.20/src/commands/community/list/template.ts)_
200
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.21/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.20/src/commands/community/publish.ts)_
248
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.21/src/commands/community/publish.ts)_
249
249
 
250
250
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -2010,13 +2010,13 @@
2010
2010
  "@salesforce/ts-types" "^2.0.9"
2011
2011
  tslib "^2.6.2"
2012
2012
 
2013
- "@salesforce/plugin-command-reference@^3.0.64":
2014
- version "3.0.64"
2015
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.64.tgz#d911288fd89a13b0a5dbe138dc98bc8df5613929"
2016
- integrity sha512-nSd/FDYe+v88iHG6L7fEa7Q4iYa2pqQV9xeDN3RmAazWEjq3fImIAmOwjABOCdlLbZLs+dar/luzYWyNklLl2Q==
2013
+ "@salesforce/plugin-command-reference@^3.0.67":
2014
+ version "3.0.67"
2015
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.67.tgz#e05cdb1e68e035a27588abbaea2ea5ccdfe524ae"
2016
+ integrity sha512-wUfjiqgok2rshI2ZRnHgBthMHL0z0wb14t43rQrLbRuuKmAODJ9qbVlMVqh+jy9//SH3iBBeA3jHs7XFzsT6aA==
2017
2017
  dependencies:
2018
- "@oclif/core" "^3.18.1"
2019
- "@salesforce/core" "^6.5.1"
2018
+ "@oclif/core" "^3.19.1"
2019
+ "@salesforce/core" "^6.5.3"
2020
2020
  "@salesforce/kit" "^3.0.15"
2021
2021
  "@salesforce/sf-plugins-core" "^5.0.13"
2022
2022
  "@salesforce/ts-types" "^2.0.9"
@@ -5548,9 +5548,9 @@ interpret@^1.0.0:
5548
5548
  integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
5549
5549
 
5550
5550
  ip@^2.0.0:
5551
- version "2.0.0"
5552
- resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
5553
- integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
5551
+ version "2.0.1"
5552
+ resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
5553
+ integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
5554
5554
 
5555
5555
  is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
5556
5556
  version "3.0.2"
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "3.0.20"
336
+ "version": "3.0.21"
337
337
  }
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.0.20",
4
+ "version": "3.0.21",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -14,7 +14,7 @@
14
14
  "@oclif/plugin-command-snapshot": "^5.0.8",
15
15
  "@salesforce/cli-plugins-testkit": "^5.1.8",
16
16
  "@salesforce/dev-scripts": "^8.3.0",
17
- "@salesforce/plugin-command-reference": "^3.0.64",
17
+ "@salesforce/plugin-command-reference": "^3.0.67",
18
18
  "@salesforce/ts-types": "^2.0.9",
19
19
  "eslint-plugin-sf-plugin": "^1.17.3",
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.20.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.20.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.21.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.21.sig"
210
210
  }
211
211
  }