@xylabs/sdk-js 2.12.31 → 2.13.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/package.json +27 -27
package/package.json
CHANGED
|
@@ -39,40 +39,40 @@
|
|
|
39
39
|
"esm"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/api": "~2.
|
|
43
|
-
"@xylabs/array": "~2.
|
|
44
|
-
"@xylabs/assert": "~2.
|
|
45
|
-
"@xylabs/bignumber": "~2.
|
|
46
|
-
"@xylabs/buffer": "~2.
|
|
47
|
-
"@xylabs/crypto": "~2.
|
|
48
|
-
"@xylabs/decimal-precision": "~2.
|
|
49
|
-
"@xylabs/delay": "~2.
|
|
50
|
-
"@xylabs/eth-address": "~2.
|
|
51
|
-
"@xylabs/exists": "~2.
|
|
52
|
-
"@xylabs/forget": "~2.
|
|
53
|
-
"@xylabs/log": "~2.
|
|
54
|
-
"@xylabs/platform": "~2.
|
|
55
|
-
"@xylabs/promise": "~2.
|
|
56
|
-
"@xylabs/set": "~2.
|
|
57
|
-
"@xylabs/static-implements": "~2.
|
|
58
|
-
"@xylabs/url": "~2.
|
|
42
|
+
"@xylabs/api": "~2.13.1",
|
|
43
|
+
"@xylabs/array": "~2.13.1",
|
|
44
|
+
"@xylabs/assert": "~2.13.1",
|
|
45
|
+
"@xylabs/bignumber": "~2.13.1",
|
|
46
|
+
"@xylabs/buffer": "~2.13.1",
|
|
47
|
+
"@xylabs/crypto": "~2.13.1",
|
|
48
|
+
"@xylabs/decimal-precision": "~2.13.1",
|
|
49
|
+
"@xylabs/delay": "~2.13.1",
|
|
50
|
+
"@xylabs/eth-address": "~2.13.1",
|
|
51
|
+
"@xylabs/exists": "~2.13.1",
|
|
52
|
+
"@xylabs/forget": "~2.13.1",
|
|
53
|
+
"@xylabs/log": "~2.13.1",
|
|
54
|
+
"@xylabs/platform": "~2.13.1",
|
|
55
|
+
"@xylabs/promise": "~2.13.1",
|
|
56
|
+
"@xylabs/set": "~2.13.1",
|
|
57
|
+
"@xylabs/static-implements": "~2.13.1",
|
|
58
|
+
"@xylabs/url": "~2.13.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@babel/core": "^7.23.2",
|
|
62
62
|
"@babel/preset-env": "^7.23.2",
|
|
63
63
|
"@swc/core": "^1.3.93",
|
|
64
|
-
"@types/jest": "^29.5.
|
|
65
|
-
"@types/mocha": "^10.0.
|
|
66
|
-
"@types/supertest": "^2.0.
|
|
64
|
+
"@types/jest": "^29.5.6",
|
|
65
|
+
"@types/mocha": "^10.0.3",
|
|
66
|
+
"@types/supertest": "^2.0.15",
|
|
67
67
|
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
|
68
68
|
"@typescript-eslint/parser": "^6.8.0",
|
|
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.
|
|
69
|
+
"@xylabs/config": "^3.1.13",
|
|
70
|
+
"@xylabs/eslint-config": "^3.1.13",
|
|
71
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.13",
|
|
72
|
+
"@xylabs/tsconfig": "^3.1.13",
|
|
73
|
+
"@xylabs/tsconfig-jest": "^3.1.13",
|
|
74
74
|
"babel-jest": "^29.7.0",
|
|
75
|
-
"depcheck": "^1.4.
|
|
75
|
+
"depcheck": "^1.4.7",
|
|
76
76
|
"eslint": "^8.51.0",
|
|
77
77
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
78
78
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"url": "https://github.com/xylabs/sdk-js.git"
|
|
94
94
|
},
|
|
95
95
|
"sideEffects": false,
|
|
96
|
-
"version": "2.
|
|
96
|
+
"version": "2.13.1",
|
|
97
97
|
"packageManager": "yarn@3.6.3",
|
|
98
98
|
"engines": {
|
|
99
99
|
"node": ">=18.17.1"
|