@xyo-network/react-payload 2.41.28 → 2.41.30

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 +56 -56
  2. package/package.json +8 -8
package/dist/docs.json CHANGED
@@ -8059,7 +8059,7 @@
8059
8059
  "flags": {},
8060
8060
  "sources": [
8061
8061
  {
8062
- "fileName": "packages/sdk/packages/payload/packages/huri/dist/esm/hooks/useHuriFromRoute.d.ts",
8062
+ "fileName": "packages/sdk/packages/payload/packages/huri/dist/esm/hooks/useParseHuriFromRoute.d.ts",
8063
8063
  "line": 1,
8064
8064
  "character": 12
8065
8065
  }
@@ -14611,7 +14611,7 @@
14611
14611
  "parameters": [
14612
14612
  {
14613
14613
  "id": 121,
14614
- "name": "hash",
14614
+ "name": "hashOrHuri",
14615
14615
  "kind": 32768,
14616
14616
  "kindString": "Parameter",
14617
14617
  "flags": {
@@ -14648,6 +14648,58 @@
14648
14648
  }
14649
14649
  ]
14650
14650
  },
14651
+ {
14652
+ "id": 124,
14653
+ "name": "useParseHuriFromRoute",
14654
+ "kind": 64,
14655
+ "kindString": "Function",
14656
+ "flags": {},
14657
+ "sources": [
14658
+ {
14659
+ "fileName": "packages/sdk/packages/payload/packages/huri/dist/esm/hooks/useParseHuriFromRoute.d.ts",
14660
+ "line": 2,
14661
+ "character": 21
14662
+ }
14663
+ ],
14664
+ "signatures": [
14665
+ {
14666
+ "id": 125,
14667
+ "name": "useParseHuriFromRoute",
14668
+ "kind": 4096,
14669
+ "kindString": "Call signature",
14670
+ "flags": {},
14671
+ "parameters": [
14672
+ {
14673
+ "id": 126,
14674
+ "name": "routeOption",
14675
+ "kind": 32768,
14676
+ "kindString": "Parameter",
14677
+ "flags": {
14678
+ "isOptional": true
14679
+ },
14680
+ "type": {
14681
+ "type": "reference",
14682
+ "id": 123,
14683
+ "name": "RouteOptions"
14684
+ }
14685
+ }
14686
+ ],
14687
+ "type": {
14688
+ "type": "union",
14689
+ "types": [
14690
+ {
14691
+ "type": "intrinsic",
14692
+ "name": "undefined"
14693
+ },
14694
+ {
14695
+ "type": "intrinsic",
14696
+ "name": "string"
14697
+ }
14698
+ ]
14699
+ }
14700
+ }
14701
+ ]
14702
+ },
14651
14703
  {
14652
14704
  "id": 16,
14653
14705
  "name": "usePayload",
@@ -14776,58 +14828,6 @@
14776
14828
  }
14777
14829
  ]
14778
14830
  },
14779
- {
14780
- "id": 124,
14781
- "name": "usePayloadHuriFromRoute",
14782
- "kind": 64,
14783
- "kindString": "Function",
14784
- "flags": {},
14785
- "sources": [
14786
- {
14787
- "fileName": "packages/sdk/packages/payload/packages/huri/dist/esm/hooks/useHuriFromRoute.d.ts",
14788
- "line": 2,
14789
- "character": 21
14790
- }
14791
- ],
14792
- "signatures": [
14793
- {
14794
- "id": 125,
14795
- "name": "usePayloadHuriFromRoute",
14796
- "kind": 4096,
14797
- "kindString": "Call signature",
14798
- "flags": {},
14799
- "parameters": [
14800
- {
14801
- "id": 126,
14802
- "name": "routeOption",
14803
- "kind": 32768,
14804
- "kindString": "Parameter",
14805
- "flags": {
14806
- "isOptional": true
14807
- },
14808
- "type": {
14809
- "type": "reference",
14810
- "id": 123,
14811
- "name": "RouteOptions"
14812
- }
14813
- }
14814
- ],
14815
- "type": {
14816
- "type": "union",
14817
- "types": [
14818
- {
14819
- "type": "intrinsic",
14820
- "name": "undefined"
14821
- },
14822
- {
14823
- "type": "intrinsic",
14824
- "name": "string"
14825
- }
14826
- ]
14827
- }
14828
- }
14829
- ]
14830
- },
14831
14831
  {
14832
14832
  "id": 269,
14833
14833
  "name": "usePayloadPluginResolver",
@@ -15131,9 +15131,9 @@
15131
15131
  108,
15132
15132
  78,
15133
15133
  119,
15134
+ 124,
15134
15135
  16,
15135
15136
  97,
15136
- 124,
15137
15137
  269,
15138
15138
  283,
15139
15139
  297
@@ -15145,7 +15145,7 @@
15145
15145
  "fileName": "packages/sdk/packages/payload/src/index.ts",
15146
15146
  "line": 1,
15147
15147
  "character": 0,
15148
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/08f06386a/packages/sdk/packages/payload/src/index.ts#L1"
15148
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3dcac1528/packages/sdk/packages/payload/src/index.ts#L1"
15149
15149
  }
15150
15150
  ]
15151
15151
  }
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/react-payload-context": "^2.41.28",
14
- "@xyo-network/react-payload-details": "^2.41.28",
15
- "@xyo-network/react-payload-diviner": "^2.41.28",
16
- "@xyo-network/react-payload-huri": "^2.41.28",
17
- "@xyo-network/react-payload-plugin": "^2.41.28",
18
- "@xyo-network/react-payload-plugin-resolver": "^2.41.28",
19
- "@xyo-network/react-payload-table": "^2.41.28"
13
+ "@xyo-network/react-payload-context": "^2.41.30",
14
+ "@xyo-network/react-payload-details": "^2.41.30",
15
+ "@xyo-network/react-payload-diviner": "^2.41.30",
16
+ "@xyo-network/react-payload-huri": "^2.41.30",
17
+ "@xyo-network/react-payload-plugin": "^2.41.30",
18
+ "@xyo-network/react-payload-plugin-resolver": "^2.41.30",
19
+ "@xyo-network/react-payload-table": "^2.41.30"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/ts-scripts-yarn3": "2.12.0"
@@ -73,5 +73,5 @@
73
73
  },
74
74
  "sideEffects": false,
75
75
  "types": "dist/esm/index.d.ts",
76
- "version": "2.41.28"
76
+ "version": "2.41.30"
77
77
  }