@xylabs/sdk-js 2.13.3 → 2.13.5
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/package.json +36 -33
package/package.json
CHANGED
|
@@ -39,44 +39,47 @@
|
|
|
39
39
|
"esm"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/api": "~2.13.
|
|
43
|
-
"@xylabs/array": "~2.13.
|
|
44
|
-
"@xylabs/assert": "~2.13.
|
|
45
|
-
"@xylabs/
|
|
46
|
-
"@xylabs/
|
|
47
|
-
"@xylabs/
|
|
48
|
-
"@xylabs/
|
|
49
|
-
"@xylabs/
|
|
50
|
-
"@xylabs/
|
|
51
|
-
"@xylabs/
|
|
52
|
-
"@xylabs/
|
|
53
|
-
"@xylabs/
|
|
54
|
-
"@xylabs/
|
|
55
|
-
"@xylabs/
|
|
56
|
-
"@xylabs/
|
|
57
|
-
"@xylabs/
|
|
58
|
-
"@xylabs/
|
|
42
|
+
"@xylabs/api": "~2.13.5",
|
|
43
|
+
"@xylabs/array": "~2.13.5",
|
|
44
|
+
"@xylabs/assert": "~2.13.5",
|
|
45
|
+
"@xylabs/axios": "~2.13.5",
|
|
46
|
+
"@xylabs/bignumber": "~2.13.5",
|
|
47
|
+
"@xylabs/buffer": "~2.13.5",
|
|
48
|
+
"@xylabs/crypto": "~2.13.5",
|
|
49
|
+
"@xylabs/decimal-precision": "~2.13.5",
|
|
50
|
+
"@xylabs/delay": "~2.13.5",
|
|
51
|
+
"@xylabs/error": "~2.13.5",
|
|
52
|
+
"@xylabs/eth-address": "~2.13.5",
|
|
53
|
+
"@xylabs/exists": "~2.13.5",
|
|
54
|
+
"@xylabs/forget": "~2.13.5",
|
|
55
|
+
"@xylabs/log": "~2.13.5",
|
|
56
|
+
"@xylabs/logger": "~2.13.5",
|
|
57
|
+
"@xylabs/platform": "~2.13.5",
|
|
58
|
+
"@xylabs/promise": "~2.13.5",
|
|
59
|
+
"@xylabs/set": "~2.13.5",
|
|
60
|
+
"@xylabs/static-implements": "~2.13.5",
|
|
61
|
+
"@xylabs/url": "~2.13.5"
|
|
59
62
|
},
|
|
60
63
|
"devDependencies": {
|
|
61
|
-
"@babel/core": "^7.23.
|
|
62
|
-
"@babel/preset-env": "^7.23.
|
|
63
|
-
"@swc/core": "^1.3.
|
|
64
|
-
"@types/jest": "^29.5.
|
|
65
|
-
"@types/mocha": "^10.0.
|
|
66
|
-
"@types/supertest": "^2.0.
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
68
|
-
"@typescript-eslint/parser": "^6.
|
|
69
|
-
"@xylabs/config": "^3.1.
|
|
70
|
-
"@xylabs/eslint-config": "^3.1.
|
|
71
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
72
|
-
"@xylabs/tsconfig": "^3.1.
|
|
73
|
-
"@xylabs/tsconfig-jest": "^3.1.
|
|
64
|
+
"@babel/core": "^7.23.3",
|
|
65
|
+
"@babel/preset-env": "^7.23.3",
|
|
66
|
+
"@swc/core": "^1.3.96",
|
|
67
|
+
"@types/jest": "^29.5.8",
|
|
68
|
+
"@types/mocha": "^10.0.4",
|
|
69
|
+
"@types/supertest": "^2.0.16",
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
71
|
+
"@typescript-eslint/parser": "^6.11.0",
|
|
72
|
+
"@xylabs/config": "^3.1.21",
|
|
73
|
+
"@xylabs/eslint-config": "^3.1.21",
|
|
74
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.21",
|
|
75
|
+
"@xylabs/tsconfig": "^3.1.21",
|
|
76
|
+
"@xylabs/tsconfig-jest": "^3.1.21",
|
|
74
77
|
"babel-jest": "^29.7.0",
|
|
75
78
|
"depcheck": "^1.4.7",
|
|
76
|
-
"eslint": "^8.
|
|
79
|
+
"eslint": "^8.53.0",
|
|
77
80
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
78
81
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
79
|
-
"eslint-plugin-import": "^2.
|
|
82
|
+
"eslint-plugin-import": "^2.29.0",
|
|
80
83
|
"jest": "^29.7.0",
|
|
81
84
|
"jest-environment-jsdom": "^29.7.0",
|
|
82
85
|
"jest-extended": "^4.0.2",
|
|
@@ -93,7 +96,7 @@
|
|
|
93
96
|
"url": "https://github.com/xylabs/sdk-js.git"
|
|
94
97
|
},
|
|
95
98
|
"sideEffects": false,
|
|
96
|
-
"version": "2.13.
|
|
99
|
+
"version": "2.13.5",
|
|
97
100
|
"packageManager": "yarn@3.6.3",
|
|
98
101
|
"engines": {
|
|
99
102
|
"node": ">=18.17.1"
|