@xylabs/sdk-js 2.13.1 → 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.
Files changed (2) hide show
  1. package/README.md +9 -2
  2. package/package.json +18 -18
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,23 +39,23 @@
39
39
  "esm"
40
40
  ],
41
41
  "dependencies": {
42
- "@xylabs/api": "~2.13.1",
43
- "@xylabs/array": "~2.13.1",
44
- "@xylabs/assert": "~2.13.1",
45
- "@xylabs/bignumber": "~2.13.1",
46
- "@xylabs/buffer": "~2.13.1",
47
- "@xylabs/crypto": "~2.13.1",
48
- "@xylabs/decimal-precision": "~2.13.1",
49
- "@xylabs/delay": "~2.13.1",
50
- "@xylabs/eth-address": "~2.13.1",
51
- "@xylabs/exists": "~2.13.1",
52
- "@xylabs/forget": "~2.13.1",
53
- "@xylabs/log": "~2.13.1",
54
- "@xylabs/platform": "~2.13.1",
55
- "@xylabs/promise": "~2.13.1",
56
- "@xylabs/set": "~2.13.1",
57
- "@xylabs/static-implements": "~2.13.1",
58
- "@xylabs/url": "~2.13.1"
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",
@@ -93,7 +93,7 @@
93
93
  "url": "https://github.com/xylabs/sdk-js.git"
94
94
  },
95
95
  "sideEffects": false,
96
- "version": "2.13.1",
96
+ "version": "2.13.2",
97
97
  "packageManager": "yarn@3.6.3",
98
98
  "engines": {
99
99
  "node": ">=18.17.1"