@salesforce/plugin-community 3.3.23 → 3.3.25

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.23/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.25/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.23/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.25/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.23/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.25/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.3.23",
3
+ "version": "3.3.25",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.3.23",
9
+ "version": "3.3.25",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@salesforce/core": "^8.10.3",
12
+ "@salesforce/core": "^8.11.1",
13
13
  "@salesforce/kit": "^3.2.3",
14
- "@salesforce/sf-plugins-core": "^12.2.1"
14
+ "@salesforce/sf-plugins-core": "^12.2.2"
15
15
  },
16
16
  "devDependencies": {
17
- "@jsforce/jsforce-node": "^3.8.1",
17
+ "@jsforce/jsforce-node": "^3.8.2",
18
18
  "@oclif/core": "^4.3.0",
19
- "@oclif/plugin-command-snapshot": "^5.2.39",
19
+ "@oclif/plugin-command-snapshot": "^5.2.40",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
21
  "@salesforce/dev-scripts": "^11.0.2",
22
22
  "@salesforce/plugin-command-reference": "^3.1.52",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
- "eslint-plugin-sf-plugin": "^1.20.22",
24
+ "eslint-plugin-sf-plugin": "^1.20.23",
25
25
  "oclif": "^4.17.46",
26
26
  "ts-node": "^10.9.2",
27
27
  "typescript": "^5.5.4"
@@ -3626,9 +3626,9 @@
3626
3626
  }
3627
3627
  },
3628
3628
  "node_modules/@jsforce/jsforce-node": {
3629
- "version": "3.8.1",
3630
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz",
3631
- "integrity": "sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==",
3629
+ "version": "3.8.2",
3630
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz",
3631
+ "integrity": "sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==",
3632
3632
  "license": "MIT",
3633
3633
  "dependencies": {
3634
3634
  "@sindresorhus/is": "^4",
@@ -3773,9 +3773,9 @@
3773
3773
  }
3774
3774
  },
3775
3775
  "node_modules/@oclif/plugin-command-snapshot": {
3776
- "version": "5.2.39",
3777
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
3778
- "integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
3776
+ "version": "5.2.40",
3777
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
3778
+ "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
3779
3779
  "dev": true,
3780
3780
  "license": "MIT",
3781
3781
  "dependencies": {
@@ -3786,7 +3786,7 @@
3786
3786
  "lodash.difference": "^4.5.0",
3787
3787
  "lodash.get": "^4.4.2",
3788
3788
  "lodash.sortby": "^4.7.0",
3789
- "semver": "^7.7.1",
3789
+ "semver": "^7.7.2",
3790
3790
  "ts-json-schema-generator": "^1.5.1"
3791
3791
  },
3792
3792
  "engines": {
@@ -4158,12 +4158,12 @@
4158
4158
  }
4159
4159
  },
