@xyo-network/react-address 2.64.3 → 2.64.5

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/dist/docs.json +2 -2
  2. package/package.json +4 -4
package/dist/docs.json CHANGED
@@ -110471,7 +110471,7 @@
110471
110471
  "id": 1672,
110472
110472
  "name": "FavoriteType",
110473
110473
  "variant": "declaration",
110474
- "kind": 4194304,
110474
+ "kind": 2097152,
110475
110475
  "flags": {},
110476
110476
  "sources": [
110477
110477
  {
@@ -110502,7 +110502,7 @@
110502
110502
  "id": 792,
110503
110503
  "name": "NestedBoundWitnessesProps",
110504
110504
  "variant": "declaration",
110505
- "kind": 4194304,
110505
+ "kind": 2097152,
110506
110506
  "flags": {},
110507
110507
  "sources": [
110508
110508
  {
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/react-address-history": "~2.64.3",
14
- "@xyo-network/react-address-render": "~2.64.3"
13
+ "@xyo-network/react-address-history": "~2.64.5",
14
+ "@xyo-network/react-address-render": "~2.64.5"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@mui/icons-material": "^5",
@@ -24,7 +24,7 @@
24
24
  "react-router-dom": "^6"
25
25
  },
26
26
  "devDependencies": {
27
- "@xylabs/ts-scripts-yarn3": "^3.0.79",
27
+ "@xylabs/ts-scripts-yarn3": "^3.0.82",
28
28
  "typescript": "^5.2.2"
29
29
  },
30
30
  "description": "Common React library for all XYO projects that use React",
@@ -78,6 +78,6 @@
78
78
  },
79
79
  "sideEffects": false,
80
80
  "types": "dist/browser/index.d.ts",
81
- "version": "2.64.3",
81
+ "version": "2.64.5",
82
82
  "type": "module"
83
83
  }