@salesforce/plugin-community 3.0.26 → 3.0.27

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.26/src/commands/community/create.ts)_
166
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.27/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.26/src/commands/community/list/template.ts)_
200
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.27/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.26/src/commands/community/publish.ts)_
248
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.27/src/commands/community/publish.ts)_
249
249
 
250
250
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.0.26",
9
+ "version": "3.0.27",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.19.2",
13
- "@salesforce/core": "^6.7.0",
13
+ "@salesforce/core": "^6.7.1",
14
14
  "@salesforce/kit": "^3.0.15",
15
15
  "@salesforce/sf-plugins-core": "^7.1.15"
16
16
  },
@@ -4373,9 +4373,9 @@
4373
4373
  }
4374
4374
  },
4375
4375
  "node_modules/@salesforce/core": {
4376
- "version": "6.7.0",
4377
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
4378
- "integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
4376
+ "version": "6.7.1",
4377
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz",
4378
+ "integrity": "sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==",
4379
4379
  "license": "BSD-3-Clause",
4380
4380
  "dependencies": {
4381
4381
  "@salesforce/kit": "^3.0.15",
package/oclif.lock CHANGED
@@ -1976,10 +1976,10 @@
1976
1976
  strip-ansi "6.0.1"
1977
1977
  ts-retry-promise "^0.8.0"
1978
1978
 
1979
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0":
1980
- version "6.7.0"
1981
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.0.tgz#f838f5704aa2f14296fd85691c9bcd8da33dca5d"
1982
- integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
1979
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1":
1980
+ version "6.7.1"
1981
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.1.tgz#4dcfb62bc3d488462ea6e9438ff092cf202c1696"
1982
+ integrity sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==
1983
1983
  dependencies:
1984
1984
  "@salesforce/kit" "^3.0.15"
1985
1985
  "@salesforce/schemas" "^1.6.1"
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "3.0.26"
336
+ "version": "3.0.27"
337
337
  }
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.26",
4
+ "version": "3.0.27",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.19.2",
9
- "@salesforce/core": "^6.7.0",
9
+ "@salesforce/core": "^6.7.1",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^7.1.15"
12
12
  },
@@ -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.0.26.crt",
208
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.26.sig"
207
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.27.crt",
208
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.27.sig"
209
209
  }
210
210
  }