@salesforce/plugin-community 3.2.9 → 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.9/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.9/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.9/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,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.2.9",
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.9",
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
15
  "@salesforce/sf-plugins-core": "^9.0.7"
@@ -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",
@@ -4815,6 +4815,117 @@
4815
4815
  "node": ">=18.0.0"
4816
4816
  }
4817
4817
  },
4818
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
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
+ "dev": true,
4823
+ "license": "MIT",
4824
+ "dependencies": {
4825
+ "@types/cli-progress": "^3.11.5",
4826
+ "ansi-escapes": "^4.3.2",
4827
+ "ansi-styles": "^4.3.0",
4828
+ "cardinal": "^2.1.1",
4829
+ "chalk": "^4.1.2",
4830
+ "clean-stack": "^3.0.1",
4831
+ "cli-progress": "^3.12.0",
4832
+ "color": "^4.2.3",
4833
+ "debug": "^4.3.4",
4834
+ "ejs": "^3.1.10",
4835
+ "get-package-type": "^0.1.0",
4836
+ "globby": "^11.1.0",
4837
+ "hyperlinker": "^1.0.0",
4838
+ "indent-string": "^4.0.0",
4839
+ "is-wsl": "^2.2.0",
4840
+ "js-yaml": "^3.14.1",
4841
+ "minimatch": "^9.0.4",
4842
+ "natural-orderby": "^2.0.3",
4843
+ "object-treeify": "^1.1.33",
4844
+ "password-prompt": "^1.1.3",
4845
+ "slice-ansi": "^4.0.0",
4846
+ "string-width": "^4.2.3",
4847
+ "strip-ansi": "^6.0.1",
4848
+ "supports-color": "^8.1.1",
4849
+ "supports-hyperlinks": "^2.2.0",
4850
+ "widest-line": "^3.1.0",
4851
+ "wordwrap": "^1.0.0",
4852
+ "wrap-ansi": "^7.0.0"
4853
+ },
4854
+ "engines": {
4855
+ "node": ">=18.0.0"
4856
+ }
4857
+ },
4858
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
4859
+ "version": "4.1.2",
4860
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4861
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4862
+ "dev": true,
4863
+ "license": "MIT",
4864
+ "dependencies": {
4865
+ "ansi-styles": "^4.1.0",
4866
+ "supports-color": "^7.1.0"
4867
+ },
4868
+ "engines": {
4869
+ "node": ">=10"
4870
+ },
4871
+ "funding": {
4872
+ "url": "https://github.com/chalk/chalk?sponsor=1"
4873
+ }
4874
+ },
4875
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
4876
+ "version": "7.2.0",
4877
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4878
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4879
+ "dev": true,
4880
+ "license": "MIT",
4881
+ "dependencies": {
4882
+ "has-flag": "^4.0.0"
4883
+ },
4884
+ "engines": {
4885
+ "node": ">=8"
4886
+ }
4887
+ },
4888
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
4889
+ "version": "11.1.0",
4890
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
4891
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
4892
+ "dev": true,
4893
+ "license": "MIT",
4894
+ "dependencies": {
4895
+ "array-union": "^2.1.0",
4896
+ "dir-glob": "^3.0.1",
4897
+ "fast-glob": "^3.2.9",
4898
+ "ignore": "^5.2.0",
4899
+ "merge2": "^1.4.1",
4900
+ "slash": "^3.0.0"
4901
+ },
4902
+ "engines": {
4903
+ "node": ">=10"
4904
+ },
4905
+ "funding": {
4906
+ "url": "https://github.com/sponsors/sindresorhus"
4907
+ }
4908
+ },
4909
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
4910
+ "version": "3.0.0",
4911
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
4912
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
4913
+ "dev": true,
4914
+ "license": "MIT",
4915
+ "engines": {
4916
+ "node": ">=8"
4917
+ }
4918
+ },
4919
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
4920
+ "version": "1.0.10",
4921
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4922
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4923
+ "dev": true,
4924
+ "license": "MIT",
4925
+ "dependencies": {
4926
+ "sprintf-js": "~1.0.2"
4927
+ }
4928
+ },
4818
4929
  "node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
4819
4930
  "version": "5.3.0",
4820
4931
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
@@ -4849,6 +4960,36 @@
4849
4960
  "url": "https://github.com/sponsors/sindresorhus"
4850
4961
  }
4851
4962
  },
