@salesforce/plugin-community 3.3.56 → 3.3.57

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.56/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.57/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.56/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.57/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.56/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.57/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.3.56",
3
+ "version": "3.3.57",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.3.56",
9
+ "version": "3.3.57",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@salesforce/core": "^8.28.3",
12
+ "@salesforce/core": "^8.28.4",
13
13
  "@salesforce/kit": "^3.2.6",
14
14
  "@salesforce/sf-plugins-core": "^12.2.6"
15
15
  },
@@ -17,9 +17,9 @@
17
17
  "@jsforce/jsforce-node": "^3.10.10",
18
18
  "@oclif/core": "^4.10.5",
19
19
  "@oclif/plugin-command-snapshot": "^5.3.15",
20
- "@salesforce/cli-plugins-testkit": "^5.3.52",
20
+ "@salesforce/cli-plugins-testkit": "^5.3.53",
21
21
  "@salesforce/dev-scripts": "^11.0.4",
22
- "@salesforce/plugin-command-reference": "^3.1.91",
22
+ "@salesforce/plugin-command-reference": "^3.1.92",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
24
  "eslint-plugin-sf-plugin": "^1.20.33",
25
25
  "oclif": "^4.23.0",
@@ -3838,13 +3838,13 @@
3838
3838
  }
3839
3839
  },
3840
3840
  "node_modules/@salesforce/cli-plugins-testkit": {
3841
- "version": "5.3.52",
3842
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz",
3843
- "integrity": "sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==",
3841
+ "version": "5.3.53",
3842
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.53.tgz",
3843
+ "integrity": "sha512-tOMbLXZLrHLvK/qtmTNaTsDW1RC6/vpvXCbodejtMdyiDUf0rY3oROeboFA6VCy5iu71aumetLm1EBlvcyh7hw==",
3844
3844
  "dev": true,
3845
3845
  "license": "Apache-2.0",
3846
3846
  "dependencies": {
3847
- "@salesforce/core": "^8.28.1",
3847
+ "@salesforce/core": "^8.28.3",
3848
3848
  "@salesforce/kit": "^3.2.6",
3849
3849
  "@salesforce/ts-types": "^2.0.11",
3850
3850
  "@types/shelljs": "^0.10.0",
@@ -3949,9 +3949,9 @@
3949
3949
  }
3950
3950
  },
3951
3951
  "node_modules/@salesforce/core": {
3952
- "version": "8.28.3",
3953
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.3.tgz",
3954
- "integrity": "sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==",
3952
+ "version": "8.28.4",
3953
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.4.tgz",
3954
+ "integrity": "sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==",
3955
3955
  "license": "BSD-3-Clause",
3956
3956
  "dependencies": {
3957
3957
  "@jsforce/jsforce-node": "^3.10.13",
@@ -4128,14 +4128,14 @@
4128
4128
  }
4129
4129
  },
