@salesforce/plugin-community 3.0.15 → 3.0.16

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.15/src/commands/community/create.ts)_
166
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.16/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.15/src/commands/community/list/template.ts)_
200
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.16/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.15/src/commands/community/publish.ts)_
248
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.16/src/commands/community/publish.ts)_
249
249
 
250
250
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1380,10 +1380,10 @@
1380
1380
  node-gyp "^8.2.0"
1381
1381
  read-package-json-fast "^2.0.1"
1382
1382
 
1383
- "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
1384
- version "3.18.1"
1385
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
1386
- integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
1383
+ "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
1384
+ version "3.18.2"
1385
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
1386
+ integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
1387
1387
  dependencies:
1388
1388
  "@types/cli-progress" "^3.11.5"
1389
1389
  ansi-escapes "^4.3.2"
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "3.0.15"
336
+ "version": "3.0.16"
337
337
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
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.15",
4
+ "version": "3.0.16",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.18.1",
8
+ "@oclif/core": "^3.18.2",
9
9
  "@salesforce/core": "^6.4.4",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^7.1.4"
@@ -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.15.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.15.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.16.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.16.sig"
210
210
  }
211
211
  }