@xyo-network/react-address 2.41.1 → 2.41.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/dist/docs.json +4 -4
  2. package/package.json +3 -3
package/dist/docs.json CHANGED
@@ -19872,7 +19872,7 @@
19872
19872
  "type": {
19873
19873
  "type": "reference",
19874
19874
  "name": "Context",
19875
- "qualifiedName": "\"/Users/arietrouw/GitHub/XYOracleNetwork/sdk-xyo-react-js/node_modules/@types/react/index\"",
19875
+ "qualifiedName": "\"/Users/mattjones/XYLabs/repos/sdk-xyo-react-js/node_modules/@types/react/index\"",
19876
19876
  "package": "@types/react"
19877
19877
  }
19878
19878
  },
@@ -19894,7 +19894,7 @@
19894
19894
  "type": {
19895
19895
  "type": "reference",
19896
19896
  "name": "Context",
19897
- "qualifiedName": "\"/Users/arietrouw/GitHub/XYOracleNetwork/sdk-xyo-react-js/node_modules/@types/react/index\"",
19897
+ "qualifiedName": "\"/Users/mattjones/XYLabs/repos/sdk-xyo-react-js/node_modules/@types/react/index\"",
19898
19898
  "package": "@types/react"
19899
19899
  }
19900
19900
  },
@@ -19916,7 +19916,7 @@
19916
19916
  "type": {
19917
19917
  "type": "reference",
19918
19918
  "name": "Context",
19919
- "qualifiedName": "\"/Users/arietrouw/GitHub/XYOracleNetwork/sdk-xyo-react-js/node_modules/@types/react/index\"",
19919
+ "qualifiedName": "\"/Users/mattjones/XYLabs/repos/sdk-xyo-react-js/node_modules/@types/react/index\"",
19920
19920
  "package": "@types/react"
19921
19921
  }
19922
19922
  },
@@ -25273,7 +25273,7 @@
25273
25273
  "fileName": "packages/sdk/packages/address/src/index.ts",
25274
25274
  "line": 1,
25275
25275
  "character": 0,
25276
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba35950a93/packages/sdk/packages/address/src/index.ts#L1"
25276
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c26895966/packages/sdk/packages/address/src/index.ts#L1"
25277
25277
  }
25278
25278
  ]
25279
25279
  }
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.41.1",
14
- "@xyo-network/react-address-history-api": "^2.41.1",
13
+ "@xyo-network/react-address-history": "^2.41.2",
14
+ "@xyo-network/react-address-history-api": "^2.41.2",
15
15
  "tslib": "^2.4.1"
16
16
  },
17
17
  "peerDependencies": {
@@ -83,5 +83,5 @@
83
83
  },
84
84
  "sideEffects": false,
85
85
  "types": "dist/esm/index.d.ts",
86
- "version": "2.41.1"
86
+ "version": "2.41.2"
87
87
  }