@salesforce/plugin-community 2.2.4 → 2.2.5
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/oclif.manifest.json +1 -1
- package/package.json +33 -24
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
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": "2.2.
|
|
4
|
+
"version": "2.2.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^2.
|
|
8
|
+
"@oclif/core": "^2.6.2",
|
|
9
9
|
"@salesforce/core": "^3.33.6",
|
|
10
10
|
"@salesforce/kit": "^1.9.0",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^2.2.4",
|
|
12
12
|
"tslib": "^2"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^3.3.8",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^3.2.23",
|
|
17
17
|
"@salesforce/dev-config": "^3.0.1",
|
|
18
|
-
"@salesforce/dev-scripts": "^
|
|
18
|
+
"@salesforce/dev-scripts": "^4.1.2",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^2.2.10",
|
|
20
20
|
"@salesforce/prettier-config": "^0.0.2",
|
|
21
21
|
"@salesforce/ts-sinon": "1.4.6",
|
|
22
22
|
"@salesforce/ts-types": "^1.7.3",
|
|
23
|
-
"@swc/core": "^1.3.
|
|
23
|
+
"@swc/core": "^1.3.39",
|
|
24
24
|
"@typescript-eslint/eslint-plugin": "5.44.0",
|
|
25
|
-
"@typescript-eslint/parser": "^5.
|
|
25
|
+
"@typescript-eslint/parser": "^5.54.1",
|
|
26
26
|
"chai": "^4.3.7",
|
|
27
27
|
"eslint": "^8.33.0",
|
|
28
28
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"sinon": "^11.1.2",
|
|
45
45
|
"ts-node": "^10.8.0",
|
|
46
46
|
"typescript": "^4.9.5",
|
|
47
|
-
"wireit": "^0.9.
|
|
47
|
+
"wireit": "^0.9.5"
|
|
48
48
|
},
|
|
49
49
|
"config": {},
|
|
50
50
|
"engines": {
|
|
@@ -85,23 +85,18 @@
|
|
|
85
85
|
},
|
|
86
86
|
"repository": "salesforcecli/plugin-community",
|
|
87
87
|
"scripts": {
|
|
88
|
-
"build": "
|
|
88
|
+
"build": "wireit",
|
|
89
89
|
"clean": "sf-clean",
|
|
90
90
|
"clean-all": "sf-clean all",
|
|
91
91
|
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
|
|
92
|
-
"compile": "
|
|
92
|
+
"compile": "wireit",
|
|
93
93
|
"docs": "sf-docs",
|
|
94
|
-
"format": "
|
|
95
|
-
"lint": "
|
|
94
|
+
"format": "wireit",
|
|
95
|
+
"lint": "wireit",
|
|
96
96
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
97
97
|
"prepack": "sf-prepack",
|
|
98
98
|
"prepare": "sf-install",
|
|
99
|
-
"
|
|
100
|
-
"test": "sf-test",
|
|
101
|
-
"test:command-reference": "wireit",
|
|
102
|
-
"test:compile": "wireit",
|
|
103
|
-
"test:deprecation-policy": "wireit",
|
|
104
|
-
"test:json-schema": "wireit",
|
|
99
|
+
"test": "wireit",
|
|
105
100
|
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000",
|
|
106
101
|
"test:only": "wireit",
|
|
107
102
|
"version": "oclif-dev readme"
|
|
@@ -130,7 +125,15 @@
|
|
|
130
125
|
"clean": "if-file-deleted"
|
|
131
126
|
},
|
|
132
127
|
"format": {
|
|
133
|
-
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\""
|
|
128
|
+
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
|
|
129
|
+
"files": [
|
|
130
|
+
"src/**/*.ts",
|
|
131
|
+
"test/**/*.ts",
|
|
132
|
+
"schemas/**/*.json",
|
|
133
|
+
"command-snapshot.json",
|
|
134
|
+
".prettier*"
|
|
135
|
+
],
|
|
136
|
+
"output": []
|
|
134
137
|
},
|
|
135
138
|
"lint": {
|
|
136
139
|
"command": "eslint src test --color --cache --cache-location .eslintcache",
|
|
@@ -138,8 +141,7 @@
|
|
|
138
141
|
"src/**/*.ts",
|
|
139
142
|
"test/**/*.ts",
|
|
140
143
|
"messages/**",
|
|
141
|
-
".
|
|
142
|
-
".eslintrc.js"
|
|
144
|
+
".eslint*"
|
|
143
145
|
],
|
|
144
146
|
"output": []
|
|
145
147
|
},
|
|
@@ -164,11 +166,17 @@
|
|
|
164
166
|
},
|
|
165
167
|
"test:only": {
|
|
166
168
|
"command": "nyc mocha \"test/**/*.test.ts\"",
|
|
169
|
+
"env": {
|
|
170
|
+
"FORCE_COLOR": "2"
|
|
171
|
+
},
|
|
167
172
|
"files": [
|
|
168
173
|
"test/**/*.ts",
|
|
169
174
|
"src/**/*.ts",
|
|
170
175
|
"tsconfig.json",
|
|
171
|
-
"
|
|
176
|
+
".mocha*",
|
|
177
|
+
"test/tsconfig.json",
|
|
178
|
+
"!*.nut.ts",
|
|
179
|
+
".nycrc"
|
|
172
180
|
],
|
|
173
181
|
"output": []
|
|
174
182
|
},
|
|
@@ -176,7 +184,8 @@
|
|
|
176
184
|
"command": "\"./bin/dev\" commandreference:generate --erroronwarnings",
|
|
177
185
|
"files": [
|
|
178
186
|
"src/**/*.ts",
|
|
179
|
-
"messages/**"
|
|
187
|
+
"messages/**",
|
|
188
|
+
"package.json"
|
|
180
189
|
],
|
|
181
190
|
"output": [
|
|
182
191
|
"tmp/root"
|
|
@@ -202,7 +211,7 @@
|
|
|
202
211
|
}
|
|
203
212
|
},
|
|
204
213
|
"sfdx": {
|
|
205
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.
|
|
206
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.
|
|
214
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.5.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.5.sig"
|
|
207
216
|
}
|
|
208
217
|
}
|