@salesforce/plugin-community 3.2.26 → 3.2.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
@@ -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.2.26/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.27/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.2.26/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.27/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.2.26/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.27/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.2.26",
3
+ "version": "3.2.27",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.2.26",
9
+ "version": "3.2.27",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@salesforce/core": "^8.2.7",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/dev-scripts": "^10.2.9",
22
22
  "@salesforce/plugin-command-reference": "^3.1.11",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
- "eslint-plugin-sf-plugin": "^1.20.4",
24
+ "eslint-plugin-sf-plugin": "^1.20.5",
25
25
  "oclif": "^4.14.19",
26
26
  "ts-node": "^10.9.2",
27
27
  "typescript": "^5.5.4"
@@ -7718,13 +7718,13 @@
7718
7718
  }
7719
7719
  },
7720
7720
  "node_modules/eslint-plugin-sf-plugin": {
7721
- "version": "1.20.4",
7722
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.4.tgz",
7723
- "integrity": "sha512-lpuF4XGVenrQotd0cUZhgZ4rLDubytWPJBzmMCIovZdqyGYzgD68MGofDSLFzmbhKfa2fX1Pndljru6/GjVyGQ==",
7721
+ "version": "1.20.5",
7722
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz",
7723
+ "integrity": "sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA==",
7724
7724
  "dev": true,
7725
7725
  "license": "BSD-3-Clause",
7726
7726
  "dependencies": {
7727
- "@salesforce/core": "^8.3.0",
7727
+ "@salesforce/core": "^8.4.0",
7728
7728
  "@typescript-eslint/utils": "^7.18.0"
7729
7729
  },
7730
7730
  "engines": {
@@ -10714,12 +10714,12 @@
10714
10714
  }
10715
10715
  },
10716
10716
  "node_modules/micromatch": {
10717
- "version": "4.0.5",
10718
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
10719
- "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
10717
+ "version": "4.0.8",
10718
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
10719
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
10720
10720
  "license": "MIT",
10721
10721
  "dependencies": {
10722
- "braces": "^3.0.2",
10722
+ "braces": "^3.0.3",
10723
10723
  "picomatch": "^2.3.1"
10724
10724
  },
10725
10725
  "engines": {
package/oclif.lock CHANGED
@@ -1637,7 +1637,7 @@
1637
1637
  strip-ansi "6.0.1"
1638
1638
  ts-retry-promise "^0.8.1"
1639
1639
 
1640
- "@salesforce/core@^8.1.0", "@salesforce/core@^8.2.7", "@salesforce/core@^8.3.0":
1640
+ "@salesforce/core@^8.1.0", "@salesforce/core@^8.2.7", "@salesforce/core@^8.3.0", "@salesforce/core@^8.4.0":
1641
1641
  version "8.4.0"
1642
1642
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.4.0.tgz#d2ddfe07994c42b1e917e581e9cf47ad27b97a93"
1643
1643
  integrity sha512-P+n0+Sp+v6voLTShW2E5sdF7gCUxEXJjNcc9Jtto0ZMyQesmQJ6WGpWmAuRoi+BVYc8OPSlEffndaYDAo/u73g==
@@ -3090,7 +3090,7 @@ brace-expansion@^4.0.0:
3090
3090
  dependencies:
3091
3091
  balanced-match "^3.0.0"
3092
3092
 
3093
- braces@^3.0.2, braces@~3.0.2:
3093
+ braces@^3.0.3, braces@~3.0.2:
3094
3094
  version "3.0.3"
3095
3095
  resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
3096
3096
  integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
@@ -3958,12 +3958,12 @@ eslint-plugin-jsdoc@^46.10.1:
3958
3958
  semver "^7.5.4"
3959
3959
  spdx-expression-parse "^4.0.0"
3960
3960
 
3961
- eslint-plugin-sf-plugin@^1.20.4:
3962
- version "1.20.4"
3963
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.4.tgz#9d99f76cd316939222231f74bb65fc76ddd7fee4"
3964
- integrity sha512-lpuF4XGVenrQotd0cUZhgZ4rLDubytWPJBzmMCIovZdqyGYzgD68MGofDSLFzmbhKfa2fX1Pndljru6/GjVyGQ==
3961
+ eslint-plugin-sf-plugin@^1.20.5:
3962
+ version "1.20.5"
3963
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz#167657e6dd319e5e5bcc8a733668fff8e7a8089a"
3964
+ integrity sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA==
3965
3965
  dependencies:
3966
- "@salesforce/core" "^8.3.0"
3966
+ "@salesforce/core" "^8.4.0"
3967
3967
  "@typescript-eslint/utils" "^7.18.0"
3968
3968
 
3969
3969
  eslint-plugin-unicorn@^50.0.1:
@@ -5677,11 +5677,11 @@ merge2@^1.3.0, merge2@^1.4.1:
5677
5677
  integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
5678
5678
 
5679
5679
  micromatch@^4.0.2, micromatch@^4.0.4:
5680
- version "4.0.5"
5681
- resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
5682
- integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
5680
+ version "4.0.8"
5681
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
5682
+ integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
5683
5683
  dependencies:
5684
- braces "^3.0.2"
5684
+ braces "^3.0.3"
5685
5685
  picomatch "^2.3.1"
5686
5686
 
5687
5687
  mime-db@1.52.0:
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.2.26"
360
+ "version": "3.2.27"
361
361
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.2.26",
4
+ "version": "3.2.27",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -17,7 +17,7 @@
17
17
  "@salesforce/dev-scripts": "^10.2.9",
18
18
  "@salesforce/plugin-command-reference": "^3.1.11",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
- "eslint-plugin-sf-plugin": "^1.20.4",
20
+ "eslint-plugin-sf-plugin": "^1.20.5",
21
21
  "oclif": "^4.14.19",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.5.4"
@@ -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.2.26.crt",
208
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.26.sig"
207
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.27.crt",
208
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.27.sig"
209
209
  }
210
210
  }