@xyo-network/react-chain-blockchain 1.14.4 → 1.15.1

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.
@@ -29,8 +29,14 @@ export declare const useChainIteratorParams: ({ chainArchivist, chainId, head, n
29
29
  } | undefined;
30
30
  };
31
31
  producer: {
32
+ heartbeatInterval: number;
32
33
  minStake: number;
33
34
  port: number;
35
+ allowlist?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
36
+ readonly __hex: true;
37
+ }>, {
38
+ readonly __address: true;
39
+ }>[] | undefined;
34
40
  disableIntentRedeclaration?: boolean | undefined;
35
41
  healthCheckPort?: number | undefined;
36
42
  mnemonic?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useChainIteratorParams.d.ts","sourceRoot":"","sources":["../../../../src/hooks/chain-iterator/useChainIteratorParams.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAU,MAAM,aAAa,CAAA;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAEjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAIlE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAE9D,eAAO,MAAM,kBAAkB,GAAU,MAAM,IAAI,EAAE,gBAAgB,aAAa,iFAajF,CAAA;AAED,eAAO,MAAM,sBAAsB,GAAI,0CAEpC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8FAgBpB,CAAA"}
1
+ {"version":3,"file":"useChainIteratorParams.d.ts","sourceRoot":"","sources":["../../../../src/hooks/chain-iterator/useChainIteratorParams.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAU,MAAM,aAAa,CAAA;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAEjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAIlE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAE9D,eAAO,MAAM,kBAAkB,GAAU,MAAM,IAAI,EAAE,gBAAgB,aAAa,iFAajF,CAAA;AAED,eAAO,MAAM,sBAAsB,GAAI,0CAEpC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8FAgBpB,CAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/react-chain-blockchain",
4
- "version": "1.14.4",
4
+ "version": "1.15.1",
5
5
  "description": "XYO Layer One React SDK Blockchain",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -44,7 +44,7 @@
44
44
  "package-cycle": "echo Nothing to do"
45
45
  },
46
46
  "dependencies": {
47
- "@storybook/react-vite": "~9.1.4",
47
+ "@storybook/react-vite": "~9.1.7",
48
48
  "@xylabs/assert": "~5.0.11",
49
49
  "@xylabs/axios": "~5.0.11",
50
50
  "@xylabs/delay": "~5.0.11",
@@ -52,13 +52,13 @@
52
52
  "@xylabs/exists": "~5.0.11",
53
53
  "@xylabs/hex": "~5.0.11",
54
54
  "@xylabs/promise": "~5.0.11",
55
- "@xylabs/react-animation": "~7.0.4",
56
- "@xylabs/react-error": "~7.0.4",
57
- "@xylabs/react-flexbox": "~7.0.4",
58
- "@xylabs/react-promise": "~7.0.4",
59
- "@xylabs/react-quick-tip-button": "~7.0.4",
60
- "@xylabs/react-shared": "~7.0.4",
61
- "@xylabs/react-theme": "~7.0.4",
55
+ "@xylabs/react-animation": "~7.1.0",
56
+ "@xylabs/react-error": "~7.1.0",
57
+ "@xylabs/react-flexbox": "~7.1.0",
58
+ "@xylabs/react-promise": "~7.1.0",
59
+ "@xylabs/react-quick-tip-button": "~7.1.0",
60
+ "@xylabs/react-shared": "~7.1.0",
61
+ "@xylabs/react-theme": "~7.1.0",
62
62
  "@xylabs/typeof": "~5.0.11",
63
63
  "@xyo-network/account": "~5.1.2",
64
64
  "@xyo-network/archivist-memory": "~5.1.2",
@@ -66,31 +66,31 @@
66
66
  "@xyo-network/boundwitness-builder": "~5.1.2",
67
67
  "@xyo-network/boundwitness-model": "~5.1.2",
68
68
  "@xyo-network/bridge-http": "~5.1.2",
69
- "@xyo-network/chain-analyze": "~1.14.4",
70
- "@xyo-network/chain-protocol": "~1.14.4",
71
- "@xyo-network/chain-services": "~1.14.4",
72
- "@xyo-network/chain-utils": "~1.14.4",
73
- "@xyo-network/chain-wrappers": "~1.14.4",
69
+ "@xyo-network/chain-analyze": "~1.15.1",
70
+ "@xyo-network/chain-protocol": "~1.15.1",
71
+ "@xyo-network/chain-services": "~1.15.1",
72
+ "@xyo-network/chain-utils": "~1.15.1",
73
+ "@xyo-network/chain-wrappers": "~1.15.1",
74
74
  "@xyo-network/module-model": "~5.1.2",
75
75
  "@xyo-network/payload-builder": "~5.1.2",
76
76
  "@xyo-network/payload-model": "~5.1.2",
77
- "@xyo-network/react-boundwitness-plugin": "~7.2.0",
78
- "@xyo-network/react-chain-blockies": "~1.14.4",
79
- "@xyo-network/react-chain-shared": "~1.14.4",
80
- "@xyo-network/react-event": "~7.2.0",
81
- "@xyo-network/react-payload-raw-info": "~7.2.0",
82
- "@xyo-network/react-payload-table": "~7.2.0",
83
- "@xyo-network/react-shared": "~7.2.0",
84
- "@xyo-network/react-table": "~7.2.0",
85
- "@xyo-network/xl1-protocol": "~1.12.22",
86
- "@xyo-network/xl1-protocol-sdk": "~1.14.4"
77
+ "@xyo-network/react-boundwitness-plugin": "~7.3.0",
78
+ "@xyo-network/react-chain-blockies": "~1.15.1",
79
+ "@xyo-network/react-chain-shared": "~1.15.1",
80
+ "@xyo-network/react-event": "~7.3.0",
81
+ "@xyo-network/react-payload-raw-info": "~7.3.0",
82
+ "@xyo-network/react-payload-table": "~7.3.0",
83
+ "@xyo-network/react-shared": "~7.3.0",
84
+ "@xyo-network/react-table": "~7.3.0",
85
+ "@xyo-network/xl1-protocol": "~1.12.33",
86
+ "@xyo-network/xl1-protocol-sdk": "~1.15.1"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@emotion/react": "~11.14.0",
90
90
  "@emotion/styled": "~11.14.1",
91
91
  "@mui/icons-material": "~7.3.2",
92
92
  "@mui/material": "~7.3.2",
93
- "@types/react": "~19.1.12",
93
+ "@types/react": "~19.1.13",
94
94
  "@xylabs/creatable": "~5.0.11",
95
95
  "@xylabs/hex": "~5.0.11",
96
96
  "@xylabs/ts-scripts-yarn3": "~7.1.7",
@@ -98,11 +98,11 @@
98
98
  "@xylabs/tsconfig-dom": "~7.1.7",
99
99
  "@xylabs/tsconfig-react": "~7.1.7",
100
100
  "@xyo-network/api-models": "~5.1.2",
101
- "eslint": "^9.34.0",
101
+ "eslint": "^9.36.0",
102
102
  "react": "~19.1.1",
103
103
  "react-dom": "~19.1.1",
104
- "react-router-dom": "~7.8.2",
105
- "storybook": "~9.1.4",
104
+ "react-router-dom": "^7.9.1",
105
+ "storybook": "~9.1.7",
106
106
  "typescript": "~5.9.2"
107
107
  },
108
108
  "peerDependencies": {
@@ -111,7 +111,8 @@
111
111
  "@mui/icons-material": ">=6 <8",
112
112
  "@mui/material": ">=6 <8",
113
113
  "react": "~19",
114
- "react-dom": "~19"
114
+ "react-dom": "~19",
115
+ "react-router-dom": "^7"
115
116
  },
116
117
  "publishConfig": {
117
118
  "access": "restricted"