@holochain-syn/client 0.0.1 → 0.0.4

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 (42) hide show
  1. package/{src/index.ts → dist/index.d.ts} +0 -0
  2. package/dist/index.js +9 -0
  3. package/dist/index.js.map +1 -0
  4. package/dist/syn-client.d.ts +47 -0
  5. package/dist/syn-client.js +130 -0
  6. package/dist/syn-client.js.map +1 -0
  7. package/dist/tsconfig.tsbuildinfo +1985 -0
  8. package/dist/types/change.d.ts +44 -0
  9. package/dist/types/change.js +2 -0
  10. package/dist/types/change.js.map +1 -0
  11. package/dist/types/commit.d.ts +27 -0
  12. package/dist/types/commit.js +2 -0
  13. package/dist/types/commit.js.map +1 -0
  14. package/dist/types/folks.d.ts +10 -0
  15. package/dist/types/folks.js +2 -0
  16. package/dist/types/folks.js.map +1 -0
  17. package/dist/types/heartbeat.d.ts +10 -0
  18. package/dist/types/heartbeat.js +2 -0
  19. package/dist/types/heartbeat.js.map +1 -0
  20. package/dist/types/session.d.ts +21 -0
  21. package/dist/types/session.js +2 -0
  22. package/dist/types/session.js.map +1 -0
  23. package/dist/types/signal.d.ts +27 -0
  24. package/dist/types/signal.js +24 -0
  25. package/dist/types/signal.js.map +1 -0
  26. package/dist/types/sync.d.ts +27 -0
  27. package/dist/types/sync.js +2 -0
  28. package/dist/types/sync.js.map +1 -0
  29. package/dist/utils.d.ts +1 -0
  30. package/dist/utils.js +17 -0
  31. package/dist/utils.js.map +1 -0
  32. package/package.json +6 -3
  33. package/src/syn-client.ts +0 -227
  34. package/src/types/change.ts +0 -66
  35. package/src/types/commit.ts +0 -41
  36. package/src/types/folks.ts +0 -17
  37. package/src/types/heartbeat.ts +0 -15
  38. package/src/types/session.ts +0 -29
  39. package/src/types/signal.ts +0 -52
  40. package/src/types/sync.ts +0 -42
  41. package/src/utils.ts +0 -17
  42. package/tsconfig.json +0 -18
