@xylabs/sdk-js 5.0.101 → 5.0.102
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 +54 -54
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-js",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.102",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xylabs",
|
|
@@ -40,70 +40,70 @@
|
|
|
40
40
|
"README.md"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@xylabs/array": "~5.0.
|
|
44
|
-
"@xylabs/arraybuffer": "~5.0.
|
|
45
|
-
"@xylabs/
|
|
46
|
-
"@xylabs/
|
|
47
|
-
"@xylabs/
|
|
48
|
-
"@xylabs/bignumber": "~5.0.
|
|
49
|
-
"@xylabs/
|
|
50
|
-
"@xylabs/
|
|
51
|
-
"@xylabs/
|
|
52
|
-
"@xylabs/
|
|
53
|
-
"@xylabs/
|
|
54
|
-
"@xylabs/
|
|
55
|
-
"@xylabs/
|
|
56
|
-
"@xylabs/
|
|
57
|
-
"@xylabs/events": "~5.0.
|
|
58
|
-
"@xylabs/
|
|
59
|
-
"@xylabs/
|
|
60
|
-
"@xylabs/
|
|
61
|
-
"@xylabs/
|
|
62
|
-
"@xylabs/
|
|
63
|
-
"@xylabs/
|
|
64
|
-
"@xylabs/
|
|
65
|
-
"@xylabs/profile": "~5.0.
|
|
66
|
-
"@xylabs/
|
|
67
|
-
"@xylabs/
|
|
68
|
-
"@xylabs/
|
|
69
|
-
"@xylabs/
|
|
70
|
-
"@xylabs/
|
|
71
|
-
"@xylabs/
|
|
72
|
-
"@xylabs/
|
|
73
|
-
"@xylabs/
|
|
74
|
-
"@xylabs/
|
|
75
|
-
"@xylabs/
|
|
76
|
-
"@xylabs/
|
|
77
|
-
"@xylabs/zod": "~5.0.
|
|
43
|
+
"@xylabs/array": "~5.0.102",
|
|
44
|
+
"@xylabs/arraybuffer": "~5.0.102",
|
|
45
|
+
"@xylabs/axios": "~5.0.102",
|
|
46
|
+
"@xylabs/api": "~5.0.102",
|
|
47
|
+
"@xylabs/base": "~5.0.102",
|
|
48
|
+
"@xylabs/bignumber": "~5.0.102",
|
|
49
|
+
"@xylabs/creatable": "~5.0.102",
|
|
50
|
+
"@xylabs/delay": "~5.0.102",
|
|
51
|
+
"@xylabs/buffer": "~5.0.102",
|
|
52
|
+
"@xylabs/decimal-precision": "~5.0.102",
|
|
53
|
+
"@xylabs/assert": "~5.0.102",
|
|
54
|
+
"@xylabs/error": "~5.0.102",
|
|
55
|
+
"@xylabs/eth-address": "~5.0.102",
|
|
56
|
+
"@xylabs/fetch": "~5.0.102",
|
|
57
|
+
"@xylabs/events": "~5.0.102",
|
|
58
|
+
"@xylabs/forget": "~5.0.102",
|
|
59
|
+
"@xylabs/logger": "~5.0.102",
|
|
60
|
+
"@xylabs/object": "~5.0.102",
|
|
61
|
+
"@xylabs/hex": "~5.0.102",
|
|
62
|
+
"@xylabs/exists": "~5.0.102",
|
|
63
|
+
"@xylabs/function-name": "~5.0.102",
|
|
64
|
+
"@xylabs/platform": "~5.0.102",
|
|
65
|
+
"@xylabs/profile": "~5.0.102",
|
|
66
|
+
"@xylabs/retry": "~5.0.102",
|
|
67
|
+
"@xylabs/set": "~5.0.102",
|
|
68
|
+
"@xylabs/promise": "~5.0.102",
|
|
69
|
+
"@xylabs/static-implements": "~5.0.102",
|
|
70
|
+
"@xylabs/telemetry": "~5.0.102",
|
|
71
|
+
"@xylabs/timer": "~5.0.102",
|
|
72
|
+
"@xylabs/enum": "~5.0.102",
|
|
73
|
+
"@xylabs/storage": "~5.0.102",
|
|
74
|
+
"@xylabs/telemetry-exporter": "~5.0.102",
|
|
75
|
+
"@xylabs/typeof": "~5.0.102",
|
|
76
|
+
"@xylabs/url": "~5.0.102",
|
|
77
|
+
"@xylabs/zod": "~5.0.102"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@opentelemetry/api": "^1",
|
|
81
|
-
"@opentelemetry/sdk-trace-base": "^2.7.
|
|
82
|
-
"@types/node": "
|
|
83
|
-
"@xylabs/toolchain": "~7.
|
|
84
|
-
"@xylabs/tsconfig": "~7.
|
|
80
|
+
"@opentelemetry/api": "^1.9.1",
|
|
81
|
+
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
82
|
+
"@types/node": "^25.6.0",
|
|
83
|
+
"@xylabs/toolchain": "~7.12.3",
|
|
84
|
+
"@xylabs/tsconfig": "~7.12.3",
|
|
85
85
|
"async-mutex": "~0.5.0",
|
|
86
|
-
"axios": "^1.
|
|
86
|
+
"axios": "^1.16.0",
|
|
87
87
|
"bn.js": "~5.2.3",
|
|
88
88
|
"buffer": "~6.0.3",
|
|
89
89
|
"chalk": "~5.6.2",
|
|
90
|
-
"eslint": "^10.
|
|
90
|
+
"eslint": "^10.3.0",
|
|
91
91
|
"ethers": "^6.16.0",
|
|
92
92
|
"pako": "~2.1.0",
|
|
93
|
-
"typescript": "^5",
|
|
94
|
-
"zod": "^4.3
|
|
93
|
+
"typescript": "^5.9.3",
|
|
94
|
+
"zod": "^4.4.3"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
97
|
-
"@opentelemetry/api": ">=1.
|
|
98
|
-
"@opentelemetry/sdk-trace-base": ">=2.7.
|
|
99
|
-
"async-mutex": ">=0.5.0 <
|
|
100
|
-
"axios": ">=1.
|
|
101
|
-
"bn.js": ">=5.2.3 <
|
|
102
|
-
"buffer": ">=6.0.3 <
|
|
103
|
-
"chalk": ">=5.6.2 <
|
|
97
|
+
"@opentelemetry/api": ">=1.9.1 <2",
|
|
98
|
+
"@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
|
|
99
|
+
"async-mutex": ">=0.5.0 <0.6",
|
|
100
|
+
"axios": ">=1.16.0 <2",
|
|
101
|
+
"bn.js": ">=5.2.3 <5.3",
|
|
102
|
+
"buffer": ">=6.0.3 <6.1",
|
|
103
|
+
"chalk": ">=5.6.2 <5.7",
|
|
104
104
|
"ethers": ">=6.16.0 <7",
|
|
105
|
-
"pako": ">=2.1.0 <
|
|
106
|
-
"zod": ">=4.3
|
|
105
|
+
"pako": ">=2.1.0 <2.2",
|
|
106
|
+
"zod": ">=4.4.3 <5"
|
|
107
107
|
},
|
|
108
108
|
"peerDependenciesMeta": {
|
|
109
109
|
"axios": {
|