@xylabs/sdk-js 2.12.25 → 2.12.26
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 +13 -1
- package/package.json +17 -20
- package/dist/docs.json +0 -4268
package/README.md
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
[![main-build][]][main-build-link]
|
|
6
6
|
[![npm-badge][]][npm-link]
|
|
7
|
+
[![npm-downloads-badge][]][npm-link]
|
|
8
|
+
[![jsdelivr-badge][]][jsdelivr-link]
|
|
9
|
+
[![npm-license-badge][]](LICENSE)
|
|
7
10
|
[![codacy-badge][]][codacy-link]
|
|
8
11
|
[![codeclimate-badge][]][codeclimate-link]
|
|
9
12
|
[![snyk-badge][]][snyk-link]
|
|
@@ -42,7 +45,10 @@ for list of shared scripts.
|
|
|
42
45
|
|
|
43
46
|
## Maintainers
|
|
44
47
|
|
|
45
|
-
- [Arie Trouw](https://github.com/arietrouw) (
|
|
48
|
+
- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))
|
|
49
|
+
- [Matt Jones](https://github.com/jonesmac)
|
|
50
|
+
- [Joel Carter](https://github.com/JoelBCarter)
|
|
51
|
+
- [Jordan Trouw](https://github.com/jordantrouw)
|
|
46
52
|
|
|
47
53
|
## License
|
|
48
54
|
|
|
@@ -63,3 +69,9 @@ See the [LICENSE](LICENSE) file for license details
|
|
|
63
69
|
[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-js/maintainability
|
|
64
70
|
[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-js/badge.svg?targetFile=package.json
|
|
65
71
|
[snyk-link]: https://snyk.io/test/github/xylabs/sdk-js?targetFile=package.json
|
|
72
|
+
|
|
73
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/sdk-js
|
|
74
|
+
[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/sdk-js
|
|
75
|
+
|
|
76
|
+
[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/sdk-js/badge
|
|
77
|
+
[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/sdk-js
|
package/package.json
CHANGED
|
@@ -26,9 +26,6 @@
|
|
|
26
26
|
"default": "./dist/node/index.js"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
-
"./docs": {
|
|
30
|
-
"default": "./dist/docs.json"
|
|
31
|
-
},
|
|
32
29
|
"./package.json": "./package.json"
|
|
33
30
|
},
|
|
34
31
|
"main": "./dist/node/index.cjs",
|
|
@@ -42,29 +39,29 @@
|
|
|
42
39
|
"esm"
|
|
43
40
|
],
|
|
44
41
|
"dependencies": {
|
|
45
|
-
"@xylabs/api": "~2.12.
|
|
46
|
-
"@xylabs/assert": "~2.12.
|
|
47
|
-
"@xylabs/bignumber": "~2.12.
|
|
48
|
-
"@xylabs/delay": "~2.12.
|
|
49
|
-
"@xylabs/eth-address": "~2.12.
|
|
50
|
-
"@xylabs/exists": "~2.12.
|
|
51
|
-
"@xylabs/forget": "~2.12.
|
|
52
|
-
"@xylabs/log": "~2.12.
|
|
42
|
+
"@xylabs/api": "~2.12.26",
|
|
43
|
+
"@xylabs/assert": "~2.12.26",
|
|
44
|
+
"@xylabs/bignumber": "~2.12.26",
|
|
45
|
+
"@xylabs/delay": "~2.12.26",
|
|
46
|
+
"@xylabs/eth-address": "~2.12.26",
|
|
47
|
+
"@xylabs/exists": "~2.12.26",
|
|
48
|
+
"@xylabs/forget": "~2.12.26",
|
|
49
|
+
"@xylabs/log": "~2.12.26"
|
|
53
50
|
},
|
|
54
51
|
"devDependencies": {
|
|
55
|
-
"@babel/core": "^7.23.
|
|
56
|
-
"@babel/preset-env": "^7.
|
|
57
|
-
"@swc/core": "^1.3.
|
|
52
|
+
"@babel/core": "^7.23.2",
|
|
53
|
+
"@babel/preset-env": "^7.23.2",
|
|
54
|
+
"@swc/core": "^1.3.93",
|
|
58
55
|
"@types/jest": "^29.5.5",
|
|
59
56
|
"@types/mocha": "^10.0.2",
|
|
60
57
|
"@types/supertest": "^2.0.14",
|
|
61
58
|
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
62
59
|
"@typescript-eslint/parser": "^6.7.5",
|
|
63
|
-
"@xylabs/config": "^3.1.
|
|
64
|
-
"@xylabs/eslint-config": "^3.1.
|
|
65
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
66
|
-
"@xylabs/tsconfig": "^3.1.
|
|
67
|
-
"@xylabs/tsconfig-jest": "^3.1.
|
|
60
|
+
"@xylabs/config": "^3.1.11",
|
|
61
|
+
"@xylabs/eslint-config": "^3.1.11",
|
|
62
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.11",
|
|
63
|
+
"@xylabs/tsconfig": "^3.1.11",
|
|
64
|
+
"@xylabs/tsconfig-jest": "^3.1.11",
|
|
68
65
|
"babel-jest": "^29.7.0",
|
|
69
66
|
"depcheck": "^1.4.6",
|
|
70
67
|
"eslint": "^8.51.0",
|
|
@@ -87,7 +84,7 @@
|
|
|
87
84
|
"url": "https://github.com/xylabs/sdk-js.git"
|
|
88
85
|
},
|
|
89
86
|
"sideEffects": false,
|
|
90
|
-
"version": "2.12.
|
|
87
|
+
"version": "2.12.26",
|
|
91
88
|
"packageManager": "yarn@3.6.3",
|
|
92
89
|
"engines": {
|
|
93
90
|
"node": ">=18.17.1"
|