@xylabs/sdk-js 5.0.90 → 5.0.91
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 +46 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-js",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.91",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xylabs",
|
|
@@ -38,55 +38,60 @@
|
|
|
38
38
|
"dist",
|
|
39
39
|
"!**/*.bench.*",
|
|
40
40
|
"!**/*.spec.*",
|
|
41
|
-
"!**/*.test.*"
|
|
41
|
+
"!**/*.test.*",
|
|
42
|
+
"README.md"
|
|
42
43
|
],
|
|
43
44
|
"workspaces": [
|
|
44
45
|
"packages/**/*"
|
|
45
46
|
],
|
|
46
47
|
"dependencies": {
|
|
47
|
-
"@xylabs/api": "~5.0.
|
|
48
|
-
"@xylabs/array": "~5.0.
|
|
49
|
-
"@xylabs/arraybuffer": "~5.0.
|
|
50
|
-
"@xylabs/assert": "~5.0.
|
|
51
|
-
"@xylabs/axios": "~5.0.
|
|
52
|
-
"@xylabs/base": "~5.0.
|
|
53
|
-
"@xylabs/bignumber": "~5.0.
|
|
54
|
-
"@xylabs/buffer": "~5.0.
|
|
55
|
-
"@xylabs/creatable": "~5.0.
|
|
56
|
-
"@xylabs/decimal-precision": "~5.0.
|
|
57
|
-
"@xylabs/delay": "~5.0.
|
|
58
|
-
"@xylabs/enum": "~5.0.
|
|
59
|
-
"@xylabs/error": "~5.0.
|
|
60
|
-
"@xylabs/eth-address": "~5.0.
|
|
61
|
-
"@xylabs/events": "~5.0.
|
|
62
|
-
"@xylabs/exists": "~5.0.
|
|
63
|
-
"@xylabs/forget": "~5.0.
|
|
64
|
-
"@xylabs/function-name": "~5.0.
|
|
65
|
-
"@xylabs/hex": "~5.0.
|
|
66
|
-
"@xylabs/log": "~5.0.
|
|
67
|
-
"@xylabs/logger": "~5.0.
|
|
68
|
-
"@xylabs/object": "~5.0.
|
|
69
|
-
"@xylabs/platform": "~5.0.
|
|
70
|
-
"@xylabs/profile": "~5.0.
|
|
71
|
-
"@xylabs/promise": "~5.0.
|
|
72
|
-
"@xylabs/retry": "~5.0.
|
|
73
|
-
"@xylabs/set": "~5.0.
|
|
74
|
-
"@xylabs/static-implements": "~5.0.
|
|
75
|
-
"@xylabs/storage": "~5.0.
|
|
76
|
-
"@xylabs/telemetry": "~5.0.
|
|
77
|
-
"@xylabs/telemetry-exporter": "~5.0.
|
|
78
|
-
"@xylabs/timer": "~5.0.
|
|
79
|
-
"@xylabs/typeof": "~5.0.
|
|
80
|
-
"@xylabs/url": "~5.0.
|
|
81
|
-
"@xylabs/zod": "^5.0.
|
|
48
|
+
"@xylabs/api": "~5.0.90",
|
|
49
|
+
"@xylabs/array": "~5.0.90",
|
|
50
|
+
"@xylabs/arraybuffer": "~5.0.90",
|
|
51
|
+
"@xylabs/assert": "~5.0.90",
|
|
52
|
+
"@xylabs/axios": "~5.0.90",
|
|
53
|
+
"@xylabs/base": "~5.0.90",
|
|
54
|
+
"@xylabs/bignumber": "~5.0.90",
|
|
55
|
+
"@xylabs/buffer": "~5.0.90",
|
|
56
|
+
"@xylabs/creatable": "~5.0.90",
|
|
57
|
+
"@xylabs/decimal-precision": "~5.0.90",
|
|
58
|
+
"@xylabs/delay": "~5.0.90",
|
|
59
|
+
"@xylabs/enum": "~5.0.90",
|
|
60
|
+
"@xylabs/error": "~5.0.90",
|
|
61
|
+
"@xylabs/eth-address": "~5.0.90",
|
|
62
|
+
"@xylabs/events": "~5.0.90",
|
|
63
|
+
"@xylabs/exists": "~5.0.90",
|
|
64
|
+
"@xylabs/forget": "~5.0.90",
|
|
65
|
+
"@xylabs/function-name": "~5.0.90",
|
|
66
|
+
"@xylabs/hex": "~5.0.90",
|
|
67
|
+
"@xylabs/log": "~5.0.90",
|
|
68
|
+
"@xylabs/logger": "~5.0.90",
|
|
69
|
+
"@xylabs/object": "~5.0.90",
|
|
70
|
+
"@xylabs/platform": "~5.0.90",
|
|
71
|
+
"@xylabs/profile": "~5.0.90",
|
|
72
|
+
"@xylabs/promise": "~5.0.90",
|
|
73
|
+
"@xylabs/retry": "~5.0.90",
|
|
74
|
+
"@xylabs/set": "~5.0.90",
|
|
75
|
+
"@xylabs/static-implements": "~5.0.90",
|
|
76
|
+
"@xylabs/storage": "~5.0.90",
|
|
77
|
+
"@xylabs/telemetry": "~5.0.90",
|
|
78
|
+
"@xylabs/telemetry-exporter": "~5.0.90",
|
|
79
|
+
"@xylabs/timer": "~5.0.90",
|
|
80
|
+
"@xylabs/typeof": "~5.0.90",
|
|
81
|
+
"@xylabs/url": "~5.0.90",
|
|
82
|
+
"@xylabs/zod": "^5.0.90"
|
|
82
83
|
},
|
|
83
84
|
"devDependencies": {
|
|
84
|
-
"@
|
|
85
|
-
"@xylabs/
|
|
86
|
-
"
|
|
85
|
+
"@types/node": "*",
|
|
86
|
+
"@xylabs/ts-scripts-common": "~7.6.2",
|
|
87
|
+
"@xylabs/ts-scripts-pnpm": "~7.6.2",
|
|
88
|
+
"@xylabs/tsconfig": "~7.6.2",
|
|
89
|
+
"typescript": "^5",
|
|
87
90
|
"zod": "^4.3.6"
|
|
88
91
|
},
|
|
89
92
|
"peerDependencies": {
|
|
93
|
+
"@opentelemetry/api": "^1",
|
|
94
|
+
"axios": "^1",
|
|
90
95
|
"zod": "^4"
|
|
91
96
|
},
|
|
92
97
|
"engines": {
|
|
@@ -95,7 +100,7 @@
|
|
|
95
100
|
"engineStrict": true,
|
|
96
101
|
"volta": {
|
|
97
102
|
"node": "22.3.0",
|
|
98
|
-
"
|
|
103
|
+
"pnpm": "10.12.1"
|
|
99
104
|
},
|
|
100
105
|
"publishConfig": {
|
|
101
106
|
"access": "public"
|