@salesforce/plugin-packaging 2.1.11 → 2.1.12

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.
@@ -3866,5 +3866,5 @@
3866
3866
  ]
3867
3867
  }
3868
3868
  },
3869
- "version": "2.1.11"
3869
+ "version": "2.1.12"
3870
3870
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-packaging",
3
3
  "description": "SF plugin that support Salesforce Packaging Platform",
4
- "version": "2.1.11",
4
+ "version": "2.1.12",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.19.1",
8
+ "@oclif/core": "^3.23.0",
9
9
  "@salesforce/core": "^6.5.2",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/packaging": "^3.2.18",
@@ -15,11 +15,10 @@
15
15
  "devDependencies": {
16
16
  "@oclif/plugin-command-snapshot": "^5.0.9",
17
17
  "@salesforce/cli-plugins-testkit": "^5.1.9",
18
- "@salesforce/dev-scripts": "^8.3.0",
19
- "@salesforce/plugin-command-reference": "^3.0.65",
18
+ "@salesforce/dev-scripts": "^8.4.2",
19
+ "@salesforce/plugin-command-reference": "^3.0.69",
20
20
  "eslint-plugin-sf-plugin": "^1.17.3",
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,9 +29,10 @@
30
29
  "files": [
31
30
  "/lib",
32
31
  "/messages",
32
+ "/npm-shrinkwrap.json",
33
+ "/oclif.lock",
33
34
  "/oclif.manifest.json",
34
- "/schemas",
35
- "/oclif.lock"
35
+ "/schemas"
36
36
  ],
37
37
  "homepage": "https://github.com/salesforcecli/plugin-packaging",
38
38
  "keywords": [
@@ -114,12 +114,11 @@
114
114
  "build": "wireit",
115
115
  "clean": "sf-clean",
116
116
  "clean-all": "sf-clean all",
117
- "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
118
117
  "compile": "wireit",
119
118
  "format": "wireit",
120
119
  "link-check": "wireit",
121
120
  "lint": "wireit",
122
- "postpack": "shx rm -f oclif.manifest.json",
121
+ "postpack": "sf-clean --ignore-signing-artifacts",
123
122
  "prepack": "sf-prepack",
124
123
  "prepare": "sf-install",
125
124
  "test": "wireit",
@@ -250,7 +249,7 @@
250
249
  "exports": "./lib/index.js",
251
250
  "type": "module",
252
251
  "sfdx": {
253
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.1.11.crt",
254
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.1.11.sig"
252
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.1.12.crt",
253
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.1.12.sig"
255
254
  }
256
255
  }