@salesforce/plugin-community 3.3.54 → 3.3.55

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
@@ -165,7 +165,7 @@ FLAG DESCRIPTIONS
165
165
  available in your org.
166
166
  ```
167
167
 
168
- _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.54/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.55/src/commands/community/create.ts)_
169
169
 
170
170
  ## `sf community list template`
171
171
 
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ sf community list template --target-org my-scratch-org
201
201
  ```
202
202
 
203
- _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.54/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.55/src/commands/community/list/template.ts)_
204
204
 
205
205
  ## `sf community publish`
206
206
 
@@ -249,6 +249,6 @@ EXAMPLES
249
249
  $ sf community publish --name 'My Customer Site'
250
250
  ```
251
251
 
252
- _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.54/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.55/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.3.54",
3
+ "version": "3.3.55",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.3.54",
9
+ "version": "3.3.55",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@salesforce/core": "^8.27.1",
12
+ "@salesforce/core": "^8.28.1",
13
13
  "@salesforce/kit": "^3.2.6",
14
14
  "@salesforce/sf-plugins-core": "^12.2.6"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@jsforce/jsforce-node": "^3.10.10",
18
- "@oclif/core": "^4.10.3",
18
+ "@oclif/core": "^4.10.4",
19
19
  "@oclif/plugin-command-snapshot": "^5.3.13",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.49",
21
21
  "@salesforce/dev-scripts": "^11.0.4",
@@ -3481,9 +3481,9 @@
3481
3481
  }
3482
3482
  },
3483
3483
  "node_modules/@oclif/core": {
3484
- "version": "4.10.3",
3485
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
3486
- "integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
3484
+ "version": "4.10.4",
3485
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.4.tgz",
3486
+ "integrity": "sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ==",
3487
3487
  "license": "MIT",
3488
3488
  "dependencies": {
3489
3489
  "ansi-escapes": "^4.3.2",
@@ -3949,9 +3949,9 @@
3949
3949
  }
3950
3950
  },
3951
3951
  "node_modules/@salesforce/core": {
3952
- "version": "8.27.1",
3953
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.27.1.tgz",
3954
- "integrity": "sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==",
3952
+ "version": "8.28.1",
3953
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.1.tgz",
3954
+ "integrity": "sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==",
3955
3955
  "license": "BSD-3-Clause",
3956
3956
  "dependencies": {
3957
3957
  "@jsforce/jsforce-node": "^3.10.13",
package/oclif.lock CHANGED
@@ -1403,10 +1403,10 @@
1403
1403
  wordwrap "^1.0.0"
1404
1404
  wrap-ansi "^7.0.0"
1405
1405
 
1406
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.3", "@oclif/core@^4.5.2":
1407
- version "4.10.3"
1408
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1409
- integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1406
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.4", "@oclif/core@^4.5.2":
1407
+ version "4.10.4"
1408
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.4.tgz#39b594476320bea71f88e56ddd87589f843ce3bb"
1409
+ integrity sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ==
1410
1410
  dependencies:
1411
1411
  ansi-escapes "^4.3.2"
1412
1412
  ansis "^3.17.0"
@@ -1528,10 +1528,10 @@
1528
1528
  strip-ansi "6.0.1"
1529
1529
  ts-retry-promise "^0.8.1"
1530
1530
 
1531
- "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1":
1532
- version "8.27.1"
1533
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
1534
- integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
1531
+ "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.5.1":
1532
+ version "8.28.1"
1533
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.1.tgz#d83f8d0a8a83057c5a363aa6b5211b583fb9206b"
1534
+ integrity sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==
1535
1535
  dependencies:
1536
1536
  "@jsforce/jsforce-node" "^3.10.13"
1537
1537
  "@salesforce/kit" "^3.2.4"
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.3.54"
360
+ "version": "3.3.55"
361
361
  }
package/package.json CHANGED
@@ -1,17 +1,17 @@
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.3.54",
4
+ "version": "3.3.55",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@salesforce/core": "^8.27.1",
8
+ "@salesforce/core": "^8.28.1",
9
9
  "@salesforce/kit": "^3.2.6",
10
10
  "@salesforce/sf-plugins-core": "^12.2.6"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@jsforce/jsforce-node": "^3.10.10",
14
- "@oclif/core": "^4.10.3",
14
+ "@oclif/core": "^4.10.4",
15
15
  "@oclif/plugin-command-snapshot": "^5.3.13",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.49",
17
17
  "@salesforce/dev-scripts": "^11.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.3.54.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.54.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.55.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.55.sig"
210
210
  }
211
211
  }