@xyo-network/react-advertising 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 +60 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-advertising",
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",
@@ -42,74 +42,103 @@
42
42
  ],
43
43
  "devDependencies": {
44
44
  "@bitauth/libauth": "~3.0.0",
45
+ "@metamask/providers": "^22.1.1",
45
46
  "@mui/material": "^9.0.1",
47
+ "@noble/post-quantum": "~0.6.1",
46
48
  "@opentelemetry/api": "^1.9.1",
47
49
  "@opentelemetry/sdk-trace-base": "^2.7.1",
48
50
  "@scure/base": "~2.2.0",
49
- "@storybook/react-vite": "~10.4.0",
51
+ "@scure/bip39": "~2.2.0",
52
+ "@storybook/react-vite": "~10.4.1",
50
53
  "@types/react": "^19.2.15",
51
- "@xylabs/react-promise": "~9.0.0",
52
- "@xylabs/sdk-js": "^6.0.2",
53
- "@xylabs/threads": "~6.0.2",
54
- "@xylabs/toolchain": "~8.1.1",
55
- "@xylabs/tsconfig": "^8.1.1",
56
- "@xylabs/tsconfig-dom": "^8.1.1",
57
- "@xylabs/tsconfig-react": "~8.1.1",
58
- "@xyo-network/account": "~6.0.0",
59
- "@xyo-network/account-model": "^6.0.0",
60
- "@xyo-network/advertising-payload-plugins": "~6.0.0",
61
- "@xyo-network/archivist-storage": "~6.0.0",
62
- "@xyo-network/boundwitness-builder": "^6.0.0",
63
- "@xyo-network/boundwitness-model": "^6.0.0",
64
- "@xyo-network/boundwitness-wrapper": "~6.0.0",
65
- "@xyo-network/config-payload-plugin": "~6.0.0",
66
- "@xyo-network/manifest-model": "~6.0.0",
67
- "@xyo-network/payload-builder": "^6.0.0",
68
- "@xyo-network/payload-model": "^6.0.0",
69
- "@xyo-network/query-payload-plugin": "~6.0.0",
70
- "@xyo-network/wallet-model": "^6.0.0",
54
+ "@xylabs/geo": "^6.0.4",
55
+ "@xylabs/react-promise": "~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/account": "~6.0.5",
63
+ "@xyo-network/account-model": "^6.0.5",
64
+ "@xyo-network/advertising-payload-plugins": "~6.0.1",
65
+ "@xyo-network/api": "~6.0.5",
66
+ "@xyo-network/api-models": "~6.0.5",
67
+ "@xyo-network/archivist-storage": "~6.0.1",
68
+ "@xyo-network/boundwitness-builder": "^6.0.5",
69
+ "@xyo-network/boundwitness-model": "^6.0.5",
70
+ "@xyo-network/boundwitness-wrapper": "~6.0.5",
71
+ "@xyo-network/config-payload-plugin": "~6.0.5",
72
+ "@xyo-network/huri": "^6.0.5",
73
+ "@xyo-network/manifest-model": "~6.0.5",
74
+ "@xyo-network/payload-builder": "^6.0.5",
75
+ "@xyo-network/payload-model": "^6.0.5",
76
+ "@xyo-network/payload-plugin": "^6.0.5",
77
+ "@xyo-network/payload-wrapper": "~6.0.5",
78
+ "@xyo-network/query-payload-plugin": "~6.0.5",
79
+ "@xyo-network/sdk-js": "^6.0.1",
80
+ "@xyo-network/sdk-protocol-js": "~6.0.5",
81
+ "@xyo-network/wallet": "~6.0.5",
82
+ "@xyo-network/wallet-model": "^6.0.5",
83
+ "ajv": "^8.20.0",
71
84
  "async-mutex": "^0.5.0",
72
85
  "bn.js": "^5.2.3",
73
86
  "buffer": "^6.0.3",
74
87
  "chalk": "^5.6.2",
75
88
  "debug": "~4.4.3",
76
- "eslint": "^10.4.0",
89
+ "eslint": "^10.4.1",
77
90
  "ethers": "^6.16.0",
78
91
  "hash-wasm": "~4.12.0",
79
- "lru-cache": "^11.5.0",
92
+ "idb": "^8.0.3",
93
+ "lru-cache": "^11.3.6",
94
+ "mapbox-gl": "^3.23.1",
80
95
  "observable-fns": "~0.6.1",
81
96
  "pako": "^2.1.0",
82
97
  "react": "^19.2.6",
83
98
  "react-dom": "^19.2.6",
84
- "react-router-dom": "^7.15.1",
99
+ "react-router-dom": "^7.16.0",
85
100
  "store2": "~2.14.4",
86
- "storybook": "^10.4.0",
101
+ "storybook": "^10.4.1",
87
102
  "typescript": "^6.0.3",
88
- "vite": "^8.0.13",
103
+ "vite": "^8.0.14",
89
104
  "wasm-feature-detect": "~1.8.0",
105
+ "webextension-polyfill": "^0.12.0",
90
106
  "zod": "^4.4.3"
91
107
  },
