@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.
- package/dist/index.js +0 -1
- 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
|
+
"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": ">=
|
|
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
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"
|
|
46
|
-
"eslint": "^8.
|
|
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.
|
|
49
|
-
"eslint-plugin-n": "^
|
|
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": "^
|
|
52
|
-
"
|
|
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.
|
|
55
|
-
"typescript": "^5.
|
|
57
|
+
"typedoc": "^0.28.15",
|
|
58
|
+
"typescript": "^5.9.3"
|
|
56
59
|
},
|
|
57
60
|
"dependencies": {
|
|
58
|
-
"@gibme/cache": "^
|
|
59
|
-
"@gibme/ssh": "^
|
|
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
|
|
63
|
-
"semver": "^7.7.
|
|
66
|
+
"ip-address": "^10.1.0",
|
|
67
|
+
"semver": "^7.7.3"
|
|
64
68
|
}
|
|
65
69
|
}
|