@xylabs/react-rich-result 9.0.4 → 9.1.1

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 +5 -0
  2. package/package.json +6 -12
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/react-rich-result
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -21,7 +23,10 @@ yarn add {{name}}
21
23
 
22
24
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
23
25
 
26
+ ## Credits
24
27
 
28
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
25
29
 
26
30
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/react-rich-result.svg
27
31
  [npm-link]: https://www.npmjs.com/package/@xylabs/react-rich-result
32
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/react-rich-result",
3
- "version": "9.0.4",
3
+ "version": "9.1.1",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -39,16 +39,13 @@
39
39
  "@opentelemetry/api": "^1.9.1",
40
40
  "@opentelemetry/sdk-trace-base": "^2.7.1",
41
41
  "@types/react": "^19.2.17",
42
- "@xylabs/sdk-js": "^6.0.9",
43
- "@xylabs/toolchain": "^8.1.16",
44
- "@xylabs/tsconfig": "^8.1.16",
45
- "@xylabs/tsconfig-dom": "^8.1.16",
46
- "@xylabs/tsconfig-react": "^8.1.16",
42
+ "@xylabs/sdk-js": "^6.1.0",
43
+ "@xylabs/toolchain": "^8.1.20",
44
+ "@xylabs/tsconfig": "^8.1.20",
45
+ "@xylabs/tsconfig-dom": "^8.1.20",
46
+ "@xylabs/tsconfig-react": "^8.1.20",
47
47
  "async-mutex": "^0.5.0",
48
- "bn.js": "^5.2.3",
49
- "buffer": "^6.0.3",
50
48
  "eslint": "^10.4.1",
51
- "ethers": "^6.16.0",
52
49
  "react": "^19.2.7",
53
50
  "typescript": "^6.0.3",
54
51
  "zod": "^4.4.3"
@@ -58,9 +55,6 @@
58
55
  "@opentelemetry/sdk-trace-base": "^2.7",
59
56
  "@xylabs/sdk-js": "^6.0",
60
57
  "async-mutex": "^0.5",
61
- "bn.js": "^5.2",
62
- "buffer": "^6.0",
63
- "ethers": "^6.16",
64
58
  "react": "^19.2",
65
59
  "zod": "^4.4"
66
60
  },