@melfore/clibelt 1.0.2 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +19 -19
package/README.md CHANGED
@@ -99,3 +99,5 @@ No configuration is required, just add to `package.json` script and run:
99
99
  ```shell
100
100
  npm run pwd2hash string_to_hash
101
101
  ```
102
+
103
+ test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melfore/clibelt",
3
- "version": "1.0.2",
3
+ "version": "3.0.0",
4
4
  "homepage": "https://github.com/melfore/clibelt#readme",
5
5
  "description": "CLI belt: the Melfore tool belt",
6
6
  "repository": {
@@ -16,8 +16,8 @@
16
16
  "i18n-msg": "dist/cli/i18n-msg/index.js"
17
17
  },
18
18
  "engines": {
19
- "node": ">=16 <17",
20
- "npm": ">=8 <9"
19
+ "node": ">=18 <19",
20
+ "npm": ">=8 <10"
21
21
  },
22
22
  "scripts": {
23
23
  "build2": "tsc -p .",
@@ -36,27 +36,27 @@
36
36
  "upload": "npm run build && npm publish --access public"
37
37
  },
38
38
  "dependencies": {
39
- "convict": "^6.2.3",
39
+ "convict": "^6.2.4",
40
40
  "convict-format-with-moment": "^6.2.0",
41
- "validator": "^13.7.0",
42
- "prettier": "^2.7.1"
41
+ "validator": "^13.11.0",
42
+ "prettier": "^3.0.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@types/convict": "^6.1.1",
46
- "@types/jest": "^29.0.2",
47
- "@types/node": "^18.7.18",
48
- "@types/validator": "^13.7.6",
45
+ "@types/convict": "^6.1.5",
46
+ "@types/jest": "^29.5.6",
47
+ "@types/node": "^20.8.7",
48
+ "@types/validator": "^13.11.5",
49
49
  "copyfiles": "^2.4.1",
50
- "eslint": "^8.23.1",
51
- "eslint-config-prettier": "^8.5.0",
52
- "eslint-plugin-import": "^2.26.0",
53
- "eslint-plugin-jest": "^27.0.4",
54
- "eslint-plugin-prettier": "^4.2.1",
55
- "jest": "^29.0.3",
56
- "nodemon": "^2.0.19",
57
- "ts-jest": "^29.0.1",
50
+ "eslint": "^8.51.0",
51
+ "eslint-config-prettier": "^9.0.0",
52
+ "eslint-plugin-import": "^2.28.1",
53
+ "eslint-plugin-jest": "^27.4.2",
54
+ "eslint-plugin-prettier": "^5.0.1",
55
+ "jest": "^29.7.0",
56
+ "nodemon": "^3.0.1",
57
+ "ts-jest": "^29.1.1",
58
58
  "ts-node": "^10.9.1",
59
- "typescript": "^4.8.3"
59
+ "typescript": "^5.2.2"
60
60
  },
61
61
  "license": "MIT"
62
62
  }