92
108
  "peerDependencies": {
93
109
  "@bitauth/libauth": "~3.0",
110
+ "@metamask/providers": "^22.1",
111
+ "@noble/post-quantum": "~0.6.1",
94
112
  "@opentelemetry/api": "^1.9",
95
113
  "@opentelemetry/sdk-trace-base": "^2.7",
96
114
  "@scure/base": "~2.2",
115
+ "@scure/bip39": "~2.2",
116
+ "@xylabs/geo": "^6.0",
97
117
  "@xylabs/react-promise": "~9.0",
98
118
  "@xylabs/sdk-js": "^6.0",
99
- "@xylabs/threads": "~6.0",
119
+ "@xylabs/threads": "^6.0",
100
120
  "@xyo-network/account": "~6.0",
101
121
  "@xyo-network/account-model": "^6.0",
102
122
  "@xyo-network/advertising-payload-plugins": "~6.0",
123
+ "@xyo-network/api": "~6.0",
124
+ "@xyo-network/api-models": "~6.0",
103
125
  "@xyo-network/archivist-storage": "~6.0",
104
126
  "@xyo-network/boundwitness-builder": "^6.0",
105
127
  "@xyo-network/boundwitness-model": "^6.0",
106
128
  "@xyo-network/boundwitness-wrapper": "~6.0",
107
129
  "@xyo-network/config-payload-plugin": "~6.0",
130
+ "@xyo-network/huri": "^6.0",
108
131
  "@xyo-network/manifest-model": "~6.0",
109
132
  "@xyo-network/payload-builder": "^6.0",
110
133
  "@xyo-network/payload-model": "^6.0",
134
+ "@xyo-network/payload-plugin": "^6.0",
135
+ "@xyo-network/payload-wrapper": "~6.0",
111
136
  "@xyo-network/query-payload-plugin": "~6.0",
137
+ "@xyo-network/sdk-js": "^6.0",
138
+ "@xyo-network/sdk-protocol-js": "~6.0",
139
+ "@xyo-network/wallet": "~6.0",
112
140
  "@xyo-network/wallet-model": "^6.0",
141
+ "ajv": "^8.20",
113
142
  "async-mutex": "^0.5",
114
143
  "bn.js": "^5.2",
115
144
  "buffer": "^6.0",
@@ -117,7 +146,9 @@
117
146
  "debug": "~4.4",
118
147
  "ethers": "^6.16",
119
148
  "hash-wasm": "~4.12",
149
+ "idb": "^8.0",
120
150
  "lru-cache": "^11.3",
151
+ "mapbox-gl": "^3.23",
121
152
  "observable-fns": "~0.6",
122
153
  "pako": "^2.1",
123
154
  "react": "^19.2",
@@ -125,6 +156,7 @@
125
156
  "react-router-dom": "^7.15",
126
157
  "store2": "~2.14",
127
158
  "wasm-feature-detect": "~1.8",
159
+ "webextension-polyfill": "^0.12",
128
160
  "zod": "^4.4"
129
161
  },
130
162
  "publishConfig": {