@xyo-network/react-payload-huri 4.4.5 → 4.4.7
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/browser/index.d.ts +1 -4
- package/package.json +9 -9
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import * as _xylabs_react_promise from '@xylabs/react-promise';
|
|
2
2
|
import * as _xyo_network_diviner_model from '@xyo-network/diviner-model';
|
|
3
3
|
import { DivinerInstance } from '@xyo-network/diviner-model';
|
|
4
|
-
import * as _xylabs_object from '@xylabs/object';
|
|
5
4
|
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
6
5
|
|
|
7
6
|
declare const useBuildHuri: (hash?: string) => string | undefined;
|
|
8
7
|
|
|
9
|
-
declare const useFetchHuri: (hashOrHuri?: string, diviner?: DivinerInstance, token?: string) => [_xyo_network_diviner_model.DivinerDivineResult<
|
|
10
|
-
schema: _xyo_network_payload_model.Schema;
|
|
11
|
-
}>>[] | undefined, Error | undefined, _xylabs_react_promise.UsePromiseState | undefined];
|
|
8
|
+
declare const useFetchHuri: (hashOrHuri?: string, diviner?: DivinerInstance, token?: string) => [_xyo_network_diviner_model.DivinerDivineResult<_xyo_network_payload_model.Payload>[] | undefined, Error | undefined, _xylabs_react_promise.UsePromiseState | undefined];
|
|
12
9
|
|
|
13
10
|
type RouteOptions = 'routeParam' | 'searchParam' | 'any';
|
|
14
11
|
declare const useParseHuriFromRoute: (routeOption?: RouteOptions) => string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-payload-huri",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.7",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@xylabs/react-promise": "^5.3.23",
|
|
47
|
-
"@xyo-network/diviner-huri": "^3.9.
|
|
48
|
-
"@xyo-network/diviner-model": "^3.9.
|
|
49
|
-
"@xyo-network/react-network": "^4.4.
|
|
50
|
-
"react-router-dom": "^7.
|
|
47
|
+
"@xyo-network/diviner-huri": "^3.9.17",
|
|
48
|
+
"@xyo-network/diviner-model": "^3.9.17",
|
|
49
|
+
"@xyo-network/react-network": "^4.4.7",
|
|
50
|
+
"react-router-dom": "^7.2.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mui/icons-material": "^6.4.
|
|
54
|
-
"@mui/material": "^6.4.
|
|
55
|
-
"@mui/styles": "^6.4.
|
|
56
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
53
|
+
"@mui/icons-material": "^6.4.6",
|
|
54
|
+
"@mui/material": "^6.4.6",
|
|
55
|
+
"@mui/styles": "^6.4.6",
|
|
56
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.25",
|
|
57
57
|
"react": "^18.3.1",
|
|
58
58
|
"react-dom": "^18.3.1",
|
|
59
59
|
"typescript": "^5.7.3"
|