@salesforce/plugin-community 3.0.23 → 3.0.24

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.
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "3.0.23"
336
+ "version": "3.0.24"
337
337
  }
package/package.json CHANGED
@@ -1,25 +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.0.23",
4
+ "version": "3.0.24",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.19.2",
9
- "@salesforce/core": "^6.5.5",
9
+ "@salesforce/core": "^6.7.0",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^7.1.11"
12
12
  },
13
13
  "devDependencies": {
14
- "@oclif/plugin-command-snapshot": "^5.0.8",
15
- "@salesforce/cli-plugins-testkit": "^5.1.8",
16
- "@salesforce/dev-scripts": "^8.3.0",
14
+ "@oclif/plugin-command-snapshot": "^5.0.9",
15
+ "@salesforce/cli-plugins-testkit": "^5.1.9",
16
+ "@salesforce/dev-scripts": "^8.4.1",
17
17
  "@salesforce/plugin-command-reference": "^3.0.68",
18
18
  "@salesforce/ts-types": "^2.0.9",
19
19
  "eslint-plugin-sf-plugin": "^1.17.3",
20
20
  "jsforce": "^2.0.0-beta.29",
21
21
  "oclif": "^4.4.17",
22
- "shx": "0.3.4",
23
22
  "ts-node": "^10.9.2",
24
23
  "typescript": "^5.3.3"
25
24
  },
@@ -30,8 +29,9 @@
30
29
  "files": [
31
30
  "/lib",
32
31
  "/messages",
33
- "/oclif.manifest.json",
34
- "/oclif.lock"
32
+ "/npm-shrinkwrap.json",
33
+ "/oclif.lock",
34
+ "/oclif.manifest.json"
35
35
  ],
36
36
  "homepage": "https://github.com/salesforcecli/plugin-community",
37
37
  "keywords": [
@@ -70,13 +70,12 @@
70
70
  "build": "wireit",
71
71
  "clean": "sf-clean",
72
72
  "clean-all": "sf-clean all",
73
- "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json oclif.lock",
74
73
  "compile": "wireit",
75
74
  "docs": "sf-docs",
76
75
  "format": "wireit",
77
76
  "link-check": "wireit",
78
77
  "lint": "wireit",
79
- "postpack": "shx rm -f oclif.manifest.json oclif.lock",
78
+ "postpack": "sf-clean --ignore-signing-artifacts",
80
79
  "prepack": "sf-prepack",
81
80
  "prepare": "sf-install",
82
81
  "test": "wireit",
@@ -205,7 +204,7 @@
205
204
  "exports": "./lib/index.js",
206
205
  "type": "module",
207
206
  "sfdx": {
208
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.23.crt",
209
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.23.sig"
207
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.24.crt",
208
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.24.sig"
210
209
  }
211
210
  }