@salesforce/plugin-community 3.3.59 → 3.3.60
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 +39 -6
- package/oclif.lock +16 -5
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.60/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.60/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.60/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.60",
|
|
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.60",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.28.4",
|
|
@@ -8662,9 +8662,9 @@
|
|
|
8662
8662
|
}
|
|
8663
8663
|
},
|
|
8664
8664
|
"node_modules/fast-xml-builder": {
|
|
8665
|
-
"version": "1.
|
|
8666
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
8667
|
-
"integrity": "sha512-
|
|
8665
|
+
"version": "1.2.0",
|
|
8666
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
8667
|
+
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
8668
8668
|
"dev": true,
|
|
8669
8669
|
"funding": [
|
|
8670
8670
|
{
|
|
@@ -8674,7 +8674,24 @@
|
|
|
8674
8674
|
],
|
|
8675
8675
|
"license": "MIT",
|
|
8676
8676
|
"dependencies": {
|
|
8677
|
-
"path-expression-matcher": "^1.
|
|
8677
|
+
"path-expression-matcher": "^1.5.0",
|
|
8678
|
+
"xml-naming": "^0.1.0"
|
|
8679
|
+
}
|
|
8680
|
+
},
|
|
8681
|
+
"node_modules/fast-xml-builder/node_modules/path-expression-matcher": {
|
|
8682
|
+
"version": "1.5.0",
|
|
8683
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
8684
|
+
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
8685
|
+
"dev": true,
|
|
8686
|
+
"funding": [
|
|
8687
|
+
{
|
|
8688
|
+
"type": "github",
|
|
8689
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
8690
|
+
}
|
|
8691
|
+
],
|
|
8692
|
+
"license": "MIT",
|
|
8693
|
+
"engines": {
|
|
8694
|
+
"node": ">=14.0.0"
|
|
8678
8695
|
}
|
|
8679
8696
|
},
|
|
8680
8697
|
"node_modules/fast-xml-parser": {
|
|
@@ -15232,6 +15249,22 @@
|
|
|
15232
15249
|
}
|
|
15233
15250
|
}
|
|
15234
15251
|
},
|
|
15252
|
+
"node_modules/xml-naming": {
|
|
15253
|
+
"version": "0.1.0",
|
|
15254
|
+
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
15255
|
+
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
15256
|
+
"dev": true,
|
|
15257
|
+
"funding": [
|
|
15258
|
+
{
|
|
15259
|
+
"type": "github",
|
|
15260
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
15261
|
+
}
|
|
15262
|
+
],
|
|
15263
|
+
"license": "MIT",
|
|
15264
|
+
"engines": {
|
|
15265
|
+
"node": ">=16.0.0"
|
|
15266
|
+
}
|
|
15267
|
+
},
|
|
15235
15268
|
"node_modules/xml2js": {
|
|
15236
15269
|
"version": "0.6.2",
|
|
15237
15270
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -4132,11 +4132,12 @@ fast-wrap-ansi@^0.2.0:
|
|
|
4132
4132
|
fast-string-width "^3.0.2"
|
|
4133
4133
|
|
|
4134
4134
|
fast-xml-builder@^1.1.4:
|
|
4135
|
-
version "1.
|
|
4136
|
-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.
|
|
4137
|
-
integrity sha512-
|
|
4135
|
+
version "1.2.0"
|
|
4136
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
|
|
4137
|
+
integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
|
|
4138
4138
|
dependencies:
|
|
4139
|
-
path-expression-matcher "^1.
|
|
4139
|
+
path-expression-matcher "^1.5.0"
|
|
4140
|
+
xml-naming "^0.1.0"
|
|
4140
4141
|
|
|
4141
4142
|
fast-xml-parser@5.5.8:
|
|
4142
4143
|
version "5.5.8"
|
|
@@ -6272,11 +6273,16 @@ path-exists@^4.0.0:
|
|
|
6272
6273
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
|
6273
6274
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
6274
6275
|
|
|
6275
|
-
path-expression-matcher@^1.
|
|
6276
|
+
path-expression-matcher@^1.2.0:
|
|
6276
6277
|
version "1.2.0"
|
|
6277
6278
|
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
|
|
6278
6279
|
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
|
|
6279
6280
|
|
|
6281
|
+
path-expression-matcher@^1.5.0:
|
|
6282
|
+
version "1.5.0"
|
|
6283
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
6284
|
+
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
6285
|
+
|
|
6280
6286
|
path-is-absolute@^1.0.0:
|
|
6281
6287
|
version "1.0.1"
|
|
6282
6288
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
@@ -7857,6 +7863,11 @@ ws@^8.15.0:
|
|
|
7857
7863
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
|
|
7858
7864
|
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
|
|
7859
7865
|
|
|
7866
|
+
xml-naming@^0.1.0:
|
|
7867
|
+
version "0.1.0"
|
|
7868
|
+
resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8"
|
|
7869
|
+
integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
|
|
7870
|
+
|
|
7860
7871
|
xml2js@^0.6.2:
|
|
7861
7872
|
version "0.6.2"
|
|
7862
7873
|
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.60",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -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.60.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.60.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|