@salesforce/plugin-community 3.3.18 → 3.3.20
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 +200 -6
- package/README.md +4 -4
- package/npm-shrinkwrap.json +2716 -5833
- package/oclif.lock +220 -537
- package/oclif.manifest.json +1 -1
- package/package.json +11 -10
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.20",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.
|
|
8
|
+
"@salesforce/core": "^8.9.1",
|
|
9
9
|
"@salesforce/kit": "^3.2.3",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12.2.1"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@jsforce/jsforce-node": "^3.7.0",
|
|
14
14
|
"@oclif/core": "^4.2.10",
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.2.38",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
17
|
-
"@salesforce/dev-scripts": "^
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
17
|
+
"@salesforce/dev-scripts": "^11.0.1",
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.49",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
21
|
-
"oclif": "^4.17.
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.20.19",
|
|
21
|
+
"oclif": "^4.17.43",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.5.4"
|
|
24
24
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"sfdx",
|
|
44
44
|
"sfdx-plugin"
|
|
45
45
|
],
|
|
46
|
-
"license": "
|
|
46
|
+
"license": "Apache-2.0",
|
|
47
47
|
"oclif": {
|
|
48
48
|
"commands": "./lib/commands",
|
|
49
49
|
"bin": "sf",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"clean-all": "sf-clean all",
|
|
73
73
|
"compile": "wireit",
|
|
74
74
|
"docs": "sf-docs",
|
|
75
|
+
"fix-license": "eslint src test --fix --rule \"header/header: [2]\"",
|
|
75
76
|
"format": "wireit",
|
|
76
77
|
"link-check": "wireit",
|
|
77
78
|
"lint": "wireit",
|
|
@@ -204,7 +205,7 @@
|
|
|
204
205
|
"exports": "./lib/index.js",
|
|
205
206
|
"type": "module",
|
|
206
207
|
"sfdx": {
|
|
207
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.
|
|
208
|
-
"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.20.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.20.sig"
|
|
209
210
|
}
|
|
210
211
|
}
|