@salesforce/plugin-community 3.3.44 → 3.3.45
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 +25 -11
- package/oclif.lock +8 -8
- 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.45/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.45/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.45/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.45",
|
|
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.45",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.23.
|
|
12
|
+
"@salesforce/core": "^8.23.4",
|
|
13
13
|
"@salesforce/kit": "^3.2.4",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.2.5"
|
|
15
15
|
},
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.3.7",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
21
21
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.75",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"oclif": "^4.22.32",
|
|
@@ -2198,6 +2198,7 @@
|
|
|
2198
2198
|
"integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
|
|
2199
2199
|
"dev": true,
|
|
2200
2200
|
"license": "MIT",
|
|
2201
|
+
"peer": true,
|
|
2201
2202
|
"dependencies": {
|
|
2202
2203
|
"@ampproject/remapping": "^2.2.0",
|
|
2203
2204
|
"@babel/code-frame": "^7.24.7",
|
|
@@ -2889,6 +2890,7 @@
|
|
|
2889
2890
|
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
|
2890
2891
|
"dev": true,
|
|
2891
2892
|
"license": "Apache-2.0",
|
|
2893
|
+
"peer": true,
|
|
2892
2894
|
"bin": {
|
|
2893
2895
|
"tsc": "bin/tsc",
|
|
2894
2896
|
"tsserver": "bin/tsserver"
|
|
@@ -4730,9 +4732,9 @@
|
|
|
4730
4732
|
}
|
|
4731
4733
|
},
|
|
4732
4734
|
"node_modules/@salesforce/core": {
|
|
4733
|
-
"version": "8.23.
|
|
4734
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.
|
|
4735
|
-
"integrity": "sha512
|
|
4735
|
+
"version": "8.23.4",
|
|
4736
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.4.tgz",
|
|
4737
|
+
"integrity": "sha512-+JZMFD76P7X8fLSrHJRi9+ygjTehqZqJRXxmNq51miqIHY1Xlb0qH/yr9u5QEGsFIOZ8H8oStl/Zj+ZbrFs0vw==",
|
|
4736
4738
|
"license": "BSD-3-Clause",
|
|
4737
4739
|
"dependencies": {
|
|
4738
4740
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
@@ -4891,9 +4893,9 @@
|
|
|
4891
4893
|
}
|
|
4892
4894
|
},
|
|
4893
4895
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4894
|
-
"version": "3.1.
|
|
4895
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4896
|
-
"integrity": "sha512-
|
|
4896
|
+
"version": "3.1.75",
|
|
4897
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.75.tgz",
|
|
4898
|
+
"integrity": "sha512-PkcRpD3FtMJjv0nKWAFGWuWZ8bt5BZyTqk/0i8b6ADA+m2WSnEKDauFiji3KWpIVVf1NqsBz1kNN4sF/wt8f3Q==",
|
|
4897
4899
|
"dev": true,
|
|
4898
4900
|
"license": "Apache-2.0",
|
|
4899
4901
|
"dependencies": {
|
|
@@ -6035,6 +6037,7 @@
|
|
|
6035
6037
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
|
|
6036
6038
|
"integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
|
|
6037
6039
|
"license": "MIT",
|
|
6040
|
+
"peer": true,
|
|
6038
6041
|
"dependencies": {
|
|
6039
6042
|
"undici-types": "~6.19.2"
|
|
6040
6043
|
}
|
|
@@ -6057,6 +6060,7 @@
|
|
|
6057
6060
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz",
|
|
6058
6061
|
"integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==",
|
|
6059
6062
|
"license": "MIT",
|
|
6063
|
+
"peer": true,
|
|
6060
6064
|
"dependencies": {
|
|
6061
6065
|
"@types/prop-types": "*",
|
|
6062
6066
|
"csstype": "^3.0.2"
|
|
@@ -6152,6 +6156,7 @@
|
|
|
6152
6156
|
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
|
6153
6157
|
"dev": true,
|
|
6154
6158
|
"license": "BSD-2-Clause",
|
|
6159
|
+
"peer": true,
|
|
6155
6160
|
"dependencies": {
|
|
6156
6161
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
6157
6162
|
"@typescript-eslint/types": "6.21.0",
|
|
@@ -6349,6 +6354,7 @@
|
|
|
6349
6354
|
"integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==",
|
|
6350
6355
|
"dev": true,
|
|
6351
6356
|
"license": "MIT",
|
|
6357
|
+
"peer": true,
|
|
6352
6358
|
"bin": {
|
|
6353
6359
|
"acorn": "bin/acorn"
|
|
6354
6360
|
},
|
|
@@ -6868,6 +6874,7 @@
|
|
|
6868
6874
|
}
|
|
6869
6875
|
],
|
|
6870
6876
|
"license": "MIT",
|
|
6877
|
+
"peer": true,
|
|
6871
6878
|
"dependencies": {
|
|
6872
6879
|
"caniuse-lite": "^1.0.30001640",
|
|
6873
6880
|
"electron-to-chromium": "^1.4.820",
|
|
@@ -7662,6 +7669,7 @@
|
|
|
7662
7669
|
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
|
|
7663
7670
|
"dev": true,
|
|
7664
7671
|
"license": "MIT",
|
|
7672
|
+
"peer": true,
|
|
7665
7673
|
"dependencies": {
|
|
7666
7674
|
"import-fresh": "^3.3.0",
|
|
7667
7675
|
"js-yaml": "^4.1.0",
|
|
@@ -8323,6 +8331,7 @@
|
|
|
8323
8331
|
"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
|
|
8324
8332
|
"dev": true,
|
|
8325
8333
|
"license": "MIT",
|
|
8334
|
+
"peer": true,
|
|
8326
8335
|
"dependencies": {
|
|
8327
8336
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
8328
8337
|
"@eslint-community/regexpp": "^4.6.1",
|
|
@@ -13047,6 +13056,7 @@
|
|
|
13047
13056
|
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
|
13048
13057
|
"dev": true,
|
|
13049
13058
|
"license": "MIT",
|
|
13059
|
+
"peer": true,
|
|
13050
13060
|
"bin": {
|
|
13051
13061
|
"prettier": "bin-prettier.js"
|
|
13052
13062
|
},
|
|
@@ -13320,6 +13330,7 @@
|
|
|
13320
13330
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
13321
13331
|
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
13322
13332
|
"license": "MIT",
|
|
13333
|
+
"peer": true,
|
|
13323
13334
|
"dependencies": {
|
|
13324
13335
|
"loose-envify": "^1.1.0"
|
|
13325
13336
|
},
|
|
@@ -14615,6 +14626,7 @@
|
|
|
14615
14626
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
14616
14627
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
14617
14628
|
"license": "MIT",
|
|
14629
|
+
"peer": true,
|
|
14618
14630
|
"engines": {
|
|
14619
14631
|
"node": ">=12"
|
|
14620
14632
|
},
|
|
@@ -14789,6 +14801,7 @@
|
|
|
14789
14801
|
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
14790
14802
|
"dev": true,
|
|
14791
14803
|
"license": "MIT",
|
|
14804
|
+
"peer": true,
|
|
14792
14805
|
"dependencies": {
|
|
14793
14806
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
14794
14807
|
"@tsconfig/node10": "^1.0.7",
|
|
@@ -14866,7 +14879,8 @@
|
|
|
14866
14879
|
"version": "2.8.1",
|
|
14867
14880
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
14868
14881
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
14869
|
-
"license": "0BSD"
|
|
14882
|
+
"license": "0BSD",
|
|
14883
|
+
"peer": true
|
|
14870
14884
|
},
|
|
14871
14885
|
"node_modules/tunnel-agent": {
|
|
14872
14886
|
"version": "0.6.0",
|
package/oclif.lock
CHANGED
|
@@ -1836,10 +1836,10 @@
|
|
|
1836
1836
|
strip-ansi "6.0.1"
|
|
1837
1837
|
ts-retry-promise "^0.8.1"
|
|
1838
1838
|
|
|
1839
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.23.
|
|
1840
|
-
version "8.23.
|
|
1841
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.
|
|
1842
|
-
integrity sha512
|
|
1839
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.23.4", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1840
|
+
version "8.23.4"
|
|
1841
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.4.tgz#f1fa18eace08f685e72975a09d96e7f6958ca3b4"
|
|
1842
|
+
integrity sha512-+JZMFD76P7X8fLSrHJRi9+ygjTehqZqJRXxmNq51miqIHY1Xlb0qH/yr9u5QEGsFIOZ8H8oStl/Zj+ZbrFs0vw==
|
|
1843
1843
|
dependencies:
|
|
1844
1844
|
"@jsforce/jsforce-node" "^3.10.8"
|
|
1845
1845
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1905,10 +1905,10 @@
|
|
|
1905
1905
|
dependencies:
|
|
1906
1906
|
"@salesforce/ts-types" "^2.0.12"
|
|
1907
1907
|
|
|
1908
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1909
|
-
version "3.1.
|
|
1910
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1911
|
-
integrity sha512-
|
|
1908
|
+
"@salesforce/plugin-command-reference@^3.1.75":
|
|
1909
|
+
version "3.1.75"
|
|
1910
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.75.tgz#4a45e5c2a72099aa11f1fc4f8bbc50af2d19944f"
|
|
1911
|
+
integrity sha512-PkcRpD3FtMJjv0nKWAFGWuWZ8bt5BZyTqk/0i8b6ADA+m2WSnEKDauFiji3KWpIVVf1NqsBz1kNN4sF/wt8f3Q==
|
|
1912
1912
|
dependencies:
|
|
1913
1913
|
"@oclif/core" "^4"
|
|
1914
1914
|
"@salesforce/core" "^8.23.2"
|
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.45",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.23.
|
|
8
|
+
"@salesforce/core": "^8.23.4",
|
|
9
9
|
"@salesforce/kit": "^3.2.4",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.2.5"
|
|
11
11
|
},
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.3.7",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.75",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
21
21
|
"oclif": "^4.22.32",
|
|
@@ -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.45.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.45.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|