@salesforce/plugin-settings 2.0.28 → 2.0.30-qa.0

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.
@@ -570,5 +570,5 @@
570
570
  ]
571
571
  }
572
572
  },
573
- "version": "2.0.28"
573
+ "version": "2.0.30-qa.0"
574
574
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-settings",
3
3
  "description": "configure the Salesforce CLI",
4
- "version": "2.0.28",
4
+ "version": "2.0.30-qa.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.19.2",
8
+ "@oclif/core": "^3.19.6",
9
9
  "@salesforce/core": "^6.5.3",
10
10
  "@salesforce/sf-plugins-core": "^7.1.11",
11
11
  "fast-levenshtein": "^3.0.0"
@@ -14,15 +14,14 @@
14
14
  "@oclif/plugin-command-snapshot": "^5.0.6",
15
15
  "@oclif/test": "^3.1.13",
16
16
  "@salesforce/cli-plugins-testkit": "^5.1.9",
17
- "@salesforce/dev-scripts": "^8.3.0",
17
+ "@salesforce/dev-scripts": "^8.4.1-qa.0",
18
18
  "@salesforce/kit": "^3.0.15",
19
- "@salesforce/plugin-command-reference": "^3.0.67",
19
+ "@salesforce/plugin-command-reference": "^3.0.69",
20
20
  "@salesforce/plugin-deploy-retrieve": "^1.20.3",
21
21
  "@salesforce/ts-sinon": "^1.4.17",
22
22
  "@types/fast-levenshtein": "^0.0.4",
23
23
  "eslint-plugin-sf-plugin": "^1.17.3",
24
24
  "oclif": "^4.4.17",
25
- "shx": "0.3.4",
26
25
  "ts-node": "^10.9.2",
27
26
  "typescript": "^5.3.3"
28
27
  },
@@ -33,9 +32,10 @@
33
32
  "files": [
34
33
  "/lib",
35
34
  "/messages",
35
+ "/npm-shrinkwrap.json",
36
+ "/oclif.lock",
36
37
  "/oclif.manifest.json",
37
- "/schemas",
38
- "/oclif.lock"
38
+ "/schemas"
39
39
  ],
40
40
  "homepage": "https://github.com/salesforcecli/plugin-settings",
41
41
  "keywords": [
@@ -78,13 +78,12 @@
78
78
  "build": "wireit",
79
79
  "clean": "sf-clean",
80
80
  "clean-all": "sf-clean all",
81
- "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
82
81
  "compile": "wireit",
83
82
  "docs": "sf-docs",
84
83
  "format": "wireit",
85
84
  "link-check": "wireit",
86
85
  "lint": "wireit",
87
- "postpack": "shx rm -f oclif.manifest.json",
86
+ "postpack": "sf-clean --ignore-signing-artifacts",
88
87
  "prepack": "sf-prepack",
89
88
  "prepare": "sf-install",
90
89
  "reformat": "prettier --config .prettierrc --write './*.{js,json,md}' './**/*.{ts,json,md}'",
@@ -215,7 +214,7 @@
215
214
  "exports": "./lib/index.js",
216
215
  "type": "module",
217
216
  "sfdx": {
218
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.28.crt",
219
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.28.sig"
217
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.30-qa.0.crt",
218
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.30-qa.0.sig"
220
219
  }
221
220
  }