@salesforce/plugin-community 3.3.30 → 3.3.31

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
@@ -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.30/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.31/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.30/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.31/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.30/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.31/src/commands/community/publish.ts)_
253
253
 
254
254
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-community",
3
- "version": "3.3.30",
3
+ "version": "3.3.31",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-community",
9
- "version": "3.3.30",
9
+ "version": "3.3.31",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@salesforce/core": "^8.17.0",
12
+ "@salesforce/core": "^8.18.1",
13
13
  "@salesforce/kit": "^3.2.3",
14
14
  "@salesforce/sf-plugins-core": "^12.2.3"
15
15
  },
@@ -4203,12 +4203,12 @@
4203
4203
  }
4204
4204
  },
4205
4205
  "node_modules/@salesforce/core": {
4206
- "version": "8.17.0",
4207
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.17.0.tgz",
4208
- "integrity": "sha512-2pZfBtwA1oX5IuxS8/gVnrFXzPAJpf6ZA5bfImN1dWGbWlwrfocXzXTNRFdQ2gP0FG4o+PFSlc6d4g8Vwz25IA==",
4206
+ "version": "8.18.1",
4207
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.18.1.tgz",
4208
+ "integrity": "sha512-RkG9Ye5TdsIQz4KLUHvDpVjbrTeeRmw5KUJIHRyMGAOjKB8wr2jvgXyZm7GD0epIW5ILsyKQQWWOa1uqsfVycA==",
4209
4209
  "license": "BSD-3-Clause",
4210
4210
  "dependencies": {
4211
- "@jsforce/jsforce-node": "^3.8.2",
4211
+ "@jsforce/jsforce-node": "^3.9.1",
4212
4212
  "@salesforce/kit": "^3.2.2",
4213
4213
  "@salesforce/schemas": "^1.9.0",
4214
4214
  "@salesforce/ts-types": "^2.0.10",
package/oclif.lock CHANGED
@@ -1523,7 +1523,7 @@
1523
1523
  "@jridgewell/resolve-uri" "^3.1.0"
1524
1524
  "@jridgewell/sourcemap-codec" "^1.4.14"
1525
1525
 
1526
- "@jsforce/jsforce-node@^3.8.2", "@jsforce/jsforce-node@^3.9.1":
1526
+ "@jsforce/jsforce-node@^3.9.1":
1527
1527
  version "3.9.1"
1528
1528
  resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.9.1.tgz#503bcee3b511b2768abb090b8c8af508c2412244"
1529
1529
  integrity sha512-tHG9Wozb9tQMiOyKz4MgcSK0XEDdER+dUm42o7qUaokwqC+IPmjgptx0PNTO75U1nqgW6yX6M5Qq1thhj7KMCA==
@@ -1685,12 +1685,12 @@
1685
1685
  strip-ansi "6.0.1"
1686
1686
  ts-retry-promise "^0.8.1"
1687
1687
 
1688
- "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.17.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1689
- version "8.17.0"
1690
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.17.0.tgz#f7e54324f06d5cd541276e743a8d1cb4983d52c7"
1691
- integrity sha512-2pZfBtwA1oX5IuxS8/gVnrFXzPAJpf6ZA5bfImN1dWGbWlwrfocXzXTNRFdQ2gP0FG4o+PFSlc6d4g8Vwz25IA==
1688
+ "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1689
+ version "8.18.1"
1690
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.18.1.tgz#4a790f9479339f45e42799d9ef7a1428d49b6ba1"
1691
+ integrity sha512-RkG9Ye5TdsIQz4KLUHvDpVjbrTeeRmw5KUJIHRyMGAOjKB8wr2jvgXyZm7GD0epIW5ILsyKQQWWOa1uqsfVycA==
1692
1692
  dependencies:
1693
- "@jsforce/jsforce-node" "^3.8.2"
1693
+ "@jsforce/jsforce-node" "^3.9.1"
1694
1694
  "@salesforce/kit" "^3.2.2"
1695
1695
  "@salesforce/schemas" "^1.9.0"
1696
1696
  "@salesforce/ts-types" "^2.0.10"
@@ -357,5 +357,5 @@
357
357
  ]
358
358
  }
359
359
  },
360
- "version": "3.3.30"
360
+ "version": "3.3.31"
361
361
  }
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.30",
4
+ "version": "3.3.31",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@salesforce/core": "^8.17.0",
8
+ "@salesforce/core": "^8.18.1",
9
9
  "@salesforce/kit": "^3.2.3",
10
10
  "@salesforce/sf-plugins-core": "^12.2.3"
11
11
  },
@@ -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.30.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.30.sig"
208
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.31.crt",
209
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.31.sig"
210
210
  }
211
211
  }