@xylabs/sdk-js 5.0.80 → 5.0.82
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/README.md +13129 -1956
- package/package.json +38 -42
- package/src/index.ts +0 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-js",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.82",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xylabs",
|
|
@@ -28,17 +28,14 @@
|
|
|
28
28
|
"exports": {
|
|
29
29
|
".": {
|
|
30
30
|
"types": "./dist/neutral/index.d.ts",
|
|
31
|
-
"source": "./src/index.ts",
|
|
32
31
|
"default": "./dist/neutral/index.mjs"
|
|
33
32
|
},
|
|
34
33
|
"./package.json": "./package.json"
|
|
35
34
|
},
|
|
36
35
|
"module": "./dist/neutral/index.mjs",
|
|
37
|
-
"source": "./src/index.ts",
|
|
38
36
|
"types": "./dist/neutral/index.d.ts",
|
|
39
37
|
"files": [
|
|
40
38
|
"dist",
|
|
41
|
-
"src",
|
|
42
39
|
"!**/*.bench.*",
|
|
43
40
|
"!**/*.spec.*",
|
|
44
41
|
"!**/*.test.*"
|
|
@@ -52,46 +49,45 @@
|
|
|
52
49
|
"test": "vitest run"
|
|
53
50
|
},
|
|
54
51
|
"dependencies": {
|
|
55
|
-
"@xylabs/api": "~5.0.
|
|
56
|
-
"@xylabs/array": "~5.0.
|
|
57
|
-
"@xylabs/arraybuffer": "~5.0.
|
|
58
|
-
"@xylabs/assert": "~5.0.
|
|
59
|
-
"@xylabs/axios": "~5.0.
|
|
60
|
-
"@xylabs/base": "~5.0.
|
|
61
|
-
"@xylabs/bignumber": "~5.0.
|
|
62
|
-
"@xylabs/buffer": "~5.0.
|
|
63
|
-
"@xylabs/creatable": "~5.0.
|
|
64
|
-
"@xylabs/decimal-precision": "~5.0.
|
|
65
|
-
"@xylabs/delay": "~5.0.
|
|
66
|
-
"@xylabs/enum": "~5.0.
|
|
67
|
-
"@xylabs/error": "~5.0.
|
|
68
|
-
"@xylabs/eth-address": "~5.0.
|
|
69
|
-
"@xylabs/events": "~5.0.
|
|
70
|
-
"@xylabs/exists": "~5.0.
|
|
71
|
-
"@xylabs/forget": "~5.0.
|
|
72
|
-
"@xylabs/function-name": "~5.0.
|
|
73
|
-
"@xylabs/hex": "~5.0.
|
|
74
|
-
"@xylabs/log": "~5.0.
|
|
75
|
-
"@xylabs/logger": "~5.0.
|
|
76
|
-
"@xylabs/object": "~5.0.
|
|
77
|
-
"@xylabs/platform": "~5.0.
|
|
78
|
-
"@xylabs/profile": "~5.0.
|
|
79
|
-
"@xylabs/promise": "~5.0.
|
|
80
|
-
"@xylabs/retry": "~5.0.
|
|
81
|
-
"@xylabs/set": "~5.0.
|
|
82
|
-
"@xylabs/static-implements": "~5.0.
|
|
83
|
-
"@xylabs/storage": "~5.0.
|
|
84
|
-
"@xylabs/telemetry": "~5.0.
|
|
85
|
-
"@xylabs/telemetry-exporter": "~5.0.
|
|
86
|
-
"@xylabs/timer": "~5.0.
|
|
87
|
-
"@xylabs/typeof": "~5.0.
|
|
88
|
-
"@xylabs/url": "~5.0.
|
|
89
|
-
"@xylabs/zod": "^5.0.
|
|
52
|
+
"@xylabs/api": "~5.0.82",
|
|
53
|
+
"@xylabs/array": "~5.0.82",
|
|
54
|
+
"@xylabs/arraybuffer": "~5.0.82",
|
|
55
|
+
"@xylabs/assert": "~5.0.82",
|
|
56
|
+
"@xylabs/axios": "~5.0.82",
|
|
57
|
+
"@xylabs/base": "~5.0.82",
|
|
58
|
+
"@xylabs/bignumber": "~5.0.82",
|
|
59
|
+
"@xylabs/buffer": "~5.0.82",
|
|
60
|
+
"@xylabs/creatable": "~5.0.82",
|
|
61
|
+
"@xylabs/decimal-precision": "~5.0.82",
|
|
62
|
+
"@xylabs/delay": "~5.0.82",
|
|
63
|
+
"@xylabs/enum": "~5.0.82",
|
|
64
|
+
"@xylabs/error": "~5.0.82",
|
|
65
|
+
"@xylabs/eth-address": "~5.0.82",
|
|
66
|
+
"@xylabs/events": "~5.0.82",
|
|
67
|
+
"@xylabs/exists": "~5.0.82",
|
|
68
|
+
"@xylabs/forget": "~5.0.82",
|
|
69
|
+
"@xylabs/function-name": "~5.0.82",
|
|
70
|
+
"@xylabs/hex": "~5.0.82",
|
|
71
|
+
"@xylabs/log": "~5.0.82",
|
|
72
|
+
"@xylabs/logger": "~5.0.82",
|
|
73
|
+
"@xylabs/object": "~5.0.82",
|
|
74
|
+
"@xylabs/platform": "~5.0.82",
|
|
75
|
+
"@xylabs/profile": "~5.0.82",
|
|
76
|
+
"@xylabs/promise": "~5.0.82",
|
|
77
|
+
"@xylabs/retry": "~5.0.82",
|
|
78
|
+
"@xylabs/set": "~5.0.82",
|
|
79
|
+
"@xylabs/static-implements": "~5.0.82",
|
|
80
|
+
"@xylabs/storage": "~5.0.82",
|
|
81
|
+
"@xylabs/telemetry": "~5.0.82",
|
|
82
|
+
"@xylabs/telemetry-exporter": "~5.0.82",
|
|
83
|
+
"@xylabs/timer": "~5.0.82",
|
|
84
|
+
"@xylabs/typeof": "~5.0.82",
|
|
85
|
+
"@xylabs/url": "~5.0.82",
|
|
86
|
+
"@xylabs/zod": "^5.0.82"
|
|
90
87
|
},
|
|
91
88
|
"devDependencies": {
|
|
92
|
-
"@xylabs/ts-scripts-yarn3": "~7.
|
|
93
|
-
"@xylabs/tsconfig": "~7.
|
|
94
|
-
"@xylabs/tsconfig-dom": "~7.3.2",
|
|
89
|
+
"@xylabs/ts-scripts-yarn3": "~7.4.11",
|
|
90
|
+
"@xylabs/tsconfig": "~7.4.11",
|
|
95
91
|
"typescript": "~5.9.3",
|
|
96
92
|
"zod": "^4.3.6"
|
|
97
93
|
},
|
package/src/index.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export * from '@xylabs/api'
|
|
2
|
-
export * from '@xylabs/array'
|
|
3
|
-
export * from '@xylabs/arraybuffer'
|
|
4
|
-
export * from '@xylabs/assert'
|
|
5
|
-
export * from '@xylabs/axios'
|
|
6
|
-
export * from '@xylabs/base'
|
|
7
|
-
export * from '@xylabs/bignumber'
|
|
8
|
-
export * from '@xylabs/buffer'
|
|
9
|
-
export * from '@xylabs/creatable'
|
|
10
|
-
export * from '@xylabs/decimal-precision'
|
|
11
|
-
export * from '@xylabs/delay'
|
|
12
|
-
export * from '@xylabs/enum'
|
|
13
|
-
export * from '@xylabs/error'
|
|
14
|
-
export * from '@xylabs/eth-address'
|
|
15
|
-
export * from '@xylabs/events'
|
|
16
|
-
export * from '@xylabs/exists'
|
|
17
|
-
export * from '@xylabs/forget'
|
|
18
|
-
export * from '@xylabs/function-name'
|
|
19
|
-
export * from '@xylabs/hex'
|
|
20
|
-
export * from '@xylabs/log'
|
|
21
|
-
export * from '@xylabs/logger'
|
|
22
|
-
export * from '@xylabs/object/index-un-deprecated'
|
|
23
|
-
export * from '@xylabs/platform'
|
|
24
|
-
export * from '@xylabs/profile'
|
|
25
|
-
export * from '@xylabs/promise'
|
|
26
|
-
export * from '@xylabs/retry'
|
|
27
|
-
export * from '@xylabs/set'
|
|
28
|
-
export * from '@xylabs/static-implements'
|
|
29
|
-
export * from '@xylabs/storage'
|
|
30
|
-
export * from '@xylabs/telemetry'
|
|
31
|
-
export * from '@xylabs/telemetry-exporter'
|
|
32
|
-
export * from '@xylabs/timer'
|
|
33
|
-
export * from '@xylabs/typeof'
|
|
34
|
-
export * from '@xylabs/url'
|
|
35
|
-
export * from '@xylabs/zod'
|