@@ -0,0 +1,1985 @@
1
+ {
2
+ "program": {
3
+ "fileInfos": {
4
+ "../../../../node_modules/typescript/lib/lib.es5.d.ts": {
5
+ "version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
6
+ "signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
7
+ "affectsGlobalScope": true
8
+ },
9
+ "../../../../node_modules/typescript/lib/lib.es2015.d.ts": {
10
+ "version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
11
+ "signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
12
+ "affectsGlobalScope": false
13
+ },
14
+ "../../../../node_modules/typescript/lib/lib.es2016.d.ts": {
15
+ "version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
16
+ "signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
17
+ "affectsGlobalScope": false
18
+ },
19
+ "../../../../node_modules/typescript/lib/lib.es2017.d.ts": {
20
+ "version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
21
+ "signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
22
+ "affectsGlobalScope": false
23
+ },
24
+ "../../../../node_modules/typescript/lib/lib.es2018.d.ts": {
25
+ "version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
26
+ "signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
27
+ "affectsGlobalScope": false
28
+ },
29
+ "../../../../node_modules/typescript/lib/lib.es2019.d.ts": {
30
+ "version": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
31
+ "signature": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
32
+ "affectsGlobalScope": false
33
+ },
34
+ "../../../../node_modules/typescript/lib/lib.dom.d.ts": {
35
+ "version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
36
+ "signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
37
+ "affectsGlobalScope": true
38
+ },
39
+ "../../../../node_modules/typescript/lib/lib.es2015.core.d.ts": {
40
+ "version": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
41
+ "signature": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
42
+ "affectsGlobalScope": true
43
+ },
44
+ "../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
45
+ "version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
46
+ "signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
47
+ "affectsGlobalScope": true
48
+ },
49
+ "../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
50
+ "version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
51
+ "signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
52
+ "affectsGlobalScope": true
53
+ },
54
+ "../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
55
+ "version": "8b2a5df1ce95f78f6b74f1a555ccdb6baab0486b42d8345e0871dd82811f9b9a",
56
+ "signature": "8b2a5df1ce95f78f6b74f1a555ccdb6baab0486b42d8345e0871dd82811f9b9a",
57
+ "affectsGlobalScope": true
58
+ },
59
+ "../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
60
+ "version": "2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c",
61
+ "signature": "2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c",
62
+ "affectsGlobalScope": true
63
+ },
64
+ "../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
65
+ "version": "810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357",
66
+ "signature": "810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357",
67
+ "affectsGlobalScope": true
68
+ },
69
+ "../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
70
+ "version": "62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6",
71
+ "signature": "62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6",
72
+ "affectsGlobalScope": true
73
+ },
74
+ "../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
75
+ "version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
76
+ "signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
77
+ "affectsGlobalScope": true
78
+ },
79
+ "../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
80
+ "version": "9d122b7e8c1a5c72506eea50c0973cba55b92b5532d5cafa8a6ce2c547d57551",
81
+ "signature": "9d122b7e8c1a5c72506eea50c0973cba55b92b5532d5cafa8a6ce2c547d57551",
82
+ "affectsGlobalScope": true
83
+ },
84
+ "../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
85
+ "version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
86
+ "signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
87
+ "affectsGlobalScope": true
88
+ },
89
+ "../../../../node_modules/typescript/lib/lib.es2017.object.d.ts": {
90
+ "version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
91
+ "signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
92
+ "affectsGlobalScope": true
93
+ },
94
+ "../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
95
+ "version": "7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98",
96
+ "signature": "7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98",
97
+ "affectsGlobalScope": true
98
+ },
99
+ "../../../../node_modules/typescript/lib/lib.es2017.string.d.ts": {
100
+ "version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
101
+ "signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
102
+ "affectsGlobalScope": true
103
+ },
104
+ "../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
105
+ "version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
106
+ "signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
107
+ "affectsGlobalScope": true
108
+ },
109
+ "../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
110
+ "version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
111
+ "signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
112
+ "affectsGlobalScope": true
113
+ },
114
+ "../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
115
+ "version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
116
+ "signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
117
+ "affectsGlobalScope": true
118
+ },
119
+ "../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
120
+ "version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
121
+ "signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
122
+ "affectsGlobalScope": true
123
+ },
124
+ "../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
125
+ "version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
126
+ "signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
127
+ "affectsGlobalScope": true
128
+ },
129
+ "../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
130
+ "version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
131
+ "signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
132
+ "affectsGlobalScope": true
133
+ },
134
+ "../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
135
+ "version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
136
+ "signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
137
+ "affectsGlobalScope": true
138
+ },
139
+ "../../../../node_modules/typescript/lib/lib.es2019.array.d.ts": {
140
+ "version": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
141
+ "signature": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
142
+ "affectsGlobalScope": true
143
+ },
144
+ "../../../../node_modules/typescript/lib/lib.es2019.object.d.ts": {
145
+ "version": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
146
+ "signature": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
147
+ "affectsGlobalScope": true
148
+ },
149
+ "../../../../node_modules/typescript/lib/lib.es2019.string.d.ts": {
150
+ "version": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
151
+ "signature": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
152
+ "affectsGlobalScope": true
153
+ },
154
+ "../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts": {
155
+ "version": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
156
+ "signature": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
157
+ "affectsGlobalScope": true
158
+ },
159
+ "../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
160
+ "version": "7b5a10e3c897fabece5a51aa85b4111727d7adb53c2734b5d37230ff96802a09",
161
+ "signature": "7b5a10e3c897fabece5a51aa85b4111727d7adb53c2734b5d37230ff96802a09",
162
+ "affectsGlobalScope": true
163
+ },
164
+ "../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
165
+ "version": "506b80b9951c9381dc5f11897b31fca5e2a65731d96ddefa19687fbc26b23c6e",
166
+ "signature": "506b80b9951c9381dc5f11897b31fca5e2a65731d96ddefa19687fbc26b23c6e",
167
+ "affectsGlobalScope": true
168
+ },
169
+ "../../../../node_modules/@types/node/assert/strict.d.ts": {
170
+ "version": "c7bdc99177a2a94d25fb13722adaaf5b3291bf70b4d1b27584ba189dd3889ba3",
171
+ "signature": "c7bdc99177a2a94d25fb13722adaaf5b3291bf70b4d1b27584ba189dd3889ba3",
172
+ "affectsGlobalScope": false
173
+ },
174
+ "../../../../node_modules/@types/node/globals.d.ts": {
175
+ "version": "d1c92b66c4105659fcad4eb76a1481f7311033e117d0678a1ec545e8ddb8d4c6",
176
+ "signature": "d1c92b66c4105659fcad4eb76a1481f7311033e117d0678a1ec545e8ddb8d4c6",
177
+ "affectsGlobalScope": true
178
+ },
179
+ "../../../../node_modules/@types/node/async_hooks.d.ts": {
180
+ "version": "e23424b97418eca3226fd24de079f1203eb70360622e4e093af2aff14d4be6ec",
181
+ "signature": "e23424b97418eca3226fd24de079f1203eb70360622e4e093af2aff14d4be6ec",
182
+ "affectsGlobalScope": false
183
+ },
184
+ "../../../../node_modules/@types/node/buffer.d.ts": {
185
+ "version": "dee93c07b4df5e26010dc9ec4cdf4d6e4076bb4474d2a8371529217c8b2740a4",
186
+ "signature": "dee93c07b4df5e26010dc9ec4cdf4d6e4076bb4474d2a8371529217c8b2740a4",
187
+ "affectsGlobalScope": false
188
+ },
189
+ "../../../../node_modules/@types/node/child_process.d.ts": {
190
+ "version": "ed40f2f184db052dc8df62d1f199823c8bbccc487c0a2a7c54eeea0badcf4378",
191
+ "signature": "ed40f2f184db052dc8df62d1f199823c8bbccc487c0a2a7c54eeea0badcf4378",
192
+ "affectsGlobalScope": false
193
+ },
194
+ "../../../../node_modules/@types/node/cluster.d.ts": {
195
+ "version": "04eaa93bd75f937f9184dcb95a7983800c5770cf8ddd8ac0f3734dc02f5b20ef",
196
+ "signature": "04eaa93bd75f937f9184dcb95a7983800c5770cf8ddd8ac0f3734dc02f5b20ef",
197
+ "affectsGlobalScope": false
198
+ },
199
+ "../../../../node_modules/@types/node/console.d.ts": {
200
+ "version": "c8155caf28fc7b0a564156a5df28ad8a844a3bd32d331d148d8f3ce88025c870",
201
+ "signature": "c8155caf28fc7b0a564156a5df28ad8a844a3bd32d331d148d8f3ce88025c870",
202
+ "affectsGlobalScope": true
203
+ },
204
+ "../../../../node_modules/@types/node/constants.d.ts": {
205
+ "version": "45ac321f2e15d268fd74a90ddaa6467dcaaff2c5b13f95b4b85831520fb7a491",
206
+ "signature": "45ac321f2e15d268fd74a90ddaa6467dcaaff2c5b13f95b4b85831520fb7a491",
207
+ "affectsGlobalScope": false
208
+ },
209
+ "../../../../node_modules/@types/node/crypto.d.ts": {
210
+ "version": "dfc747ab8dd5f623055a4c26fd35e8cceca869fd3f1cf09701c941ca3679665a",
211
+ "signature": "dfc747ab8dd5f623055a4c26fd35e8cceca869fd3f1cf09701c941ca3679665a",
212
+ "affectsGlobalScope": false
213
+ },
214
+ "../../../../node_modules/@types/node/dgram.d.ts": {
215
+ "version": "c9f5f2920ff61d7158417b8440d5181ddc34a3dfef811a5677dd8a9fb91471e9",
216
+ "signature": "c9f5f2920ff61d7158417b8440d5181ddc34a3dfef811a5677dd8a9fb91471e9",
217
+ "affectsGlobalScope": false
218
+ },
219
+ "../../../../node_modules/@types/node/diagnostic_channel.d.ts": {
220
+ "version": "5cc0a492da3602510b8f5ed1852b1e0390002780d8758fbc8c0cd023ca7085f8",
221
+ "signature": "5cc0a492da3602510b8f5ed1852b1e0390002780d8758fbc8c0cd023ca7085f8",
222
+ "affectsGlobalScope": false
223
+ },
224
+ "../../../../node_modules/@types/node/dns.d.ts": {
225
+ "version": "ec7dafafe751a5121f8f1c80201ebe7e7238c47e6329280a73c4d1ca4bb7fa28",
226
+ "signature": "ec7dafafe751a5121f8f1c80201ebe7e7238c47e6329280a73c4d1ca4bb7fa28",
227
+ "affectsGlobalScope": false
228
+ },
229
+ "../../../../node_modules/@types/node/dns/promises.d.ts": {
230
+ "version": "64debeb10e4b7ae4ec9e89bfb4e04c6101ab98c3cc806d14e5488607cfec2753",
231
+ "signature": "64debeb10e4b7ae4ec9e89bfb4e04c6101ab98c3cc806d14e5488607cfec2753",
232
+ "affectsGlobalScope": false
233
+ },
234
+ "../../../../node_modules/@types/node/domain.d.ts": {
235
+ "version": "2866a528b2708aa272ec3eaafd3c980abb23aec1ef831cfc5eb2186b98c37ce5",
236
+ "signature": "2866a528b2708aa272ec3eaafd3c980abb23aec1ef831cfc5eb2186b98c37ce5",
237
+ "affectsGlobalScope": true
238
+ },
239
+ "../../../../node_modules/@types/node/events.d.ts": {
240
+ "version": "a5782d6cea81fe43d2db7ed41e789458c933ab3ab60602f7b5b14c4da3370496",
241
+ "signature": "a5782d6cea81fe43d2db7ed41e789458c933ab3ab60602f7b5b14c4da3370496",
242
+ "affectsGlobalScope": true
243
+ },
244
+ "../../../../node_modules/@types/node/fs.d.ts": {
245
+ "version": "f258ba66915f0196ec344bc53afe1888240bbcc855ebd151b6cc072275533319",
246
+ "signature": "f258ba66915f0196ec344bc53afe1888240bbcc855ebd151b6cc072275533319",
247
+ "affectsGlobalScope": false
248
+ },
249
+ "../../../../node_modules/@types/node/fs/promises.d.ts": {
250
+ "version": "6194335ee3353f7226ba31f31d6301d0c6be87228419c0a08976ccd9d4f1213e",
251
+ "signature": "6194335ee3353f7226ba31f31d6301d0c6be87228419c0a08976ccd9d4f1213e",
252
+ "affectsGlobalScope": false
253
+ },
254
+ "../../../../node_modules/@types/node/http.d.ts": {
255
+ "version": "3ac12a54cfaa84683506db8d4cf779135a271d9f0ec18930cf53e61fbeea0c5d",
256
+ "signature": "3ac12a54cfaa84683506db8d4cf779135a271d9f0ec18930cf53e61fbeea0c5d",
257
+ "affectsGlobalScope": false
258
+ },
259
+ "../../../../node_modules/@types/node/http2.d.ts": {
260
+ "version": "cf3d3b087d1a8a3355eec47d206162c75e912315b9b5c1cd49fda93e948fb80a",
261
+ "signature": "cf3d3b087d1a8a3355eec47d206162c75e912315b9b5c1cd49fda93e948fb80a",
262
+ "affectsGlobalScope": false
263
+ },
264
+ "../../../../node_modules/@types/node/https.d.ts": {
265
+ "version": "36f316c066c4a72dd6f19fec49a074f935744fc9ccbe75c87ebc07fb2feb9062",
266
+ "signature": "36f316c066c4a72dd6f19fec49a074f935744fc9ccbe75c87ebc07fb2feb9062",
267
+ "affectsGlobalScope": false
268
+ },
269
+ "../../../../node_modules/@types/node/inspector.d.ts": {
270
+ "version": "42176966283d3835c34278b9b5c0f470d484c0c0c6a55c20a2c916a1ce69b6e8",
271
+ "signature": "42176966283d3835c34278b9b5c0f470d484c0c0c6a55c20a2c916a1ce69b6e8",
272
+ "affectsGlobalScope": false
273
+ },
274
+ "../../../../node_modules/@types/node/module.d.ts": {
275
+ "version": "0cff7901aedfe78e314f7d44088f07e2afa1b6e4f0473a4169b8456ca2fb245d",
276
+ "signature": "0cff7901aedfe78e314f7d44088f07e2afa1b6e4f0473a4169b8456ca2fb245d",
277
+ "affectsGlobalScope": false
278
+ },
279
+ "../../../../node_modules/@types/node/net.d.ts": {
280
+ "version": "ec70fd6f8a9a83f850dab2960a6789e93d5b034b354a16814cad5daabf62a360",
281
+ "signature": "ec70fd6f8a9a83f850dab2960a6789e93d5b034b354a16814cad5daabf62a360",
282
+ "affectsGlobalScope": false
283
+ },
284
+ "../../../../node_modules/@types/node/os.d.ts": {
285
+ "version": "e2236264a811ed1d09a2487a433e8f5216ae62378cf233954ae220cf886f6717",
286
+ "signature": "e2236264a811ed1d09a2487a433e8f5216ae62378cf233954ae220cf886f6717",
287
+ "affectsGlobalScope": false
288
+ },
289
+ "../../../../node_modules/@types/node/path.d.ts": {
290
+ "version": "3ec1e108d587a5661ec790db607f482605ba9f3830e118ce578e3ffa3c42e22b",
291
+ "signature": "3ec1e108d587a5661ec790db607f482605ba9f3830e118ce578e3ffa3c42e22b",
292
+ "affectsGlobalScope": false
293
+ },
294
+ "../../../../node_modules/@types/node/perf_hooks.d.ts": {
295
+ "version": "100b3bb9d39d2b1b5340f1bf45a52e94ef1692b45232b4ba00fac5c3cc56d331",
296
+ "signature": "100b3bb9d39d2b1b5340f1bf45a52e94ef1692b45232b4ba00fac5c3cc56d331",
297
+ "affectsGlobalScope": false
298
+ },
299
+ "../../../../node_modules/@types/node/process.d.ts": {
300
+ "version": "04fe7e7d8008887943260af1fde2bfd4877e0dc57bf634e0f0b2f3d1794dfd11",
301
+ "signature": "04fe7e7d8008887943260af1fde2bfd4877e0dc57bf634e0f0b2f3d1794dfd11",
302
+ "affectsGlobalScope": true
303
+ },
304
+ "../../../../node_modules/@types/node/punycode.d.ts": {
305
+ "version": "7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6",
306
+ "signature": "7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6",
307
+ "affectsGlobalScope": false
308
+ },
309
+ "../../../../node_modules/@types/node/querystring.d.ts": {
310
+ "version": "992c6f6be16c0a1d2eec13ece33adeea2c747ba27fcd078353a8f4bb5b4fea58",
311
+ "signature": "992c6f6be16c0a1d2eec13ece33adeea2c747ba27fcd078353a8f4bb5b4fea58",
312
+ "affectsGlobalScope": false
313
+ },
314
+ "../../../../node_modules/@types/node/readline.d.ts": {
315
+ "version": "2597718d91e306949d89e285bf34c44192014ef541c3bd7cbb825c022749e974",
316
+ "signature": "2597718d91e306949d89e285bf34c44192014ef541c3bd7cbb825c022749e974",
317
+ "affectsGlobalScope": false
318
+ },
319
+ "../../../../node_modules/@types/node/repl.d.ts": {
320
+ "version": "a6b0abdb67d63ebe964ba5fee31bc3daf10c12eecd46b24d778426010c04c67e",
321
+ "signature": "a6b0abdb67d63ebe964ba5fee31bc3daf10c12eecd46b24d778426010c04c67e",
322
+ "affectsGlobalScope": false
323
+ },
324
+ "../../../../node_modules/@types/node/stream.d.ts": {
325
+ "version": "ac4801ebc2355ba32329070123b1cd15891bf71b41dcaf9e75b4744832126a59",
326
+ "signature": "ac4801ebc2355ba32329070123b1cd15891bf71b41dcaf9e75b4744832126a59",
327
+ "affectsGlobalScope": false
328
+ },
329
+ "../../../../node_modules/@types/node/stream/promises.d.ts": {
330
+ "version": "fd2298fba0640e7295e7bd545e2dfbfcccbb00c27019e501c87965a02bbdebf6",
331
+ "signature": "fd2298fba0640e7295e7bd545e2dfbfcccbb00c27019e501c87965a02bbdebf6",
332
+ "affectsGlobalScope": false
333
+ },
334
+ "../../../../node_modules/@types/node/string_decoder.d.ts": {
335
+ "version": "4fd3c4debadce3e9ab9dec3eb45f7f5e2e3d4ad65cf975a6d938d883cfb25a50",
336
+ "signature": "4fd3c4debadce3e9ab9dec3eb45f7f5e2e3d4ad65cf975a6d938d883cfb25a50",
337
+ "affectsGlobalScope": false
338
+ },
339
+ "../../../../node_modules/@types/node/timers.d.ts": {
340
+ "version": "71ddd49185b68f27bfac127ef5d22cb2672c278e53e5370d9020ef50ca9c377d",
341
+ "signature": "71ddd49185b68f27bfac127ef5d22cb2672c278e53e5370d9020ef50ca9c377d",
342
+ "affectsGlobalScope": false
343
+ },
344
+ "../../../../node_modules/@types/node/timers/promises.d.ts": {
345
+ "version": "b1ea7a6eaa7608e0e0529aebd323b526a79c6c05a4e519ae5c779675004dcdf1",
346
+ "signature": "b1ea7a6eaa7608e0e0529aebd323b526a79c6c05a4e519ae5c779675004dcdf1",
347
+ "affectsGlobalScope": false
348
+ },
349
+ "../../../../node_modules/@types/node/tls.d.ts": {
350
+ "version": "9fcb033a6208485d8f3fadde31eb5cbcaf99149cff3e40c0dc53ebc6d0dff4e9",
351
+ "signature": "9fcb033a6208485d8f3fadde31eb5cbcaf99149cff3e40c0dc53ebc6d0dff4e9",
352
+ "affectsGlobalScope": false
353
+ },
354
+ "../../../../node_modules/@types/node/trace_events.d.ts": {
355
+ "version": "7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4",
356
+ "signature": "7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4",
357
+ "affectsGlobalScope": false
358
+ },
359
+ "../../../../node_modules/@types/node/tty.d.ts": {
360
+ "version": "9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5",
361
+ "signature": "9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5",
362
+ "affectsGlobalScope": false
363
+ },
364
+ "../../../../node_modules/@types/node/url.d.ts": {
365
+ "version": "dcc6910d95a3625fd2b0487fda055988e46ab46c357a1b3618c27b4a8dd739c9",
366
+ "signature": "dcc6910d95a3625fd2b0487fda055988e46ab46c357a1b3618c27b4a8dd739c9",
367
+ "affectsGlobalScope": false
368
+ },
369
+ "../../../../node_modules/@types/node/util.d.ts": {
370
+ "version": "f4149f1aa299474c7040a35fe8f8ac2ad078cc1b190415adc1fff3ed52d490ea",
371
+ "signature": "f4149f1aa299474c7040a35fe8f8ac2ad078cc1b190415adc1fff3ed52d490ea",
372
+ "affectsGlobalScope": false
373
+ },
374
+ "../../../../node_modules/@types/node/util/types.d.ts": {
375
+ "version": "3730099ed008776216268a97771de31753ef71e0a7d0ec650f588cba2a06ce44",
376
+ "signature": "3730099ed008776216268a97771de31753ef71e0a7d0ec650f588cba2a06ce44",
377
+ "affectsGlobalScope": false
378
+ },
379
+ "../../../../node_modules/@types/node/v8.d.ts": {
380
+ "version": "8d649dbc429d7139a1d9a14ea2bf8af1dc089e0a879447539587463d4b6c248c",
381
+ "signature": "8d649dbc429d7139a1d9a14ea2bf8af1dc089e0a879447539587463d4b6c248c",
382
+ "affectsGlobalScope": false
383
+ },
384
+ "../../../../node_modules/@types/node/vm.d.ts": {
385
+ "version": "60c9e27816ec8ac8df7240598bb086e95b47edfb454c5cbf4003c812e0ed6e39",
386
+ "signature": "60c9e27816ec8ac8df7240598bb086e95b47edfb454c5cbf4003c812e0ed6e39",
387
+ "affectsGlobalScope": false
388
+ },
389
+ "../../../../node_modules/@types/node/worker_threads.d.ts": {
390
+ "version": "e361aecf17fc4034b4c122a1564471cdcd22ef3a51407803cb5a5fc020c04d02",
391
+ "signature": "e361aecf17fc4034b4c122a1564471cdcd22ef3a51407803cb5a5fc020c04d02",
392
+ "affectsGlobalScope": false
393
+ },
394
+ "../../../../node_modules/@types/node/zlib.d.ts": {
395
+ "version": "4926467de88a92a4fc9971d8c6f21b91eca1c0e7fc2a46cc4638ab9440c73875",
396
+ "signature": "4926467de88a92a4fc9971d8c6f21b91eca1c0e7fc2a46cc4638ab9440c73875",
397
+ "affectsGlobalScope": false
398
+ },
399
+ "../../../../node_modules/@types/node/globals.global.d.ts": {
400
+ "version": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
401
+ "signature": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
402
+ "affectsGlobalScope": true
403
+ },
404
+ "../../../../node_modules/@types/node/wasi.d.ts": {
405
+ "version": "fc0ae4a8ad3c762b96f9d2c3700cb879a373458cb0bf3175478e3b4f85f7ef2f",
406
+ "signature": "fc0ae4a8ad3c762b96f9d2c3700cb879a373458cb0bf3175478e3b4f85f7ef2f",
407
+ "affectsGlobalScope": false
408
+ },
409
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts": {
410
+ "version": "fabbec378e1ddd86fcf2662e716c2b8318acedb664ee3a4cba6f9e8ee8269cf1",
411
+ "signature": "fabbec378e1ddd86fcf2662e716c2b8318acedb664ee3a4cba6f9e8ee8269cf1",
412
+ "affectsGlobalScope": false
413
+ },
414
+ "../../../../node_modules/@types/node/assert.d.ts": {
415
+ "version": "b3593bd345ebea5e4d0a894c03251a3774b34df3d6db57075c18e089a599ba76",
416
+ "signature": "b3593bd345ebea5e4d0a894c03251a3774b34df3d6db57075c18e089a599ba76",
417
+ "affectsGlobalScope": false
418
+ },
419
+ "../../../../node_modules/@types/node/base.d.ts": {
420
+ "version": "e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b",
421
+ "signature": "e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b",
422
+ "affectsGlobalScope": false
423
+ },
424
+ "../../../../node_modules/@types/node/index.d.ts": {
425
+ "version": "efd55e8ca79171bf26c0d0e30221cb8ee1f5a31dd0c791ec4b2e886f42bab124",
426
+ "signature": "efd55e8ca79171bf26c0d0e30221cb8ee1f5a31dd0c791ec4b2e886f42bab124",
427
+ "affectsGlobalScope": false
428
+ },
429
+ "../node_modules/@holochain/client/lib/types.d.ts": {
430
+ "version": "994b37dda662609cffc51ea02c1ab7f7562da5736e6f8c818cc1e238250a8e4b",
431
+ "signature": "994b37dda662609cffc51ea02c1ab7f7562da5736e6f8c818cc1e238250a8e4b",
432
+ "affectsGlobalScope": false
433
+ },
434
+ "../node_modules/@holochain/client/lib/hdk/capabilities.d.ts": {
435
+ "version": "2c0a077e287dc06e736845ff1f2c2dd93c9cb5d58430109368871f8a32d2dc1c",
436
+ "signature": "2c0a077e287dc06e736845ff1f2c2dd93c9cb5d58430109368871f8a32d2dc1c",
437
+ "affectsGlobalScope": false
438
+ },
439
+ "../node_modules/@holochain/client/lib/hdk/entry.d.ts": {
440
+ "version": "31d568942df403a34ef5de85b2a9fd4ab520036d50edb52f40364a1c37b7995a",
441
+ "signature": "31d568942df403a34ef5de85b2a9fd4ab520036d50edb52f40364a1c37b7995a",
442
+ "affectsGlobalScope": false
443
+ },
444
+ "../node_modules/@holochain/client/lib/hdk/header.d.ts": {
445
+ "version": "e7752f47c4bea1d9c23d759a4b392563a24f68eb27e6c8840556332bfb07c7b3",
446
+ "signature": "e7752f47c4bea1d9c23d759a4b392563a24f68eb27e6c8840556332bfb07c7b3",
447
+ "affectsGlobalScope": false
448
+ },
449
+ "../node_modules/@holochain/client/lib/hdk/dht-ops.d.ts": {
450
+ "version": "5d278f33033bbdbd51ea7c242af025ff1a356189a7c0c9afc76a3e3e3d16f390",
451
+ "signature": "5d278f33033bbdbd51ea7c242af025ff1a356189a7c0c9afc76a3e3e3d16f390",
452
+ "affectsGlobalScope": false
453
+ },
454
+ "../node_modules/@holochain/client/lib/hdk/index.d.ts": {
455
+ "version": "e5c8c3464874a34f4834c163bad0e15e682ff8659a7f20b39b43eba1a764a4c4",
456
+ "signature": "e5c8c3464874a34f4834c163bad0e15e682ff8659a7f20b39b43eba1a764a4c4",
457
+ "affectsGlobalScope": false
458
+ },
459
+ "../node_modules/@holochain/client/lib/api/common.d.ts": {
460
+ "version": "899bdb5c21f4a072eaccc0025dad7164d9613fe0bcf895da9966b28232c86642",
461
+ "signature": "899bdb5c21f4a072eaccc0025dad7164d9613fe0bcf895da9966b28232c86642",
462
+ "affectsGlobalScope": false
463
+ },
464
+ "../node_modules/@holochain/client/lib/api/admin/types.d.ts": {
465
+ "version": "af8165669bc6bff83871296889627a3f16050a73c9a963b3e56afba2ce4a7d19",
466
+ "signature": "af8165669bc6bff83871296889627a3f16050a73c9a963b3e56afba2ce4a7d19",
467
+ "affectsGlobalScope": false
468
+ },
469
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts": {
470
+ "version": "de277c67790951196ea64bb341b2cf684a9319ae4dac61c1d62280b5371598bb",
471
+ "signature": "de277c67790951196ea64bb341b2cf684a9319ae4dac61c1d62280b5371598bb",
472
+ "affectsGlobalScope": false
473
+ },
474
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts": {
475
+ "version": "82bfd19ccee3f4011bf212b0f9e1d0499f0786fab5f86a0f3569f6801ff42a4f",
476
+ "signature": "82bfd19ccee3f4011bf212b0f9e1d0499f0786fab5f86a0f3569f6801ff42a4f",
477
+ "affectsGlobalScope": false
478
+ },
479
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts": {
480
+ "version": "63a15e7728d66c25dcda587653da8ff5ce043f5421d410c4badcc570f4099ca5",
481
+ "signature": "63a15e7728d66c25dcda587653da8ff5ce043f5421d410c4badcc570f4099ca5",
482
+ "affectsGlobalScope": false
483
+ },
484
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts": {
485
+ "version": "caf8319cf6b9f1222b9c64bb6c032c813baff2d318babd9f4d3e5ed4a5483097",
486
+ "signature": "caf8319cf6b9f1222b9c64bb6c032c813baff2d318babd9f4d3e5ed4a5483097",
487
+ "affectsGlobalScope": false
488
+ },
489
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts": {
490
+ "version": "4125dd17616c9165b69b6ff00912d864f91784d1d4a23abbcf9d441d5d2187c7",
491
+ "signature": "4125dd17616c9165b69b6ff00912d864f91784d1d4a23abbcf9d441d5d2187c7",
492
+ "affectsGlobalScope": false
493
+ },
494
+ "../../../../node_modules/@msgpack/msgpack/dist/utils/stream.d.ts": {
495
+ "version": "3d76bf12d97ef4ed9b0803ae602b67f035b55cc4de355958c4ed3cba83319739",
496
+ "signature": "3d76bf12d97ef4ed9b0803ae602b67f035b55cc4de355958c4ed3cba83319739",
497
+ "affectsGlobalScope": false
498
+ },
499
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts": {
500
+ "version": "949700d15ab233ecdee218dd51712fc18e31754b979b4fdf22ddffdeeff48597",
501
+ "signature": "949700d15ab233ecdee218dd51712fc18e31754b979b4fdf22ddffdeeff48597",
502
+ "affectsGlobalScope": false
503
+ },
504
+ "../../../../node_modules/@msgpack/msgpack/dist/CachedKeyDecoder.d.ts": {
505
+ "version": "c10bc11463f1636f0130dfcc06c7e41908f250defdf1ee17c517654f014a8b32",
506
+ "signature": "c10bc11463f1636f0130dfcc06c7e41908f250defdf1ee17c517654f014a8b32",
507
+ "affectsGlobalScope": false
508
+ },
509
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts": {
510
+ "version": "a1cb94c6153c05aa74a2fffcc2b9f2bae8ad1d597bed2aad2939adaffaa6bfb0",
511
+ "signature": "a1cb94c6153c05aa74a2fffcc2b9f2bae8ad1d597bed2aad2939adaffaa6bfb0",
512
+ "affectsGlobalScope": false
513
+ },
514
+ "../../../../node_modules/@msgpack/msgpack/dist/DecodeError.d.ts": {
515
+ "version": "92d336c64a358427c66973be728c8af7c3181cf2e766423ca6bde047d703668a",
516
+ "signature": "92d336c64a358427c66973be728c8af7c3181cf2e766423ca6bde047d703668a",
517
+ "affectsGlobalScope": false
518
+ },
519
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts": {
520
+ "version": "b496d3a0a30241c090f947cf28863f21d81d46fa6bed00752125e2799887a869",
521
+ "signature": "b496d3a0a30241c090f947cf28863f21d81d46fa6bed00752125e2799887a869",
522
+ "affectsGlobalScope": false
523
+ },
524
+ "../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts": {
525
+ "version": "0fa539c59b06154da34b1d44195089399bb6f0f86092dd8761a35339518dc2ca",
526
+ "signature": "0fa539c59b06154da34b1d44195089399bb6f0f86092dd8761a35339518dc2ca",
527
+ "affectsGlobalScope": false
528
+ },
529
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts": {
530
+ "version": "1a457f9367ba9f1ef13f9a7b90581c2260385da2530aca1317e5e6b40201c4b4",
531
+ "signature": "1a457f9367ba9f1ef13f9a7b90581c2260385da2530aca1317e5e6b40201c4b4",
532
+ "affectsGlobalScope": false
533
+ },
534
+ "../../../../node_modules/@types/ws/index.d.ts": {
535
+ "version": "bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31",
536
+ "signature": "bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31",
537
+ "affectsGlobalScope": false
538
+ },
539
+ "../../../../node_modules/isomorphic-ws/index.d.ts": {
540
+ "version": "1442a75050bad91356b11dcea6dfb877154d1f2e00f863a9b17ba5e903659503",
541
+ "signature": "1442a75050bad91356b11dcea6dfb877154d1f2e00f863a9b17ba5e903659503",
542
+ "affectsGlobalScope": false
543
+ },
544
+ "../node_modules/@holochain/client/lib/api/app/types.d.ts": {
545
+ "version": "9e7f48ca9914451a1d42a45fd6e310122dc087c6f182660a878c251898d63886",
546
+ "signature": "9e7f48ca9914451a1d42a45fd6e310122dc087c6f182660a878c251898d63886",
547
+ "affectsGlobalScope": false
548
+ },
549
+ "../node_modules/@holochain/client/lib/api/client.d.ts": {
550
+ "version": "d13b51b20d0c65f4acc216d09fcf768e70503130c5e4ab871fe67debfd9c2e30",
551
+ "signature": "d13b51b20d0c65f4acc216d09fcf768e70503130c5e4ab871fe67debfd9c2e30",
552
+ "affectsGlobalScope": false
553
+ },
554
+ "../node_modules/@holochain/client/lib/api/admin/websocket.d.ts": {
555
+ "version": "b959c3a020de55298e7b3ea8d9252d0c032f9f3d67811a1280a395c56e296c03",
556
+ "signature": "b959c3a020de55298e7b3ea8d9252d0c032f9f3d67811a1280a395c56e296c03",
557
+ "affectsGlobalScope": false
558
+ },
559
+ "../node_modules/@holochain/client/lib/api/admin/index.d.ts": {
560
+ "version": "e76069367e6b1580fe09b6c14dc0e477df342f2758cb5570ae8cd06caa6188cf",
561
+ "signature": "e76069367e6b1580fe09b6c14dc0e477df342f2758cb5570ae8cd06caa6188cf",
562
+ "affectsGlobalScope": false
563
+ },
564
+ "../node_modules/@holochain/client/lib/api/app/websocket.d.ts": {
565
+ "version": "4e187c203cc335482d0074a4ccc348f850b17746eb3cca1cfb10073d6c906ec3",
566
+ "signature": "4e187c203cc335482d0074a4ccc348f850b17746eb3cca1cfb10073d6c906ec3",
567
+ "affectsGlobalScope": false
568
+ },
569
+ "../node_modules/@holochain/client/lib/api/app/index.d.ts": {
570
+ "version": "e76069367e6b1580fe09b6c14dc0e477df342f2758cb5570ae8cd06caa6188cf",
571
+ "signature": "e76069367e6b1580fe09b6c14dc0e477df342f2758cb5570ae8cd06caa6188cf",
572
+ "affectsGlobalScope": false
573
+ },
574
+ "../node_modules/@holochain/client/lib/api/index.d.ts": {
575
+ "version": "57e95e0108e2343c6c37b56a215f59c08a05134d05b663bd1f697761ce15cd75",
576
+ "signature": "57e95e0108e2343c6c37b56a215f59c08a05134d05b663bd1f697761ce15cd75",
577
+ "affectsGlobalScope": false
578
+ },
579
+ "../node_modules/@holochain/client/lib/bundle.d.ts": {
580
+ "version": "19d3ff5dc871c6ecfc123a8fb5077800f7d3e63ff31389ecd545f03cc8a228c5",
581
+ "signature": "19d3ff5dc871c6ecfc123a8fb5077800f7d3e63ff31389ecd545f03cc8a228c5",
582
+ "affectsGlobalScope": false
583
+ },
584
+ "../node_modules/@holochain/client/lib/index.d.ts": {
585
+ "version": "f97f1938b8e2931a431b6c5fae1ccf69963dad98b62641789f0e1a42580ab863",
586
+ "signature": "f97f1938b8e2931a431b6c5fae1ccf69963dad98b62641789f0e1a42580ab863",
587
+ "affectsGlobalScope": false
588
+ },
589
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts": {
590
+ "version": "53b14d3733ff28f047c64c6d846e57ce6b2bc44b74b58b5e01439ea7a85175a3",
591
+ "signature": "53b14d3733ff28f047c64c6d846e57ce6b2bc44b74b58b5e01439ea7a85175a3",
592
+ "affectsGlobalScope": false
593
+ },
594
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": {
595
+ "version": "0e0b6570736f25721ae5400832a01b318fd07acfdaa9f956f8a131b34330c5df",
596
+ "signature": "0e0b6570736f25721ae5400832a01b318fd07acfdaa9f956f8a131b34330c5df",
597
+ "affectsGlobalScope": false
598
+ },
599
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": {
600
+ "version": "f4dd3bd3a04c9c8b3cb4ff1c53ad01c86464a7c3229eb149940a8ae840481842",
601
+ "signature": "f4dd3bd3a04c9c8b3cb4ff1c53ad01c86464a7c3229eb149940a8ae840481842",
602
+ "affectsGlobalScope": false
603
+ },
604
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": {
605
+ "version": "e8bb7317064679be7cf6f86d08f8c98e05bbf713a969f8bfef76813e81ee59db",
606
+ "signature": "e8bb7317064679be7cf6f86d08f8c98e05bbf713a969f8bfef76813e81ee59db",
607
+ "affectsGlobalScope": false
608
+ },
609
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": {
610
+ "version": "8717b0f40e1f2edc20642733bf36ff9ac58a37f098dd034ad54aaf1fb57b24f6",
611
+ "signature": "8717b0f40e1f2edc20642733bf36ff9ac58a37f098dd034ad54aaf1fb57b24f6",
612
+ "affectsGlobalScope": false
613
+ },
614
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": {
615
+ "version": "358096ed1d27655c411abb904d76cab56a908c3b3b91cebc2abf16083893e1d8",
616
+ "signature": "358096ed1d27655c411abb904d76cab56a908c3b3b91cebc2abf16083893e1d8",
617
+ "affectsGlobalScope": false
618
+ },
619
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts": {
620
+ "version": "f59f328f3396478c9662f3afb3a312e727d521d7334c2b0d122b1dac1b49eddc",
621
+ "signature": "f59f328f3396478c9662f3afb3a312e727d521d7334c2b0d122b1dac1b49eddc",
622
+ "affectsGlobalScope": false
623
+ },
624
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts": {
625
+ "version": "994b37dda662609cffc51ea02c1ab7f7562da5736e6f8c818cc1e238250a8e4b",
626
+ "signature": "994b37dda662609cffc51ea02c1ab7f7562da5736e6f8c818cc1e238250a8e4b",
627
+ "affectsGlobalScope": false
628
+ },
629
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts": {
630
+ "version": "5e2dbfbce58447d2d3a5e98304a86e76e0cc17d78712f1174d53dc9a41dc0053",
631
+ "signature": "5e2dbfbce58447d2d3a5e98304a86e76e0cc17d78712f1174d53dc9a41dc0053",
632
+ "affectsGlobalScope": false
633
+ },
634
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts": {
635
+ "version": "8c9fbc7050cae835ceb07156ff60d0644bba19d90a8e3bc752484eabc8436168",
636
+ "signature": "8c9fbc7050cae835ceb07156ff60d0644bba19d90a8e3bc752484eabc8436168",
637
+ "affectsGlobalScope": false
638
+ },
639
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts": {
640
+ "version": "4532ee3a9128428b3b607d697a4d5522cb04a36f0a6b7ca0a8614dbb8a748290",
641
+ "signature": "4532ee3a9128428b3b607d697a4d5522cb04a36f0a6b7ca0a8614dbb8a748290",
642
+ "affectsGlobalScope": false
643
+ },
644
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts": {
645
+ "version": "97ed545924854d36bd9cfac526940700d36567de6a3aa8398721cc113c5677e2",
646
+ "signature": "97ed545924854d36bd9cfac526940700d36567de6a3aa8398721cc113c5677e2",
647
+ "affectsGlobalScope": false
648
+ },
649
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts": {
650
+ "version": "d974b69ce5bbe8378e178f29f7e20cc0c0d01bb0f273c72be0b353612fef4972",
651
+ "signature": "d974b69ce5bbe8378e178f29f7e20cc0c0d01bb0f273c72be0b353612fef4972",
652
+ "affectsGlobalScope": false
653
+ },
654
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts": {
655
+ "version": "856c08d6c8aed132b641c0b19fe8741dc3590bb44a35b3caea04f2405423e9e4",
656
+ "signature": "856c08d6c8aed132b641c0b19fe8741dc3590bb44a35b3caea04f2405423e9e4",
657
+ "affectsGlobalScope": false
658
+ },
659
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts": {
660
+ "version": "d071e834689d107e391dd8f91ec250d6feea7faeee9f976f92a99fc08d9fdc08",
661
+ "signature": "d071e834689d107e391dd8f91ec250d6feea7faeee9f976f92a99fc08d9fdc08",
662
+ "affectsGlobalScope": false
663
+ },
664
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts": {
665
+ "version": "88b38aeda424080d428daed609691542deb90acf520110b6129b1aa510c888b2",
666
+ "signature": "88b38aeda424080d428daed609691542deb90acf520110b6129b1aa510c888b2",
667
+ "affectsGlobalScope": false
668
+ },
669
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts": {
670
+ "version": "41a0c0d150c33529c928eca8720735c6b05fef3bb6120f623d8ff9b7776f0e76",
671
+ "signature": "41a0c0d150c33529c928eca8720735c6b05fef3bb6120f623d8ff9b7776f0e76",
672
+ "affectsGlobalScope": false
673
+ },
674
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts": {
675
+ "version": "fb8057c6d54ea8d566f9ed523bda34f44e7aac89aa1b00bf43b9267be5d250cb",
676
+ "signature": "fb8057c6d54ea8d566f9ed523bda34f44e7aac89aa1b00bf43b9267be5d250cb",
677
+ "affectsGlobalScope": false
678
+ },
679
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts": {
680
+ "version": "0d4c732d4b6312197091504d681d0cdee21f831a851a445be4fb5b380bf72785",
681
+ "signature": "0d4c732d4b6312197091504d681d0cdee21f831a851a445be4fb5b380bf72785",
682
+ "affectsGlobalScope": false
683
+ },
684
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts": {
685
+ "version": "e41ac05f0a13cf12964d97d114330a9a3f60452a97a3f7afbe00c31119e89f3f",
686
+ "signature": "e41ac05f0a13cf12964d97d114330a9a3f60452a97a3f7afbe00c31119e89f3f",
687
+ "affectsGlobalScope": false
688
+ },
689
+ "../../../../node_modules/@holochain/client/lib/index.d.ts": {
690
+ "version": "e3ff62965cb915bb5c417df20091037ddb47e5dec1367f278a2bb3bc51f4a0d1",
691
+ "signature": "e3ff62965cb915bb5c417df20091037ddb47e5dec1367f278a2bb3bc51f4a0d1",
692
+ "affectsGlobalScope": false
693
+ },
694
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts": {
695
+ "version": "14bc7671c2284ea6913549dedfbc2bc8fa19b86bac65a4672e1cde9fa9fdf6f4",
696
+ "signature": "14bc7671c2284ea6913549dedfbc2bc8fa19b86bac65a4672e1cde9fa9fdf6f4",
697
+ "affectsGlobalScope": false
698
+ },
699
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts": {
700
+ "version": "61582fd778eb52cb3b8ec84405ef338394577fe5af735b5bfa5d021e665ff135",
701
+ "signature": "61582fd778eb52cb3b8ec84405ef338394577fe5af735b5bfa5d021e665ff135",
702
+ "affectsGlobalScope": false
703
+ },
704
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts": {
705
+ "version": "7d16a211ba845f9c27c9cb3c69d10a79df7fe3a714410544d46c4d463928a623",
706
+ "signature": "7d16a211ba845f9c27c9cb3c69d10a79df7fe3a714410544d46c4d463928a623",
707
+ "affectsGlobalScope": false
708
+ },
709
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts": {
710
+ "version": "5a451e533cb787735c8da9ae232877c62c9fb5a0087539924a1d7744b3924124",
711
+ "signature": "5a451e533cb787735c8da9ae232877c62c9fb5a0087539924a1d7744b3924124",
712
+ "affectsGlobalScope": false
713
+ },
714
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts": {
715
+ "version": "ed5fc9b17a5baf69fad80d3f3aacf8026d5700ab2d9eb0f1d88b9ffc70f74a12",
716
+ "signature": "ed5fc9b17a5baf69fad80d3f3aacf8026d5700ab2d9eb0f1d88b9ffc70f74a12",
717
+ "affectsGlobalScope": false
718
+ },
719
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts": {
720
+ "version": "3bdd71a290c8264a77c458dd00478e352c50933dcc447f647f4a70b6894a715b",
721
+ "signature": "3bdd71a290c8264a77c458dd00478e352c50933dcc447f647f4a70b6894a715b",
722
+ "affectsGlobalScope": false
723
+ },
724
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts": {
725
+ "version": "85c5c389a228f1d3ebca9beb08c9b7b26d902ac0d7ab3e292678977386fbd277",
726
+ "signature": "85c5c389a228f1d3ebca9beb08c9b7b26d902ac0d7ab3e292678977386fbd277",
727
+ "affectsGlobalScope": false
728
+ },
729
+ "../src/types/change.ts": {
730
+ "version": "55d8c1daa8278ee7eb629f2ab0678e3072198eb4ec6b8689f61a80beb5063c52",
731
+ "signature": "e8b68aa2553a3762d8242a79a9d20a60c1aaa75808e77308c405d9e514f8d709",
732
+ "affectsGlobalScope": false
733
+ },
734
+ "../src/types/commit.ts": {
735
+ "version": "35f2ee216baaa12fae244a9d9ec62ea0406de39a7c7c68758fe9bc7acef607d6",
736
+ "signature": "f53f7180bb1a1d9d12ebe67dc41483ed0ff1440d321f91efa5c1f6fe7c27452b",
737
+ "affectsGlobalScope": false
738
+ },
739
+ "../src/types/folks.ts": {
740
+ "version": "9de67b5d31ad3c635d0e9b9f1d5bfba1da99e0ab647ba03ba902ec01e726da1d",
741
+ "signature": "cbaff08254201de17015d0d5a0ad6ca47dbb72da83c6435da0df8497577ac442",
742
+ "affectsGlobalScope": false
743
+ },
744
+ "../src/types/heartbeat.ts": {
745
+ "version": "ad14c2931a3cb2b46fef4aa58772fc40025054444366e92fa7393d8d2f0e1fff",
746
+ "signature": "660f6c06d5a1ef48bfa828d90e804016c8e01725d8564c5f6ba37da504492955",
747
+ "affectsGlobalScope": false
748
+ },
749
+ "../src/types/session.ts": {
750
+ "version": "ba6a8a9a2df786128209d3b56af368cfc0218a9678f64daf0a57656affd98b1a",
751
+ "signature": "be3e5e697c9ed85d636f8f20f31331a0d197591fda3860a02018048ff5d66cb0",
752
+ "affectsGlobalScope": false
753
+ },
754
+ "../src/types/sync.ts": {
755
+ "version": "20bf785dfb000d21fb9336aa35f0e94129f10605115b735ef6cc83695282f0e3",
756
+ "signature": "693c2120e10b471853207ecacf5f9a5f81965fc044303704f534be5558e01796",
757
+ "affectsGlobalScope": false
758
+ },
759
+ "../src/types/signal.ts": {
760
+ "version": "bd794b23b8a843aefb35587b6fada30a6828ab4d42edd2bcf24bef457e25a37d",
761
+ "signature": "1ff0ee9631a8bc978715d992689634d8e44bb339dc8358adebc188b74bee462c",
762
+ "affectsGlobalScope": false
763
+ },
764
+ "../src/utils.ts": {
765
+ "version": "b5d7453bd52a966cbec89eb2ce81c849df9c93385896fecb9971af66e80505b6",
766
+ "signature": "27e77a501b00f333fc7168c06575fa2972a8a13ea9aad90ca2a99df6a728f679",
767
+ "affectsGlobalScope": false
768
+ },
769
+ "../src/syn-client.ts": {
770
+ "version": "255b2a329f6bfe8b6b83b3132f0de84ac65876820fbe8ec18397dc4354a93b70",
771
+ "signature": "8afa6d25c108015900c6979cdad12a05d0e0b49f138eab203567c85dcbe009c5",
772
+ "affectsGlobalScope": false
773
+ },
774
+ "../src/index.ts": {
775
+ "version": "a3808a3c4a6f2fbd889fbc4dc305443583f6f0dc6b49b7151cfe6d975b556f73",
776
+ "signature": "a3808a3c4a6f2fbd889fbc4dc305443583f6f0dc6b49b7151cfe6d975b556f73",
777
+ "affectsGlobalScope": false
778
+ }
779
+ },
780
+ "options": {
781
+ "experimentalDecorators": true,
782
+ "preserveSymlinks": false,
783
+ "esModuleInterop": true,
784
+ "noEmitOnError": true,
785
+ "noErrorTruncation": true,
786
+ "module": 99,
787
+ "moduleResolution": 2,
788
+ "target": 4,
789
+ "isolatedModules": true,
790
+ "sourceMap": true,
791
+ "strict": true,
792
+ "skipLibCheck": true,
793
+ "forceConsistentCasingInFileNames": true,
794
+ "importsNotUsedAsValues": 2,
795
+ "types": [
796
+ "node"
797
+ ],
798
+ "noImplicitAny": false,
799
+ "resolveJsonModule": true,
800
+ "allowSyntheticDefaultImports": true,
801
+ "noImplicitThis": true,
802
+ "noUnusedLocals": true,
803
+ "noUnusedParameters": true,
804
+ "typeRoots": [
805
+ "../../../../node_modules/@types"
806
+ ],
807
+ "lib": [
808
+ "lib.es2019.d.ts",
809
+ "lib.es2015.d.ts",
810
+ "lib.dom.d.ts"
811
+ ],
812
+ "incremental": true,
813
+ "skipDefaultLibCheck": true,
814
+ "outDir": "./",
815
+ "declarationDir": "./",
816
+ "declaration": true,
817
+ "configFilePath": "../tsconfig.json"
818
+ },
819
+ "referencedMap": {
820
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts": [
821
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
822
+ ],
823
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts": [
824
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
825
+ ],
826
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts": [
827
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
828
+ ],
829
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts": [
830
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
831
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts",
832
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
833
+ ],
834
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts": [
835
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
836
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts",
837
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
838
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts",
839
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts",
840
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts"
841
+ ],
842
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts": [
843
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
844
+ ],
845
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts": [
846
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
847
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
848
+ ],
849
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts": [
850
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
851
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts",
852
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
853
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
854
+ "../../../../node_modules/@types/node/index.d.ts"
855
+ ],
856
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts": [
857
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
858
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
859
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
860
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
861
+ ],
862
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts": [
863
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
864
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts",
865
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
866
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
867
+ ],
868
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts": [
869
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
870
+ "../../../../node_modules/@types/node/index.d.ts"
871
+ ],
872
+ "../../../../node_modules/@holochain/client/lib/index.d.ts": [
873
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts",
874
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
875
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
876
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts",
877
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts",
878
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts"
879
+ ],
880
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts": [
881
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
882
+ ],
883
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts": [
884
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
885
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
886
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
887
+ ],
888
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts": [
889
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
890
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
891
+ ],
892
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts": [
893
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
894
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts"
895
+ ],
896
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts": [
897
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
898
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
899
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts",
900
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
901
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
902
+ ],
903
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts": [
904
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts",
905
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
906
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts"
907
+ ],
908
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts": [
909
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
910
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
911
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts"
912
+ ],
913
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts": [
914
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
915
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
916
+ "../../../../node_modules/isomorphic-ws/index.d.ts"
917
+ ],
918
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts": [
919
+ "../../../../node_modules/@msgpack/msgpack/dist/CachedKeyDecoder.d.ts",
920
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts"
921
+ ],
922
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts": [
923
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts"
924
+ ],
925
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts": [
926
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts"
927
+ ],
928
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts": [
929
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
930
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts"
931
+ ],
932
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts": [
933
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts",
934
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts",
935
+ "../../../../node_modules/@msgpack/msgpack/dist/utils/stream.d.ts"
936
+ ],
937
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts": [
938
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
939
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts"
940
+ ],
941
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts": [
942
+ "../../../../node_modules/@msgpack/msgpack/dist/DecodeError.d.ts",
943
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts",
944
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts",
945
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts",
946
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
947
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts",
948
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts",
949
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts",
950
+ "../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts"
951
+ ],
952
+ "../../../../node_modules/@types/node/assert/strict.d.ts": [
953
+ "../../../../node_modules/@types/node/assert.d.ts"
954
+ ],
955
+ "../../../../node_modules/@types/node/base.d.ts": [
956
+ "../../../../node_modules/@types/node/assert.d.ts",
957
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts"
958
+ ],
959
+ "../../../../node_modules/@types/node/buffer.d.ts": [
960
+ "../../../../node_modules/@types/node/buffer.d.ts",
961
+ "../../../../node_modules/@types/node/crypto.d.ts"
962
+ ],
963
+ "../../../../node_modules/@types/node/child_process.d.ts": [
964
+ "../../../../node_modules/@types/node/events.d.ts",
965
+ "../../../../node_modules/@types/node/fs.d.ts",
966
+ "../../../../node_modules/@types/node/net.d.ts",
967
+ "../../../../node_modules/@types/node/stream.d.ts"
968
+ ],
969
+ "../../../../node_modules/@types/node/cluster.d.ts": [
970
+ "../../../../node_modules/@types/node/child_process.d.ts",
971
+ "../../../../node_modules/@types/node/events.d.ts",
972
+ "../../../../node_modules/@types/node/net.d.ts"
973
+ ],
974
+ "../../../../node_modules/@types/node/console.d.ts": [
975
+ "../../../../node_modules/@types/node/util.d.ts"
976
+ ],
977
+ "../../../../node_modules/@types/node/constants.d.ts": [
978
+ "../../../../node_modules/@types/node/crypto.d.ts",
979
+ "../../../../node_modules/@types/node/fs.d.ts",
980
+ "../../../../node_modules/@types/node/os.d.ts"
981
+ ],
982
+ "../../../../node_modules/@types/node/crypto.d.ts": [
983
+ "../../../../node_modules/@types/node/stream.d.ts",
984
+ "../../../../node_modules/@types/node/tls.d.ts"
985
+ ],
986
+ "../../../../node_modules/@types/node/dgram.d.ts": [
987
+ "../../../../node_modules/@types/node/dns.d.ts",
988
+ "../../../../node_modules/@types/node/events.d.ts",
989
+ "../../../../node_modules/@types/node/net.d.ts"
990
+ ],
991
+ "../../../../node_modules/@types/node/dns.d.ts": [
992
+ "../../../../node_modules/@types/node/dns/promises.d.ts"
993
+ ],
994
+ "../../../../node_modules/@types/node/dns/promises.d.ts": [
995
+ "../../../../node_modules/@types/node/dns.d.ts"
996
+ ],
997
+ "../../../../node_modules/@types/node/domain.d.ts": [
998
+ "../../../../node_modules/@types/node/events.d.ts"
999
+ ],
1000
+ "../../../../node_modules/@types/node/events.d.ts": [
1001
+ "../../../../node_modules/@types/node/events.d.ts"
1002
+ ],
1003
+ "../../../../node_modules/@types/node/fs.d.ts": [
1004
+ "../../../../node_modules/@types/node/events.d.ts",
1005
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1006
+ "../../../../node_modules/@types/node/stream.d.ts",
1007
+ "../../../../node_modules/@types/node/url.d.ts"
1008
+ ],
1009
+ "../../../../node_modules/@types/node/fs/promises.d.ts": [
1010
+ "../../../../node_modules/@types/node/events.d.ts",
1011
+ "../../../../node_modules/@types/node/fs.d.ts",
1012
+ "../../../../node_modules/@types/node/stream.d.ts"
1013
+ ],
1014
+ "../../../../node_modules/@types/node/http.d.ts": [
1015
+ "../../../../node_modules/@types/node/net.d.ts",
1016
+ "../../../../node_modules/@types/node/stream.d.ts",
1017
+ "../../../../node_modules/@types/node/url.d.ts"
1018
+ ],
1019
+ "../../../../node_modules/@types/node/http2.d.ts": [
1020
+ "../../../../node_modules/@types/node/events.d.ts",
1021
+ "../../../../node_modules/@types/node/fs.d.ts",
1022
+ "../../../../node_modules/@types/node/http.d.ts",
1023
+ "../../../../node_modules/@types/node/net.d.ts",
1024
+ "../../../../node_modules/@types/node/stream.d.ts",
1025
+ "../../../../node_modules/@types/node/tls.d.ts",
1026
+ "../../../../node_modules/@types/node/url.d.ts"
1027
+ ],
1028
+ "../../../../node_modules/@types/node/https.d.ts": [
1029
+ "../../../../node_modules/@types/node/http.d.ts",
1030
+ "../../../../node_modules/@types/node/stream.d.ts",
1031
+ "../../../../node_modules/@types/node/tls.d.ts",
1032
+ "../../../../node_modules/@types/node/url.d.ts"
1033
+ ],
1034
+ "../../../../node_modules/@types/node/index.d.ts": [
1035
+ "../../../../node_modules/@types/node/base.d.ts"
1036
+ ],
1037
+ "../../../../node_modules/@types/node/inspector.d.ts": [
1038
+ "../../../../node_modules/@types/node/events.d.ts"
1039
+ ],
1040
+ "../../../../node_modules/@types/node/module.d.ts": [
1041
+ "../../../../node_modules/@types/node/url.d.ts"
1042
+ ],
1043
+ "../../../../node_modules/@types/node/net.d.ts": [
1044
+ "../../../../node_modules/@types/node/dns.d.ts",
1045
+ "../../../../node_modules/@types/node/events.d.ts",
1046
+ "../../../../node_modules/@types/node/stream.d.ts"
1047
+ ],
1048
+ "../../../../node_modules/@types/node/path.d.ts": [
1049
+ "../../../../node_modules/@types/node/path.d.ts"
1050
+ ],
1051
+ "../../../../node_modules/@types/node/perf_hooks.d.ts": [
1052
+ "../../../../node_modules/@types/node/async_hooks.d.ts"
1053
+ ],
1054
+ "../../../../node_modules/@types/node/process.d.ts": [
1055
+ "../../../../node_modules/@types/node/tty.d.ts"
1056
+ ],
1057
+ "../../../../node_modules/@types/node/readline.d.ts": [
1058
+ "../../../../node_modules/@types/node/events.d.ts"
1059
+ ],
1060
+ "../../../../node_modules/@types/node/repl.d.ts": [
1061
+ "../../../../node_modules/@types/node/readline.d.ts",
1062
+ "../../../../node_modules/@types/node/util.d.ts",
1063
+ "../../../../node_modules/@types/node/vm.d.ts"
1064
+ ],
1065
+ "../../../../node_modules/@types/node/stream.d.ts": [
1066
+ "../../../../node_modules/@types/node/events.d.ts",
1067
+ "../../../../node_modules/@types/node/stream/promises.d.ts"
1068
+ ],
1069
+ "../../../../node_modules/@types/node/stream/promises.d.ts": [
1070
+ "../../../../node_modules/@types/node/stream.d.ts"
1071
+ ],
1072
+ "../../../../node_modules/@types/node/timers.d.ts": [
1073
+ "../../../../node_modules/@types/node/events.d.ts"
1074
+ ],
1075
+ "../../../../node_modules/@types/node/timers/promises.d.ts": [
1076
+ "../../../../node_modules/@types/node/timers.d.ts"
1077
+ ],
1078
+ "../../../../node_modules/@types/node/tls.d.ts": [
1079
+ "../../../../node_modules/@types/node/crypto.d.ts",
1080
+ "../../../../node_modules/@types/node/net.d.ts"
1081
+ ],
1082
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts": [
1083
+ "../../../../node_modules/@types/node/assert/strict.d.ts",
1084
+ "../../../../node_modules/@types/node/async_hooks.d.ts",
1085
+ "../../../../node_modules/@types/node/buffer.d.ts",
1086
+ "../../../../node_modules/@types/node/child_process.d.ts",
1087
+ "../../../../node_modules/@types/node/cluster.d.ts",
1088
+ "../../../../node_modules/@types/node/console.d.ts",
1089
+ "../../../../node_modules/@types/node/constants.d.ts",
1090
+ "../../../../node_modules/@types/node/crypto.d.ts",
1091
+ "../../../../node_modules/@types/node/dgram.d.ts",
1092
+ "../../../../node_modules/@types/node/diagnostic_channel.d.ts",
1093
+ "../../../../node_modules/@types/node/dns.d.ts",
1094
+ "../../../../node_modules/@types/node/dns/promises.d.ts",
1095
+ "../../../../node_modules/@types/node/domain.d.ts",
1096
+ "../../../../node_modules/@types/node/events.d.ts",
1097
+ "../../../../node_modules/@types/node/fs.d.ts",
1098
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1099
+ "../../../../node_modules/@types/node/globals.d.ts",
1100
+ "../../../../node_modules/@types/node/globals.global.d.ts",
1101
+ "../../../../node_modules/@types/node/http.d.ts",
1102
+ "../../../../node_modules/@types/node/http2.d.ts",
1103
+ "../../../../node_modules/@types/node/https.d.ts",
1104
+ "../../../../node_modules/@types/node/inspector.d.ts",
1105
+ "../../../../node_modules/@types/node/module.d.ts",
1106
+ "../../../../node_modules/@types/node/net.d.ts",
1107
+ "../../../../node_modules/@types/node/os.d.ts",
1108
+ "../../../../node_modules/@types/node/path.d.ts",
1109
+ "../../../../node_modules/@types/node/perf_hooks.d.ts",
1110
+ "../../../../node_modules/@types/node/process.d.ts",
1111
+ "../../../../node_modules/@types/node/punycode.d.ts",
1112
+ "../../../../node_modules/@types/node/querystring.d.ts",
1113
+ "../../../../node_modules/@types/node/readline.d.ts",
1114
+ "../../../../node_modules/@types/node/repl.d.ts",
1115
+ "../../../../node_modules/@types/node/stream.d.ts",
1116
+ "../../../../node_modules/@types/node/stream/promises.d.ts",
1117
+ "../../../../node_modules/@types/node/string_decoder.d.ts",
1118
+ "../../../../node_modules/@types/node/timers.d.ts",
1119
+ "../../../../node_modules/@types/node/timers/promises.d.ts",
1120
+ "../../../../node_modules/@types/node/tls.d.ts",
1121
+ "../../../../node_modules/@types/node/trace_events.d.ts",
1122
+ "../../../../node_modules/@types/node/tty.d.ts",
1123
+ "../../../../node_modules/@types/node/url.d.ts",
1124
+ "../../../../node_modules/@types/node/util.d.ts",
1125
+ "../../../../node_modules/@types/node/util/types.d.ts",
1126
+ "../../../../node_modules/@types/node/v8.d.ts",
1127
+ "../../../../node_modules/@types/node/vm.d.ts",
1128
+ "../../../../node_modules/@types/node/wasi.d.ts",
1129
+ "../../../../node_modules/@types/node/worker_threads.d.ts",
1130
+ "../../../../node_modules/@types/node/zlib.d.ts"
1131
+ ],
1132
+ "../../../../node_modules/@types/node/tty.d.ts": [
1133
+ "../../../../node_modules/@types/node/net.d.ts"
1134
+ ],
1135
+ "../../../../node_modules/@types/node/url.d.ts": [
1136
+ "../../../../node_modules/@types/node/querystring.d.ts"
1137
+ ],
1138
+ "../../../../node_modules/@types/node/util.d.ts": [
1139
+ "../../../../node_modules/@types/node/util/types.d.ts"
1140
+ ],
1141
+ "../../../../node_modules/@types/node/v8.d.ts": [
1142
+ "../../../../node_modules/@types/node/stream.d.ts"
1143
+ ],
1144
+ "../../../../node_modules/@types/node/worker_threads.d.ts": [
1145
+ "../../../../node_modules/@types/node/buffer.d.ts",
1146
+ "../../../../node_modules/@types/node/crypto.d.ts",
1147
+ "../../../../node_modules/@types/node/events.d.ts",
1148
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1149
+ "../../../../node_modules/@types/node/perf_hooks.d.ts",
1150
+ "../../../../node_modules/@types/node/stream.d.ts",
1151
+ "../../../../node_modules/@types/node/url.d.ts",
1152
+ "../../../../node_modules/@types/node/vm.d.ts"
1153
+ ],
1154
+ "../../../../node_modules/@types/node/zlib.d.ts": [
1155
+ "../../../../node_modules/@types/node/stream.d.ts"
1156
+ ],
1157
+ "../../../../node_modules/@types/ws/index.d.ts": [
1158
+ "../../../../node_modules/@types/node/events.d.ts",
1159
+ "../../../../node_modules/@types/node/http.d.ts",
1160
+ "../../../../node_modules/@types/node/https.d.ts",
1161
+ "../../../../node_modules/@types/node/index.d.ts",
1162
+ "../../../../node_modules/@types/node/net.d.ts",
1163
+ "../../../../node_modules/@types/node/stream.d.ts",
1164
+ "../../../../node_modules/@types/node/tls.d.ts",
1165
+ "../../../../node_modules/@types/node/url.d.ts",
1166
+ "../../../../node_modules/@types/node/zlib.d.ts"
1167
+ ],
1168
+ "../../../../node_modules/isomorphic-ws/index.d.ts": [
1169
+ "../../../../node_modules/@types/ws/index.d.ts"
1170
+ ],
1171
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts": [
1172
+ "../node_modules/@holochain/client/lib/index.d.ts"
1173
+ ],
1174
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": [
1175
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
1176
+ "../node_modules/@holochain/client/lib/index.d.ts"
1177
+ ],
1178
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": [
1179
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
1180
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
1181
+ "../node_modules/@holochain/client/lib/index.d.ts"
1182
+ ],
1183
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": [
1184
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
1185
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
1186
+ "../node_modules/@holochain/client/lib/index.d.ts"
1187
+ ],
1188
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": [
1189
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
1190
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
1191
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
1192
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts"
1193
+ ],
1194
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": [
1195
+ "../node_modules/@holochain/client/lib/index.d.ts"
1196
+ ],
1197
+ "../node_modules/@holochain/client/lib/api/admin/index.d.ts": [
1198
+ "../node_modules/@holochain/client/lib/api/admin/types.d.ts",
1199
+ "../node_modules/@holochain/client/lib/api/admin/websocket.d.ts"
1200
+ ],
1201
+ "../node_modules/@holochain/client/lib/api/admin/types.d.ts": [
1202
+ "../../../../node_modules/@types/node/index.d.ts",
1203
+ "../node_modules/@holochain/client/lib/api/common.d.ts",
1204
+ "../node_modules/@holochain/client/lib/hdk/index.d.ts",
1205
+ "../node_modules/@holochain/client/lib/types.d.ts"
1206
+ ],
1207
+ "../node_modules/@holochain/client/lib/api/admin/websocket.d.ts": [
1208
+ "../node_modules/@holochain/client/lib/api/admin/types.d.ts",
1209
+ "../node_modules/@holochain/client/lib/api/client.d.ts",
1210
+ "../node_modules/@holochain/client/lib/api/common.d.ts"
1211
+ ],
1212
+ "../node_modules/@holochain/client/lib/api/app/index.d.ts": [
1213
+ "../node_modules/@holochain/client/lib/api/app/types.d.ts",
1214
+ "../node_modules/@holochain/client/lib/api/app/websocket.d.ts"
1215
+ ],
1216
+ "../node_modules/@holochain/client/lib/api/app/types.d.ts": [
1217
+ "../node_modules/@holochain/client/lib/api/admin/index.d.ts",
1218
+ "../node_modules/@holochain/client/lib/api/common.d.ts",
1219
+ "../node_modules/@holochain/client/lib/hdk/capabilities.d.ts",
1220
+ "../node_modules/@holochain/client/lib/types.d.ts"
1221
+ ],
1222
+ "../node_modules/@holochain/client/lib/api/app/websocket.d.ts": [
1223
+ "../node_modules/@holochain/client/lib/api/app/types.d.ts",
1224
+ "../node_modules/@holochain/client/lib/api/client.d.ts",
1225
+ "../node_modules/@holochain/client/lib/api/common.d.ts",
1226
+ "../node_modules/@holochain/client/lib/types.d.ts"
1227
+ ],
1228
+ "../node_modules/@holochain/client/lib/api/client.d.ts": [
1229
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
1230
+ "../../../../node_modules/isomorphic-ws/index.d.ts",
1231
+ "../node_modules/@holochain/client/lib/api/app/types.d.ts"
1232
+ ],
1233
+ "../node_modules/@holochain/client/lib/api/index.d.ts": [
1234
+ "../node_modules/@holochain/client/lib/api/admin/index.d.ts",
1235
+ "../node_modules/@holochain/client/lib/api/app/index.d.ts"
1236
+ ],
1237
+ "../node_modules/@holochain/client/lib/bundle.d.ts": [
1238
+ "../node_modules/@holochain/client/lib/api/index.d.ts",
1239
+ "../node_modules/@holochain/client/lib/types.d.ts"
1240
+ ],
1241
+ "../node_modules/@holochain/client/lib/hdk/capabilities.d.ts": [
1242
+ "../node_modules/@holochain/client/lib/types.d.ts"
1243
+ ],
1244
+ "../node_modules/@holochain/client/lib/hdk/dht-ops.d.ts": [
1245
+ "../node_modules/@holochain/client/lib/hdk/entry.d.ts",
1246
+ "../node_modules/@holochain/client/lib/hdk/header.d.ts",
1247
+ "../node_modules/@holochain/client/lib/types.d.ts"
1248
+ ],
1249
+ "../node_modules/@holochain/client/lib/hdk/entry.d.ts": [
1250
+ "../node_modules/@holochain/client/lib/hdk/capabilities.d.ts",
1251
+ "../node_modules/@holochain/client/lib/types.d.ts"
1252
+ ],
1253
+ "../node_modules/@holochain/client/lib/hdk/header.d.ts": [
1254
+ "../node_modules/@holochain/client/lib/hdk/entry.d.ts",
1255
+ "../node_modules/@holochain/client/lib/types.d.ts"
1256
+ ],
1257
+ "../node_modules/@holochain/client/lib/hdk/index.d.ts": [
1258
+ "../node_modules/@holochain/client/lib/hdk/capabilities.d.ts",
1259
+ "../node_modules/@holochain/client/lib/hdk/dht-ops.d.ts",
1260
+ "../node_modules/@holochain/client/lib/hdk/entry.d.ts",
1261
+ "../node_modules/@holochain/client/lib/hdk/header.d.ts"
1262
+ ],
1263
+ "../node_modules/@holochain/client/lib/index.d.ts": [
1264
+ "../node_modules/@holochain/client/lib/api/index.d.ts",
1265
+ "../node_modules/@holochain/client/lib/bundle.d.ts",
1266
+ "../node_modules/@holochain/client/lib/hdk/index.d.ts",
1267
+ "../node_modules/@holochain/client/lib/types.d.ts"
1268
+ ],
1269
+ "../src/index.ts": [
1270
+ "../src/syn-client.ts",
1271
+ "../src/types/change.ts",
1272
+ "../src/types/commit.ts",
1273
+ "../src/types/folks.ts",
1274
+ "../src/types/heartbeat.ts",
1275
+ "../src/types/session.ts",
1276
+ "../src/types/signal.ts",
1277
+ "../src/types/sync.ts"
1278
+ ],
1279
+ "../src/syn-client.ts": [
1280
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1281
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
1282
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
1283
+ "../src/types/change.ts",
1284
+ "../src/types/commit.ts",
1285
+ "../src/types/folks.ts",
1286
+ "../src/types/heartbeat.ts",
1287
+ "../src/types/session.ts",
1288
+ "../src/types/signal.ts",
1289
+ "../src/types/sync.ts",
1290
+ "../src/utils.ts"
1291
+ ],
1292
+ "../src/types/change.ts": [
1293
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1294
+ ],
1295
+ "../src/types/commit.ts": [
1296
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1297
+ "../src/types/change.ts"
1298
+ ],
1299
+ "../src/types/folks.ts": [
1300
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1301
+ ],
1302
+ "../src/types/heartbeat.ts": [
1303
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1304
+ ],
1305
+ "../src/types/session.ts": [
1306
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1307
+ ],
1308
+ "../src/types/signal.ts": [
1309
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1310
+ "../src/types/change.ts",
1311
+ "../src/types/commit.ts",
1312
+ "../src/types/folks.ts",
1313
+ "../src/types/heartbeat.ts",
1314
+ "../src/types/sync.ts"
1315
+ ],
1316
+ "../src/types/sync.ts": [
1317
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1318
+ "../src/types/change.ts",
1319
+ "../src/types/commit.ts"
1320
+ ],
1321
+ "../src/utils.ts": [
1322
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts"
1323
+ ]
1324
+ },
1325
+ "exportedModulesMap": {
1326
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts": [
1327
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1328
+ ],
1329
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts": [
1330
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1331
+ ],
1332
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts": [
1333
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1334
+ ],
1335
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts": [
1336
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
1337
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts",
1338
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1339
+ ],
1340
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts": [
1341
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
1342
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts",
1343
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
1344
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts",
1345
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts",
1346
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts"
1347
+ ],
1348
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts": [
1349
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1350
+ ],
1351
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts": [
1352
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
1353
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1354
+ ],
1355
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts": [
1356
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
1357
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts",
1358
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
1359
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1360
+ "../../../../node_modules/@types/node/index.d.ts"
1361
+ ],
1362
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts": [
1363
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
1364
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
1365
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
1366
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
1367
+ ],
1368
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts": [
1369
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1370
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts",
1371
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
1372
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
1373
+ ],
1374
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts": [
1375
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1376
+ "../../../../node_modules/@types/node/index.d.ts"
1377
+ ],
1378
+ "../../../../node_modules/@holochain/client/lib/index.d.ts": [
1379
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts",
1380
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
1381
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
1382
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts",
1383
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts",
1384
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts"
1385
+ ],
1386
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts": [
1387
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
1388
+ ],
1389
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts": [
1390
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1391
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
1392
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
1393
+ ],
1394
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts": [
1395
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
1396
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
1397
+ ],
1398
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts": [
1399
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1400
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts"
1401
+ ],
1402
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts": [
1403
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
1404
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1405
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts",
1406
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
1407
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
1408
+ ],
1409
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts": [
1410
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts",
1411
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
1412
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts"
1413
+ ],
1414
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts": [
1415
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
1416
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
1417
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts"
1418
+ ],
1419
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts": [
1420
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
1421
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
1422
+ "../../../../node_modules/isomorphic-ws/index.d.ts"
1423
+ ],
1424
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts": [
1425
+ "../../../../node_modules/@msgpack/msgpack/dist/CachedKeyDecoder.d.ts",
1426
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts"
1427
+ ],
1428
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts": [
1429
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts"
1430
+ ],
1431
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts": [
1432
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts"
1433
+ ],
1434
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts": [
1435
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
1436
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts"
1437
+ ],
1438
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts": [
1439
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts",
1440
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts",
1441
+ "../../../../node_modules/@msgpack/msgpack/dist/utils/stream.d.ts"
1442
+ ],
1443
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts": [
1444
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
1445
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts"
1446
+ ],
1447
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts": [
1448
+ "../../../../node_modules/@msgpack/msgpack/dist/DecodeError.d.ts",
1449
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts",
1450
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts",
1451
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts",
1452
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
1453
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts",
1454
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts",
1455
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts",
1456
+ "../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts"
1457
+ ],
1458
+ "../../../../node_modules/@types/node/assert/strict.d.ts": [
1459
+ "../../../../node_modules/@types/node/assert.d.ts"
1460
+ ],
1461
+ "../../../../node_modules/@types/node/base.d.ts": [
1462
+ "../../../../node_modules/@types/node/assert.d.ts",
1463
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts"
1464
+ ],
1465
+ "../../../../node_modules/@types/node/buffer.d.ts": [
1466
+ "../../../../node_modules/@types/node/buffer.d.ts",
1467
+ "../../../../node_modules/@types/node/crypto.d.ts"
1468
+ ],
1469
+ "../../../../node_modules/@types/node/child_process.d.ts": [
1470
+ "../../../../node_modules/@types/node/events.d.ts",
1471
+ "../../../../node_modules/@types/node/fs.d.ts",
1472
+ "../../../../node_modules/@types/node/net.d.ts",
1473
+ "../../../../node_modules/@types/node/stream.d.ts"
1474
+ ],
1475
+ "../../../../node_modules/@types/node/cluster.d.ts": [
1476
+ "../../../../node_modules/@types/node/child_process.d.ts",
1477
+ "../../../../node_modules/@types/node/events.d.ts",
1478
+ "../../../../node_modules/@types/node/net.d.ts"
1479
+ ],
1480
+ "../../../../node_modules/@types/node/console.d.ts": [
1481
+ "../../../../node_modules/@types/node/util.d.ts"
1482
+ ],
1483
+ "../../../../node_modules/@types/node/constants.d.ts": [
1484
+ "../../../../node_modules/@types/node/crypto.d.ts",
1485
+ "../../../../node_modules/@types/node/fs.d.ts",
1486
+ "../../../../node_modules/@types/node/os.d.ts"
1487
+ ],
1488
+ "../../../../node_modules/@types/node/crypto.d.ts": [
1489
+ "../../../../node_modules/@types/node/stream.d.ts",
1490
+ "../../../../node_modules/@types/node/tls.d.ts"
1491
+ ],
1492
+ "../../../../node_modules/@types/node/dgram.d.ts": [
1493
+ "../../../../node_modules/@types/node/dns.d.ts",
1494
+ "../../../../node_modules/@types/node/events.d.ts",
1495
+ "../../../../node_modules/@types/node/net.d.ts"
1496
+ ],
1497
+ "../../../../node_modules/@types/node/dns.d.ts": [
1498
+ "../../../../node_modules/@types/node/dns/promises.d.ts"
1499
+ ],
1500
+ "../../../../node_modules/@types/node/dns/promises.d.ts": [
1501
+ "../../../../node_modules/@types/node/dns.d.ts"
1502
+ ],
1503
+ "../../../../node_modules/@types/node/domain.d.ts": [
1504
+ "../../../../node_modules/@types/node/events.d.ts"
1505
+ ],
1506
+ "../../../../node_modules/@types/node/events.d.ts": [
1507
+ "../../../../node_modules/@types/node/events.d.ts"
1508
+ ],
1509
+ "../../../../node_modules/@types/node/fs.d.ts": [
1510
+ "../../../../node_modules/@types/node/events.d.ts",
1511
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1512
+ "../../../../node_modules/@types/node/stream.d.ts",
1513
+ "../../../../node_modules/@types/node/url.d.ts"
1514
+ ],
1515
+ "../../../../node_modules/@types/node/fs/promises.d.ts": [
1516
+ "../../../../node_modules/@types/node/events.d.ts",
1517
+ "../../../../node_modules/@types/node/fs.d.ts",
1518
+ "../../../../node_modules/@types/node/stream.d.ts"
1519
+ ],
1520
+ "../../../../node_modules/@types/node/http.d.ts": [
1521
+ "../../../../node_modules/@types/node/net.d.ts",
1522
+ "../../../../node_modules/@types/node/stream.d.ts",
1523
+ "../../../../node_modules/@types/node/url.d.ts"
1524
+ ],
1525
+ "../../../../node_modules/@types/node/http2.d.ts": [
1526
+ "../../../../node_modules/@types/node/events.d.ts",
1527
+ "../../../../node_modules/@types/node/fs.d.ts",
1528
+ "../../../../node_modules/@types/node/http.d.ts",
1529
+ "../../../../node_modules/@types/node/net.d.ts",
1530
+ "../../../../node_modules/@types/node/stream.d.ts",
1531
+ "../../../../node_modules/@types/node/tls.d.ts",
1532
+ "../../../../node_modules/@types/node/url.d.ts"
1533
+ ],
1534
+ "../../../../node_modules/@types/node/https.d.ts": [
1535
+ "../../../../node_modules/@types/node/http.d.ts",
1536
+ "../../../../node_modules/@types/node/stream.d.ts",
1537
+ "../../../../node_modules/@types/node/tls.d.ts",
1538
+ "../../../../node_modules/@types/node/url.d.ts"
1539
+ ],
1540
+ "../../../../node_modules/@types/node/index.d.ts": [
1541
+ "../../../../node_modules/@types/node/base.d.ts"
1542
+ ],
1543
+ "../../../../node_modules/@types/node/inspector.d.ts": [
1544
+ "../../../../node_modules/@types/node/events.d.ts"
1545
+ ],
1546
+ "../../../../node_modules/@types/node/module.d.ts": [
1547
+ "../../../../node_modules/@types/node/url.d.ts"
1548
+ ],
1549
+ "../../../../node_modules/@types/node/net.d.ts": [
1550
+ "../../../../node_modules/@types/node/dns.d.ts",
1551
+ "../../../../node_modules/@types/node/events.d.ts",
1552
+ "../../../../node_modules/@types/node/stream.d.ts"
1553
+ ],
1554
+ "../../../../node_modules/@types/node/path.d.ts": [
1555
+ "../../../../node_modules/@types/node/path.d.ts"
1556
+ ],
1557
+ "../../../../node_modules/@types/node/perf_hooks.d.ts": [
1558
+ "../../../../node_modules/@types/node/async_hooks.d.ts"
1559
+ ],
1560
+ "../../../../node_modules/@types/node/process.d.ts": [
1561
+ "../../../../node_modules/@types/node/tty.d.ts"
1562
+ ],
1563
+ "../../../../node_modules/@types/node/readline.d.ts": [
1564
+ "../../../../node_modules/@types/node/events.d.ts"
1565
+ ],
1566
+ "../../../../node_modules/@types/node/repl.d.ts": [
1567
+ "../../../../node_modules/@types/node/readline.d.ts",
1568
+ "../../../../node_modules/@types/node/util.d.ts",
1569
+ "../../../../node_modules/@types/node/vm.d.ts"
1570
+ ],
1571
+ "../../../../node_modules/@types/node/stream.d.ts": [
1572
+ "../../../../node_modules/@types/node/events.d.ts",
1573
+ "../../../../node_modules/@types/node/stream/promises.d.ts"
1574
+ ],
1575
+ "../../../../node_modules/@types/node/stream/promises.d.ts": [
1576
+ "../../../../node_modules/@types/node/stream.d.ts"
1577
+ ],
1578
+ "../../../../node_modules/@types/node/timers.d.ts": [
1579
+ "../../../../node_modules/@types/node/events.d.ts"
1580
+ ],
1581
+ "../../../../node_modules/@types/node/timers/promises.d.ts": [
1582
+ "../../../../node_modules/@types/node/timers.d.ts"
1583
+ ],
1584
+ "../../../../node_modules/@types/node/tls.d.ts": [
1585
+ "../../../../node_modules/@types/node/crypto.d.ts",
1586
+ "../../../../node_modules/@types/node/net.d.ts"
1587
+ ],
1588
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts": [
1589
+ "../../../../node_modules/@types/node/assert/strict.d.ts",
1590
+ "../../../../node_modules/@types/node/async_hooks.d.ts",
1591
+ "../../../../node_modules/@types/node/buffer.d.ts",
1592
+ "../../../../node_modules/@types/node/child_process.d.ts",
1593
+ "../../../../node_modules/@types/node/cluster.d.ts",
1594
+ "../../../../node_modules/@types/node/console.d.ts",
1595
+ "../../../../node_modules/@types/node/constants.d.ts",
1596
+ "../../../../node_modules/@types/node/crypto.d.ts",
1597
+ "../../../../node_modules/@types/node/dgram.d.ts",
1598
+ "../../../../node_modules/@types/node/diagnostic_channel.d.ts",
1599
+ "../../../../node_modules/@types/node/dns.d.ts",
1600
+ "../../../../node_modules/@types/node/dns/promises.d.ts",
1601
+ "../../../../node_modules/@types/node/domain.d.ts",
1602
+ "../../../../node_modules/@types/node/events.d.ts",
1603
+ "../../../../node_modules/@types/node/fs.d.ts",
1604
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1605
+ "../../../../node_modules/@types/node/globals.d.ts",
1606
+ "../../../../node_modules/@types/node/globals.global.d.ts",
1607
+ "../../../../node_modules/@types/node/http.d.ts",
1608
+ "../../../../node_modules/@types/node/http2.d.ts",
1609
+ "../../../../node_modules/@types/node/https.d.ts",
1610
+ "../../../../node_modules/@types/node/inspector.d.ts",
1611
+ "../../../../node_modules/@types/node/module.d.ts",
1612
+ "../../../../node_modules/@types/node/net.d.ts",
1613
+ "../../../../node_modules/@types/node/os.d.ts",
1614
+ "../../../../node_modules/@types/node/path.d.ts",
1615
+ "../../../../node_modules/@types/node/perf_hooks.d.ts",
1616
+ "../../../../node_modules/@types/node/process.d.ts",
1617
+ "../../../../node_modules/@types/node/punycode.d.ts",
1618
+ "../../../../node_modules/@types/node/querystring.d.ts",
1619
+ "../../../../node_modules/@types/node/readline.d.ts",
1620
+ "../../../../node_modules/@types/node/repl.d.ts",
1621
+ "../../../../node_modules/@types/node/stream.d.ts",
1622
+ "../../../../node_modules/@types/node/stream/promises.d.ts",
1623
+ "../../../../node_modules/@types/node/string_decoder.d.ts",
1624
+ "../../../../node_modules/@types/node/timers.d.ts",
1625
+ "../../../../node_modules/@types/node/timers/promises.d.ts",
1626
+ "../../../../node_modules/@types/node/tls.d.ts",
1627
+ "../../../../node_modules/@types/node/trace_events.d.ts",
1628
+ "../../../../node_modules/@types/node/tty.d.ts",
1629
+ "../../../../node_modules/@types/node/url.d.ts",
1630
+ "../../../../node_modules/@types/node/util.d.ts",
1631
+ "../../../../node_modules/@types/node/util/types.d.ts",
1632
+ "../../../../node_modules/@types/node/v8.d.ts",
1633
+ "../../../../node_modules/@types/node/vm.d.ts",
1634
+ "../../../../node_modules/@types/node/wasi.d.ts",
1635
+ "../../../../node_modules/@types/node/worker_threads.d.ts",
1636
+ "../../../../node_modules/@types/node/zlib.d.ts"
1637
+ ],
1638
+ "../../../../node_modules/@types/node/tty.d.ts": [
1639
+ "../../../../node_modules/@types/node/net.d.ts"
1640
+ ],
1641
+ "../../../../node_modules/@types/node/url.d.ts": [
1642
+ "../../../../node_modules/@types/node/querystring.d.ts"
1643
+ ],
1644
+ "../../../../node_modules/@types/node/util.d.ts": [
1645
+ "../../../../node_modules/@types/node/util/types.d.ts"
1646
+ ],
1647
+ "../../../../node_modules/@types/node/v8.d.ts": [
1648
+ "../../../../node_modules/@types/node/stream.d.ts"
1649
+ ],
1650
+ "../../../../node_modules/@types/node/worker_threads.d.ts": [
1651
+ "../../../../node_modules/@types/node/buffer.d.ts",
1652
+ "../../../../node_modules/@types/node/crypto.d.ts",
1653
+ "../../../../node_modules/@types/node/events.d.ts",
1654
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1655
+ "../../../../node_modules/@types/node/perf_hooks.d.ts",
1656
+ "../../../../node_modules/@types/node/stream.d.ts",
1657
+ "../../../../node_modules/@types/node/url.d.ts",
1658
+ "../../../../node_modules/@types/node/vm.d.ts"
1659
+ ],
1660
+ "../../../../node_modules/@types/node/zlib.d.ts": [
1661
+ "../../../../node_modules/@types/node/stream.d.ts"
1662
+ ],
1663
+ "../../../../node_modules/@types/ws/index.d.ts": [
1664
+ "../../../../node_modules/@types/node/events.d.ts",
1665
+ "../../../../node_modules/@types/node/http.d.ts",
1666
+ "../../../../node_modules/@types/node/https.d.ts",
1667
+ "../../../../node_modules/@types/node/index.d.ts",
1668
+ "../../../../node_modules/@types/node/net.d.ts",
1669
+ "../../../../node_modules/@types/node/stream.d.ts",
1670
+ "../../../../node_modules/@types/node/tls.d.ts",
1671
+ "../../../../node_modules/@types/node/url.d.ts",
1672
+ "../../../../node_modules/@types/node/zlib.d.ts"
1673
+ ],
1674
+ "../../../../node_modules/isomorphic-ws/index.d.ts": [
1675
+ "../../../../node_modules/@types/ws/index.d.ts"
1676
+ ],
1677
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts": [
1678
+ "../node_modules/@holochain/client/lib/index.d.ts"
1679
+ ],
1680
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": [
1681
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
1682
+ "../node_modules/@holochain/client/lib/index.d.ts"
1683
+ ],
1684
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": [
1685
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
1686
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
1687
+ "../node_modules/@holochain/client/lib/index.d.ts"
1688
+ ],
1689
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": [
1690
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
1691
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
1692
+ "../node_modules/@holochain/client/lib/index.d.ts"
1693
+ ],
1694
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": [
1695
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
1696
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
1697
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
1698
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts"
1699
+ ],
1700
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": [
1701
+ "../node_modules/@holochain/client/lib/index.d.ts"
1702
+ ],
1703
+ "../node_modules/@holochain/client/lib/api/admin/index.d.ts": [
1704
+ "../node_modules/@holochain/client/lib/api/admin/types.d.ts",
1705
+ "../node_modules/@holochain/client/lib/api/admin/websocket.d.ts"
1706
+ ],
1707
+ "../node_modules/@holochain/client/lib/api/admin/types.d.ts": [
1708
+ "../../../../node_modules/@types/node/index.d.ts",
1709
+ "../node_modules/@holochain/client/lib/api/common.d.ts",
1710
+ "../node_modules/@holochain/client/lib/hdk/index.d.ts",
1711
+ "../node_modules/@holochain/client/lib/types.d.ts"
1712
+ ],
1713
+ "../node_modules/@holochain/client/lib/api/admin/websocket.d.ts": [
1714
+ "../node_modules/@holochain/client/lib/api/admin/types.d.ts",
1715
+ "../node_modules/@holochain/client/lib/api/client.d.ts",
1716
+ "../node_modules/@holochain/client/lib/api/common.d.ts"
1717
+ ],
1718
+ "../node_modules/@holochain/client/lib/api/app/index.d.ts": [
1719
+ "../node_modules/@holochain/client/lib/api/app/types.d.ts",
1720
+ "../node_modules/@holochain/client/lib/api/app/websocket.d.ts"
1721
+ ],
1722
+ "../node_modules/@holochain/client/lib/api/app/types.d.ts": [
1723
+ "../node_modules/@holochain/client/lib/api/admin/index.d.ts",
1724
+ "../node_modules/@holochain/client/lib/api/common.d.ts",
1725
+ "../node_modules/@holochain/client/lib/hdk/capabilities.d.ts",
1726
+ "../node_modules/@holochain/client/lib/types.d.ts"
1727
+ ],
1728
+ "../node_modules/@holochain/client/lib/api/app/websocket.d.ts": [
1729
+ "../node_modules/@holochain/client/lib/api/app/types.d.ts",
1730
+ "../node_modules/@holochain/client/lib/api/client.d.ts",
1731
+ "../node_modules/@holochain/client/lib/api/common.d.ts",
1732
+ "../node_modules/@holochain/client/lib/types.d.ts"
1733
+ ],
1734
+ "../node_modules/@holochain/client/lib/api/client.d.ts": [
1735
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
1736
+ "../../../../node_modules/isomorphic-ws/index.d.ts",
1737
+ "../node_modules/@holochain/client/lib/api/app/types.d.ts"
1738
+ ],
1739
+ "../node_modules/@holochain/client/lib/api/index.d.ts": [
1740
+ "../node_modules/@holochain/client/lib/api/admin/index.d.ts",
1741
+ "../node_modules/@holochain/client/lib/api/app/index.d.ts"
1742
+ ],
1743
+ "../node_modules/@holochain/client/lib/bundle.d.ts": [
1744
+ "../node_modules/@holochain/client/lib/api/index.d.ts",
1745
+ "../node_modules/@holochain/client/lib/types.d.ts"
1746
+ ],
1747
+ "../node_modules/@holochain/client/lib/hdk/capabilities.d.ts": [
1748
+ "../node_modules/@holochain/client/lib/types.d.ts"
1749
+ ],
1750
+ "../node_modules/@holochain/client/lib/hdk/dht-ops.d.ts": [
1751
+ "../node_modules/@holochain/client/lib/hdk/entry.d.ts",
1752
+ "../node_modules/@holochain/client/lib/hdk/header.d.ts",
1753
+ "../node_modules/@holochain/client/lib/types.d.ts"
1754
+ ],
1755
+ "../node_modules/@holochain/client/lib/hdk/entry.d.ts": [
1756
+ "../node_modules/@holochain/client/lib/hdk/capabilities.d.ts",
1757
+ "../node_modules/@holochain/client/lib/types.d.ts"
1758
+ ],
1759
+ "../node_modules/@holochain/client/lib/hdk/header.d.ts": [
1760
+ "../node_modules/@holochain/client/lib/hdk/entry.d.ts",
1761
+ "../node_modules/@holochain/client/lib/types.d.ts"
1762
+ ],
1763
+ "../node_modules/@holochain/client/lib/hdk/index.d.ts": [
1764
+ "../node_modules/@holochain/client/lib/hdk/capabilities.d.ts",
1765
+ "../node_modules/@holochain/client/lib/hdk/dht-ops.d.ts",
1766
+ "../node_modules/@holochain/client/lib/hdk/entry.d.ts",
1767
+ "../node_modules/@holochain/client/lib/hdk/header.d.ts"
1768
+ ],
1769
+ "../node_modules/@holochain/client/lib/index.d.ts": [
1770
+ "../node_modules/@holochain/client/lib/api/index.d.ts",
1771
+ "../node_modules/@holochain/client/lib/bundle.d.ts",
1772
+ "../node_modules/@holochain/client/lib/hdk/index.d.ts",
1773
+ "../node_modules/@holochain/client/lib/types.d.ts"
1774
+ ],
1775
+ "../src/index.ts": [
1776
+ "../src/syn-client.ts",
1777
+ "../src/types/change.ts",
1778
+ "../src/types/commit.ts",
1779
+ "../src/types/folks.ts",
1780
+ "../src/types/heartbeat.ts",
1781
+ "../src/types/session.ts",
1782
+ "../src/types/signal.ts",
1783
+ "../src/types/sync.ts"
1784
+ ],
1785
+ "../src/syn-client.ts": [
1786
+ "../../../../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
1787
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1788
+ "../src/types/change.ts",
1789
+ "../src/types/commit.ts",
1790
+ "../src/types/folks.ts",
1791
+ "../src/types/heartbeat.ts",
1792
+ "../src/types/session.ts",
1793
+ "../src/types/signal.ts",
1794
+ "../src/types/sync.ts"
1795
+ ],
1796
+ "../src/types/change.ts": [
1797
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1798
+ ],
1799
+ "../src/types/commit.ts": [
1800
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1801
+ "../src/types/change.ts"
1802
+ ],
1803
+ "../src/types/folks.ts": [
1804
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1805
+ ],
1806
+ "../src/types/heartbeat.ts": [
1807
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1808
+ ],
1809
+ "../src/types/session.ts": [
1810
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1811
+ ],
1812
+ "../src/types/signal.ts": [
1813
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1814
+ "../src/types/change.ts",
1815
+ "../src/types/commit.ts",
1816
+ "../src/types/folks.ts",
1817
+ "../src/types/heartbeat.ts",
1818
+ "../src/types/sync.ts"
1819
+ ],
1820
+ "../src/types/sync.ts": [
1821
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1822
+ "../src/types/change.ts",
1823
+ "../src/types/commit.ts"
1824
+ ]
1825
+ },
1826
+ "semanticDiagnosticsPerFile": [
1827
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
1828
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts",
1829
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
1830
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts",
1831
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1832
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts",
1833
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts",
1834
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts",
1835
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
1836
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
1837
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts",
1838
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
1839
+ "../../../../node_modules/@holochain/client/lib/index.d.ts",
1840
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
1841
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1842
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts",
1843
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
1844
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts",
1845
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts",
1846
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts",
1847
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts",
1848
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts",
1849
+ "../../../../node_modules/@msgpack/msgpack/dist/CachedKeyDecoder.d.ts",
1850
+ "../../../../node_modules/@msgpack/msgpack/dist/DecodeError.d.ts",
1851
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts",
1852
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts",
1853
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts",
1854
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
1855
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts",
1856
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts",
1857
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts",
1858
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts",
1859
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
1860
+ "../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts",
1861
+ "../../../../node_modules/@msgpack/msgpack/dist/utils/stream.d.ts",
1862
+ "../../../../node_modules/@types/node/assert.d.ts",
1863
+ "../../../../node_modules/@types/node/assert/strict.d.ts",
1864
+ "../../../../node_modules/@types/node/async_hooks.d.ts",
1865
+ "../../../../node_modules/@types/node/base.d.ts",
1866
+ "../../../../node_modules/@types/node/buffer.d.ts",
1867
+ "../../../../node_modules/@types/node/child_process.d.ts",
1868
+ "../../../../node_modules/@types/node/cluster.d.ts",
1869
+ "../../../../node_modules/@types/node/console.d.ts",
1870
+ "../../../../node_modules/@types/node/constants.d.ts",
1871
+ "../../../../node_modules/@types/node/crypto.d.ts",
1872
+ "../../../../node_modules/@types/node/dgram.d.ts",
1873
+ "../../../../node_modules/@types/node/diagnostic_channel.d.ts",
1874
+ "../../../../node_modules/@types/node/dns.d.ts",
1875
+ "../../../../node_modules/@types/node/dns/promises.d.ts",
1876
+ "../../../../node_modules/@types/node/domain.d.ts",
1877
+ "../../../../node_modules/@types/node/events.d.ts",
1878
+ "../../../../node_modules/@types/node/fs.d.ts",
1879
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1880
+ "../../../../node_modules/@types/node/globals.d.ts",
1881
+ "../../../../node_modules/@types/node/globals.global.d.ts",
1882
+ "../../../../node_modules/@types/node/http.d.ts",
1883
+ "../../../../node_modules/@types/node/http2.d.ts",
1884
+ "../../../../node_modules/@types/node/https.d.ts",
1885
+ "../../../../node_modules/@types/node/index.d.ts",
1886
+ "../../../../node_modules/@types/node/inspector.d.ts",
1887
+ "../../../../node_modules/@types/node/module.d.ts",
1888
+ "../../../../node_modules/@types/node/net.d.ts",
1889
+ "../../../../node_modules/@types/node/os.d.ts",
1890
+ "../../../../node_modules/@types/node/path.d.ts",
1891
+ "../../../../node_modules/@types/node/perf_hooks.d.ts",
1892
+ "../../../../node_modules/@types/node/process.d.ts",
1893
+ "../../../../node_modules/@types/node/punycode.d.ts",
1894
+ "../../../../node_modules/@types/node/querystring.d.ts",
1895
+ "../../../../node_modules/@types/node/readline.d.ts",
1896
+ "../../../../node_modules/@types/node/repl.d.ts",
1897
+ "../../../../node_modules/@types/node/stream.d.ts",
1898
+ "../../../../node_modules/@types/node/stream/promises.d.ts",
1899
+ "../../../../node_modules/@types/node/string_decoder.d.ts",
1900
+ "../../../../node_modules/@types/node/timers.d.ts",
1901
+ "../../../../node_modules/@types/node/timers/promises.d.ts",
1902
+ "../../../../node_modules/@types/node/tls.d.ts",
1903
+ "../../../../node_modules/@types/node/trace_events.d.ts",
1904
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts",
1905
+ "../../../../node_modules/@types/node/tty.d.ts",
1906
+ "../../../../node_modules/@types/node/url.d.ts",
1907
+ "../../../../node_modules/@types/node/util.d.ts",
1908
+ "../../../../node_modules/@types/node/util/types.d.ts",
1909
+ "../../../../node_modules/@types/node/v8.d.ts",
1910
+ "../../../../node_modules/@types/node/vm.d.ts",
1911
+ "../../../../node_modules/@types/node/wasi.d.ts",
1912
+ "../../../../node_modules/@types/node/worker_threads.d.ts",
1913
+ "../../../../node_modules/@types/node/zlib.d.ts",
1914
+ "../../../../node_modules/@types/ws/index.d.ts",
1915
+ "../../../../node_modules/isomorphic-ws/index.d.ts",
1916
+ "../../../../node_modules/typescript/lib/lib.dom.d.ts",
1917
+ "../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts",
1918
+ "../../../../node_modules/typescript/lib/lib.es2015.core.d.ts",
1919
+ "../../../../node_modules/typescript/lib/lib.es2015.d.ts",
1920
+ "../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts",
1921
+ "../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
1922
+ "../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts",
1923
+ "../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
1924
+ "../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
1925
+ "../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
1926
+ "../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
1927
+ "../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
1928
+ "../../../../node_modules/typescript/lib/lib.es2016.d.ts",
1929
+ "../../../../node_modules/typescript/lib/lib.es2017.d.ts",
1930
+ "../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts",
1931
+ "../../../../node_modules/typescript/lib/lib.es2017.object.d.ts",
1932
+ "../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
1933
+ "../../../../node_modules/typescript/lib/lib.es2017.string.d.ts",
1934
+ "../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
1935
+ "../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
1936
+ "../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
1937
+ "../../../../node_modules/typescript/lib/lib.es2018.d.ts",
1938
+ "../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts",
1939
+ "../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts",
1940
+ "../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
1941
+ "../../../../node_modules/typescript/lib/lib.es2019.array.d.ts",
1942
+ "../../../../node_modules/typescript/lib/lib.es2019.d.ts",
1943
+ "../../../../node_modules/typescript/lib/lib.es2019.object.d.ts",
1944
+ "../../../../node_modules/typescript/lib/lib.es2019.string.d.ts",
1945
+ "../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts",
1946
+ "../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
1947
+ "../../../../node_modules/typescript/lib/lib.es5.d.ts",
1948
+ "../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts",
1949
+ "../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
1950
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
1951
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
1952
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts",
1953
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
1954
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
1955
+ "../node_modules/@holochain/client/lib/api/admin/index.d.ts",
1956
+ "../node_modules/@holochain/client/lib/api/admin/types.d.ts",
1957
+ "../node_modules/@holochain/client/lib/api/admin/websocket.d.ts",
1958
+ "../node_modules/@holochain/client/lib/api/app/index.d.ts",
1959
+ "../node_modules/@holochain/client/lib/api/app/types.d.ts",
1960
+ "../node_modules/@holochain/client/lib/api/app/websocket.d.ts",
1961
+ "../node_modules/@holochain/client/lib/api/client.d.ts",
1962
+ "../node_modules/@holochain/client/lib/api/common.d.ts",
1963
+ "../node_modules/@holochain/client/lib/api/index.d.ts",
1964
+ "../node_modules/@holochain/client/lib/bundle.d.ts",
1965
+ "../node_modules/@holochain/client/lib/hdk/capabilities.d.ts",
1966
+ "../node_modules/@holochain/client/lib/hdk/dht-ops.d.ts",
1967
+ "../node_modules/@holochain/client/lib/hdk/entry.d.ts",
1968
+ "../node_modules/@holochain/client/lib/hdk/header.d.ts",
1969
+ "../node_modules/@holochain/client/lib/hdk/index.d.ts",
1970
+ "../node_modules/@holochain/client/lib/index.d.ts",
1971
+ "../node_modules/@holochain/client/lib/types.d.ts",
1972
+ "../src/index.ts",
1973
+ "../src/syn-client.ts",
1974
+ "../src/types/change.ts",
1975
+ "../src/types/commit.ts",
1976
+ "../src/types/folks.ts",
1977
+ "../src/types/heartbeat.ts",
1978
+ "../src/types/session.ts",
1979
+ "../src/types/signal.ts",
1980
+ "../src/types/sync.ts",
1981
+ "../src/utils.ts"
1982
+ ]
1983
+ },
1984
+ "version": "4.2.4"
1985
+ }