@gibme/mikrotik 3.0.0 → 20.0.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +22 -18
package/dist/index.js CHANGED
@@ -781,7 +781,6 @@ Mikrotik.cache = new memory_1.default({
781
781
  * Class that helps with processing a "frame" of the Bandwidth Test response
782
782
  */
783
783
  class Frame {
784
- // eslint-disable-next-line no-useless-constructor
785
784
  constructor(buffer) {
786
785
  this.buffer = buffer;
787
786
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gibme/mikrotik",
3
- "version": "3.0.0",
3
+ "version": "20.0.1",
4
4
  "description": "A simple mikrotik helper/wrapper",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "homepage": "https://gibme-npm.github.io/mikrotik/",
32
32
  "engines": {
33
- "node": ">=18"
33
+ "node": ">=20"
34
34
  },
35
35
  "engineStrict": true,
36
36
  "author": {
@@ -38,28 +38,32 @@
38
38
  "email": "brandonlehmann@gmail.com"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/mocha": "^10.0.6",
42
- "@types/node": "^22.15.17",
43
- "@typescript-eslint/eslint-plugin": "^6.19.1",
44
- "@typescript-eslint/parser": "^6.19.1",
45
- "dotenv": "^16.4.5",
46
- "eslint": "^8.56.0",
41
+ "@eslint/eslintrc": "^3.3.3",
42
+ "@eslint/js": "^9.39.1",
43
+ "@types/mocha": "^10.0.10",
44
+ "@types/node": "^24.10.1",
45
+ "@typescript-eslint/eslint-plugin": "^8.48.1",
46
+ "@typescript-eslint/parser": "^8.48.1",
47
+ "dotenv": "^17.2.3",
48
+ "eslint": "^9.39.1",
47
49
  "eslint-config-standard": "^17.1.0",
48
- "eslint-plugin-import": "^2.29.1",
49
- "eslint-plugin-n": "^16.6.2",
50
+ "eslint-plugin-import": "^2.32.0",
51
+ "eslint-plugin-n": "^17.23.1",
50
52
  "eslint-plugin-node": "^11.1.0",
51
- "eslint-plugin-promise": "^6.1.1",
52
- "mocha": "^10.2.0",
53
+ "eslint-plugin-promise": "^7.2.1",
54
+ "globals": "^16.5.0",
55
+ "mocha": "^11.7.5",
53
56
  "ts-node": "^10.9.2",
54
- "typedoc": "^0.28.4",
55
- "typescript": "^5.8.3"
57
+ "typedoc": "^0.28.15",
58
+ "typescript": "^5.9.3"
56
59
  },
57
60
  "dependencies": {
58
- "@gibme/cache": "^2.0.0",
59
- "@gibme/ssh": "^3.0.1",
61
+ "@gibme/cache": "^20.0.3",
62
+ "@gibme/ssh": "^20.0.1",
60
63
  "@types/jsbn": "^1.2.33",
64
+ "@types/semver": "^7.7.1",
61
65
  "abort-controller": "^3.0.0",
62
- "ip-address": "^10.0.1",
63
- "semver": "^7.7.1"
66
+ "ip-address": "^10.1.0",
67
+ "semver": "^7.7.3"
64
68
  }
65
69
  }