@salesforce/plugin-community 3.3.25 → 3.3.26
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 +3 -3
- package/npm-shrinkwrap.json +77 -49
- package/oclif.lock +39 -32
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.
|
|
168
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.26/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.
|
|
203
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.26/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.
|
|
252
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.26/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.26",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-community",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.26",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.11.
|
|
12
|
+
"@salesforce/core": "^8.11.4",
|
|
13
13
|
"@salesforce/kit": "^3.2.3",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.2.2"
|
|
15
15
|
},
|
|
@@ -19,7 +19,7 @@
|
|
|
19
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
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.54",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.23",
|
|
25
25
|
"oclif": "^4.17.46",
|
|
@@ -4158,9 +4158,9 @@
|
|
|
4158
4158
|
}
|
|
4159
4159
|
},
|
|
4160
4160
|
"node_modules/@salesforce/core": {
|
|
4161
|
-
"version": "8.11.
|
|
4162
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.
|
|
4163
|
-
"integrity": "sha512-
|
|
4161
|
+
"version": "8.11.4",
|
|
4162
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.4.tgz",
|
|
4163
|
+
"integrity": "sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==",
|
|
4164
4164
|
"license": "BSD-3-Clause",
|
|
4165
4165
|
"dependencies": {
|
|
4166
4166
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -4175,9 +4175,9 @@
|
|
|
4175
4175
|
"js2xmlparser": "^4.0.1",
|
|
4176
4176
|
"jsonwebtoken": "9.0.2",
|
|
4177
4177
|
"jszip": "3.10.1",
|
|
4178
|
-
"pino": "^9.
|
|
4178
|
+
"pino": "^9.7.0",
|
|
4179
4179
|
"pino-abstract-transport": "^1.2.0",
|
|
4180
|
-
"pino-pretty": "^11.
|
|
4180
|
+
"pino-pretty": "^11.3.0",
|
|
4181
4181
|
"proper-lockfile": "^4.1.2",
|
|
4182
4182
|
"semver": "^7.6.3",
|
|
4183
4183
|
"ts-retry-promise": "^0.8.1"
|
|
@@ -4208,6 +4208,41 @@
|
|
|
4208
4208
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
4209
4209
|
"license": "MIT"
|
|
4210
4210
|
},
|
|
4211
|
+
"node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
|
|
4212
|
+
"version": "1.2.0",
|
|
4213
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
4214
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
4215
|
+
"license": "MIT",
|
|
4216
|
+
"dependencies": {
|
|
4217
|
+
"readable-stream": "^4.0.0",
|
|
4218
|
+
"split2": "^4.0.0"
|
|
4219
|
+
}
|
|
4220
|
+
},
|
|
4221
|
+
"node_modules/@salesforce/core/node_modules/readable-stream": {
|
|
4222
|
+
"version": "4.4.2",
|
|
4223
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
4224
|
+
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
4225
|
+
"license": "MIT",
|
|
4226
|
+
"dependencies": {
|
|
4227
|
+
"abort-controller": "^3.0.0",
|
|
4228
|
+
"buffer": "^6.0.3",
|
|
4229
|
+
"events": "^3.3.0",
|
|
4230
|
+
"process": "^0.11.10",
|
|
4231
|
+
"string_decoder": "^1.3.0"
|
|
4232
|
+
},
|
|
4233
|
+
"engines": {
|
|
4234
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4235
|
+
}
|
|
4236
|
+
},
|
|
4237
|
+
"node_modules/@salesforce/core/node_modules/split2": {
|
|
4238
|
+
"version": "4.2.0",
|
|
4239
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
4240
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
4241
|
+
"license": "ISC",
|
|
4242
|
+
"engines": {
|
|
4243
|
+
"node": ">= 10.x"
|
|
4244
|
+
}
|
|
4245
|
+
},
|
|
4211
4246
|
"node_modules/@salesforce/dev-config": {
|
|
4212
4247
|
"version": "4.3.1",
|
|
4213
4248
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
|
|
@@ -4283,19 +4318,19 @@
|
|
|
4283
4318
|
}
|
|
4284
4319
|
},
|
|
4285
4320
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4286
|
-
"version": "3.1.
|
|
4287
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4288
|
-
"integrity": "sha512-
|
|
4321
|
+
"version": "3.1.54",
|
|
4322
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz",
|
|
4323
|
+
"integrity": "sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==",
|
|
4289
4324
|
"dev": true,
|
|
4290
4325
|
"license": "Apache-2.0",
|
|
4291
4326
|
"dependencies": {
|
|
4292
4327
|
"@oclif/core": "^4",
|
|
4293
|
-
"@salesforce/core": "^8.
|
|
4328
|
+
"@salesforce/core": "^8.11.0",
|
|
4294
4329
|
"@salesforce/kit": "^3.2.3",
|
|
4295
4330
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4296
4331
|
"@salesforce/ts-types": "^2.0.11",
|
|
4297
4332
|
"chalk": "^5.4.1",
|
|
4298
|
-
"debug": "^4.4.
|
|
4333
|
+
"debug": "^4.4.1",
|
|
4299
4334
|
"handlebars": "^4.7.8"
|
|
4300
4335
|
},
|
|
4301
4336
|
"engines": {
|
|
@@ -7117,9 +7152,9 @@
|
|
|
7117
7152
|
}
|
|
7118
7153
|
},
|
|
7119
7154
|
"node_modules/debug": {
|
|
7120
|
-
"version": "4.4.
|
|
7121
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.
|
|
7122
|
-
"integrity": "sha512-
|
|
7155
|
+
"version": "4.4.1",
|
|
7156
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
|
7157
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
7123
7158
|
"license": "MIT",
|
|
7124
7159
|
"dependencies": {
|
|
7125
7160
|
"ms": "^2.1.3"
|
|
@@ -12210,17 +12245,17 @@
|
|
|
12210
12245
|
}
|
|
12211
12246
|
},
|
|
12212
12247
|
"node_modules/pino": {
|
|
12213
|
-
"version": "9.
|
|
12214
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-9.
|
|
12215
|
-
"integrity": "sha512-
|
|
12248
|
+
"version": "9.7.0",
|
|
12249
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
|
|
12250
|
+
"integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
|
|
12216
12251
|
"license": "MIT",
|
|
12217
12252
|
"dependencies": {
|
|
12218
12253
|
"atomic-sleep": "^1.0.0",
|
|
12219
12254
|
"fast-redact": "^3.1.1",
|
|
12220
12255
|
"on-exit-leak-free": "^2.1.0",
|
|
12221
|
-
"pino-abstract-transport": "^
|
|
12256
|
+
"pino-abstract-transport": "^2.0.0",
|
|
12222
12257
|
"pino-std-serializers": "^7.0.0",
|
|
12223
|
-
"process-warning": "^
|
|
12258
|
+
"process-warning": "^5.0.0",
|
|
12224
12259
|
"quick-format-unescaped": "^4.0.3",
|
|
12225
12260
|
"real-require": "^0.2.0",
|
|
12226
12261
|
"safe-stable-stringify": "^2.3.1",
|
|
@@ -12232,31 +12267,14 @@
|
|
|
12232
12267
|
}
|
|
12233
12268
|
},
|
|
12234
12269
|
"node_modules/pino-abstract-transport": {
|
|
12235
|
-
"version": "
|
|
12236
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-
|
|
12237
|
-
"integrity": "sha512-
|
|
12270
|
+
"version": "2.0.0",
|
|
12271
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
12272
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
12238
12273
|
"license": "MIT",
|
|
12239
12274
|
"dependencies": {
|
|
12240
|
-
"readable-stream": "^4.0.0",
|
|
12241
12275
|
"split2": "^4.0.0"
|
|
12242
12276
|
}
|
|
12243
12277
|
},
|
|
12244
|
-
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
12245
|
-
"version": "4.4.2",
|
|
12246
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
12247
|
-
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
12248
|
-
"license": "MIT",
|
|
12249
|
-
"dependencies": {
|
|
12250
|
-
"abort-controller": "^3.0.0",
|
|
12251
|
-
"buffer": "^6.0.3",
|
|
12252
|
-
"events": "^3.3.0",
|
|
12253
|
-
"process": "^0.11.10",
|
|
12254
|
-
"string_decoder": "^1.3.0"
|
|
12255
|
-
},
|
|
12256
|
-
"engines": {
|
|
12257
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
12258
|
-
}
|
|
12259
|
-
},
|
|
12260
12278
|
"node_modules/pino-abstract-transport/node_modules/split2": {
|
|
12261
12279
|
"version": "4.2.0",
|
|
12262
12280
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -12267,9 +12285,9 @@
|
|
|
12267
12285
|
}
|
|
12268
12286
|
},
|
|
12269
12287
|
"node_modules/pino-pretty": {
|
|
12270
|
-
"version": "11.
|
|
12271
|
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.
|
|
12272
|
-
"integrity": "sha512-
|
|
12288
|
+
"version": "11.3.0",
|
|
12289
|
+
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
|
|
12290
|
+
"integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
|
|
12273
12291
|
"license": "MIT",
|
|
12274
12292
|
"dependencies": {
|
|
12275
12293
|
"colorette": "^2.0.7",
|
|
@@ -12280,7 +12298,7 @@
|
|
|
12280
12298
|
"joycon": "^3.1.1",
|
|
12281
12299
|
"minimist": "^1.2.6",
|
|
12282
12300
|
"on-exit-leak-free": "^2.1.0",
|
|
12283
|
-
"pino-abstract-transport": "^
|
|
12301
|
+
"pino-abstract-transport": "^2.0.0",
|
|
12284
12302
|
"pump": "^3.0.0",
|
|
12285
12303
|
"readable-stream": "^4.0.0",
|
|
12286
12304
|
"secure-json-parse": "^2.4.0",
|
|
@@ -12479,9 +12497,19 @@
|
|
|
12479
12497
|
}
|
|
12480
12498
|
},
|
|
12481
12499
|
"node_modules/process-warning": {
|
|
12482
|
-
"version": "
|
|
12483
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
12484
|
-
"integrity": "sha512
|
|
12500
|
+
"version": "5.0.0",
|
|
12501
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
12502
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
12503
|
+
"funding": [
|
|
12504
|
+
{
|
|
12505
|
+
"type": "github",
|
|
12506
|
+
"url": "https://github.com/sponsors/fastify"
|
|
12507
|
+
},
|
|
12508
|
+
{
|
|
12509
|
+
"type": "opencollective",
|
|
12510
|
+
"url": "https://opencollective.com/fastify"
|
|
12511
|
+
}
|
|
12512
|
+
],
|
|
12485
12513
|
"license": "MIT"
|
|
12486
12514
|
},
|
|
12487
12515
|
"node_modules/proper-lockfile": {
|
package/oclif.lock
CHANGED
|
@@ -1680,10 +1680,10 @@
|
|
|
1680
1680
|
strip-ansi "6.0.1"
|
|
1681
1681
|
ts-retry-promise "^0.8.1"
|
|
1682
1682
|
|
|
1683
|
-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.
|
|
1684
|
-
version "8.11.
|
|
1685
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.
|
|
1686
|
-
integrity sha512-
|
|
1683
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.4", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1684
|
+
version "8.11.4"
|
|
1685
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.4.tgz#e4f049351540a46e12bb5c1b6574232fd4d1288b"
|
|
1686
|
+
integrity sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==
|
|
1687
1687
|
dependencies:
|
|
1688
1688
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1689
1689
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1697,9 +1697,9 @@
|
|
|
1697
1697
|
js2xmlparser "^4.0.1"
|
|
1698
1698
|
jsonwebtoken "9.0.2"
|
|
1699
1699
|
jszip "3.10.1"
|
|
1700
|
-
pino "^9.
|
|
1700
|
+
pino "^9.7.0"
|
|
1701
1701
|
pino-abstract-transport "^1.2.0"
|
|
1702
|
-
pino-pretty "^11.
|
|
1702
|
+
pino-pretty "^11.3.0"
|
|
1703
1703
|
proper-lockfile "^4.1.2"
|
|
1704
1704
|
semver "^7.6.3"
|
|
1705
1705
|
ts-retry-promise "^0.8.1"
|
|
@@ -1748,18 +1748,18 @@
|
|
|
1748
1748
|
dependencies:
|
|
1749
1749
|
"@salesforce/ts-types" "^2.0.12"
|
|
1750
1750
|
|
|
1751
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1752
|
-
version "3.1.
|
|
1753
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1754
|
-
integrity sha512-
|
|
1751
|
+
"@salesforce/plugin-command-reference@^3.1.54":
|
|
1752
|
+
version "3.1.54"
|
|
1753
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz#62b48fa16fcefa27efa2ce0b7ba4c4be60249830"
|
|
1754
|
+
integrity sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==
|
|
1755
1755
|
dependencies:
|
|
1756
1756
|
"@oclif/core" "^4"
|
|
1757
|
-
"@salesforce/core" "^8.
|
|
1757
|
+
"@salesforce/core" "^8.11.0"
|
|
1758
1758
|
"@salesforce/kit" "^3.2.3"
|
|
1759
1759
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1760
1760
|
"@salesforce/ts-types" "^2.0.11"
|
|
1761
1761
|
chalk "^5.4.1"
|
|
1762
|
-
debug "^4.4.
|
|
1762
|
+
debug "^4.4.1"
|
|
1763
1763
|
handlebars "^4.7.8"
|
|
1764
1764
|
|
|
1765
1765
|
"@salesforce/prettier-config@^0.0.3":
|
|
@@ -3537,10 +3537,10 @@ dateformat@^4.6.3:
|
|
|
3537
3537
|
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
|
|
3538
3538
|
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
|
|
3539
3539
|
|
|
3540
|
-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0:
|
|
3541
|
-
version "4.4.
|
|
3542
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.
|
|
3543
|
-
integrity sha512-
|
|
3540
|
+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0, debug@^4.4.1:
|
|
3541
|
+
version "4.4.1"
|
|
3542
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
|
|
3543
|
+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
|
|
3544
3544
|
dependencies:
|
|
3545
3545
|
ms "^2.1.3"
|
|
3546
3546
|
|
|
@@ -6342,7 +6342,7 @@ picomatch@^4.0.2:
|
|
|
6342
6342
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
|
|
6343
6343
|
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
|
|
6344
6344
|
|
|
6345
|
-
pino-abstract-transport@^1.
|
|
6345
|
+
pino-abstract-transport@^1.2.0:
|
|
6346
6346
|
version "1.2.0"
|
|
6347
6347
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
|
|
6348
6348
|
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
|
|
@@ -6350,10 +6350,17 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
|
|
|
6350
6350
|
readable-stream "^4.0.0"
|
|
6351
6351
|
split2 "^4.0.0"
|
|
6352
6352
|
|
|
6353
|
-
pino-
|
|
6354
|
-
version "
|
|
6355
|
-
resolved "https://registry.yarnpkg.com/pino-
|
|
6356
|
-
integrity sha512-
|
|
6353
|
+
pino-abstract-transport@^2.0.0:
|
|
6354
|
+
version "2.0.0"
|
|
6355
|
+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz#de241578406ac7b8a33ce0d77ae6e8a0b3b68a60"
|
|
6356
|
+
integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==
|
|
6357
|
+
dependencies:
|
|
6358
|
+
split2 "^4.0.0"
|
|
6359
|
+
|
|
6360
|
+
pino-pretty@^11.3.0:
|
|
6361
|
+
version "11.3.0"
|
|
6362
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.3.0.tgz#390b3be044cf3d2e9192c7d19d44f6b690468f2e"
|
|
6363
|
+
integrity sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==
|
|
6357
6364
|
dependencies:
|
|
6358
6365
|
colorette "^2.0.7"
|
|
6359
6366
|
dateformat "^4.6.3"
|
|
@@ -6363,7 +6370,7 @@ pino-pretty@^11.2.2:
|
|
|
6363
6370
|
joycon "^3.1.1"
|
|
6364
6371
|
minimist "^1.2.6"
|
|
6365
6372
|
on-exit-leak-free "^2.1.0"
|
|
6366
|
-
pino-abstract-transport "^
|
|
6373
|
+
pino-abstract-transport "^2.0.0"
|
|
6367
6374
|
pump "^3.0.0"
|
|
6368
6375
|
readable-stream "^4.0.0"
|
|
6369
6376
|
secure-json-parse "^2.4.0"
|
|
@@ -6375,17 +6382,17 @@ pino-std-serializers@^7.0.0:
|
|
|
6375
6382
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
|
|
6376
6383
|
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
|
|
6377
6384
|
|
|
6378
|
-
pino@^9.
|
|
6379
|
-
version "9.
|
|
6380
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-9.
|
|
6381
|
-
integrity sha512-
|
|
6385
|
+
pino@^9.7.0:
|
|
6386
|
+
version "9.7.0"
|
|
6387
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645"
|
|
6388
|
+
integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
|
|
6382
6389
|
dependencies:
|
|
6383
6390
|
atomic-sleep "^1.0.0"
|
|
6384
6391
|
fast-redact "^3.1.1"
|
|
6385
6392
|
on-exit-leak-free "^2.1.0"
|
|
6386
|
-
pino-abstract-transport "^
|
|
6393
|
+
pino-abstract-transport "^2.0.0"
|
|
6387
6394
|
pino-std-serializers "^7.0.0"
|
|
6388
|
-
process-warning "^
|
|
6395
|
+
process-warning "^5.0.0"
|
|
6389
6396
|
quick-format-unescaped "^4.0.3"
|
|
6390
6397
|
real-require "^0.2.0"
|
|
6391
6398
|
safe-stable-stringify "^2.3.1"
|
|
@@ -6439,10 +6446,10 @@ process-on-spawn@^1.0.0:
|
|
|
6439
6446
|
dependencies:
|
|
6440
6447
|
fromentries "^1.2.0"
|
|
6441
6448
|
|
|
6442
|
-
process-warning@^
|
|
6443
|
-
version "
|
|
6444
|
-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-
|
|
6445
|
-
integrity sha512
|
|
6449
|
+
process-warning@^5.0.0:
|
|
6450
|
+
version "5.0.0"
|
|
6451
|
+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
|
|
6452
|
+
integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
|
|
6446
6453
|
|
|
6447
6454
|
process@^0.11.10:
|
|
6448
6455
|
version "0.11.10"
|
package/oclif.manifest.json
CHANGED
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.3.
|
|
4
|
+
"version": "3.3.26",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.11.
|
|
8
|
+
"@salesforce/core": "^8.11.4",
|
|
9
9
|
"@salesforce/kit": "^3.2.3",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.2.2"
|
|
11
11
|
},
|
|
@@ -15,7 +15,7 @@
|
|
|
15
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
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.54",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.23",
|
|
21
21
|
"oclif": "^4.17.46",
|
|
@@ -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.
|
|
209
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.
|
|
208
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.26.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.26.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|