@salesforce/plugin-community 3.2.16 → 3.2.18

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
@@ -167,7 +167,7 @@ FLAG DESCRIPTIONS
167
167
  available in your org.
168
168
  ```
169
169
 
170
- _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.16/src/commands/community/create.ts)_
170
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.18/src/commands/community/create.ts)_
171
171
 
172
172
  ## `sf community list template`
173
173
 
@@ -202,7 +202,7 @@ EXAMPLES
202
202
  $ sf community list template --target-org my-scratch-org
203
203
  ```
204
204
 
205
- _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.16/src/commands/community/list/template.ts)_
205
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.18/src/commands/community/list/template.ts)_
206
206
 
207
207
  ## `sf community publish`
208
208
 
@@ -251,6 +251,6 @@ EXAMPLES
251
251
  $ sf community publish --name 'My Customer Site'
252
252
  ```
253
253
 
254
- _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.16/src/commands/community/publish.ts)_
254
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.18/src/commands/community/publish.ts)_
255
255
 
256
256
  <!-- commandsstop -->
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.2.16",
3
+ "version": "3.2.18",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.2.16",
9
+ "version": "3.2.18",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^7.3.9",
13
+ "@salesforce/core": "^7.3.12",
14
14
  "@salesforce/kit": "^3.1.2",
15
15
  "@salesforce/sf-plugins-core": "^10.0.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@oclif/plugin-command-snapshot": "^5.2.0",
18
+ "@oclif/plugin-command-snapshot": "^5.2.1",
19
19
  "@salesforce/cli-plugins-testkit": "^5.3.9",
20
20
  "@salesforce/dev-scripts": "^10.1.0",
21
21
  "@salesforce/plugin-command-reference": "^3.1.0",
@@ -3124,13 +3124,13 @@
3124
3124
  }
3125
3125
  },
3126
3126
  "node_modules/@oclif/plugin-command-snapshot": {
3127
- "version": "5.2.0",
3128
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz",
3129
- "integrity": "sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==",
3127
+ "version": "5.2.1",
3128
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.1.tgz",
3129
+ "integrity": "sha512-Qzz4OLjmaB0uVVHe5TMVsyd412+racLRbnWsi54PIQQN68vfcLTHwiDoFTTgSkCkbraMxsPbjsxazcqXhUcSxQ==",
3130
3130
  "dev": true,
3131
3131
  "license": "MIT",
3132
3132
  "dependencies": {
3133
- "@oclif/core": "^4.0.0-beta.13",
3133
+ "@oclif/core": "^4",
3134
3134
  "ansis": "^3.2.0",
3135
3135
  "globby": "^14.0.1",
3136
3136
  "just-diff": "^5.2.0",
@@ -3484,17 +3484,18 @@
3484
3484
  }
3485
3485
  },
3486
3486
  "node_modules/@salesforce/core": {
3487
- "version": "7.3.10",
3488
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.10.tgz",
3489
- "integrity": "sha512-kEKoqkmhWNoiucAE3Ylv6FpC4iVgk4aE0dmcwSmNrMjxSbtjQJGUybprfO/itrLJv+56eM7/4FARQQ2gDbRzQQ==",
3487
+ "version": "7.3.12",
3488
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.12.tgz",
3489
+ "integrity": "sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==",
3490
3490
  "license": "BSD-3-Clause",
3491
3491
  "dependencies": {
3492
3492
  "@jsforce/jsforce-node": "^3.2.0",
3493
- "@salesforce/kit": "^3.1.1",
3493
+ "@salesforce/kit": "^3.1.2",
3494
3494
  "@salesforce/schemas": "^1.9.0",
3495
3495
  "@salesforce/ts-types": "^2.0.9",
3496
3496
  "ajv": "^8.15.0",
3497
3497
  "change-case": "^4.1.2",
3498
+ "fast-levenshtein": "^3.0.0",
3498
3499
  "faye": "^1.4.0",
3499
3500
  "form-data": "^4.0.0",
3500
3501
  "js2xmlparser": "^4.0.1",
@@ -5452,12 +5453,12 @@
5452
5453
  }
5453
5454
  },
5454
5455
  "node_modules/braces": {
5455
- "version": "3.0.2",
5456
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
5457
- "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
5456
+ "version": "3.0.3",
5457
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
5458
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
5458
5459
  "license": "MIT",
5459
5460
  "dependencies": {
5460
- "fill-range": "^7.0.1"
5461
+ "fill-range": "^7.1.1"
5461
5462
  },
5462
5463
  "engines": {
5463
5464
  "node": ">=8"
@@ -7411,7 +7412,6 @@
7411
7412
  "version": "3.0.0",
7412
7413
  "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz",
7413
7414
  "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==",
7414
- "dev": true,
7415
7415
  "license": "MIT",
7416
7416
  "dependencies": {
7417
7417
  "fastest-levenshtein": "^1.0.7"
@@ -7459,7 +7459,6 @@
7459
7459
  "version": "1.0.16",
7460
7460
  "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
7461
7461
  "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
7462
- "dev": true,
7463
7462
  "license": "MIT",
7464
7463
  "engines": {
7465
7464
  "node": ">= 4.9.1"
@@ -7564,9 +7563,9 @@
7564
7563
  }
7565
7564
  },
7566
7565
  "node_modules/fill-range": {
7567
- "version": "7.0.1",
7568
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
7569
- "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
7566
+ "version": "7.1.1",
7567
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
7568
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
7570
7569
  "license": "MIT",
7571
7570
  "dependencies": {
7572
7571
  "to-regex-range": "^5.0.1"
package/oclif.lock CHANGED
@@ -1634,12 +1634,12 @@
1634
1634
  wordwrap "^1.0.0"
1635
1635
  wrap-ansi "^7.0.0"
1636
1636
 
1637
- "@oclif/plugin-command-snapshot@^5.2.0":
1638
- version "5.2.0"
1639
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz#315ec592f43faf417dbd6dc5af03c21cf06e5f35"
1640
- integrity sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==
1637
+ "@oclif/plugin-command-snapshot@^5.2.1":
1638
+ version "5.2.1"
1639
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.1.tgz#f570ffc2c7f46f56654b42231ad27785bd228299"
1640
+ integrity sha512-Qzz4OLjmaB0uVVHe5TMVsyd412+racLRbnWsi54PIQQN68vfcLTHwiDoFTTgSkCkbraMxsPbjsxazcqXhUcSxQ==
1641
1641
  dependencies:
1642
- "@oclif/core" "^4.0.0-beta.13"
1642
+ "@oclif/core" "^4"
1643
1643
  ansis "^3.2.0"
1644
1644
  globby "^14.0.1"
1645
1645
  just-diff "^5.2.0"
@@ -1698,17 +1698,18 @@
1698
1698
  strip-ansi "6.0.1"
1699
1699
  ts-retry-promise "^0.8.1"
1700
1700
 
1701
- "@salesforce/core@^7.3.10", "@salesforce/core@^7.3.9":
1702
- version "7.3.10"
1703
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.10.tgz#83da85c4e93ca625e2c13118aad9c1df2931bc0f"
1704
- integrity sha512-kEKoqkmhWNoiucAE3Ylv6FpC4iVgk4aE0dmcwSmNrMjxSbtjQJGUybprfO/itrLJv+56eM7/4FARQQ2gDbRzQQ==
1701
+ "@salesforce/core@^7.3.10", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.9":
1702
+ version "7.3.12"
1703
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.12.tgz#9138980db21566c467f35afe9192f33bf77f160c"
1704
+ integrity sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==
1705
1705
  dependencies:
1706
1706
  "@jsforce/jsforce-node" "^3.2.0"
1707
- "@salesforce/kit" "^3.1.1"
1707
+ "@salesforce/kit" "^3.1.2"
1708
1708
  "@salesforce/schemas" "^1.9.0"
1709
1709
  "@salesforce/ts-types" "^2.0.9"
1710
1710
  ajv "^8.15.0"
1711
1711
  change-case "^4.1.2"
1712
+ fast-levenshtein "^3.0.0"
1712
1713
  faye "^1.4.0"
1713
1714
  form-data "^4.0.0"
1714
1715
  js2xmlparser "^4.0.1"
@@ -2919,11 +2920,11 @@ brace-expansion@^2.0.1:
2919
2920
  balanced-match "^1.0.0"
2920
2921
 
2921
2922
  braces@^3.0.2, braces@~3.0.2:
2922
- version "3.0.2"
2923
- resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
2924
- integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
2923
+ version "3.0.3"
2924
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2925
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2925
2926
  dependencies:
2926
- fill-range "^7.0.1"
2927
+ fill-range "^7.1.1"
2927
2928
 
2928
2929
  browser-stdout@1.3.1:
2929
2930
  version "1.3.1"
@@ -4167,10 +4168,10 @@ filelist@^1.0.1:
4167
4168
  dependencies:
4168
4169
  minimatch "^5.0.1"
4169
4170
 
4170
- fill-range@^7.0.1:
4171
- version "7.0.1"
4172
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
4173
- integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
4171
+ fill-range@^7.1.1:
4172
+ version "7.1.1"
4173
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4174
+ integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4174
4175
  dependencies:
4175
4176
  to-regex-range "^5.0.1"
4176
4177
 
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.2.16"
360
+ "version": "3.2.18"
361
361
  }
package/package.json CHANGED
@@ -1,17 +1,17 @@
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.2.16",
4
+ "version": "3.2.18",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@salesforce/core": "^7.3.9",
9
+ "@salesforce/core": "^7.3.12",
10
10
  "@salesforce/kit": "^3.1.2",
11
11
  "@salesforce/sf-plugins-core": "^10.0.0"
12
12
  },
13
13
  "devDependencies": {
14
- "@oclif/plugin-command-snapshot": "^5.2.0",
14
+ "@oclif/plugin-command-snapshot": "^5.2.1",
15
15
  "@salesforce/cli-plugins-testkit": "^5.3.9",
16
16
  "@salesforce/dev-scripts": "^10.1.0",
17
17
  "@salesforce/plugin-command-reference": "^3.1.0",
@@ -204,7 +204,7 @@
204
204
  "exports": "./lib/index.js",
205
205
  "type": "module",
206
206
  "sfdx": {
207
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.16.crt",
208
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.16.sig"
207
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.18.crt",
208
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.2.18.sig"
209
209
  }
210
210
  }