@xylabs/sdk-js 2.14.3 → 2.15.0
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 +31 -35
package/package.json
CHANGED
|
@@ -38,57 +38,53 @@
|
|
|
38
38
|
"esm"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@xylabs/api": "~2.
|
|
42
|
-
"@xylabs/array": "~2.
|
|
43
|
-
"@xylabs/assert": "~2.
|
|
44
|
-
"@xylabs/axios": "~2.
|
|
45
|
-
"@xylabs/crypto": "~2.
|
|
46
|
-
"@xylabs/decimal-precision": "~2.
|
|
47
|
-
"@xylabs/delay": "~2.
|
|
48
|
-
"@xylabs/error": "~2.
|
|
49
|
-
"@xylabs/eth-address": "~2.
|
|
50
|
-
"@xylabs/exists": "~2.
|
|
51
|
-
"@xylabs/forget": "~2.
|
|
52
|
-
"@xylabs/function-name": "~2.
|
|
53
|
-
"@xylabs/log": "~2.
|
|
54
|
-
"@xylabs/logger": "~2.
|
|
55
|
-
"@xylabs/object": "~2.
|
|
56
|
-
"@xylabs/platform": "~2.
|
|
57
|
-
"@xylabs/profile": "~2.
|
|
58
|
-
"@xylabs/promise": "~2.
|
|
59
|
-
"@xylabs/retry": "~2.
|
|
60
|
-
"@xylabs/set": "~2.
|
|
61
|
-
"@xylabs/static-implements": "~2.
|
|
62
|
-
"@xylabs/timer": "~2.
|
|
63
|
-
"@xylabs/url": "~2.
|
|
41
|
+
"@xylabs/api": "~2.15.0",
|
|
42
|
+
"@xylabs/array": "~2.15.0",
|
|
43
|
+
"@xylabs/assert": "~2.15.0",
|
|
44
|
+
"@xylabs/axios": "~2.15.0",
|
|
45
|
+
"@xylabs/crypto": "~2.15.0",
|
|
46
|
+
"@xylabs/decimal-precision": "~2.15.0",
|
|
47
|
+
"@xylabs/delay": "~2.15.0",
|
|
48
|
+
"@xylabs/error": "~2.15.0",
|
|
49
|
+
"@xylabs/eth-address": "~2.15.0",
|
|
50
|
+
"@xylabs/exists": "~2.15.0",
|
|
51
|
+
"@xylabs/forget": "~2.15.0",
|
|
52
|
+
"@xylabs/function-name": "~2.15.0",
|
|
53
|
+
"@xylabs/log": "~2.15.0",
|
|
54
|
+
"@xylabs/logger": "~2.15.0",
|
|
55
|
+
"@xylabs/object": "~2.90.0",
|
|
56
|
+
"@xylabs/platform": "~2.15.0",
|
|
57
|
+
"@xylabs/profile": "~2.15.0",
|
|
58
|
+
"@xylabs/promise": "~2.15.0",
|
|
59
|
+
"@xylabs/retry": "~2.15.0",
|
|
60
|
+
"@xylabs/set": "~2.15.0",
|
|
61
|
+
"@xylabs/static-implements": "~2.15.0",
|
|
62
|
+
"@xylabs/timer": "~2.15.0",
|
|
63
|
+
"@xylabs/url": "~2.15.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@babel/core": "^7.23.9",
|
|
67
67
|
"@babel/preset-env": "^7.23.9",
|
|
68
68
|
"@babel/preset-typescript": "^7.23.3",
|
|
69
|
-
"@swc/core": "^1.4.
|
|
69
|
+
"@swc/core": "^1.4.2",
|
|
70
70
|
"@types/jest": "^29.5.12",
|
|
71
71
|
"@types/mocha": "^10.0.6",
|
|
72
72
|
"@types/supertest": "^6.0.2",
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"@xylabs/
|
|
76
|
-
"@xylabs/
|
|
77
|
-
"@xylabs/
|
|
78
|
-
"@xylabs/tsconfig": "^3.2.42",
|
|
79
|
-
"@xylabs/tsconfig-jest": "^3.2.42",
|
|
73
|
+
"@xylabs/config": "^3.4.1",
|
|
74
|
+
"@xylabs/eslint-config": "^3.4.1",
|
|
75
|
+
"@xylabs/ts-scripts-yarn3": "^3.4.1",
|
|
76
|
+
"@xylabs/tsconfig": "^3.4.1",
|
|
77
|
+
"@xylabs/tsconfig-jest": "^3.4.1",
|
|
80
78
|
"babel-jest": "^29.7.0",
|
|
81
79
|
"depcheck": "^1.4.7",
|
|
82
80
|
"dotenv": "^16.4.4",
|
|
83
81
|
"eslint": "^8.56.0",
|
|
84
|
-
"eslint-import-resolver-typescript": "^3.6.1",
|
|
85
82
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
86
83
|
"eslint-plugin-import": "^2.29.1",
|
|
87
|
-
"eslint-plugin-unicorn": "^51.0.1",
|
|
88
84
|
"jest": "^29.7.0",
|
|
89
85
|
"jest-environment-jsdom": "^29.7.0",
|
|
90
86
|
"jest-extended": "^4.0.2",
|
|
91
|
-
"jest-sorted": "^1.0.
|
|
87
|
+
"jest-sorted": "^1.0.15",
|
|
92
88
|
"npm-package-json-lint": "^7.1.0",
|
|
93
89
|
"reflect-metadata": "^0.2.1",
|
|
94
90
|
"ts-jest": "^29.1.2",
|
|
@@ -117,6 +113,6 @@
|
|
|
117
113
|
"node": "18.17.1",
|
|
118
114
|
"yarn": "1.22.19"
|
|
119
115
|
},
|
|
120
|
-
"version": "2.
|
|
116
|
+
"version": "2.15.0",
|
|
121
117
|
"type": "module"
|
|
122
118
|
}
|