@abyss-project/monitor 1.0.73 → 1.0.75
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.nodeRequire = void 0;
|
|
4
4
|
function nodeRequire(specifier) {
|
|
5
|
-
const req =
|
|
5
|
+
const req = eval('require');
|
|
6
6
|
return req(specifier);
|
|
7
7
|
}
|
|
8
8
|
exports.nodeRequire = nodeRequire;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-require.js","sourceRoot":"","sources":["../../src/utils/node-require.ts"],"names":[],"mappings":";;;AAaA,SAAgB,WAAW,CAAc,SAAiB;
|
|
1
|
+
{"version":3,"file":"node-require.js","sourceRoot":"","sources":["../../src/utils/node-require.ts"],"names":[],"mappings":";;;AAaA,SAAgB,WAAW,CAAc,SAAiB;IAQxD,MAAM,GAAG,GAAG,IAAI,CAAC,SAAS,CAA4B,CAAC;IACvD,OAAO,GAAG,CAAC,SAAS,CAAM,CAAC;AAC7B,CAAC;AAVD,kCAUC"}
|
package/package.json
CHANGED
|
@@ -1,78 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@abyss-project/monitor",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Core package to interact with Abyss-Monitor",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"dayjs": "^
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"uuid": "^
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"tsc-watch": "^4.6.2",
|
|
76
|
-
"typescript": "5.4.2"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@abyss-project/monitor",
|
|
3
|
+
"version": "1.0.75",
|
|
4
|
+
"description": "Core package to interact with Abyss-Monitor",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"keywords": [],
|
|
8
|
+
"author": "scylla",
|
|
9
|
+
"license": "ISC",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://gitlab.com/abyss-group/abyss-monitor/abyss-monitor"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://gitlab.com/abyss-group/abyss-monitor/abyss-monitor",
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"axios": "^1.6.0",
|
|
16
|
+
"axios-rate-limit": "^1.3.0",
|
|
17
|
+
"axios-retry": "^4.5.0",
|
|
18
|
+
"chalk": "^4.1.1",
|
|
19
|
+
"check-disk-space": "^3.4.0",
|
|
20
|
+
"dayjs": "^1.10.7",
|
|
21
|
+
"discord.js": "14.11.0",
|
|
22
|
+
"fs-extra": "^11.1.1",
|
|
23
|
+
"ioredis": "^5.7.0",
|
|
24
|
+
"joi": "^17.4.0",
|
|
25
|
+
"joi-to-swagger": "^6.2.0",
|
|
26
|
+
"lodash": "^4.17.21",
|
|
27
|
+
"node-os-utils": "^1.3.7",
|
|
28
|
+
"reflect-metadata": "^0.1.13",
|
|
29
|
+
"stack-trace": "^0.0.10",
|
|
30
|
+
"systeminformation": "^5.17.13",
|
|
31
|
+
"uuid": "^9.0.0"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@date-io/dayjs": "^2.11.0",
|
|
35
|
+
"@jest/types": "^29.6.3",
|
|
36
|
+
"@types/express": "^4.17.21",
|
|
37
|
+
"@types/express-serve-static-core": "^4.17.31",
|
|
38
|
+
"@types/fs-extra": "^9.0.13",
|
|
39
|
+
"@types/ioredis-mock": "^8.2.7",
|
|
40
|
+
"@types/jest": "^29.5.14",
|
|
41
|
+
"@types/lodash": "^4.14.177",
|
|
42
|
+
"@types/node": "^20.11.0",
|
|
43
|
+
"@types/node-os-utils": "^1.3.1",
|
|
44
|
+
"@types/stack-trace": "^0.0.29",
|
|
45
|
+
"@types/uuid": "^8.3.0",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
47
|
+
"@typescript-eslint/parser": "7.3.1",
|
|
48
|
+
"eslint": "^7.28.0",
|
|
49
|
+
"eslint-config-prettier": "^8.3.0",
|
|
50
|
+
"eslint-config-standard": "^16.0.3",
|
|
51
|
+
"eslint-plugin-filenames-simple": "^0.7.0",
|
|
52
|
+
"eslint-plugin-import": "^2.27.4",
|
|
53
|
+
"eslint-plugin-node": "^11.1.0",
|
|
54
|
+
"eslint-plugin-prettier": "^3.4.0",
|
|
55
|
+
"eslint-plugin-promise": "^5.1.0",
|
|
56
|
+
"ioredis-mock": "^8.13.1",
|
|
57
|
+
"jest": "^29.7.0",
|
|
58
|
+
"prettier": "2.3.1",
|
|
59
|
+
"sequelize-cli": "^6.2.0",
|
|
60
|
+
"ts-jest": "^29.3.2",
|
|
61
|
+
"tsc-watch": "^4.6.2",
|
|
62
|
+
"typescript": "5.4.2"
|
|
63
|
+
},
|
|
64
|
+
"scripts": {
|
|
65
|
+
"lint": "eslint \"{src,apps,libs,test,core}/**/*.ts\" --fix",
|
|
66
|
+
"lint:check": "eslint \"{src,apps,libs,test,core}/**/*.ts\" --max-warnings 0",
|
|
67
|
+
"tsc": "tsc",
|
|
68
|
+
"build": "tsc",
|
|
69
|
+
"prepublish": "tsc",
|
|
70
|
+
"dev": "tsc --watch",
|
|
71
|
+
"test": "jest",
|
|
72
|
+
"test:watch": "jest --watch"
|
|
73
|
+
}
|
|
74
|
+
}
|