npm-update-package 0.48.1 → 0.48.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/README.md +2 -2
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ User names to assign to pull request.
|
|
|
36
36
|
```sh
|
|
37
37
|
npx npm-update-package \
|
|
38
38
|
--github-token $GITHUB_TOKEN \
|
|
39
|
-
--assignees
|
|
39
|
+
--assignees octocat mona
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
### `--commit-message`
|
|
@@ -207,7 +207,7 @@ User names to request reviews.
|
|
|
207
207
|
```sh
|
|
208
208
|
npx npm-update-package \
|
|
209
209
|
--github-token $GITHUB_TOKEN \
|
|
210
|
-
--reviewers
|
|
210
|
+
--reviewers octocat mona
|
|
211
211
|
```
|
|
212
212
|
|
|
213
213
|
## GitHub token
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.2",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"badges": "jest-coverage-badges output docs",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/node-fetch": "2.6.1",
|
|
43
43
|
"@types/parse-github-url": "1.0.0",
|
|
44
44
|
"@types/semver": "7.3.9",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "5.16.0",
|
|
46
46
|
"eslint": "8.11.0",
|
|
47
47
|
"eslint-config-standard-with-typescript": "21.0.1",
|
|
48
48
|
"eslint-plugin-import": "2.25.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.2",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"badges": "jest-coverage-badges output docs",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/node-fetch": "2.6.1",
|
|
43
43
|
"@types/parse-github-url": "1.0.0",
|
|
44
44
|
"@types/semver": "7.3.9",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "5.16.0",
|
|
46
46
|
"eslint": "8.11.0",
|
|
47
47
|
"eslint-config-standard-with-typescript": "21.0.1",
|
|
48
48
|
"eslint-plugin-import": "2.25.4",
|