@salesforce/plugin-community 3.3.48 → 3.3.50
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/LICENSE.txt +1 -1
- package/README.md +3 -3
- package/lib/commands/community/create.js +1 -1
- package/lib/commands/community/list/template.js +1 -1
- package/lib/commands/community/publish.js +1 -1
- package/lib/index.js +1 -1
- package/lib/shared/community/connect/CommunityCreateResource.js +1 -1
- package/lib/shared/community/connect/CommunityPublishResource.js +1 -1
- package/lib/shared/community/defs/CommunityCreateParams.js +1 -1
- package/lib/shared/community/defs/CommunityCreateResponse.js +1 -1
- package/lib/shared/community/defs/CommunityPublishResponse.js +1 -1
- package/lib/shared/community/defs/CommunityStatusEnum.js +1 -1
- package/lib/shared/community/defs/CommunityTemplates.js +1 -1
- package/lib/shared/community/defs/CommunityTemplatesListResponse.js +1 -1
- package/lib/shared/connect/services/ConnectExecutor.js +1 -1
- package/npm-shrinkwrap.json +1161 -946
- package/oclif.lock +939 -900
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
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.50",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.
|
|
8
|
+
"@salesforce/core": "^8.27.1",
|
|
9
9
|
"@salesforce/kit": "^3.2.4",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.2.6"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@jsforce/jsforce-node": "^3.10.10",
|
|
14
14
|
"@oclif/core": "^4.8.0",
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.13",
|
|
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.79",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
21
|
-
"oclif": "^4.22.
|
|
21
|
+
"oclif": "^4.22.96",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.5.4"
|
|
24
24
|
},
|
|
@@ -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.50.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.50.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|