@salesforce/plugin-community 3.3.43 → 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 +35 -21
- package/oclif.lock +18 -27
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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,25 +1,25 @@
|
|
|
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
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
18
|
-
"@oclif/core": "^4.
|
|
18
|
+
"@oclif/core": "^4.7.2",
|
|
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"
|
|
@@ -4221,9 +4223,9 @@
|
|
|
4221
4223
|
}
|
|
4222
4224
|
},
|
|
4223
4225
|
"node_modules/@oclif/core": {
|
|
4224
|
-
"version": "4.
|
|
4225
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
4226
|
-
"integrity": "sha512-
|
|
4226
|
+
"version": "4.7.2",
|
|
4227
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.7.2.tgz",
|
|
4228
|
+
"integrity": "sha512-AmZnhEnyD7bFxmzEKRaOEr0kzonmwIip72eWZPWB5+7D9ayHa/QFX08zhaQT9eOo0//ed64v5p5QZIbYCbQaJQ==",
|
|
4227
4229
|
"license": "MIT",
|
|
4228
4230
|
"dependencies": {
|
|
4229
4231
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4730,15 +4732,15 @@
|
|
|
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",
|
|
4739
4741
|
"@salesforce/kit": "^3.2.4",
|
|
4740
|
-
"@salesforce/schemas": "^1.10.
|
|
4741
|
-
"@salesforce/ts-types": "^2.0.
|
|
4742
|
+
"@salesforce/schemas": "^1.10.3",
|
|
4743
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
4742
4744
|
"ajv": "^8.17.1",
|
|
4743
4745
|
"change-case": "^4.1.2",
|
|
4744
4746
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -4752,7 +4754,7 @@
|
|
|
4752
4754
|
"pino-abstract-transport": "^1.2.0",
|
|
4753
4755
|
"pino-pretty": "^11.3.0",
|
|
4754
4756
|
"proper-lockfile": "^4.1.2",
|
|
4755
|
-
"semver": "^7.
|
|
4757
|
+
"semver": "^7.7.3",
|
|
4756
4758
|
"ts-retry-promise": "^0.8.1"
|
|
4757
4759
|
},
|
|
4758
4760
|
"engines": {
|
|
@@ -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",
|
|
@@ -10391,9 +10400,9 @@
|
|
|
10391
10400
|
}
|
|
10392
10401
|
},
|
|
10393
10402
|
"node_modules/ink/node_modules/wrap-ansi": {
|
|
10394
|
-
"version": "9.0.
|
|
10395
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.
|
|
10396
|
-
"integrity": "sha512-
|
|
10403
|
+
"version": "9.0.2",
|
|
10404
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
10405
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
10397
10406
|
"license": "MIT",
|
|
10398
10407
|
"dependencies": {
|
|
10399
10408
|
"ansi-styles": "^6.2.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
|
@@ -1711,10 +1711,10 @@
|
|
|
1711
1711
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1712
1712
|
fastq "^1.6.0"
|
|
1713
1713
|
|
|
1714
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.5":
|
|
1715
|
-
version "4.
|
|
1716
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1717
|
-
integrity sha512-
|
|
1714
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.5", "@oclif/core@^4.7.2":
|
|
1715
|
+
version "4.7.2"
|
|
1716
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.7.2.tgz#9ebf36b4693500685956f3405c55526d191aa5ef"
|
|
1717
|
+
integrity sha512-AmZnhEnyD7bFxmzEKRaOEr0kzonmwIip72eWZPWB5+7D9ayHa/QFX08zhaQT9eOo0//ed64v5p5QZIbYCbQaJQ==
|
|
1718
1718
|
dependencies:
|
|
1719
1719
|
ansi-escapes "^4.3.2"
|
|
1720
1720
|
ansis "^3.17.0"
|
|
@@ -1836,15 +1836,15 @@
|
|
|
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.5.1", "@salesforce/core@^8.8.0":
|
|
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"
|
|
1846
|
-
"@salesforce/schemas" "^1.10.
|
|
1847
|
-
"@salesforce/ts-types" "^2.0.
|
|
1846
|
+
"@salesforce/schemas" "^1.10.3"
|
|
1847
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
1848
1848
|
ajv "^8.17.1"
|
|
1849
1849
|
change-case "^4.1.2"
|
|
1850
1850
|
fast-levenshtein "^3.0.0"
|
|
@@ -1858,7 +1858,7 @@
|
|
|
1858
1858
|
pino-abstract-transport "^1.2.0"
|
|
1859
1859
|
pino-pretty "^11.3.0"
|
|
1860
1860
|
proper-lockfile "^4.1.2"
|
|
1861
|
-
semver "^7.
|
|
1861
|
+
semver "^7.7.3"
|
|
1862
1862
|
ts-retry-promise "^0.8.1"
|
|
1863
1863
|
|
|
1864
1864
|
"@salesforce/dev-config@^4.3.1":
|
|
@@ -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"
|
|
@@ -1924,7 +1924,7 @@
|
|
|
1924
1924
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1925
1925
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1926
1926
|
|
|
1927
|
-
"@salesforce/schemas@^1.10.
|
|
1927
|
+
"@salesforce/schemas@^1.10.3":
|
|
1928
1928
|
version "1.10.3"
|
|
1929
1929
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.10.3.tgz#52c867fdd60679cf216110aa49542b7ad391f5d1"
|
|
1930
1930
|
integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
|
|
@@ -7355,7 +7355,7 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
7355
7355
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7356
7356
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7357
7357
|
|
|
7358
|
-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.
|
|
7358
|
+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.7.3:
|
|
7359
7359
|
version "7.7.3"
|
|
7360
7360
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
|
|
7361
7361
|
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
|
|
@@ -8342,16 +8342,7 @@ wrap-ansi@^8.1.0:
|
|
|
8342
8342
|
string-width "^5.0.1"
|
|
8343
8343
|
strip-ansi "^7.0.1"
|
|
8344
8344
|
|
|
8345
|
-
wrap-ansi@^9.0.0:
|
|
8346
|
-
version "9.0.0"
|
|
8347
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
|
|
8348
|
-
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
|
|
8349
|
-
dependencies:
|
|
8350
|
-
ansi-styles "^6.2.1"
|
|
8351
|
-
string-width "^7.0.0"
|
|
8352
|
-
strip-ansi "^7.1.0"
|
|
8353
|
-
|
|
8354
|
-
wrap-ansi@^9.0.2:
|
|
8345
|
+
wrap-ansi@^9.0.0, wrap-ansi@^9.0.2:
|
|
8355
8346
|
version "9.0.2"
|
|
8356
8347
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
|
|
8357
8348
|
integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
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
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
14
|
-
"@oclif/core": "^4.
|
|
14
|
+
"@oclif/core": "^4.7.2",
|
|
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
|
}
|