@xyo-network/react-address 2.40.21 → 2.40.23
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.
- package/dist/docs.json +5 -5
- package/package.json +3 -3
package/dist/docs.json
CHANGED
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
{
|
|
137
137
|
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/XyoPayload.d.ts",
|
|
138
138
|
"line": 16,
|
|
139
|
-
"character":
|
|
139
|
+
"character": 219
|
|
140
140
|
}
|
|
141
141
|
]
|
|
142
142
|
}
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
{
|
|
248
248
|
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/XyoPayload.d.ts",
|
|
249
249
|
"line": 16,
|
|
250
|
-
"character":
|
|
250
|
+
"character": 219
|
|
251
251
|
}
|
|
252
252
|
]
|
|
253
253
|
}
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
{
|
|
417
417
|
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/XyoPayload.d.ts",
|
|
418
418
|
"line": 16,
|
|
419
|
-
"character":
|
|
419
|
+
"character": 219
|
|
420
420
|
}
|
|
421
421
|
]
|
|
422
422
|
}
|
|
@@ -3849,7 +3849,7 @@
|
|
|
3849
3849
|
{
|
|
3850
3850
|
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/XyoPayload.d.ts",
|
|
3851
3851
|
"line": 16,
|
|
3852
|
-
"character":
|
|
3852
|
+
"character": 219
|
|
3853
3853
|
}
|
|
3854
3854
|
]
|
|
3855
3855
|
}
|
|
@@ -3982,7 +3982,7 @@
|
|
|
3982
3982
|
"fileName": "packages/sdk/packages/address/src/index.ts",
|
|
3983
3983
|
"line": 1,
|
|
3984
3984
|
"character": 0,
|
|
3985
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3985
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/address/src/index.ts#L1"
|
|
3986
3986
|
}
|
|
3987
3987
|
]
|
|
3988
3988
|
}
|
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.40.
|
|
14
|
-
"@xyo-network/react-address-history-api": "^2.40.
|
|
13
|
+
"@xyo-network/react-address-history": "^2.40.23",
|
|
14
|
+
"@xyo-network/react-address-history-api": "^2.40.23",
|
|
15
15
|
"tslib": "^2.4.1"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
},
|
|
82
82
|
"sideEffects": false,
|
|
83
83
|
"types": "dist/esm/index.d.ts",
|
|
84
|
-
"version": "2.40.
|
|
84
|
+
"version": "2.40.23"
|
|
85
85
|
}
|