@salesforce/plugin-community 3.0.3 → 3.0.4

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
@@ -163,7 +163,7 @@ FLAG DESCRIPTIONS
163
163
  available in your org.
164
164
  ```
165
165
 
166
- _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.3/src/commands/community/create.ts)_
166
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.4/src/commands/community/create.ts)_
167
167
 
168
168
  ## `sf community list template`
169
169
 
@@ -197,7 +197,7 @@ EXAMPLES
197
197
  $ sf community list template --target-org my-scratch-org
198
198
  ```
199
199
 
200
- _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.3/src/commands/community/list/template.ts)_
200
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.4/src/commands/community/list/template.ts)_
201
201
 
202
202
  ## `sf community publish`
203
203
 
@@ -246,6 +246,6 @@ EXAMPLES
246
246
  $ sf community publish --name 'My Customer Site'
247
247
  ```
248
248
 
249
- _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.3/src/commands/community/publish.ts)_
249
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.4/src/commands/community/publish.ts)_
250
250
 
251
251
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -941,10 +941,10 @@
941
941
  semver "^7.5.4"
942
942
  ts-retry-promise "^0.7.1"
943
943
 
944
- "@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3":
945
- version "6.1.3"
946
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.3.tgz#32e71846cad033e0d2b369ecf0fafb4f76d63ad7"
947
- integrity sha512-M7EQ4+LSXU4ZqD4R5ttY4RqSaYNaNBGDG0KC51IdDfpGtL4kJXeQHdr5HfMfgyCyYNM9LqqfBS7zQTBY1rf+Yg==
944
+ "@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.2.0":
945
+ version "6.2.0"
946
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.0.tgz#9bac72c0b48c733cf1d32d19f9775c34d895f207"
947
+ integrity sha512-HuggjBCLA18yXYHChnsrPDGbM+fAPx+9NeS7Dkx3/o1VhJ2hok5BUkvdaeoAVex/0Oc2J+KcvX/gqrjY51iOhQ==
948
948
  dependencies:
949
949
  "@salesforce/kit" "^3.0.15"
950
950
  "@salesforce/schemas" "^1.6.1"
@@ -958,7 +958,7 @@
958
958
  jsforce "^2.0.0-beta.28"
959
959
  jsonwebtoken "9.0.2"
960
960
  jszip "3.10.1"
961
- pino "^8.16.1"
961
+ pino "^8.16.2"
962
962
  pino-abstract-transport "^1.1.0"
963
963
  pino-pretty "^10.2.3"
964
964
  proper-lockfile "^4.1.2"
@@ -5820,7 +5820,7 @@ pino-std-serializers@^6.0.0:
5820
5820
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
5821
5821
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
5822
5822
 
5823
- pino@^8.16.0, pino@^8.16.1:
5823
+ pino@^8.16.0, pino@^8.16.2:
5824
5824
  version "8.16.2"
5825
5825
  resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
5826
5826
  integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
@@ -336,5 +336,5 @@
336
336
  ]
337
337
  }
338
338
  },
339
- "version": "3.0.3"
339
+ "version": "3.0.4"
340
340
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
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.0.3",
4
+ "version": "3.0.4",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.11.0",
9
- "@salesforce/core": "^6.1.3",
9
+ "@salesforce/core": "^6.2.0",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^5.0.3"
12
12
  },
@@ -194,7 +194,7 @@
194
194
  "exports": "./lib/index.js",
195
195
  "type": "module",
196
196
  "sfdx": {
197
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.3.crt",
198
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.3.sig"
197
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.4.crt",
198
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.4.sig"
199
199
  }
200
200
  }