@xylabs/sdk-js 2.12.25 → 2.12.27

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 (3) hide show
  1. package/README.md +17 -1
  2. package/package.json +17 -20
  3. package/dist/docs.json +0 -4268
package/README.md CHANGED
@@ -4,9 +4,13 @@
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]
13
+ [![socket-badge][]][socket-link]
10
14
 
11
15
  ## Table of Contents
12
16
 
@@ -42,7 +46,10 @@ for list of shared scripts.
42
46
 
43
47
  ## Maintainers
44
48
 
45
- - [Arie Trouw](https://github.com/arietrouw) (<https://arietrouw.com>)
49
+ - [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))
50
+ - [Matt Jones](https://github.com/jonesmac)
51
+ - [Joel Carter](https://github.com/JoelBCarter)
52
+ - [Jordan Trouw](https://github.com/jordantrouw)
46
53
 
47
54
  ## License
48
55
 
@@ -63,3 +70,12 @@ See the [LICENSE](LICENSE) file for license details
63
70
  [codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-js/maintainability
64
71
  [snyk-badge]: https://snyk.io/test/github/xylabs/sdk-js/badge.svg?targetFile=package.json
65
72
  [snyk-link]: https://snyk.io/test/github/xylabs/sdk-js?targetFile=package.json
73
+
74
+ [npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/sdk-js
75
+ [npm-license-badge]: https://img.shields.io/npm/l/@xylabs/sdk-js
76
+
77
+ [jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/sdk-js/badge
78
+ [jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/sdk-js
79
+
80
+ [socket-badge]: https://socket.dev/api/badge/npm/package/@xylabs/sdk-js
81
+ [socket-link]: https://socket.dev/npm/package/@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.25",
46
- "@xylabs/assert": "~2.12.25",
47
- "@xylabs/bignumber": "~2.12.25",
48
- "@xylabs/delay": "~2.12.25",
49
- "@xylabs/eth-address": "~2.12.25",
50
- "@xylabs/exists": "~2.12.25",
51
- "@xylabs/forget": "~2.12.25",
52
- "@xylabs/log": "~2.12.25"
42
+ "@xylabs/api": "~2.12.27",
43
+ "@xylabs/assert": "~2.12.27",
44
+ "@xylabs/bignumber": "~2.12.27",
45
+ "@xylabs/delay": "~2.12.27",
46
+ "@xylabs/eth-address": "~2.12.27",
47
+ "@xylabs/exists": "~2.12.27",
48
+ "@xylabs/forget": "~2.12.27",
49
+ "@xylabs/log": "~2.12.27"
53
50
  },
54
51
  "devDependencies": {
55
- "@babel/core": "^7.23.0",
56
- "@babel/preset-env": "^7.22.20",
57
- "@swc/core": "^1.3.92",
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.7",
64
- "@xylabs/eslint-config": "^3.1.7",
65
- "@xylabs/ts-scripts-yarn3": "^3.1.7",
66
- "@xylabs/tsconfig": "^3.1.7",
67
- "@xylabs/tsconfig-jest": "^3.1.7",
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.25",
87
+ "version": "2.12.27",
91
88
  "packageManager": "yarn@3.6.3",
92
89
  "engines": {
93
90
  "node": ">=18.17.1"