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