4963
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
4964
+ "version": "3.14.1",
4965
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4966
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4967
+ "dev": true,
4968
+ "license": "MIT",
4969
+ "dependencies": {
4970
+ "argparse": "^1.0.7",
4971
+ "esprima": "^4.0.0"
4972
+ },
4973
+ "bin": {
4974
+ "js-yaml": "bin/js-yaml.js"
4975
+ }
4976
+ },
4977
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
4978
+ "version": "9.0.4",
4979
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
4980
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4981
+ "dev": true,
4982
+ "license": "ISC",
4983
+ "dependencies": {
4984
+ "brace-expansion": "^2.0.1"
4985
+ },
4986
+ "engines": {
4987
+ "node": ">=16 || 14 >=14.17"
4988
+ },
4989
+ "funding": {
4990
+ "url": "https://github.com/sponsors/isaacs"
4991
+ }
4992
+ },
4852
4993
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
4853
4994
  "version": "5.0.0",
4854
4995
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@@ -4875,6 +5016,40 @@
4875
5016
  "url": "https://github.com/sponsors/sindresorhus"
4876
5017
  }
4877
5018
  },
5019
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
5020
+ "version": "8.1.1",
5021
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5022
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5023
+ "dev": true,
5024
+ "license": "MIT",
5025
+ "dependencies": {
5026
+ "has-flag": "^4.0.0"
5027
+ },
5028
+ "engines": {
5029
+ "node": ">=10"
5030
+ },
5031
+ "funding": {
5032
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
5033
+ }
5034
+ },
5035
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
5036
+ "version": "7.0.0",
5037
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5038
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5039
+ "dev": true,
5040
+ "license": "MIT",
5041
+ "dependencies": {
5042
+ "ansi-styles": "^4.0.0",
5043
+ "string-width": "^4.1.0",
5044
+ "strip-ansi": "^6.0.0"
5045
+ },
5046
+ "engines": {
5047
+ "node": ">=10"
5048
+ },
5049
+ "funding": {
5050
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5051
+ }
5052
+ },
4878
5053
  "node_modules/@oclif/plugin-help": {
4879
5054
  "version": "6.0.21",
4880
5055
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
package/oclif.lock CHANGED
@@ -1702,7 +1702,7 @@
1702
1702
  "@nodelib/fs.scandir" "2.1.5"
1703
1703
  fastq "^1.6.0"
1704
1704
 
1705
- "@oclif/core@3.26.5", "@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":
1705
+ "@oclif/core@3.26.5":
1706
1706
  version "3.26.5"
1707
1707
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1708
1708
  integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
@@ -1736,6 +1736,40 @@
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", "@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
+ dependencies:
1744
+ "@types/cli-progress" "^3.11.5"
1745
+ ansi-escapes "^4.3.2"
1746
+ ansi-styles "^4.3.0"
1747
+ cardinal "^2.1.1"
1748
+ chalk "^4.1.2"
1749
+ clean-stack "^3.0.1"
1750
+ cli-progress "^3.12.0"
1751
+ color "^4.2.3"
1752
+ debug "^4.3.4"
1753
+ ejs "^3.1.10"
1754
+ get-package-type "^0.1.0"
1755
+ globby "^11.1.0"
1756
+ hyperlinker "^1.0.0"
1757
+ indent-string "^4.0.0"
1758
+ is-wsl "^2.2.0"
1759
+ js-yaml "^3.14.1"
1760
+ minimatch "^9.0.4"
1761
+ natural-orderby "^2.0.3"
1762
+ object-treeify "^1.1.33"
1763
+ password-prompt "^1.1.3"
1764
+ slice-ansi "^4.0.0"
1765
+ string-width "^4.2.3"
1766
+ strip-ansi "^6.0.1"
1767
+ supports-color "^8.1.1"
1768
+ supports-hyperlinks "^2.2.0"
1769
+ widest-line "^3.1.0"
1770
+ wordwrap "^1.0.0"
1771
+ wrap-ansi "^7.0.0"
1772
+
1739
1773
  "@oclif/plugin-command-snapshot@^5.1.8":
1740
1774
  version "5.1.8"
1741
1775
  resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz#6f9f04daa4c1a4923b4a1689b3ba7c7e76a3ce2e"
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.2.9"
360
+ "version": "3.2.10"
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.2.9",
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
11
  "@salesforce/sf-plugins-core": "^9.0.7"
@@ -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.9.crt",
208
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.9.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
  }