@salesforce/plugin-community 3.2.8 → 3.2.10

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.8/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.10/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.8/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.10/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.8/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.10/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.2.8",
3
+ "version": "3.2.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.2.8",
9
+ "version": "3.2.10",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.26.5",
12
+ "@oclif/core": "^3.26.6",
13
13
  "@salesforce/core": "^7.3.3",
14
14
  "@salesforce/kit": "^3.1.0",
15
- "@salesforce/sf-plugins-core": "^9.0.5"
15
+ "@salesforce/sf-plugins-core": "^9.0.7"
16
16
  },
17
17
  "devDependencies": {
18
- "@oclif/plugin-command-snapshot": "^5.1.7",
18
+ "@oclif/plugin-command-snapshot": "^5.1.8",
19
19
  "@salesforce/cli-plugins-testkit": "^5.3.1",
20
20
  "@salesforce/dev-scripts": "^9.0.0",
21
21
  "@salesforce/plugin-command-reference": "^3.0.82",
@@ -4686,9 +4686,9 @@
4686
4686
  }
4687
4687
  },
4688
4688
  "node_modules/@oclif/core": {
4689
- "version": "3.26.5",
4690
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
4691
- "integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
4689
+ "version": "3.26.6",
4690
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
4691
+ "integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
4692
4692
  "license": "MIT",
4693
4693
  "dependencies": {
4694
4694
  "@types/cli-progress": "^3.11.5",
@@ -4794,13 +4794,13 @@
4794
4794
  }
4795
4795
  },
4796
4796
  "node_modules/@oclif/plugin-command-snapshot": {
4797
- "version": "5.1.7",
4798
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
4799
- "integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
4797
+ "version": "5.1.8",
4798
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz",
4799
+ "integrity": "sha512-s8ZtqiB8+s7KdBqfOwWccgEnRB8eJ/7rJAQFG8RuSGfGGdFUe5yICAnuRwggw3bgm8Q/o3zTv1S4G59K3fBLvA==",
4800
4800
  "dev": true,
4801
4801
  "license": "MIT",
4802
4802
  "dependencies": {
4803
- "@oclif/core": "3.26.4",
4803
+ "@oclif/core": "3.26.5",
4804
4804
  "@types/lodash.difference": "^4.5.9",
4805
4805
  "chalk": "^5.3.0",
4806
4806
  "globby": "^14.0.1",
@@ -4816,9 +4816,9 @@
4816
4816
  }
4817
4817
  },
4818
4818
  "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
4819
- "version": "3.26.4",
4820
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
4821
- "integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
4819
+ "version": "3.26.5",
4820
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
4821
+ "integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
4822
4822
  "dev": true,
4823
4823
  "license": "MIT",
4824
4824
  "dependencies": {
@@ -5418,15 +5418,15 @@
5418
5418
  "license": "ISC"
5419
5419
  },
