@salesforce/plugin-community 2.4.7 → 2.4.8

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
@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
162
162
  available in your org.
163
163
  ```
164
164
 
165
- _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/2.4.7/src/commands/community/create.ts)_
165
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/2.4.8/src/commands/community/create.ts)_
166
166
 
167
167
  ## `sfdx community:list:template`
168
168
 
@@ -195,7 +195,7 @@ EXAMPLES
195
195
  $ sfdx community:list:template --target-org my-scratch-org
196
196
  ```
197
197
 
198
- _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/2.4.7/src/commands/community/list/template.ts)_
198
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/2.4.8/src/commands/community/list/template.ts)_
199
199
 
200
200
  ## `sfdx community:publish`
201
201
 
@@ -243,6 +243,6 @@ EXAMPLES
243
243
  $ sfdx community:publish --name 'My Customer Site'
244
244
  ```
245
245
 
246
- _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/2.4.7/src/commands/community/publish.ts)_
246
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/2.4.8/src/commands/community/publish.ts)_
247
247
 
248
248
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -955,13 +955,13 @@
955
955
  strip-ansi "6.0.1"
956
956
  ts-retry-promise "^0.7.1"
957
957
 
958
- "@salesforce/core@^5.2.7", "@salesforce/core@^5.2.9", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.10", "@salesforce/core@^5.3.5":
959
- version "5.3.10"
960
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.10.tgz#897d315dcfbe025ff7d69f6c127577611154a6ee"
961
- integrity sha512-PVBLRt28CBbDHbElChDsFIy+hMfc66pg/Vz0EzWiwL0XImN8Cw6n+viPV8uX7FGQVeA2P2RHGdRb83NCDt58dA==
958
+ "@salesforce/core@^5.2.7", "@salesforce/core@^5.2.9", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.10", "@salesforce/core@^5.3.14":
959
+ version "5.3.14"
960
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.14.tgz#a5a3d02be6727492469ed39b23eaf3c56675496b"
961
+ integrity sha512-IFmLZCpFBcreTFEaH+Rn4BozUpFx3vvf43yWuXWdOvALz4ad18yU3Kzk9GxwzablrQxPFmJ43ClQG10dmoh/ig==
962
962
  dependencies:
963
- "@salesforce/kit" "^3.0.13"
964
- "@salesforce/schemas" "^1.6.0"
963
+ "@salesforce/kit" "^3.0.14"
964
+ "@salesforce/schemas" "^1.6.1"
965
965
  "@salesforce/ts-types" "^2.0.8"
966
966
  "@types/semver" "^7.5.3"
967
967
  ajv "^8.12.0"
@@ -972,7 +972,7 @@
972
972
  jsforce "^2.0.0-beta.28"
973
973
  jsonwebtoken "9.0.2"
974
974
  jszip "3.10.1"
975
- pino "^8.15.6"
975
+ pino "^8.16.0"
976
976
  pino-abstract-transport "^1.0.0"
977
977
  pino-pretty "^10.2.3"
978
978
  proper-lockfile "^4.1.2"
@@ -1023,12 +1023,12 @@
1023
1023
  typescript "^4.9.5"
1024
1024
  wireit "^0.9.5"
1025
1025
 
1026
- "@salesforce/kit@^3.0.11", "@salesforce/kit@^3.0.12", "@salesforce/kit@^3.0.13", "@salesforce/kit@^3.0.9":
1027
- version "3.0.13"
1028
- resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
1029
- integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
1026
+ "@salesforce/kit@^3.0.11", "@salesforce/kit@^3.0.12", "@salesforce/kit@^3.0.14", "@salesforce/kit@^3.0.9":
1027
+ version "3.0.15"
1028
+ resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.15.tgz#713df3f5767f874c70a2e731c7cb5ba677989559"
1029
+ integrity sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==
1030
1030
  dependencies:
1031
- "@salesforce/ts-types" "^2.0.8"
1031
+ "@salesforce/ts-types" "^2.0.9"
1032
1032
  tslib "^2.6.2"
1033
1033
 
1034
1034
  "@salesforce/plugin-command-reference@^3.0.33":
@@ -1050,10 +1050,10 @@
1050
1050
  resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
1051
1051
  integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
1052
1052
 
1053
- "@salesforce/schemas@^1.6.0":
1054
- version "1.6.0"
1055
- resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.0.tgz#14505ebad2fb2d4f7b14837545d662766d293561"
1056
- integrity sha512-SwhDTLucj/GRbPpxlEoDZeqlX22o+G6fiebTXTu1cZKmd1oE0W2L7SlTTgJnWck8bhTeBIgQi9cpD8c2t5ISKA==
1053
+ "@salesforce/schemas@^1.6.1":
1054
+ version "1.6.1"
1055
+ resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1056
+ integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1057
1057
 
1058
1058
  "@salesforce/sf-plugins-core@^3.1.22", "@salesforce/sf-plugins-core@^3.1.23":
1059
1059
  version "3.1.23"
@@ -1067,10 +1067,10 @@
1067
1067
  chalk "^4"
1068
1068
  inquirer "^8.2.5"
1069
1069
 
1070
- "@salesforce/ts-sinon@1.4.17":
1071
- version "1.4.17"
1072
- resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.17.tgz#e4454cd6f2edb54425a6336c5f8a7062b9e6d22c"
1073
- integrity sha512-hJi+0oE7F70AFtru+KF1AKSin1lzvrU/aXkxPzqJ3obR6Q86Q4LgIl/ekiXv2u2k4GN21KPpkhBEQJuf3qiI8Q==
1070
+ "@salesforce/ts-sinon@1.4.18":
1071
+ version "1.4.18"
1072
+ resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.18.tgz#a9ff91370bc3f682fbf964afcbc0fcf5f04d2912"
1073
+ integrity sha512-YR+L5JEZRfZmPGYvamPs+urd753PfS/K6foygYdR9F6MM+e0VMbAQ8Zq2lmJKoZy4aDEencspmp+72wtZKJJpg==
1074
1074
  dependencies:
1075
1075
  "@salesforce/ts-types" "^2.0.8"
1076
1076
  sinon "^5.1.1"
@@ -2991,12 +2991,12 @@ eslint-plugin-prefer-arrow@^1.2.1:
2991
2991
  resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041"
2992
2992
  integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==
2993
2993
 
2994
- eslint-plugin-sf-plugin@^1.16.9:
2995
- version "1.16.9"
2996
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.9.tgz#0c8bfa7b51b52c716bf8cecbb271237931bffa3b"
2997
- integrity sha512-VOAA1OEieGCzimavNvI1OP2AnlR5SZfxi4Q+WDahxJcedh5/SP0DEynW8ww+begy4Nt0APdLzwXN1JJTZQCemA==
2994
+ eslint-plugin-sf-plugin@^1.16.12:
2995
+ version "1.16.12"
2996
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.12.tgz#053e27f75df4e5b2d350c43aca2ddcfee4239109"
2997
+ integrity sha512-iW7kFN7qEx9iqhRUcWNUqO2jkdRDX8m/wOfLXFkoq9b+6QuOnhmV4sD5G6GUvPrKP9Sv7A/Ke2hQdXT8wxfm8Q==
2998
2998
  dependencies:
2999
- "@salesforce/core" "^5.3.5"
2999
+ "@salesforce/core" "^5.3.10"
3000
3000
  "@typescript-eslint/utils" "^5.59.11"
3001
3001
 
3002
3002
  eslint-scope@^5.1.1:
@@ -5836,10 +5836,10 @@ pino-std-serializers@^6.0.0:
5836
5836
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
5837
5837
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
5838
5838
 
5839
- pino@^8.15.6:
5840
- version "8.16.0"
5841
- resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.0.tgz#2465012a1d11fa2e7a0545032f636e203990ae26"
5842
- integrity sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==
5839
+ pino@^8.16.0:
5840
+ version "8.16.1"
5841
+ resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.1.tgz#dcaf82764b1a27f24101317cdd6453e96290f1d9"
5842
+ integrity sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA==
5843
5843
  dependencies:
5844
5844
  atomic-sleep "^1.0.0"
5845
5845
  fast-redact "^3.1.1"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.4.7",
2
+ "version": "2.4.8",
3
3
  "commands": {
4
4
  "community:create": {
5
5
  "id": "community:create",
package/package.json CHANGED
@@ -1,12 +1,12 @@
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": "2.4.7",
4
+ "version": "2.4.8",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^2.15.0",
9
- "@salesforce/core": "^5.3.10",
9
+ "@salesforce/core": "^5.3.14",
10
10
  "@salesforce/kit": "^3.0.11",
11
11
  "@salesforce/sf-plugins-core": "^3.1.23",
12
12
  "tslib": "^2"
@@ -18,7 +18,7 @@
18
18
  "@salesforce/dev-scripts": "^5.11.0",
19
19
  "@salesforce/plugin-command-reference": "^3.0.33",
20
20
  "@salesforce/prettier-config": "^0.0.3",
21
- "@salesforce/ts-sinon": "1.4.17",
21
+ "@salesforce/ts-sinon": "1.4.18",
22
22
  "@salesforce/ts-types": "^2.0.9",
23
23
  "@swc/core": "^1.3.39",
24
24
  "@types/inquirer": "^9.0.4",
@@ -33,7 +33,7 @@
33
33
  "eslint-plugin-header": "^3.1.1",
34
34
  "eslint-plugin-import": "^2.28.1",
35
35
  "eslint-plugin-jsdoc": "^43.0.5",
36
- "eslint-plugin-sf-plugin": "^1.16.9",
36
+ "eslint-plugin-sf-plugin": "^1.16.12",
37
37
  "husky": "^7.0.4",
38
38
  "jsforce": "^2.0.0-beta.28",
39
39
  "mocha": "^9.2.2",
@@ -212,7 +212,7 @@
212
212
  }
213
213
  },
214
214
  "sfdx": {
215
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.4.7.crt",
216
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.4.7.sig"
215
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.4.8.crt",
216
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.4.8.sig"
217
217
  }
218
218
  }