@xyo-network/react-address 2.60.11 → 2.60.12

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 +9 -9
  2. package/package.json +4 -4
package/dist/docs.json CHANGED
@@ -21838,7 +21838,7 @@
21838
21838
  "sources": [
21839
21839
  {
21840
21840
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
21841
- "line": 16,
21841
+ "line": 15,
21842
21842
  "character": 178
21843
21843
  }
21844
21844
  ]
@@ -21967,7 +21967,7 @@
21967
21967
  "sources": [
21968
21968
  {
21969
21969
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
21970
- "line": 16,
21970
+ "line": 15,
21971
21971
  "character": 178
21972
21972
  }
21973
21973
  ]
@@ -22158,7 +22158,7 @@
22158
22158
  "sources": [
22159
22159
  {
22160
22160
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
22161
- "line": 16,
22161
+ "line": 15,
22162
22162
  "character": 178
22163
22163
  }
22164
22164
  ]
@@ -88049,7 +88049,7 @@
88049
88049
  "sources": [
88050
88050
  {
88051
88051
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
88052
- "line": 16,
88052
+ "line": 15,
88053
88053
  "character": 178
88054
88054
  }
88055
88055
  ]
@@ -88120,7 +88120,7 @@
88120
88120
  "sources": [
88121
88121
  {
88122
88122
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
88123
- "line": 16,
88123
+ "line": 15,
88124
88124
  "character": 178
88125
88125
  }
88126
88126
  ]
@@ -88256,7 +88256,7 @@
88256
88256
  "sources": [
88257
88257
  {
88258
88258
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
88259
- "line": 16,
88259
+ "line": 15,
88260
88260
  "character": 178
88261
88261
  }
88262
88262
  ]
@@ -88383,7 +88383,7 @@
88383
88383
  "sources": [
88384
88384
  {
88385
88385
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
88386
- "line": 16,
88386
+ "line": 15,
88387
88387
  "character": 178
88388
88388
  }
88389
88389
  ]
@@ -113049,7 +113049,7 @@
113049
113049
  "sources": [
113050
113050
  {
113051
113051
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
113052
- "line": 16,
113052
+ "line": 15,
113053
113053
  "character": 178
113054
113054
  }
113055
113055
  ]
@@ -113360,7 +113360,7 @@
113360
113360
  "sources": [
113361
113361
  {
113362
113362
  "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
113363
- "line": 16,
113363
+ "line": 15,
113364
113364
  "character": 178
113365
113365
  }
113366
113366
  ]
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.60.11",
14
- "@xyo-network/react-address-render": "~2.60.11"
13
+ "@xyo-network/react-address-history": "~2.60.12",
14
+ "@xyo-network/react-address-render": "~2.60.12"
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": "^2.19.3",
27
+ "@xylabs/ts-scripts-yarn3": "^2.19.4",
28
28
  "typescript": "^5.2.2"
29
29
  },
30
30
  "description": "Common React library for all XYO projects that use React",
@@ -70,5 +70,5 @@
70
70
  },
71
71
  "sideEffects": false,
72
72
  "types": "dist/types/index.d.ts",
73
- "version": "2.60.11"
73
+ "version": "2.60.12"
74
74
  }