4130
4130
  "node_modules/@salesforce/plugin-command-reference": {
4131
- "version": "3.1.91",
4132
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.91.tgz",
4133
- "integrity": "sha512-1veOTwP+0BJ/1pLXZmEyvtLWQ/bVLRB2vkNOkwLF6AsHT/entwCfmTjQMxH/JSeAnAJulllIvFzC7AVzPPOcDQ==",
4131
+ "version": "3.1.92",
4132
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.92.tgz",
4133
+ "integrity": "sha512-OHscY8d1ZD1MsbdGHxRC0+6duSVuYUjCDGARU24jhU6hPfHkQtoIGIJ1PKQ3pqeboOTxmK/YgakUq0Scs9tdxg==",
4134
4134
  "dev": true,
4135
4135
  "license": "Apache-2.0",
4136
4136
  "dependencies": {
4137
4137
  "@oclif/core": "^4",
4138
- "@salesforce/core": "^8.28.1",
4138
+ "@salesforce/core": "^8.28.3",
4139
4139
  "@salesforce/kit": "^3.2.6",
4140
4140
  "@salesforce/sf-plugins-core": "^11.3.12",
4141
4141
  "@salesforce/ts-types": "^2.0.11",
package/oclif.lock CHANGED
@@ -1512,12 +1512,12 @@
1512
1512
  "@pnpm/network.ca-file" "^1.0.1"
1513
1513
  config-chain "^1.1.11"
1514
1514
 
1515
- "@salesforce/cli-plugins-testkit@^5.3.52":
1516
- version "5.3.52"
1517
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz#105b2a9304bd25b6324232839afda063b2d1e95f"
1518
- integrity sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==
1515
+ "@salesforce/cli-plugins-testkit@^5.3.53":
1516
+ version "5.3.53"
1517
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.53.tgz#acb60f5f50cf7f3211eaf7c70c3dff726b5e1571"
1518
+ integrity sha512-tOMbLXZLrHLvK/qtmTNaTsDW1RC6/vpvXCbodejtMdyiDUf0rY3oROeboFA6VCy5iu71aumetLm1EBlvcyh7hw==
1519
1519
  dependencies:
1520
- "@salesforce/core" "^8.28.1"
1520
+ "@salesforce/core" "^8.28.3"
1521
1521
  "@salesforce/kit" "^3.2.6"
1522
1522
  "@salesforce/ts-types" "^2.0.11"
1523
1523
  "@types/shelljs" "^0.10.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.28.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.5.1":
1532
- version "8.28.3"
1533
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.3.tgz#1344dc408833fb2a6ac19e6c4c09f846b6593ce3"
1534
- integrity sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==
1531
+ "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4", "@salesforce/core@^8.5.1":
1532
+ version "8.28.4"
1533
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.4.tgz#98920d62c2b2a7fa025af38c74bdf6687d91b0a8"
1534
+ integrity sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==
1535
1535
  dependencies:
1536
1536
  "@jsforce/jsforce-node" "^3.10.13"
1537
1537
  "@salesforce/kit" "^3.2.4"
@@ -1597,13 +1597,13 @@
1597
1597
  dependencies:
1598
1598
  "@salesforce/ts-types" "^2.0.12"
1599
1599
 
1600
- "@salesforce/plugin-command-reference@^3.1.91":
1601
- version "3.1.91"
1602
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.91.tgz#be1415229b4f69d53fd3411aaf4bf514608416ae"
1603
- integrity sha512-1veOTwP+0BJ/1pLXZmEyvtLWQ/bVLRB2vkNOkwLF6AsHT/entwCfmTjQMxH/JSeAnAJulllIvFzC7AVzPPOcDQ==
1600
+ "@salesforce/plugin-command-reference@^3.1.92":
1601
+ version "3.1.92"
1602
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.92.tgz#21dd4929b9abb0a7df30cfce619d8b1afcd373dc"
1603
+ integrity sha512-OHscY8d1ZD1MsbdGHxRC0+6duSVuYUjCDGARU24jhU6hPfHkQtoIGIJ1PKQ3pqeboOTxmK/YgakUq0Scs9tdxg==
1604
1604
  dependencies:
1605
1605
  "@oclif/core" "^4"
1606
- "@salesforce/core" "^8.28.1"
1606
+ "@salesforce/core" "^8.28.3"
1607
1607
  "@salesforce/kit" "^3.2.6"
1608
1608
  "@salesforce/sf-plugins-core" "^11.3.12"
1609
1609
  "@salesforce/ts-types" "^2.0.11"
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.3.56"
360
+ "version": "3.3.57"
361
361
  }
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.3.56",
4
+ "version": "3.3.57",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@salesforce/core": "^8.28.3",
8
+ "@salesforce/core": "^8.28.4",
9
9
  "@salesforce/kit": "^3.2.6",
10
10
  "@salesforce/sf-plugins-core": "^12.2.6"
11
11
  },
@@ -13,9 +13,9 @@
13
13
  "@jsforce/jsforce-node": "^3.10.10",
14
14
  "@oclif/core": "^4.10.5",
15
15
  "@oclif/plugin-command-snapshot": "^5.3.15",
16
- "@salesforce/cli-plugins-testkit": "^5.3.52",
16
+ "@salesforce/cli-plugins-testkit": "^5.3.53",
17
17
  "@salesforce/dev-scripts": "^11.0.4",
18
- "@salesforce/plugin-command-reference": "^3.1.91",
18
+ "@salesforce/plugin-command-reference": "^3.1.92",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
20
  "eslint-plugin-sf-plugin": "^1.20.33",
21
21
  "oclif": "^4.23.0",
@@ -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.56.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.56.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.57.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.57.sig"
210
210
  }
211
211
  }