@xyo-network/react-advertising 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 +39 -45
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.2",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -42,81 +42,75 @@
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",
50
- "@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",
51
+ "@scure/bip39": "~2.2.0",
52
+ "@storybook/react-vite": "~10.4.1",
53
+ "@types/react": "^19.2.16",
54
+ "@xylabs/geo": "^6.0.7",
55
+ "@xylabs/react-promise": "~9.0.2",
56
+ "@xylabs/sdk-js": "^6.0.7",
57
+ "@xylabs/threads": "^6.0.7",
58
+ "@xylabs/toolchain": "~8.1.12",
59
+ "@xylabs/tsconfig": "^8.1.12",
60
+ "@xylabs/tsconfig-dom": "^8.1.12",
61
+ "@xylabs/tsconfig-react": "~8.1.12",
62
+ "@xyo-network/advertising-payload-plugins": "~6.0.2",
63
+ "@xyo-network/archivist-storage": "~6.0.2",
64
+ "@xyo-network/payload-model": "^6.0.7",
65
+ "@xyo-network/sdk-js": "^6.0.2",
66
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
67
+ "ajv": "^8.20.0",
71
68
  "async-mutex": "^0.5.0",
72
69
  "bn.js": "^5.2.3",
73
70
  "buffer": "^6.0.3",
74
- "chalk": "^5.6.2",
75
71
  "debug": "~4.4.3",
76
- "eslint": "^10.4.0",
72
+ "eslint": "^10.4.1",
77
73
  "ethers": "^6.16.0",
78
74
  "hash-wasm": "~4.12.0",
79
- "lru-cache": "^11.5.0",
75
+ "idb": "^8.0.3",
76
+ "lru-cache": "^11.5.1",
80
77
  "observable-fns": "~0.6.1",
81
78
  "pako": "^2.1.0",
82
- "react": "^19.2.6",
83
- "react-dom": "^19.2.6",
84
- "react-router-dom": "^7.15.1",
79
+ "react": "^19.2.7",
80
+ "react-dom": "^19.2.7",
81
+ "react-router-dom": "^7.16.0",
85
82
  "store2": "~2.14.4",
86
- "storybook": "^10.4.0",
83
+ "storybook": "^10.4.1",
87
84
  "typescript": "^6.0.3",
88
- "vite": "^8.0.13",
89
- "wasm-feature-detect": "~1.8.0",
85
+ "vite": "^8.0.16",
86
+ "webextension-polyfill": "^0.12.0",
90
87
  "zod": "^4.4.3"
91
88
  },
92
89
  "peerDependencies": {
93
90
  "@bitauth/libauth": "~3.0",
91
+ "@metamask/providers": "^22.1",
92
+ "@noble/post-quantum": "~0.6.1",
94
93
  "@opentelemetry/api": "^1.9",
95
94
  "@opentelemetry/sdk-trace-base": "^2.7",
96
95
  "@scure/base": "~2.2",
96
+ "@scure/bip39": "~2.2",
97
+ "@xylabs/geo": "^6.0",
97
98
  "@xylabs/react-promise": "~9.0",
98
99
  "@xylabs/sdk-js": "^6.0",
99
- "@xylabs/threads": "~6.0",
100
- "@xyo-network/account": "~6.0",
101
- "@xyo-network/account-model": "^6.0",
100
+ "@xylabs/threads": "^6.0",
102
101
  "@xyo-network/advertising-payload-plugins": "~6.0",
103
102
  "@xyo-network/archivist-storage": "~6.0",
104
- "@xyo-network/boundwitness-builder": "^6.0",
105
- "@xyo-network/boundwitness-model": "^6.0",
106
- "@xyo-network/boundwitness-wrapper": "~6.0",
107
- "@xyo-network/config-payload-plugin": "~6.0",
108
- "@xyo-network/manifest-model": "~6.0",
109
- "@xyo-network/payload-builder": "^6.0",
110
103
  "@xyo-network/payload-model": "^6.0",
111
- "@xyo-network/query-payload-plugin": "~6.0",
112
- "@xyo-network/wallet-model": "^6.0",
104
+ "@xyo-network/sdk-js": "^6.0",
105
+ "@xyo-network/sdk-protocol-js": "~6.0",
106
+ "ajv": "^8.20",
113
107
  "async-mutex": "^0.5",
114
108
  "bn.js": "^5.2",
115
109
  "buffer": "^6.0",
116
- "chalk": "^5.6",
117
110
  "debug": "~4.4",
118
111
  "ethers": "^6.16",
119
112
  "hash-wasm": "~4.12",
113
+ "idb": "^8.0",
120
114
  "lru-cache": "^11.3",
121
115
  "observable-fns": "~0.6",
122
116
  "pako": "^2.1",
@@ -124,7 +118,7 @@
124
118
  "react-dom": "^19.2",
125
119
  "react-router-dom": "^7.15",
126
120
  "store2": "~2.14",
127
- "wasm-feature-detect": "~1.8",
121
+ "webextension-polyfill": "^0.12",
128
122
  "zod": "^4.4"
129
123
  },
130
124
  "publishConfig": {