@salesforce/plugin-community 2.2.8 → 2.2.10

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +1 -1
  2. package/package.json +16 -17
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.2.8",
2
+ "version": "2.2.10",
3
3
  "commands": {
4
4
  "community:create": {
5
5
  "id": "community:create",
package/package.json CHANGED
@@ -1,31 +1,31 @@
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.8",
4
+ "version": "2.2.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^2.6.4",
9
9
  "@salesforce/core": "^3.34.1",
10
10
  "@salesforce/kit": "^1.9.0",
11
- "@salesforce/sf-plugins-core": "^2.2.4",
11
+ "@salesforce/sf-plugins-core": "^2.2.7",
12
12
  "tslib": "^2"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-command-snapshot": "^3.3.8",
16
- "@salesforce/cli-plugins-testkit": "^3.2.25",
15
+ "@oclif/plugin-command-snapshot": "^3.3.10",
16
+ "@salesforce/cli-plugins-testkit": "^3.3.1",
17
17
  "@salesforce/dev-config": "^3.0.1",
18
- "@salesforce/dev-scripts": "^4.1.2",
18
+ "@salesforce/dev-scripts": "^4.1.3",
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
23
  "@swc/core": "^1.3.39",
24
24
  "@typescript-eslint/eslint-plugin": "5.44.0",
25
- "@typescript-eslint/parser": "^5.55.0",
25
+ "@typescript-eslint/parser": "^5.58.0",
26
26
  "chai": "^4.3.7",
27
27
  "eslint": "^8.33.0",
28
- "eslint-config-prettier": "^8.5.0",
28
+ "eslint-config-prettier": "^8.8.0",
29
29
  "eslint-config-salesforce": "^1.1.0",
30
30
  "eslint-config-salesforce-license": "^0.2.0",
31
31
  "eslint-config-salesforce-typescript": "^1.1.1",
@@ -37,8 +37,8 @@
37
37
  "jsforce": "^2.0.0-beta.20",
38
38
  "mocha": "^9.2.2",
39
39
  "nyc": "^15.1.0",
40
- "oclif": "^3.6.1",
41
- "prettier": "^2.8.1",
40
+ "oclif": "^3.7.3",
41
+ "prettier": "^2.8.7",
42
42
  "pretty-quick": "^3.1.3",
43
43
  "shx": "0.3.4",
44
44
  "sinon": "^11.1.2",
@@ -115,7 +115,7 @@
115
115
  "command": "tsc -p . --pretty --incremental",
116
116
  "files": [
117
117
  "src/**/*.ts",
118
- "tsconfig.json",
118
+ "**/tsconfig.json",
119
119
  "messages/**"
120
120
  ],
121
121
  "output": [
@@ -141,7 +141,8 @@
141
141
  "src/**/*.ts",
142
142
  "test/**/*.ts",
143
143
  "messages/**",
144
- ".eslint*"
144
+ "**/.eslint*",
145
+ "**/tsconfig.json"
145
146
  ],
146
147
  "output": []
147
148
  },
@@ -149,8 +150,7 @@
149
150
  "command": "tsc -p \"./test\" --pretty",
150
151
  "files": [
151
152
  "test/**/*.ts",
152
- "tsconfig.json",
153
- "test/tsconfig.json"
153
+ "**/tsconfig.json"
154
154
  ],
155
155
  "output": []
156
156
  },
@@ -172,9 +172,8 @@
172
172
  "files": [
173
173
  "test/**/*.ts",
174
174
  "src/**/*.ts",
175
- "tsconfig.json",
175
+ "**/tsconfig.json",
176
176
  ".mocha*",
177
- "test/tsconfig.json",
178
177
  "!*.nut.ts",
179
178
  ".nycrc"
180
179
  ],
@@ -211,7 +210,7 @@
211
210
  }
212
211
  },
213
212
  "sfdx": {
214
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.8.crt",
215
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.8.sig"
213
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.10.crt",
214
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.10.sig"
216
215
  }
217
216
  }