4160
4160
  "node_modules/@salesforce/core": {
4161
- "version": "8.10.3",
4162
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.3.tgz",
4163
- "integrity": "sha512-juqbU304TBrrjb8sZGw+QkeAJISKu4+v2XIMTCxGJoEjs4LLhsyI7/drxCUY+7FNye+veAGeJdn/PCxkKhSgcA==",
4161
+ "version": "8.11.1",
4162
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.1.tgz",
4163
+ "integrity": "sha512-plu13EOxApJBCdGKwbE8bMOrxB5YTnHKGVaBjAk2Mli2M0ADh+q3qn8eedYDG24oViFNcV+sjfjbamQpLNCclA==",
4164
4164
  "license": "BSD-3-Clause",
4165
4165
  "dependencies": {
4166
- "@jsforce/jsforce-node": "^3.8.1",
4166
+ "@jsforce/jsforce-node": "^3.8.2",
4167
4167
  "@salesforce/kit": "^3.2.2",
4168
4168
  "@salesforce/schemas": "^1.9.0",
4169
4169
  "@salesforce/ts-types": "^2.0.10",
@@ -4407,16 +4407,16 @@
4407
4407
  "license": "ISC"
4408
4408
  },
4409
4409
  "node_modules/@salesforce/sf-plugins-core": {
4410
- "version": "12.2.1",
4411
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz",
4412
- "integrity": "sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==",
4410
+ "version": "12.2.2",
4411
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz",
4412
+ "integrity": "sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==",
4413
4413
  "license": "BSD-3-Clause",
4414
4414
  "dependencies": {
4415
4415
  "@inquirer/confirm": "^3.1.22",
4416
4416
  "@inquirer/password": "^2.2.0",
4417
- "@oclif/core": "^4.2.10",
4417
+ "@oclif/core": "^4.3.0",
4418
4418
  "@oclif/table": "^0.4.6",
4419
- "@salesforce/core": "^8.8.5",
4419
+ "@salesforce/core": "^8.10.0",
4420
4420
  "@salesforce/kit": "^3.2.3",
4421
4421
  "@salesforce/ts-types": "^2.0.12",
4422
4422
  "ansis": "^3.3.2",
@@ -7897,13 +7897,13 @@
7897
7897
  }
7898
7898
  },
7899
7899
  "node_modules/eslint-plugin-sf-plugin": {
7900
- "version": "1.20.22",
7901
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz",
7902
- "integrity": "sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==",
7900
+ "version": "1.20.23",
7901
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz",
7902
+ "integrity": "sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==",
7903
7903
  "dev": true,
7904
7904
  "license": "BSD-3-Clause",
7905
7905
  "dependencies": {
7906
- "@salesforce/core": "^8.10.1",
7906
+ "@salesforce/core": "^8.10.3",
7907
7907
  "@typescript-eslint/utils": "^7.18.0"
7908
7908
  },
7909
7909
  "engines": {
@@ -13119,9 +13119,9 @@
13119
13119
  "license": "BSD-3-Clause"
13120
13120
  },
13121
13121
  "node_modules/semver": {
13122
- "version": "7.7.1",
13123
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
13124
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
13122
+ "version": "7.7.2",
13123
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
13124
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
13125
13125
  "license": "ISC",
13126
13126
  "bin": {
13127
13127
  "semver": "bin/semver.js"
package/oclif.lock CHANGED
@@ -1518,10 +1518,10 @@
1518
1518
  "@jridgewell/resolve-uri" "^3.1.0"
1519
1519
  "@jridgewell/sourcemap-codec" "^1.4.14"
1520
1520
 
1521
- "@jsforce/jsforce-node@^3.8.1":
1522
- version "3.8.1"
1523
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz#482fcf2820b48a6b10930d33550eb4e4cbd1e480"
1524
- integrity sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==
1521
+ "@jsforce/jsforce-node@^3.8.2":
1522
+ version "3.8.2"
1523
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz#68b903f6733ae479086ab02ea4a2de87a7f208eb"
1524
+ integrity sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==
1525
1525
  dependencies:
1526
1526
  "@sindresorhus/is" "^4"
1527
1527
  base64url "^3.0.1"
@@ -1579,10 +1579,10 @@
1579
1579
  wordwrap "^1.0.0"
1580
1580
  wrap-ansi "^7.0.0"
1581
1581
 
1582
- "@oclif/plugin-command-snapshot@^5.2.39":
1583
- version "5.2.39"
1584
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
1585
- integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
1582
+ "@oclif/plugin-command-snapshot@^5.2.40":
1583
+ version "5.2.40"
1584
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1585
+ integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
1586
1586
  dependencies:
1587
1587
  "@oclif/core" "^4"
1588
1588
  ansis "^3.17.0"
@@ -1591,7 +1591,7 @@
1591
1591
  lodash.difference "^4.5.0"
1592
1592
  lodash.get "^4.4.2"
1593
1593
  lodash.sortby "^4.7.0"
1594
- semver "^7.7.1"
1594
+ semver "^7.7.2"
1595
1595
  ts-json-schema-generator "^1.5.1"
1596
1596
 
1597
1597
  "@oclif/plugin-help@^6.2.27":
@@ -1680,12 +1680,12 @@
1680
1680
  strip-ansi "6.0.1"
1681
1681
  ts-retry-promise "^0.8.1"
1682
1682
 
1683
- "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5":
1684
- version "8.10.3"
1685
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.3.tgz#3cc2c99d097757cb4b08dab921254cfa3a00c7c1"
1686
- integrity sha512-juqbU304TBrrjb8sZGw+QkeAJISKu4+v2XIMTCxGJoEjs4LLhsyI7/drxCUY+7FNye+veAGeJdn/PCxkKhSgcA==
1683
+ "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1684
+ version "8.11.1"
1685
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.1.tgz#d680118f7671de0a102b4c2fe66235203ea6443f"
1686
+ integrity sha512-plu13EOxApJBCdGKwbE8bMOrxB5YTnHKGVaBjAk2Mli2M0ADh+q3qn8eedYDG24oViFNcV+sjfjbamQpLNCclA==
1687
1687
  dependencies:
1688
- "@jsforce/jsforce-node" "^3.8.1"
1688
+ "@jsforce/jsforce-node" "^3.8.2"
1689
1689
  "@salesforce/kit" "^3.2.2"
1690
1690
  "@salesforce/schemas" "^1.9.0"
1691
1691
  "@salesforce/ts-types" "^2.0.10"
@@ -1790,16 +1790,16 @@
1790
1790
  string-width "^7.2.0"
1791
1791
  terminal-link "^3.0.0"
1792
1792
 
1793
- "@salesforce/sf-plugins-core@^12.2.1":
1794
- version "12.2.1"
1795
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz#1048a5d1245f07f0e864f0f76e8818fd21a84fe6"
1796
- integrity sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==
1793
+ "@salesforce/sf-plugins-core@^12.2.2":
1794
+ version "12.2.2"
1795
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz#41e704e47ba997dcb6922ab9563aa19407079c85"
1796
+ integrity sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==
1797
1797
  dependencies:
1798
1798
  "@inquirer/confirm" "^3.1.22"
1799
1799
  "@inquirer/password" "^2.2.0"
1800
- "@oclif/core" "^4.2.10"
1800
+ "@oclif/core" "^4.3.0"
1801
1801
  "@oclif/table" "^0.4.6"
1802
- "@salesforce/core" "^8.8.5"
1802
+ "@salesforce/core" "^8.10.0"
1803
1803
  "@salesforce/kit" "^3.2.3"
1804
1804
  "@salesforce/ts-types" "^2.0.12"
1805
1805
  ansis "^3.3.2"
@@ -3961,12 +3961,12 @@ eslint-plugin-jsdoc@^46.10.1:
3961
3961
  semver "^7.5.4"
3962
3962
  spdx-expression-parse "^4.0.0"
3963
3963
 
3964
- eslint-plugin-sf-plugin@^1.20.22:
3965
- version "1.20.22"
3966
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz#d6454d3f6496163b7ca4756fed045edee6666ce1"
3967
- integrity sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==
3964
+ eslint-plugin-sf-plugin@^1.20.23:
3965
+ version "1.20.23"
3966
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz#213c514a67b734c989eac1ebbc23ff506f9ddc85"
3967
+ integrity sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==
3968
3968
  dependencies:
3969
- "@salesforce/core" "^8.10.1"
3969
+ "@salesforce/core" "^8.10.3"
3970
3970
  "@typescript-eslint/utils" "^7.18.0"
3971
3971
 
3972
3972
  eslint-plugin-unicorn@^50.0.1:
@@ -6820,10 +6820,10 @@ semver@^6.0.0, semver@^6.3.1:
6820
6820
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
6821
6821
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
6822
6822
 
6823
- semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1:
6824
- version "7.7.1"
6825
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
6826
- integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
6823
+ semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2:
6824
+ version "7.7.2"
6825
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
6826
+ integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
6827
6827
 
6828
6828
  sentence-case@^3.0.4:
6829
6829
  version "3.0.4"
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.3.23"
360
+ "version": "3.3.25"
361
361
  }
package/package.json CHANGED
@@ -1,23 +1,23 @@
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.23",
4
+ "version": "3.3.25",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@salesforce/core": "^8.10.3",
8
+ "@salesforce/core": "^8.11.1",
9
9
  "@salesforce/kit": "^3.2.3",
10
- "@salesforce/sf-plugins-core": "^12.2.1"
10
+ "@salesforce/sf-plugins-core": "^12.2.2"
11
11
  },
12
12
  "devDependencies": {
13
- "@jsforce/jsforce-node": "^3.8.1",
13
+ "@jsforce/jsforce-node": "^3.8.2",
14
14
  "@oclif/core": "^4.3.0",
15
- "@oclif/plugin-command-snapshot": "^5.2.39",
15
+ "@oclif/plugin-command-snapshot": "^5.2.40",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/dev-scripts": "^11.0.2",
18
18
  "@salesforce/plugin-command-reference": "^3.1.52",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
- "eslint-plugin-sf-plugin": "^1.20.22",
20
+ "eslint-plugin-sf-plugin": "^1.20.23",
21
21
  "oclif": "^4.17.46",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.5.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.23.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.23.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.25.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.25.sig"
210
210
  }
211
211
  }