@xyo-network/react-wallet-service 2.25.56 → 2.25.59

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 (2) hide show
  1. package/dist/docs.json +1 -216
  2. package/package.json +3 -3
package/dist/docs.json CHANGED
@@ -2,221 +2,6 @@
2
2
  "id": 0,
3
3
  "name": "@xyo-network/react-wallet-service",
4
4
  "kind": 1,
5
- "kindString": "Project",
6
5
  "flags": {},
7
- "originalName": "",
8
- "children": [
9
- {
10
- "id": 3,
11
- "name": "WalletServiceState",
12
- "kind": 256,
13
- "kindString": "Interface",
14
- "flags": {},
15
- "children": [
16
- {
17
- "id": 4,
18
- "name": "metaMaskWallet",
19
- "kind": 1024,
20
- "kindString": "Property",
21
- "flags": {},
22
- "sources": [
23
- {
24
- "fileName": "wallet-service/src/contexts/State.ts",
25
- "line": 5,
26
- "character": 2
27
- }
28
- ],
29
- "type": {
30
- "type": "reference",
31
- "qualifiedName": "XyoMetaMaskConnector",
32
- "package": "@xyo-network/utils",
33
- "name": "XyoMetaMaskConnector"
34
- }
35
- },
36
- {
37
- "id": 5,
38
- "name": "provided",
39
- "kind": 1024,
40
- "kindString": "Property",
41
- "flags": {},
42
- "sources": [
43
- {
44
- "fileName": "shared/dist/esm/contexts/contextEx/State.d.ts",
45
- "line": 2,
46
- "character": 4
47
- }
48
- ],
49
- "type": {
50
- "type": "intrinsic",
51
- "name": "boolean"
52
- },
53
- "inheritedFrom": {
54
- "type": "reference",
55
- "name": "ContextExState.provided"
56
- }
57
- }
58
- ],
59
- "groups": [
60
- {
61
- "title": "Properties",
62
- "kind": 1024,
63
- "children": [
64
- 4,
65
- 5
66
- ]
67
- }
68
- ],
69
- "sources": [
70
- {
71
- "fileName": "wallet-service/src/contexts/State.ts",
72
- "line": 4,
73
- "character": 17
74
- }
75
- ],
76
- "extendedTypes": [
77
- {
78
- "type": "reference",
79
- "name": "ContextExState"
80
- }
81
- ]
82
- },
83
- {
84
- "id": 1,
85
- "name": "WalletServiceContext",
86
- "kind": 32,
87
- "kindString": "Variable",
88
- "flags": {
89
- "isConst": true
90
- },
91
- "sources": [
92
- {
93
- "fileName": "wallet-service/src/contexts/Context.tsx",
94
- "line": 5,
95
- "character": 13
96
- }
97
- ],
98
- "type": {
99
- "type": "reference",
100
- "typeArguments": [
101
- {
102
- "type": "intersection",
103
- "types": [
104
- {
105
- "type": "reference",
106
- "id": 3,
107
- "name": "WalletServiceState"
108
- },
109
- {
110
- "type": "reference",
111
- "name": "ContextExState"
112
- }
113
- ]
114
- }
115
- ],
116
- "qualifiedName": "React.Context",
117
- "package": "@types/react",
118
- "name": "Context"
119
- },
120
- "defaultValue": "..."
121
- },
122
- {
123
- "id": 2,
124
- "name": "WalletServiceProvider",
125
- "kind": 32,
126
- "kindString": "Variable",
127
- "flags": {
128
- "isConst": true
129
- },
130
- "sources": [
131
- {
132
- "fileName": "wallet-service/src/contexts/Provider.tsx",
133
- "line": 6,
134
- "character": 13
135
- }
136
- ],
137
- "type": {
138
- "type": "reference",
139
- "typeArguments": [
140
- {
141
- "type": "reference",
142
- "qualifiedName": "WithChildren",
143
- "package": "@xylabs/react-shared",
144
- "name": "WithChildren"
145
- }
146
- ],
147
- "qualifiedName": "React.FC",
148
- "package": "@types/react",
149
- "name": "React.FC"
150
- },
151
- "defaultValue": "..."
152
- },
153
- {
154
- "id": 6,
155
- "name": "useWalletService",
156
- "kind": 64,
157
- "kindString": "Function",
158
- "flags": {},
159
- "sources": [
160
- {
161
- "fileName": "wallet-service/src/contexts/use.tsx",
162
- "line": 6,
163
- "character": 13
164
- }
165
- ],
166
- "signatures": [
167
- {
168
- "id": 7,
169
- "name": "useWalletService",
170
- "kind": 4096,
171
- "kindString": "Call signature",
172
- "flags": {},
173
- "type": {
174
- "type": "intersection",
175
- "types": [
176
- {
177
- "type": "reference",
178
- "id": 3,
179
- "name": "WalletServiceState"
180
- },
181
- {
182
- "type": "reference",
183
- "name": "ContextExState"
184
- }
185
- ]
186
- }
187
- }
188
- ]
189
- }
190
- ],
191
- "groups": [
192
- {
193
- "title": "Interfaces",
194
- "kind": 256,
195
- "children": [
196
- 3
197
- ]
198
- },
199
- {
200
- "title": "Variables",
201
- "kind": 32,
202
- "children": [
203
- 1,
204
- 2
205
- ]
206
- },
207
- {
208
- "title": "Functions",
209
- "kind": 64,
210
- "children": [
211
- 6
212
- ]
213
- }
214
- ],
215
- "sources": [
216
- {
217
- "fileName": "wallet-service/src/index.ts",
218
- "line": 1,
219
- "character": 0
220
- }
221
- ]
6
+ "originalName": ""
222
7
  }
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@xylabs/react-shared": "^2.12.23",
14
14
  "@xylabs/sdk-js": "^2.5.7",
15
- "@xyo-network/react-shared": "^2.25.56",
15
+ "@xyo-network/react-shared": "^2.25.59",
16
16
  "@xyo-network/utils": "^2.20.45",
17
17
  "react": "^18.1.0",
18
18
  "react-dom": "^18.1.0",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "description": "Common React library for all XYO projects that use React",
22
22
  "devDependencies": {
23
- "@babel/core": "^7.18.2",
23
+ "@babel/core": "^7.18.5",
24
24
  "@babel/preset-env": "^7.18.2",
25
25
  "@xylabs/sdk-js": "^2.5.7",
26
26
  "@xylabs/tsconfig": "^1.0.13"
@@ -74,6 +74,6 @@
74
74
  },
75
75
  "sideEffects": false,
76
76
  "types": "dist/esm/index.d.ts",
77
- "version": "2.25.56",
77
+ "version": "2.25.59",
78
78
  "packageManager": "yarn@3.1.1"
79
79
  }