@salesforce/plugin-community 3.0.8 → 3.0.9

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.8/src/commands/community/create.ts)_
166
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.9/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.8/src/commands/community/list/template.ts)_
200
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.9/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.8/src/commands/community/publish.ts)_
248
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.9/src/commands/community/publish.ts)_
249
249
 
250
250
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -958,7 +958,7 @@
958
958
  semver "^7.5.4"
959
959
  ts-retry-promise "^0.7.1"
960
960
 
961
- "@salesforce/core@^6.2.0", "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.2":
961
+ "@salesforce/core@^6.2.0", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
962
962
  version "6.4.2"
963
963
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
964
964
  integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
@@ -1051,13 +1051,13 @@
1051
1051
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1052
1052
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1053
1053
 
1054
- "@salesforce/sf-plugins-core@^5.0.10", "@salesforce/sf-plugins-core@^5.0.8":
1055
- version "5.0.10"
1056
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz#f13cc406100f9aba3a9d5ddea361854068fc7e7d"
1057
- integrity sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==
1054
+ "@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.8":
1055
+ version "5.0.12"
1056
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
1057
+ integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
1058
1058
  dependencies:
1059
- "@oclif/core" "^3.14.1"
1060
- "@salesforce/core" "^6.2.2"
1059
+ "@oclif/core" "^3.15.0"
1060
+ "@salesforce/core" "^6.4.1"
1061
1061
  "@salesforce/kit" "^3.0.15"
1062
1062
  "@salesforce/ts-types" "^2.0.9"
1063
1063
  "@types/inquirer" "^8.2.3"
@@ -336,5 +336,5 @@
336
336
  ]
337
337
  }
338
338
  },
339
- "version": "3.0.8"
339
+ "version": "3.0.9"
340
340
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
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.8",
4
+ "version": "3.0.9",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.15.0",
9
9
  "@salesforce/core": "^6.4.2",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^5.0.10"
11
+ "@salesforce/sf-plugins-core": "^5.0.12"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@oclif/plugin-command-snapshot": "^5.0.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.8.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.8.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.9.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.9.sig"
210
210
  }
211
211
  }