@xylabs/sdk-js 2.13.20 → 2.13.22
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/jest.config.ts +1 -1
- package/package.json +38 -36
package/jest.config.ts
CHANGED
|
@@ -9,7 +9,7 @@ const generateJestConfig = ({ esModules }: { esModules: string[] }) => {
|
|
|
9
9
|
setupFiles: ['dotenv/config'],
|
|
10
10
|
setupFilesAfterEnv: ['jest-sorted', 'jest-extended/all'],
|
|
11
11
|
testRegex: '(/__tests__/.*|(\\.|/)((!perf\\.)test|spec))\\.tsx?$',
|
|
12
|
-
testTimeout:
|
|
12
|
+
testTimeout: 200_000,
|
|
13
13
|
transform: {
|
|
14
14
|
[`(${esModulesList}).+\\.js$`]: 'babel-jest',
|
|
15
15
|
'^.+\\.tsx?$': [
|
package/package.json
CHANGED
|
@@ -38,56 +38,58 @@
|
|
|
38
38
|
"esm"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@xylabs/api": "~2.13.
|
|
42
|
-
"@xylabs/array": "~2.13.
|
|
43
|
-
"@xylabs/assert": "~2.13.
|
|
44
|
-
"@xylabs/axios": "~2.13.
|
|
45
|
-
"@xylabs/crypto": "~2.13.
|
|
46
|
-
"@xylabs/decimal-precision": "~2.13.
|
|
47
|
-
"@xylabs/delay": "~2.13.
|
|
48
|
-
"@xylabs/error": "~2.13.
|
|
49
|
-
"@xylabs/eth-address": "~2.13.
|
|
50
|
-
"@xylabs/exists": "~2.13.
|
|
51
|
-
"@xylabs/forget": "~2.13.
|
|
52
|
-
"@xylabs/function-name": "~2.13.
|
|
53
|
-
"@xylabs/log": "~2.13.
|
|
54
|
-
"@xylabs/logger": "~2.13.
|
|
55
|
-
"@xylabs/platform": "~2.13.
|
|
56
|
-
"@xylabs/profile": "~2.13.
|
|
57
|
-
"@xylabs/promise": "~2.13.
|
|
58
|
-
"@xylabs/set": "~2.13.
|
|
59
|
-
"@xylabs/static-implements": "~2.13.
|
|
60
|
-
"@xylabs/url": "~2.13.
|
|
41
|
+
"@xylabs/api": "~2.13.22",
|
|
42
|
+
"@xylabs/array": "~2.13.22",
|
|
43
|
+
"@xylabs/assert": "~2.13.22",
|
|
44
|
+
"@xylabs/axios": "~2.13.22",
|
|
45
|
+
"@xylabs/crypto": "~2.13.22",
|
|
46
|
+
"@xylabs/decimal-precision": "~2.13.22",
|
|
47
|
+
"@xylabs/delay": "~2.13.22",
|
|
48
|
+
"@xylabs/error": "~2.13.22",
|
|
49
|
+
"@xylabs/eth-address": "~2.13.22",
|
|
50
|
+
"@xylabs/exists": "~2.13.22",
|
|
51
|
+
"@xylabs/forget": "~2.13.22",
|
|
52
|
+
"@xylabs/function-name": "~2.13.22",
|
|
53
|
+
"@xylabs/log": "~2.13.22",
|
|
54
|
+
"@xylabs/logger": "~2.13.22",
|
|
55
|
+
"@xylabs/platform": "~2.13.22",
|
|
56
|
+
"@xylabs/profile": "~2.13.22",
|
|
57
|
+
"@xylabs/promise": "~2.13.22",
|
|
58
|
+
"@xylabs/set": "~2.13.22",
|
|
59
|
+
"@xylabs/static-implements": "~2.13.22",
|
|
60
|
+
"@xylabs/url": "~2.13.22"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@babel/core": "^7.23.
|
|
64
|
-
"@babel/preset-env": "^7.23.
|
|
63
|
+
"@babel/core": "^7.23.6",
|
|
64
|
+
"@babel/preset-env": "^7.23.6",
|
|
65
65
|
"@babel/preset-typescript": "^7.23.3",
|
|
66
|
-
"@swc/core": "^1.3.
|
|
67
|
-
"@types/jest": "^29.5.
|
|
66
|
+
"@swc/core": "^1.3.101",
|
|
67
|
+
"@types/jest": "^29.5.11",
|
|
68
68
|
"@types/mocha": "^10.0.6",
|
|
69
69
|
"@types/supertest": "^2.0.16",
|
|
70
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
71
|
-
"@typescript-eslint/parser": "^6.
|
|
72
|
-
"@xylabs/config": "^3.2.
|
|
73
|
-
"@xylabs/eslint-config": "^3.2.
|
|
74
|
-
"@xylabs/ts-scripts-yarn3": "^3.2.
|
|
75
|
-
"@xylabs/tsconfig": "^3.2.
|
|
76
|
-
"@xylabs/tsconfig-jest": "^3.2.
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
71
|
+
"@typescript-eslint/parser": "^6.15.0",
|
|
72
|
+
"@xylabs/config": "^3.2.25",
|
|
73
|
+
"@xylabs/eslint-config": "^3.2.25",
|
|
74
|
+
"@xylabs/ts-scripts-yarn3": "^3.2.25",
|
|
75
|
+
"@xylabs/tsconfig": "^3.2.25",
|
|
76
|
+
"@xylabs/tsconfig-jest": "^3.2.25",
|
|
77
77
|
"babel-jest": "^29.7.0",
|
|
78
78
|
"depcheck": "^1.4.7",
|
|
79
79
|
"dotenv": "^16.3.1",
|
|
80
|
-
"eslint": "^8.
|
|
80
|
+
"eslint": "^8.56.0",
|
|
81
81
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
82
82
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
83
|
-
"eslint-plugin-import": "^2.29.
|
|
83
|
+
"eslint-plugin-import": "^2.29.1",
|
|
84
|
+
"eslint-plugin-unicorn": "^50.0.1",
|
|
84
85
|
"jest": "^29.7.0",
|
|
85
86
|
"jest-environment-jsdom": "^29.7.0",
|
|
86
87
|
"jest-extended": "^4.0.2",
|
|
87
88
|
"jest-sorted": "^1.0.14",
|
|
88
|
-
"
|
|
89
|
+
"npm-package-json-lint": "^7.1.0",
|
|
90
|
+
"reflect-metadata": "^0.2.1",
|
|
89
91
|
"ts-jest": "^29.1.1",
|
|
90
|
-
"typescript": "^5.3.
|
|
92
|
+
"typescript": "^5.3.3"
|
|
91
93
|
},
|
|
92
94
|
"resolutions": {
|
|
93
95
|
"typescript": "5.2.2"
|
|
@@ -100,7 +102,6 @@
|
|
|
100
102
|
"url": "https://github.com/xylabs/sdk-js.git"
|
|
101
103
|
},
|
|
102
104
|
"sideEffects": false,
|
|
103
|
-
"version": "2.13.20",
|
|
104
105
|
"packageManager": "yarn@4.0.2",
|
|
105
106
|
"engines": {
|
|
106
107
|
"node": ">=18.17.1"
|
|
@@ -113,5 +114,6 @@
|
|
|
113
114
|
"node": "18.17.1",
|
|
114
115
|
"yarn": "1.22.19"
|
|
115
116
|
},
|
|
117
|
+
"version": "2.13.22",
|
|
116
118
|
"type": "module"
|
|
117
119
|
}
|