@salesforce/plugin-info 3.0.28 → 3.0.29

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.
@@ -161,5 +161,5 @@
161
161
  ]
162
162
  }
163
163
  },
164
- "version": "3.0.28"
164
+ "version": "3.0.29"
165
165
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-info",
3
3
  "description": "Plugin for accessing cli info from the command line",
4
- "version": "3.0.28",
4
+ "version": "3.0.29",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@inquirer/input": "^2.0.0",
9
- "@oclif/core": "^3.19.1",
9
+ "@oclif/core": "^3.23.0",
10
10
  "@salesforce/core": "^6.5.2",
11
11
  "@salesforce/kit": "^3.0.15",
12
12
  "@salesforce/sf-plugins-core": "^7.1.11",
@@ -20,17 +20,16 @@
20
20
  "devDependencies": {
21
21
  "@oclif/plugin-command-snapshot": "^5",
22
22
  "@salesforce/cli-plugins-testkit": "^5",
23
- "@salesforce/dev-scripts": "^8.3.0",
24
- "@salesforce/plugin-command-reference": "^3.0.67",
23
+ "@salesforce/dev-scripts": "^8.4.2",
24
+ "@salesforce/plugin-command-reference": "^3.0.68",
25
25
  "@salesforce/ts-sinon": "^1.4.19",
26
26
  "@salesforce/ts-types": "^2.0.9",
27
27
  "@types/marked": "^4.0.8",
28
28
  "@types/marked-terminal": "^3.1.3",
29
- "@types/semver": "^7.5.7",
29
+ "@types/semver": "^7.5.8",
30
30
  "@types/sinon-chai": "^3.2.12",
31
- "eslint-plugin-sf-plugin": "^1.17.3",
32
- "oclif": "^4.4.13",
33
- "shx": "0.3.4",
31
+ "eslint-plugin-sf-plugin": "^1.17.4",
32
+ "oclif": "^4.4.19",
34
33
  "sinon-chai": "^3.7.0",
35
34
  "ts-node": "^10.9.2",
36
35
  "typescript": "^5.2.2"
@@ -42,8 +41,9 @@
42
41
  "files": [
43
42
  "/lib",
44
43
  "/messages",
45
- "/oclif.manifest.json",
46
- "/oclif.lock"
44
+ "/npm-shrinkwrap.json",
45
+ "/oclif.lock",
46
+ "/oclif.manifest.json"
47
47
  ],
48
48
  "homepage": "https://github.com/salesforcecli/plugin-info",
49
49
  "keywords": [
@@ -88,13 +88,12 @@
88
88
  "build": "wireit",
89
89
  "clean": "sf-clean",
90
90
  "clean-all": "sf-clean all",
91
- "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json oclif.lock",
92
91
  "compile": "wireit",
93
92
  "docs": "sf-docs",
94
93
  "format": "wireit",
95
94
  "link-check": "wireit",
96
95
  "lint": "wireit",
97
- "postpack": "shx rm -f oclif.manifest.json oclif.lock",
96
+ "postpack": "sf-clean --ignore-signing-artifacts",
98
97
  "prepack": "sf-prepack",
99
98
  "prepare": "sf-install",
100
99
  "test": "wireit",
@@ -223,7 +222,7 @@
223
222
  "exports": "./lib/index.js",
224
223
  "type": "module",
225
224
  "sfdx": {
226
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.28.crt",
227
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.28.sig"
225
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.29.crt",
226
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.29.sig"
228
227
  }
229
228
  }