watskeburt 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/version.js +1 -1
  2. package/package.json +15 -12
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "2.0.1";
1
+ export const VERSION = "2.0.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "watskeburt",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "List files changed since a git revision",
5
5
  "keywords": [
6
6
  "git",
@@ -9,7 +9,7 @@
9
9
  "homepage": "https://github.com/sverweij/watskeburt",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/sverweij/watskeburt"
12
+ "url": "git+https://github.com/sverweij/watskeburt.git"
13
13
  },
14
14
  "bugs": {
15
15
  "url": "https://github.com/sverweij/watskeburt/issues"
@@ -19,7 +19,9 @@
19
19
  "url": "https://sverweij.github.io"
20
20
  },
21
21
  "license": "MIT",
22
- "bin": "dist/run-cli.js",
22
+ "bin": {
23
+ "watskeburt": "dist/run-cli.js"
24
+ },
23
25
  "main": "dist/main.js",
24
26
  "module": "dist/main.js",
25
27
  "type": "module",
@@ -27,6 +29,7 @@
27
29
  "exports": {
28
30
  ".": [
29
31
  {
32
+ "types": "./types/watskeburt.d.ts",
30
33
  "import": "./dist/main.js"
31
34
  },
32
35
  "./dist/main.js"
@@ -42,24 +45,24 @@
42
45
  "README.md"
43
46
  ],
44
47
  "devDependencies": {
45
- "@types/node": "20.8.7",
46
- "@typescript-eslint/eslint-plugin": "6.9.0",
48
+ "@types/node": "20.9.3",
49
+ "@typescript-eslint/eslint-plugin": "6.12.0",
47
50
  "c8": "8.0.1",
48
- "dependency-cruiser": "15.0.0",
49
- "eslint": "8.52.0",
51
+ "dependency-cruiser": "15.3.0",
52
+ "eslint": "8.54.0",
50
53
  "eslint-config-moving-meadow": "4.0.2",
51
54
  "eslint-config-prettier": "9.0.0",
52
- "eslint-plugin-budapestian": "5.0.1",
55
+ "eslint-plugin-budapestian": "6.0.0",
53
56
  "eslint-plugin-eslint-comments": "3.2.0",
54
57
  "eslint-plugin-import": "2.29.0",
55
58
  "eslint-plugin-mocha": "10.2.0",
56
59
  "eslint-plugin-node": "11.1.0",
57
60
  "eslint-plugin-security": "1.7.1",
58
- "eslint-plugin-unicorn": "48.0.1",
61
+ "eslint-plugin-unicorn": "49.0.0",
59
62
  "npm-run-all": "4.1.5",
60
- "prettier": "3.0.3",
61
- "tsx": "3.14.0",
62
- "typescript": "5.2.2",
63
+ "prettier": "3.1.0",
64
+ "tsx": "4.2.0",
65
+ "typescript": "5.3.2",
63
66
  "upem": "9.0.2"
64
67
  },
65
68
  "engines": {