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