@salesforce/plugin-release-management 3.0.2 → 3.1.2-dev.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.
package/package.json
CHANGED
|
@@ -1,190 +1,186 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
2
|
+
"name": "@salesforce/plugin-release-management",
|
|
3
|
+
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
+
"version": "3.1.2-dev.0",
|
|
5
|
+
"author": "Salesforce",
|
|
6
|
+
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
|
+
"bin": {
|
|
8
|
+
"sf-release": "bin/run"
|
|
9
|
+
},
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@oclif/core": "^1.13.3",
|
|
12
|
+
"@octokit/core": "^4.0.4",
|
|
13
|
+
"@salesforce/command": "^5.2.3",
|
|
14
|
+
"@salesforce/core": "^3.26.0",
|
|
15
|
+
"@salesforce/kit": "^1.6.0",
|
|
16
|
+
"@salesforce/plugin-trust": "^2.0.3",
|
|
17
|
+
"@salesforce/ts-types": "^1.5.20",
|
|
18
|
+
"agent-base": "^6.0.2",
|
|
19
|
+
"aws-sdk": "^2.1043.0",
|
|
20
|
+
"chalk": "^4.1.0",
|
|
21
|
+
"conventional-changelog-conventionalcommits": "^4.6.1",
|
|
22
|
+
"conventional-changelog-preset-loader": "^2.3.4",
|
|
23
|
+
"conventional-commits-parser": "^3.2.2",
|
|
24
|
+
"fast-glob": "^3.2.7",
|
|
25
|
+
"glob": "^7.2.0",
|
|
26
|
+
"got": "^11.8.3",
|
|
27
|
+
"proxy-agent": "^5.0.0",
|
|
28
|
+
"proxy-from-env": "^1.1.0",
|
|
29
|
+
"semver": "^7.3.5",
|
|
30
|
+
"shelljs": "^0.8.4",
|
|
31
|
+
"standard-version": "^9.0.0",
|
|
32
|
+
"strip-ansi": "6.0.1",
|
|
33
|
+
"tslib": "^2",
|
|
34
|
+
"yarn-deduplicate": "^3.1.0"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@oclif/plugin-command-snapshot": "^3",
|
|
38
|
+
"@salesforce/dev-config": "^3.0.0",
|
|
39
|
+
"@salesforce/dev-scripts": "^2.0.3",
|
|
40
|
+
"@salesforce/plugin-command-reference": "^1.4.0",
|
|
41
|
+
"@salesforce/prettier-config": "^0.0.2",
|
|
42
|
+
"@salesforce/ts-sinon": "1.3.21",
|
|
43
|
+
"@types/conventional-changelog-preset-loader": "^2.3.1",
|
|
44
|
+
"@types/conventional-commits-parser": "^3.0.1",
|
|
45
|
+
"@types/semver": "^7.3.9",
|
|
46
|
+
"@types/shelljs": "^0.8.8",
|
|
47
|
+
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
|
48
|
+
"@typescript-eslint/parser": "^4.26.0",
|
|
49
|
+
"aws-sdk-mock": "^5.4.0",
|
|
50
|
+
"chai": "^4.2.0",
|
|
51
|
+
"cz-conventional-changelog": "^3.2.0",
|
|
52
|
+
"eslint": "^7.27.0",
|
|
53
|
+
"eslint-config-prettier": "^6.11.0",
|
|
54
|
+
"eslint-config-salesforce": "^0.1.6",
|
|
55
|
+
"eslint-config-salesforce-license": "^0.1.6",
|
|
56
|
+
"eslint-config-salesforce-typescript": "^0.2.8",
|
|
57
|
+
"eslint-plugin-header": "^3.0.0",
|
|
58
|
+
"eslint-plugin-import": "2.26.0",
|
|
59
|
+
"eslint-plugin-jsdoc": "^35.1.2",
|
|
60
|
+
"eslint-plugin-prettier": "^3.1.3",
|
|
61
|
+
"husky": "^7.0.4",
|
|
62
|
+
"mocha": "^9.1.3",
|
|
63
|
+
"nyc": "^15.1.0",
|
|
64
|
+
"oclif": "^3.1.2",
|
|
65
|
+
"prettier": "^2.4.1",
|
|
66
|
+
"pretty-quick": "^3.1.0",
|
|
67
|
+
"shx": "0.3.4",
|
|
68
|
+
"sinon": "10.0.0",
|
|
69
|
+
"ts-node": "^10.0.0",
|
|
70
|
+
"typescript": "^4.1.3"
|
|
71
|
+
},
|
|
72
|
+
"config": {
|
|
73
|
+
"commitizen": {
|
|
74
|
+
"path": "cz-conventional-changelog"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"engines": {
|
|
78
|
+
"node": ">=14.0.0"
|
|
79
|
+
},
|
|
80
|
+
"files": [
|
|
81
|
+
"bin",
|
|
82
|
+
"oclif.manifest.json",
|
|
83
|
+
"/lib",
|
|
84
|
+
"/messages"
|
|
85
|
+
],
|
|
86
|
+
"homepage": "https://github.com/salesforcecli/plugin-release-management",
|
|
87
|
+
"keywords": [
|
|
88
|
+
"force",
|
|
89
|
+
"salesforce",
|
|
90
|
+
"sfdx",
|
|
91
|
+
"salesforcedx",
|
|
92
|
+
"sfdx-plugin"
|
|
93
|
+
],
|
|
94
|
+
"license": "BSD-3-Clause",
|
|
95
|
+
"oclif": {
|
|
96
|
+
"commands": "./lib/commands",
|
|
97
|
+
"node": "14.15.4",
|
|
98
|
+
"bin": "sfdx",
|
|
99
|
+
"plugins": [
|
|
100
|
+
"@salesforce/plugin-trust"
|
|
85
101
|
],
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
"sfdx",
|
|
91
|
-
"salesforcedx",
|
|
92
|
-
"sfdx-plugin"
|
|
102
|
+
"devPlugins": [
|
|
103
|
+
"@oclif/plugin-help",
|
|
104
|
+
"@oclif/plugin-command-snapshot",
|
|
105
|
+
"@salesforce/plugin-command-reference"
|
|
93
106
|
],
|
|
94
|
-
"
|
|
95
|
-
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
"
|
|
140
|
-
|
|
141
|
-
},
|
|
142
|
-
"npm": {
|
|
143
|
-
"description": "release npm packages",
|
|
144
|
-
"subtopics": {
|
|
145
|
-
"dependencies": {
|
|
146
|
-
"description": "pin dependencies to a specific version in package.json"
|
|
147
|
-
},
|
|
148
|
-
"package": {
|
|
149
|
-
"description": "work with npm projects"
|
|
150
|
-
},
|
|
151
|
-
"release": {
|
|
152
|
-
"description": "validate npm releases"
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
"typescript": {
|
|
157
|
-
"description": "test updates to typescript version"
|
|
158
|
-
}
|
|
107
|
+
"topics": {
|
|
108
|
+
"cli": {
|
|
109
|
+
"description": "get information on the cli",
|
|
110
|
+
"subtopics": {
|
|
111
|
+
"versions": {
|
|
112
|
+
"description": "interact with CLI versions"
|
|
113
|
+
},
|
|
114
|
+
"tarballs": {
|
|
115
|
+
"description": "interact with CLI tarballs"
|
|
116
|
+
},
|
|
117
|
+
"install": {
|
|
118
|
+
"description": "utilities for CLI installation"
|
|
119
|
+
},
|
|
120
|
+
"latestrc": {
|
|
121
|
+
"description": "utilities for building CLI releases"
|
|
122
|
+
},
|
|
123
|
+
"schemas": {
|
|
124
|
+
"description": "utilities for comparing command schemas"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"channel": {
|
|
129
|
+
"description": "interact with aws channels for clis"
|
|
130
|
+
},
|
|
131
|
+
"circleci": {
|
|
132
|
+
"description": "interact with circleci api",
|
|
133
|
+
"subtopics": {
|
|
134
|
+
"envvar": {
|
|
135
|
+
"description": "update and set environment variables in circleci"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"dependabot": {
|
|
140
|
+
"description": "interact with dependabot PRs"
|
|
141
|
+
},
|
|
142
|
+
"npm": {
|
|
143
|
+
"description": "release npm packages",
|
|
144
|
+
"subtopics": {
|
|
145
|
+
"dependencies": {
|
|
146
|
+
"description": "pin dependencies to a specific version in package.json"
|
|
147
|
+
},
|
|
148
|
+
"package": {
|
|
149
|
+
"description": "work with npm projects"
|
|
150
|
+
},
|
|
151
|
+
"release": {
|
|
152
|
+
"description": "validate npm releases"
|
|
153
|
+
}
|
|
159
154
|
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
"clean": "sf-clean",
|
|
165
|
-
"clean-all": "sf-clean all",
|
|
166
|
-
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
|
|
167
|
-
"compile": "sf-compile",
|
|
168
|
-
"docs": "sf-docs",
|
|
169
|
-
"format": "sf-format",
|
|
170
|
-
"lint": "sf-lint",
|
|
171
|
-
"oclif-artifacts": "oclif manifest",
|
|
172
|
-
"postpack": "shx rm -f oclif.manifest.json",
|
|
173
|
-
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
|
|
174
|
-
"prepack": "sf-prepack",
|
|
175
|
-
"prepare": "sf-install",
|
|
176
|
-
"pretest": "sf-compile-test",
|
|
177
|
-
"test": "sf-test",
|
|
178
|
-
"test:command-reference": "./bin/dev commandreference:generate --erroronwarnings",
|
|
179
|
-
"test:deprecation-policy": "./bin/dev snapshot:compare",
|
|
180
|
-
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
181
|
-
"version": "oclif readme"
|
|
182
|
-
},
|
|
183
|
-
"publishConfig": {
|
|
184
|
-
"access": "public"
|
|
185
|
-
},
|
|
186
|
-
"sfdx": {
|
|
187
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/3.0.2.crt",
|
|
188
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/3.0.2.sig"
|
|
155
|
+
},
|
|
156
|
+
"typescript": {
|
|
157
|
+
"description": "test updates to typescript version"
|
|
158
|
+
}
|
|
189
159
|
}
|
|
190
|
-
}
|
|
160
|
+
},
|
|
161
|
+
"repository": "salesforcecli/plugin-release-management",
|
|
162
|
+
"scripts": {
|
|
163
|
+
"build": "sf-build",
|
|
164
|
+
"clean": "sf-clean",
|
|
165
|
+
"clean-all": "sf-clean all",
|
|
166
|
+
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
|
|
167
|
+
"compile": "sf-compile",
|
|
168
|
+
"docs": "sf-docs",
|
|
169
|
+
"format": "sf-format",
|
|
170
|
+
"lint": "sf-lint",
|
|
171
|
+
"oclif-artifacts": "oclif manifest",
|
|
172
|
+
"postpack": "shx rm -f oclif.manifest.json",
|
|
173
|
+
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
|
|
174
|
+
"prepack": "sf-prepack",
|
|
175
|
+
"prepare": "sf-install",
|
|
176
|
+
"pretest": "sf-compile-test",
|
|
177
|
+
"test": "sf-test",
|
|
178
|
+
"test:command-reference": "./bin/dev commandreference:generate --erroronwarnings",
|
|
179
|
+
"test:deprecation-policy": "./bin/dev snapshot:compare",
|
|
180
|
+
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
181
|
+
"version": "oclif readme"
|
|
182
|
+
},
|
|
183
|
+
"publishConfig": {
|
|
184
|
+
"access": "public"
|
|
185
|
+
}
|
|
186
|
+
}
|