5420
5420
  "node_modules/@salesforce/sf-plugins-core": {
5421
- "version": "9.0.5",
5422
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz",
5423
- "integrity": "sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==",
5421
+ "version": "9.0.7",
5422
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz",
5423
+ "integrity": "sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==",
5424
5424
  "license": "BSD-3-Clause",
5425
5425
  "dependencies": {
5426
5426
  "@inquirer/confirm": "^2.0.17",
5427
5427
  "@inquirer/password": "^1.1.16",
5428
- "@oclif/core": "^3.26.2",
5429
- "@salesforce/core": "^7.3.0",
5428
+ "@oclif/core": "^3.26.5",
5429
+ "@salesforce/core": "^7.3.3",
5430
5430
  "@salesforce/kit": "^3.1.0",
5431
5431
  "@salesforce/ts-types": "^2.0.9",
5432
5432
  "chalk": "^5.3.0"
package/oclif.lock CHANGED
@@ -1702,10 +1702,10 @@
1702
1702
  "@nodelib/fs.scandir" "2.1.5"
1703
1703
  fastq "^1.6.0"
1704
1704
 
1705
- "@oclif/core@3.26.4":
1706
- version "3.26.4"
1707
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1708
- integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
1705
+ "@oclif/core@3.26.5":
1706
+ version "3.26.5"
1707
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1708
+ integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
1709
1709
  dependencies:
1710
1710
  "@types/cli-progress" "^3.11.5"
1711
1711
  ansi-escapes "^4.3.2"
@@ -1736,10 +1736,10 @@
1736
1736
  wordwrap "^1.0.0"
1737
1737
  wrap-ansi "^7.0.0"
1738
1738
 
1739
- "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
1740
- version "3.26.5"
1741
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1742
- integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
1739
+ "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
1740
+ version "3.26.6"
1741
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
1742
+ integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
1743
1743
  dependencies:
1744
1744
  "@types/cli-progress" "^3.11.5"
1745
1745
  ansi-escapes "^4.3.2"
@@ -1770,12 +1770,12 @@
1770
1770
  wordwrap "^1.0.0"
1771
1771
  wrap-ansi "^7.0.0"
1772
1772
 
1773
- "@oclif/plugin-command-snapshot@^5.1.7":
1774
- version "5.1.7"
1775
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
1776
- integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
1773
+ "@oclif/plugin-command-snapshot@^5.1.8":
1774
+ version "5.1.8"
1775
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz#6f9f04daa4c1a4923b4a1689b3ba7c7e76a3ce2e"
1776
+ integrity sha512-s8ZtqiB8+s7KdBqfOwWccgEnRB8eJ/7rJAQFG8RuSGfGGdFUe5yICAnuRwggw3bgm8Q/o3zTv1S4G59K3fBLvA==
1777
1777
  dependencies:
1778
- "@oclif/core" "3.26.4"
1778
+ "@oclif/core" "3.26.5"
1779
1779
  "@types/lodash.difference" "^4.5.9"
1780
1780
  chalk "^5.3.0"
1781
1781
  globby "^14.0.1"
@@ -1834,7 +1834,7 @@
1834
1834
  strip-ansi "6.0.1"
1835
1835
  ts-retry-promise "^0.8.0"
1836
1836
 
1837
- "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
1837
+ "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
1838
1838
  version "7.3.3"
1839
1839
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.3.tgz#4b84aba806264dd13716f4c4774bd5a417259662"
1840
1840
  integrity sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==
@@ -1926,15 +1926,15 @@
1926
1926
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
1927
1927
  integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
1928
1928
 
1929
- "@salesforce/sf-plugins-core@^9.0.5":
1930
- version "9.0.5"
1931
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
1932
- integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
1929
+ "@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
1930
+ version "9.0.7"
1931
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
1932
+ integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
1933
1933
  dependencies:
1934
1934
  "@inquirer/confirm" "^2.0.17"
1935
1935
  "@inquirer/password" "^1.1.16"
1936
- "@oclif/core" "^3.26.2"
1937
- "@salesforce/core" "^7.3.0"
1936
+ "@oclif/core" "^3.26.5"
1937
+ "@salesforce/core" "^7.3.3"
1938
1938
  "@salesforce/kit" "^3.1.0"
1939
1939
  "@salesforce/ts-types" "^2.0.9"
1940
1940
  chalk "^5.3.0"
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.2.8"
360
+ "version": "3.2.10"
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.2.8",
4
+ "version": "3.2.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.26.5",
8
+ "@oclif/core": "^3.26.6",
9
9
  "@salesforce/core": "^7.3.3",
10
10
  "@salesforce/kit": "^3.1.0",
11
- "@salesforce/sf-plugins-core": "^9.0.5"
11
+ "@salesforce/sf-plugins-core": "^9.0.7"
12
12
  },
13
13
  "devDependencies": {
14
- "@oclif/plugin-command-snapshot": "^5.1.7",
14
+ "@oclif/plugin-command-snapshot": "^5.1.8",
15
15
  "@salesforce/cli-plugins-testkit": "^5.3.1",
16
16
  "@salesforce/dev-scripts": "^9.0.0",
17
17
  "@salesforce/plugin-command-reference": "^3.0.82",
@@ -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.8.crt",
208
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.8.sig"
207
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.10.crt",
208
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.10.sig"
209
209
  }
210
210
  }