@xyo-network/react-payload-huri 9.0.0 → 9.0.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 (1) hide show
  1. package/package.json +38 -48
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-payload-huri",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,97 +41,87 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-network": "~9.0.0"
44
+ "@xyo-network/react-network": "~9.0.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
+ "@metamask/providers": "^22.1.1",
48
49
  "@mui/material": "^9.0.1",
50
+ "@noble/post-quantum": "~0.6.1",
49
51
  "@opentelemetry/api": "^1.9.1",
50
52
  "@opentelemetry/sdk-trace-base": "^2.7.1",
51
53
  "@scure/base": "~2.2.0",
52
- "@types/react": "^19.2.15",
53
- "@xylabs/react-promise": "~9.0.0",
54
- "@xylabs/react-select": "~9.0.0",
55
- "@xylabs/react-shared": "~9.0.0",
56
- "@xylabs/sdk-js": "^6.0.2",
57
- "@xylabs/threads": "~6.0.2",
58
- "@xylabs/toolchain": "~8.1.1",
59
- "@xylabs/tsconfig": "^8.1.1",
60
- "@xylabs/tsconfig-dom": "^8.1.1",
61
- "@xylabs/tsconfig-react": "~8.1.1",
62
- "@xyo-network/account": "~6.0.0",
63
- "@xyo-network/account-model": "^6.0.0",
64
- "@xyo-network/boundwitness-builder": "^6.0.0",
65
- "@xyo-network/boundwitness-model": "^6.0.0",
66
- "@xyo-network/boundwitness-wrapper": "~6.0.0",
67
- "@xyo-network/config-payload-plugin": "~6.0.0",
68
- "@xyo-network/diviner-huri": "~6.0.0",
69
- "@xyo-network/diviner-model": "^6.0.0",
70
- "@xyo-network/huri": "^6.0.0",
71
- "@xyo-network/manifest-model": "~6.0.0",
72
- "@xyo-network/network": "~6.0.0",
73
- "@xyo-network/payload-builder": "^6.0.0",
74
- "@xyo-network/payload-model": "^6.0.0",
75
- "@xyo-network/query-payload-plugin": "~6.0.0",
76
- "@xyo-network/wallet-model": "^6.0.0",
54
+ "@scure/bip39": "~2.2.0",
55
+ "@types/react": "^19.2.16",
56
+ "@xylabs/geo": "^6.0.7",
57
+ "@xylabs/react-promise": "~9.0.2",
58
+ "@xylabs/react-select": "~9.0.2",
59
+ "@xylabs/react-shared": "~9.0.2",
60
+ "@xylabs/sdk-js": "^6.0.7",
61
+ "@xylabs/threads": "^6.0.7",
62
+ "@xylabs/toolchain": "~8.1.12",
63
+ "@xylabs/tsconfig": "^8.1.12",
64
+ "@xylabs/tsconfig-dom": "^8.1.12",
65
+ "@xylabs/tsconfig-react": "~8.1.12",
66
+ "@xyo-network/diviner-huri": "~6.0.2",
67
+ "@xyo-network/diviner-model": "^6.0.2",
68
+ "@xyo-network/network": "~6.0.7",
69
+ "@xyo-network/payload-model": "^6.0.7",
70
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
71
+ "ajv": "^8.20.0",
77
72
  "async-mutex": "^0.5.0",
78
73
  "bn.js": "^5.2.3",
79
74
  "buffer": "^6.0.3",
80
- "chalk": "^5.6.2",
81
75
  "debug": "~4.4.3",
82
- "eslint": "^10.4.0",
76
+ "eslint": "^10.4.1",
83
77
  "ethers": "^6.16.0",
84
78
  "hash-wasm": "~4.12.0",
85
- "lru-cache": "^11.5.0",
79
+ "idb": "^8.0.3",
80
+ "lru-cache": "^11.5.1",
86
81
  "observable-fns": "~0.6.1",
87
82
  "pako": "^2.1.0",
88
- "react": "^19.2.6",
89
- "react-dom": "^19.2.6",
90
- "react-router-dom": "^7.15.1",
83
+ "react": "^19.2.7",
84
+ "react-dom": "^19.2.7",
85
+ "react-router-dom": "^7.16.0",
91
86
  "typescript": "^6.0.3",
92
- "wasm-feature-detect": "~1.8.0",
87
+ "webextension-polyfill": "^0.12.0",
93
88
  "zod": "^4.4.3"
94
89
  },
95
90
  "peerDependencies": {
96
91
  "@bitauth/libauth": "~3.0",
92
+ "@metamask/providers": "^22.1",
97
93
  "@mui/material": "^9.0",
94
+ "@noble/post-quantum": "~0.6.1",
98
95
  "@opentelemetry/api": "^1.9",
99
96
  "@opentelemetry/sdk-trace-base": "^2.7",
100
97
  "@scure/base": "~2.2",
98
+ "@scure/bip39": "~2.2",
99
+ "@xylabs/geo": "^6.0",
101
100
  "@xylabs/react-promise": "~9.0",
102
101
  "@xylabs/react-select": "~9.0",
103
102
  "@xylabs/react-shared": "~9.0",
104
103
  "@xylabs/sdk-js": "^6.0",
105
- "@xylabs/threads": "~6.0",
106
- "@xyo-network/account": "~6.0",
107
- "@xyo-network/account-model": "^6.0",
108
- "@xyo-network/boundwitness-builder": "^6.0",
109
- "@xyo-network/boundwitness-model": "^6.0",
110
- "@xyo-network/boundwitness-wrapper": "~6.0",
111
- "@xyo-network/config-payload-plugin": "~6.0",
104
+ "@xylabs/threads": "^6.0",
112
105
  "@xyo-network/diviner-huri": "~6.0",
113
106
  "@xyo-network/diviner-model": "^6.0",
114
- "@xyo-network/huri": "^6.0",
115
- "@xyo-network/manifest-model": "~6.0",
116
107
  "@xyo-network/network": "~6.0",
117
- "@xyo-network/payload-builder": "^6.0",
118
108
  "@xyo-network/payload-model": "^6.0",
119
- "@xyo-network/query-payload-plugin": "~6.0",
120
- "@xyo-network/wallet-model": "^6.0",
109
+ "@xyo-network/sdk-protocol-js": "~6.0",
110
+ "ajv": "^8.20",
121
111
  "async-mutex": "^0.5",
122
112
  "bn.js": "^5.2",
123
113
  "buffer": "^6.0",
124
- "chalk": "^5.6",
125
114
  "debug": "~4.4",
126
115
  "ethers": "^6.16",
127
116
  "hash-wasm": "~4.12",
117
+ "idb": "^8.0",
128
118
  "lru-cache": "^11.3",
129
119
  "observable-fns": "~0.6",
130
120
  "pako": "^2.1",
131
121
  "react": "^19.2",
132
122
  "react-dom": "^19.2",
133
123
  "react-router-dom": "^7.15",
134
- "wasm-feature-detect": "~1.8",
124
+ "webextension-polyfill": "^0.12",
135
125
  "zod": "^4.4"
136
126
  },
137
127
  "publishConfig": {