npm-update-package 4.0.2 → 4.0.4
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
CHANGED
|
@@ -71,7 +71,7 @@ npx npm-update-package --github-token <github-token>
|
|
|
71
71
|
Alternatively, you can use a specific version as follows:
|
|
72
72
|
|
|
73
73
|
```sh
|
|
74
|
-
npx npm-update-package@
|
|
74
|
+
npx npm-update-package@4 --github-token <github-token>
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
## Options
|
package/dist/app.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@munierujp/eslint-config-typescript": "44.0.0",
|
|
38
38
|
"@tsconfig/node20": "20.1.4",
|
|
39
39
|
"@types/mustache": "4.2.5",
|
|
40
|
-
"@types/node": "20.12.
|
|
40
|
+
"@types/node": "20.12.11",
|
|
41
41
|
"@types/node-fetch": "2.6.11",
|
|
42
42
|
"@types/parse-github-url": "1.0.3",
|
|
43
43
|
"@types/semver": "7.5.8",
|