npm-update-package 0.9.0 → 0.9.1

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
@@ -5,6 +5,10 @@
5
5
 
6
6
  CLI tool for creating pull request to update npm packages
7
7
 
8
+ ## Caution
9
+
10
+ This package is currently under development, so the major version is 0 yet.
11
+
8
12
  ## Installation
9
13
 
10
14
  If you are using npm:
package/dist/app.js CHANGED
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.app = void 0;
4
4
  exports.app = {
5
5
  name: 'npm-update-package',
6
- version: '0.9.0',
6
+ version: '0.9.1',
7
7
  web: 'https://github.com/npm-update-package/npm-update-package'
8
8
  };
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RemoteBranchExistenceChecker = void 0;
4
- // TODO: add test
5
4
  class RemoteBranchExistenceChecker {
6
5
  constructor(remoteBranchNames) {
7
6
  this.remoteBranchNames = remoteBranchNames;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "CLI tool for creating pull request to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -35,7 +35,7 @@
35
35
  "@types/node": "12.20.15",
36
36
  "@types/parse-github-url": "1.0.0",
37
37
  "@types/semver": "7.3.9",
38
- "@typescript-eslint/eslint-plugin": "5.4.0",
38
+ "@typescript-eslint/eslint-plugin": "5.5.0",
39
39
  "eslint": "8.3.0",
40
40
  "eslint-config-standard-with-typescript": "21.0.1",
41
41
  "eslint-plugin-import": "2.25.3",