@xylabs/sdk-js 2.13.0 → 2.13.2
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 +9 -2
- package/package.json +27 -27
package/README.md
CHANGED
|
@@ -23,7 +23,14 @@
|
|
|
23
23
|
|
|
24
24
|
## Description
|
|
25
25
|
|
|
26
|
-
SDK for base code for Typescript and Javascript Libraries.
|
|
26
|
+
SDK for base code for Typescript and Javascript Libraries. Common utility &
|
|
27
|
+
helper code that is used throughout XYLabs/XYO Network TypeScript projects.
|
|
28
|
+
|
|
29
|
+
Features:
|
|
30
|
+
|
|
31
|
+
- Mono-repo that publishes individual packages to npm
|
|
32
|
+
- Fully written in TypeScript
|
|
33
|
+
- Polyfills to ensure common operation across Node.js/Browser environments
|
|
27
34
|
|
|
28
35
|
## Install
|
|
29
36
|
|
|
@@ -87,4 +94,4 @@ See the [LICENSE](LICENSE) file for license details
|
|
|
87
94
|
[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/sdk-js
|
|
88
95
|
|
|
89
96
|
[socket-badge]: https://socket.dev/api/badge/npm/package/@xylabs/sdk-js
|
|
90
|
-
[socket-link]: https://socket.dev/npm/package/@xylabs/sdk-js
|
|
97
|
+
[socket-link]: https://socket.dev/npm/package/@xylabs/sdk-js
|
package/package.json
CHANGED
|
@@ -39,40 +39,40 @@
|
|
|
39
39
|
"esm"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/api": "~2.13.
|
|
43
|
-
"@xylabs/array": "~2.13.
|
|
44
|
-
"@xylabs/assert": "~2.13.
|
|
45
|
-
"@xylabs/bignumber": "~2.13.
|
|
46
|
-
"@xylabs/buffer": "~2.13.
|
|
47
|
-
"@xylabs/crypto": "~2.13.
|
|
48
|
-
"@xylabs/decimal-precision": "~2.13.
|
|
49
|
-
"@xylabs/delay": "~2.13.
|
|
50
|
-
"@xylabs/eth-address": "~2.13.
|
|
51
|
-
"@xylabs/exists": "~2.13.
|
|
52
|
-
"@xylabs/forget": "~2.13.
|
|
53
|
-
"@xylabs/log": "~2.13.
|
|
54
|
-
"@xylabs/platform": "~2.13.
|
|
55
|
-
"@xylabs/promise": "~2.13.
|
|
56
|
-
"@xylabs/set": "~2.13.
|
|
57
|
-
"@xylabs/static-implements": "~2.13.
|
|
58
|
-
"@xylabs/url": "~2.13.
|
|
42
|
+
"@xylabs/api": "~2.13.2",
|
|
43
|
+
"@xylabs/array": "~2.13.2",
|
|
44
|
+
"@xylabs/assert": "~2.13.2",
|
|
45
|
+
"@xylabs/bignumber": "~2.13.2",
|
|
46
|
+
"@xylabs/buffer": "~2.13.2",
|
|
47
|
+
"@xylabs/crypto": "~2.13.2",
|
|
48
|
+
"@xylabs/decimal-precision": "~2.13.2",
|
|
49
|
+
"@xylabs/delay": "~2.13.2",
|
|
50
|
+
"@xylabs/eth-address": "~2.13.2",
|
|
51
|
+
"@xylabs/exists": "~2.13.2",
|
|
52
|
+
"@xylabs/forget": "~2.13.2",
|
|
53
|
+
"@xylabs/log": "~2.13.2",
|
|
54
|
+
"@xylabs/platform": "~2.13.2",
|
|
55
|
+
"@xylabs/promise": "~2.13.2",
|
|
56
|
+
"@xylabs/set": "~2.13.2",
|
|
57
|
+
"@xylabs/static-implements": "~2.13.2",
|
|
58
|
+
"@xylabs/url": "~2.13.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@babel/core": "^7.23.2",
|
|
62
62
|
"@babel/preset-env": "^7.23.2",
|
|
63
63
|
"@swc/core": "^1.3.93",
|
|
64
|
-
"@types/jest": "^29.5.
|
|
65
|
-
"@types/mocha": "^10.0.
|
|
66
|
-
"@types/supertest": "^2.0.
|
|
64
|
+
"@types/jest": "^29.5.6",
|
|
65
|
+
"@types/mocha": "^10.0.3",
|
|
66
|
+
"@types/supertest": "^2.0.15",
|
|
67
67
|
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
|
68
68
|
"@typescript-eslint/parser": "^6.8.0",
|
|
69
|
-
"@xylabs/config": "^3.1.
|
|
70
|
-
"@xylabs/eslint-config": "^3.1.
|
|
71
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
72
|
-
"@xylabs/tsconfig": "^3.1.
|
|
73
|
-
"@xylabs/tsconfig-jest": "^3.1.
|
|
69
|
+
"@xylabs/config": "^3.1.13",
|
|
70
|
+
"@xylabs/eslint-config": "^3.1.13",
|
|
71
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.13",
|
|
72
|
+
"@xylabs/tsconfig": "^3.1.13",
|
|
73
|
+
"@xylabs/tsconfig-jest": "^3.1.13",
|
|
74
74
|
"babel-jest": "^29.7.0",
|
|
75
|
-
"depcheck": "^1.4.
|
|
75
|
+
"depcheck": "^1.4.7",
|
|
76
76
|
"eslint": "^8.51.0",
|
|
77
77
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
78
78
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"url": "https://github.com/xylabs/sdk-js.git"
|
|
94
94
|
},
|
|
95
95
|
"sideEffects": false,
|
|
96
|
-
"version": "2.13.
|
|
96
|
+
"version": "2.13.2",
|
|
97
97
|
"packageManager": "yarn@3.6.3",
|
|
98
98
|
"engines": {
|
|
99
99
|
"node": ">=18.17.1"
|