@salesforce/plugin-release-management 4.0.15 → 4.1.2
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.
- package/npm-shrinkwrap.json +37350 -0
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
3
|
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.1.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"bin": {
|
|
8
8
|
"sf-release": "bin/run"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@oclif/core": "^2.8.
|
|
11
|
+
"@oclif/core": "^2.8.10",
|
|
12
12
|
"@octokit/core": "^4.2.4",
|
|
13
13
|
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
14
14
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"yarn-deduplicate": "^3.1.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@oclif/plugin-command-snapshot": "^4.0.
|
|
35
|
+
"@oclif/plugin-command-snapshot": "^4.0.5",
|
|
36
36
|
"@salesforce/dev-config": "^4.0.1",
|
|
37
37
|
"@salesforce/dev-scripts": "^5.4.2",
|
|
38
38
|
"@salesforce/prettier-config": "^0.0.3",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"husky": "^7.0.4",
|
|
57
57
|
"mocha": "^9.1.3",
|
|
58
58
|
"nyc": "^15.1.0",
|
|
59
|
-
"oclif": "^3.9.
|
|
59
|
+
"oclif": "^3.9.1",
|
|
60
60
|
"prettier": "^2.8.8",
|
|
61
61
|
"pretty-quick": "^3.1.0",
|
|
62
62
|
"shx": "0.3.4",
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"bin",
|
|
74
74
|
"oclif.manifest.json",
|
|
75
75
|
"/lib",
|
|
76
|
-
"/messages"
|
|
76
|
+
"/messages",
|
|
77
|
+
"/npm-shrinkwrap.json"
|
|
77
78
|
],
|
|
78
79
|
"homepage": "https://github.com/salesforcecli/plugin-release-management",
|
|
79
80
|
"keywords": [
|
|
@@ -166,9 +167,8 @@
|
|
|
166
167
|
"docs": "sf-docs",
|
|
167
168
|
"format": "wireit",
|
|
168
169
|
"lint": "wireit",
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"prepack": "sf-prepack",
|
|
170
|
+
"postpack": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
|
|
171
|
+
"prepack": "sf-prepack && npm shrinkwrap",
|
|
172
172
|
"prepare": "sf-install",
|
|
173
173
|
"test": "wireit",
|
|
174
174
|
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
286
|
"sfdx": {
|
|
287
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.
|
|
288
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.
|
|
287
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.2.crt",
|
|
288
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.2.sig"
|
|
289
289
|
}
|
|
290
290
|
}
|