@xylabs/sdk-js 6.0.2 → 6.0.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +37 -39
package/README.md CHANGED
@@ -15993,7 +15993,7 @@ Deeply merges multiple objects into a new object.
15993
15993
 
15994
15994
  ### T
15995
15995
 
15996
- `T` *extends* [`AnyObject`](#../type-aliases/AnyObject)[]
15996
+ `T` *extends* [`AnyObject`][#../type-aliases/AnyObject]()
15997
15997
 
15998
15998
  ## Parameters
15999
15999
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-js",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "xylabs",
@@ -44,50 +44,49 @@
44
44
  "README.md"
45
45
  ],
46
46
  "dependencies": {
47
- "@xylabs/array": "~6.0.2",
48
- "@xylabs/arraybuffer": "~6.0.2",
49
- "@xylabs/bignumber": "~6.0.2",
50
- "@xylabs/base": "~6.0.2",
51
- "@xylabs/api": "~6.0.2",
52
- "@xylabs/creatable": "~6.0.2",
53
- "@xylabs/delay": "~6.0.2",
54
- "@xylabs/error": "~6.0.2",
55
- "@xylabs/eth-address": "~6.0.2",
56
- "@xylabs/exists": "~6.0.2",
57
- "@xylabs/assert": "~6.0.2",
58
- "@xylabs/enum": "~6.0.2",
59
- "@xylabs/events": "~6.0.2",
60
- "@xylabs/fetch": "~6.0.2",
61
- "@xylabs/function-name": "~6.0.2",
62
- "@xylabs/forget": "~6.0.2",
63
- "@xylabs/logger": "~6.0.2",
64
- "@xylabs/buffer": "~6.0.2",
65
- "@xylabs/hex": "~6.0.2",
66
- "@xylabs/profile": "~6.0.2",
67
- "@xylabs/platform": "~6.0.2",
68
- "@xylabs/retry": "~6.0.2",
69
- "@xylabs/object": "~6.0.2",
70
- "@xylabs/storage": "~6.0.2",
71
- "@xylabs/promise": "~6.0.2",
72
- "@xylabs/telemetry-exporter": "~6.0.2",
73
- "@xylabs/telemetry": "~6.0.2",
74
- "@xylabs/timer": "~6.0.2",
75
- "@xylabs/set": "~6.0.2",
76
- "@xylabs/decimal-precision": "~6.0.2",
77
- "@xylabs/typeof": "~6.0.2",
78
- "@xylabs/static-implements": "~6.0.2",
79
- "@xylabs/url": "~6.0.2",
80
- "@xylabs/zod": "~6.0.2"
47
+ "@xylabs/api": "~6.0.3",
48
+ "@xylabs/array": "~6.0.3",
49
+ "@xylabs/arraybuffer": "~6.0.3",
50
+ "@xylabs/assert": "~6.0.3",
51
+ "@xylabs/base": "~6.0.3",
52
+ "@xylabs/bignumber": "~6.0.3",
53
+ "@xylabs/buffer": "~6.0.3",
54
+ "@xylabs/creatable": "~6.0.3",
55
+ "@xylabs/decimal-precision": "~6.0.3",
56
+ "@xylabs/delay": "~6.0.3",
57
+ "@xylabs/enum": "~6.0.3",
58
+ "@xylabs/error": "~6.0.3",
59
+ "@xylabs/eth-address": "~6.0.3",
60
+ "@xylabs/events": "~6.0.3",
61
+ "@xylabs/exists": "~6.0.3",
62
+ "@xylabs/fetch": "~6.0.3",
63
+ "@xylabs/forget": "~6.0.3",
64
+ "@xylabs/function-name": "~6.0.3",
65
+ "@xylabs/hex": "~6.0.3",
66
+ "@xylabs/logger": "~6.0.3",
67
+ "@xylabs/object": "~6.0.3",
68
+ "@xylabs/platform": "~6.0.3",
69
+ "@xylabs/profile": "~6.0.3",
70
+ "@xylabs/promise": "~6.0.3",
71
+ "@xylabs/retry": "~6.0.3",
72
+ "@xylabs/static-implements": "~6.0.3",
73
+ "@xylabs/set": "~6.0.3",
74
+ "@xylabs/storage": "~6.0.3",
75
+ "@xylabs/telemetry": "~6.0.3",
76
+ "@xylabs/telemetry-exporter": "~6.0.3",
77
+ "@xylabs/url": "~6.0.3",
78
+ "@xylabs/typeof": "~6.0.3",
79
+ "@xylabs/timer": "~6.0.3",
80
+ "@xylabs/zod": "~6.0.3"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@opentelemetry/api": "^1.9.1",
84
84
  "@opentelemetry/sdk-trace-base": "^2.7.1",
85
- "@xylabs/toolchain": "^8.1.1",
86
- "@xylabs/tsconfig": "^8.1.1",
85
+ "@xylabs/toolchain": "^8.1.4",
86
+ "@xylabs/tsconfig": "^8.1.4",
87
87
  "async-mutex": "^0.5.0",
88
88
  "bn.js": "^5.2.3",
89
89
  "buffer": "^6.0.3",
90
- "chalk": "^5.6.2",
91
90
  "eslint": "^10.4.0",
92
91
  "ethers": "^6.16.0",
93
92
  "pako": "^2.1.0",
@@ -100,7 +99,6 @@
100
99
  "async-mutex": "^0.5",
101
100
  "bn.js": "^5.2",
102
101
  "buffer": "^6.0",
103
- "chalk": "^5.6",
104
102
  "ethers": "^6.16",
105
103
  "pako": "^2.1",
106
104
  "zod": "^4.4"