@astrox/connection 0.0.37 → 0.0.41
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.
- package/lib/cjs/connections/baseConnection.d.ts +1 -1
- package/lib/cjs/connections/baseConnection.js +9 -7
- package/lib/cjs/connections/baseConnection.js.map +1 -1
- package/lib/cjs/connections/ledgerConnection.d.ts +2 -1
- package/lib/cjs/connections/ledgerConnection.js +3 -2
- package/lib/cjs/connections/ledgerConnection.js.map +1 -1
- package/lib/cjs/ic/icAuthClient.js +8 -8
- package/lib/cjs/ic/icAuthClient.js.map +1 -1
- package/lib/cjs/ic/icConnect.d.ts +7 -5
- package/lib/cjs/ic/icConnect.js +55 -50
- package/lib/cjs/ic/icConnect.js.map +1 -1
- package/lib/cjs/ic/icStorage.d.ts +7 -7
- package/lib/cjs/ic/icStorage.js +20 -20
- package/lib/cjs/ic/icStorage.js.map +1 -1
- package/lib/cjs/services/history/rosseta.js +8 -51
- package/lib/cjs/services/history/rosseta.js.map +1 -1
- package/lib/cjs/types/index.d.ts +1 -0
- package/lib/cjs/types/index.js.map +1 -1
- package/lib/esm/connections/baseConnection.d.ts +1 -1
- package/lib/esm/connections/baseConnection.js +9 -7
- package/lib/esm/connections/baseConnection.js.map +1 -1
- package/lib/esm/connections/ledgerConnection.d.ts +2 -1
- package/lib/esm/connections/ledgerConnection.js +3 -2
- package/lib/esm/connections/ledgerConnection.js.map +1 -1
- package/lib/esm/ic/icAuthClient.js +9 -9
- package/lib/esm/ic/icAuthClient.js.map +1 -1
- package/lib/esm/ic/icConnect.d.ts +7 -5
- package/lib/esm/ic/icConnect.js +55 -50
- package/lib/esm/ic/icConnect.js.map +1 -1
- package/lib/esm/ic/icStorage.d.ts +7 -7
- package/lib/esm/ic/icStorage.js +18 -18
- package/lib/esm/ic/icStorage.js.map +1 -1
- package/lib/esm/services/history/rosseta.js +9 -52
- package/lib/esm/services/history/rosseta.js.map +1 -1
- package/lib/esm/types/index.d.ts +1 -0
- package/lib/esm/types/index.js.map +1 -1
- package/lib/tsconfig-cjs.tsbuildinfo +364 -337
- package/lib/tsconfig.tsbuildinfo +364 -337
- package/package.json +5 -3
@@ -1,187 +1,187 @@
|
|
1
1
|
{
|
2
2
|
"program": {
|
3
3
|
"fileInfos": {
|
4
|
-
"../../../node_modules
|
4
|
+
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
|
5
5
|
"version": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
|
6
6
|
"signature": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
|
7
7
|
"affectsGlobalScope": true
|
8
8
|
},
|
9
|
-
"../../../node_modules
|
9
|
+
"../../../node_modules/typescript/lib/lib.es2015.d.ts": {
|
10
10
|
"version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
|
11
11
|
"signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
|
12
12
|
"affectsGlobalScope": false
|
13
13
|
},
|
14
|
-
"../../../node_modules
|
14
|
+
"../../../node_modules/typescript/lib/lib.es2016.d.ts": {
|
15
15
|
"version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
|
16
16
|
"signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
|
17
17
|
"affectsGlobalScope": false
|
18
18
|
},
|
19
|
-
"../../../node_modules
|
19
|
+
"../../../node_modules/typescript/lib/lib.es2017.d.ts": {
|
20
20
|
"version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
|
21
21
|
"signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
|
22
22
|
"affectsGlobalScope": false
|
23
23
|
},
|
24
|
-
"../../../node_modules
|
24
|
+
"../../../node_modules/typescript/lib/lib.es2018.d.ts": {
|
25
25
|
"version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
|
26
26
|
"signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
|
27
27
|
"affectsGlobalScope": false
|
28
28
|
},
|
29
|
-
"../../../node_modules
|
29
|
+
"../../../node_modules/typescript/lib/lib.es2019.d.ts": {
|
30
30
|
"version": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
|
31
31
|
"signature": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
|
32
32
|
"affectsGlobalScope": false
|
33
33
|
},
|
34
|
-
"../../../node_modules
|
34
|
+
"../../../node_modules/typescript/lib/lib.es2020.d.ts": {
|
35
35
|
"version": "94b4108552f078722078d7c4a010ca4851063882f6c0c51a1468aa7a39aed4b3",
|
36
36
|
"signature": "94b4108552f078722078d7c4a010ca4851063882f6c0c51a1468aa7a39aed4b3",
|
37
37
|
"affectsGlobalScope": false
|
38
38
|
},
|
39
|
-
"../../../node_modules
|
39
|
+
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
|
40
40
|
"version": "9affb0a2ddc57df5b8174c0af96c288d697a262e5bc9ca1f544c999dc64a91e6",
|
41
41
|
"signature": "9affb0a2ddc57df5b8174c0af96c288d697a262e5bc9ca1f544c999dc64a91e6",
|
42
42
|
"affectsGlobalScope": true
|
43
43
|
},
|
44
|
-
"../../../node_modules
|
44
|
+
"../../../node_modules/typescript/lib/lib.es2015.core.d.ts": {
|
45
45
|
"version": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
|
46
46
|
"signature": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
|
47
47
|
"affectsGlobalScope": true
|
48
48
|
},
|
49
|
-
"../../../node_modules
|
49
|
+
"../../../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
|
50
50
|
"version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
|
51
51
|
"signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
|
52
52
|
"affectsGlobalScope": true
|
53
53
|
},
|
54
|
-
"../../../node_modules
|
54
|
+
"../../../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
|
55
55
|
"version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
|
56
56
|
"signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
|
57
57
|
"affectsGlobalScope": true
|
58
58
|
},
|
59
|
-
"../../../node_modules
|
59
|
+
"../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
|
60
60
|
"version": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
|
61
61
|
"signature": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
|
62
62
|
"affectsGlobalScope": true
|
63
63
|
},
|
64
|
-
"../../../node_modules
|
64
|
+
"../../../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
|
65
65
|
"version": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
|
66
66
|
"signature": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
|
67
67
|
"affectsGlobalScope": true
|
68
68
|
},
|
69
|
-
"../../../node_modules
|
69
|
+
"../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
|
70
70
|
"version": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
|
71
71
|
"signature": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
|
72
72
|
"affectsGlobalScope": true
|
73
73
|
},
|
74
|
-
"../../../node_modules
|
74
|
+
"../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
|
75
75
|
"version": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
|
76
76
|
"signature": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
|
77
77
|
"affectsGlobalScope": true
|
78
78
|
},
|
79
|
-
"../../../node_modules
|
79
|
+
"../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
|
80
80
|
"version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
|
81
81
|
"signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
|
82
82
|
"affectsGlobalScope": true
|
83
83
|
},
|
84
|
-
"../../../node_modules
|
84
|
+
"../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
|
85
85
|
"version": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
|
86
86
|
"signature": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
|
87
87
|
"affectsGlobalScope": true
|
88
88
|
},
|
89
|
-
"../../../node_modules
|
89
|
+
"../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
|
90
90
|
"version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
|
91
91
|
"signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
|
92
92
|
"affectsGlobalScope": true
|
93
93
|
},
|
94
|
-
"../../../node_modules
|
94
|
+
"../../../node_modules/typescript/lib/lib.es2017.object.d.ts": {
|
95
95
|
"version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
|
96
96
|
"signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
|
97
97
|
"affectsGlobalScope": true
|
98
98
|
},
|
99
|
-
"../../../node_modules
|
99
|
+
"../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
|
100
100
|
"version": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
|
101
101
|
"signature": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
|
102
102
|
"affectsGlobalScope": true
|
103
103
|
},
|
104
|
-
"../../../node_modules
|
104
|
+
"../../../node_modules/typescript/lib/lib.es2017.string.d.ts": {
|
105
105
|
"version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
|
106
106
|
"signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
|
107
107
|
"affectsGlobalScope": true
|
108
108
|
},
|
109
|
-
"../../../node_modules
|
109
|
+
"../../../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
|
110
110
|
"version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
|
111
111
|
"signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
|
112
112
|
"affectsGlobalScope": true
|
113
113
|
},
|
114
|
-
"../../../node_modules
|
114
|
+
"../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
|
115
115
|
"version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
|
116
116
|
"signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
|
117
117
|
"affectsGlobalScope": true
|
118
118
|
},
|
119
|
-
"../../../node_modules
|
119
|
+
"../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
|
120
120
|
"version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
|
121
121
|
"signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
|
122
122
|
"affectsGlobalScope": true
|
123
123
|
},
|
124
|
-
"../../../node_modules
|
124
|
+
"../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
|
125
125
|
"version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
|
126
126
|
"signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
|
127
127
|
"affectsGlobalScope": true
|
128
128
|
},
|
129
|
-
"../../../node_modules
|
129
|
+
"../../../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
|
130
130
|
"version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
|
131
131
|
"signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
|
132
132
|
"affectsGlobalScope": true
|
133
133
|
},
|
134
|
-
"../../../node_modules
|
134
|
+
"../../../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
|
135
135
|
"version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
|
136
136
|
"signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
|
137
137
|
"affectsGlobalScope": true
|
138
138
|
},
|
139
|
-
"../../../node_modules
|
139
|
+
"../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
|
140
140
|
"version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
|
141
141
|
"signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
|
142
142
|
"affectsGlobalScope": true
|
143
143
|
},
|
144
|
-
"../../../node_modules
|
144
|
+
"../../../node_modules/typescript/lib/lib.es2019.array.d.ts": {
|
145
145
|
"version": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
|
146
146
|
"signature": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
|
147
147
|
"affectsGlobalScope": true
|
148
148
|
},
|
149
|
-
"../../../node_modules
|
149
|
+
"../../../node_modules/typescript/lib/lib.es2019.object.d.ts": {
|
150
150
|
"version": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
|
151
151
|
"signature": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
|
152
152
|
"affectsGlobalScope": true
|
153
153
|
},
|
154
|
-
"../../../node_modules
|
154
|
+
"../../../node_modules/typescript/lib/lib.es2019.string.d.ts": {
|
155
155
|
"version": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
|
156
156
|
"signature": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
|
157
157
|
"affectsGlobalScope": true
|
158
158
|
},
|
159
|
-
"../../../node_modules
|
159
|
+
"../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts": {
|
160
160
|
"version": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
|
161
161
|
"signature": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
|
162
162
|
"affectsGlobalScope": true
|
163
163
|
},
|
164
|
-
"../../../node_modules
|
164
|
+
"../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
|
165
165
|
"version": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
|
166
166
|
"signature": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
|
167
167
|
"affectsGlobalScope": true
|
168
168
|
},
|
169
|
-
"../../../node_modules
|
169
|
+
"../../../node_modules/typescript/lib/lib.es2020.promise.d.ts": {
|
170
170
|
"version": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
|
171
171
|
"signature": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
|
172
172
|
"affectsGlobalScope": true
|
173
173
|
},
|
174
|
-
"../../../node_modules
|
174
|
+
"../../../node_modules/typescript/lib/lib.es2020.string.d.ts": {
|
175
175
|
"version": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
|
176
176
|
"signature": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
|
177
177
|
"affectsGlobalScope": true
|
178
178
|
},
|
179
|
-
"../../../node_modules
|
179
|
+
"../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": {
|
180
180
|
"version": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
|
181
181
|
"signature": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
|
182
182
|
"affectsGlobalScope": true
|
183
183
|
},
|
184
|
-
"../../../node_modules
|
184
|
+
"../../../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
|
185
185
|
"version": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
|
186
186
|
"signature": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
|
187
187
|
"affectsGlobalScope": true
|
@@ -377,12 +377,12 @@
|
|
377
377
|
"affectsGlobalScope": false
|
378
378
|
},
|
379
379
|
"../src/ic/icstorage.ts": {
|
380
|
-
"version": "
|
381
|
-
"signature": "
|
380
|
+
"version": "9a9a193bf1029a0781302517256789bdfd189462fb21b90d9150a9954b4c9854",
|
381
|
+
"signature": "b88f8891575880541b7508894a5b929b484269c5e0e35b2721825dc9de809a5e",
|
382
382
|
"affectsGlobalScope": false
|
383
383
|
},
|
384
384
|
"../src/ic/icauthclient.ts": {
|
385
|
-
"version": "
|
385
|
+
"version": "c2fd503c064a1470ebd50b1df6eedae725c2f5ce51ef1f8a6cc5dbcc84d4519e",
|
386
386
|
"signature": "9dde7ceba13f1b005ee820e9976834ee51771113443c14cde94fa6479549a55c",
|
387
387
|
"affectsGlobalScope": false
|
388
388
|
},
|
@@ -407,8 +407,8 @@
|
|
407
407
|
"affectsGlobalScope": false
|
408
408
|
},
|
409
409
|
"../node_modules/buffer/index.d.ts": {
|
410
|
-
"version": "
|
411
|
-
"signature": "
|
410
|
+
"version": "4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188",
|
411
|
+
"signature": "4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188",
|
412
412
|
"affectsGlobalScope": false
|
413
413
|
},
|
414
414
|
"../node_modules/@types/node/assert.d.ts": {
|
@@ -682,13 +682,13 @@
|
|
682
682
|
"affectsGlobalScope": false
|
683
683
|
},
|
684
684
|
"../src/connections/ledgerconnection.ts": {
|
685
|
-
"version": "
|
686
|
-
"signature": "
|
685
|
+
"version": "79e049ed80c9d84542c3191dfb637eaab4f542ea3f9999be3b9b38fb502f1165",
|
686
|
+
"signature": "5b393a5ee3e1ffd7b99adcd6fcb66bbec97fe7b84dcd2f625cfa8be98418a961",
|
687
687
|
"affectsGlobalScope": false
|
688
688
|
},
|
689
689
|
"../src/ic/icconnect.ts": {
|
690
|
-
"version": "
|
691
|
-
"signature": "
|
690
|
+
"version": "372a5f970ed50eb8b8aa237799697867736fbb70981739e1115fef6c8c3e2fdd",
|
691
|
+
"signature": "1b062a1fb3cde6f4b906f2be865140e37ae92f701236a298a1069fd777f5b46e",
|
692
692
|
"affectsGlobalScope": true
|
693
693
|
},
|
694
694
|
"../src/ic/index.ts": {
|
@@ -697,13 +697,13 @@
|
|
697
697
|
"affectsGlobalScope": false
|
698
698
|
},
|
699
699
|
"../src/types/index.ts": {
|
700
|
-
"version": "
|
701
|
-
"signature": "
|
700
|
+
"version": "ea7df1717fe3b687b417482b97e8fcbf80fee3fd396f684471a14e7b6598e4ba",
|
701
|
+
"signature": "62d3050c102c6a5bb2c3c747845dea37238e1642ec866ce2332f1fe57792d723",
|
702
702
|
"affectsGlobalScope": false
|
703
703
|
},
|
704
704
|
"../src/connections/baseconnection.ts": {
|
705
|
-
"version": "
|
706
|
-
"signature": "
|
705
|
+
"version": "71c836ae9f6d935c3c24d520e68bebcd1f5e13d2b88c5bfd1375886515c414a3",
|
706
|
+
"signature": "a8949156188ac4cb3c00c125d6aff502f91dfcbba6108a84969f86e69ea69f86",
|
707
707
|
"affectsGlobalScope": false
|
708
708
|
},
|
709
709
|
"../src/canisters/nns-dapp.idl.js": {
|
@@ -762,141 +762,151 @@
|
|
762
762
|
"affectsGlobalScope": true
|
763
763
|
},
|
764
764
|
"../src/services/history/rosseta.ts": {
|
765
|
-
"version": "
|
765
|
+
"version": "c5f3d248e18962c9d34b1f7f1d66c1677f593d1fcc19fe27a8b085721ccbae4e",
|
766
766
|
"signature": "f4ccc63137b2164d482e52fb9b25f98c35778871b5ec22a990998b7b6844d14e",
|
767
767
|
"affectsGlobalScope": false
|
768
768
|
},
|
769
|
-
"../../../node_modules
|
770
|
-
"version": "
|
771
|
-
"signature": "
|
769
|
+
"../../../node_modules/@babel/types/lib/index.d.ts": {
|
770
|
+
"version": "2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd",
|
771
|
+
"signature": "2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd",
|
772
772
|
"affectsGlobalScope": false
|
773
773
|
},
|
774
|
-
"../../../node_modules
|
775
|
-
"version": "
|
776
|
-
"signature": "
|
774
|
+
"../../../node_modules/@types/babel__generator/index.d.ts": {
|
775
|
+
"version": "cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb",
|
776
|
+
"signature": "cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb",
|
777
777
|
"affectsGlobalScope": false
|
778
778
|
},
|
779
|
-
"../../../node_modules
|
780
|
-
"version": "
|
781
|
-
"signature": "
|
779
|
+
"../../../node_modules/@babel/parser/typings/babel-parser.d.ts": {
|
780
|
+
"version": "1a7cc144992d79b062c22ac0309c6624dbb0d49bbddff7ea3b9daa0c17bcac0a",
|
781
|
+
"signature": "1a7cc144992d79b062c22ac0309c6624dbb0d49bbddff7ea3b9daa0c17bcac0a",
|
782
782
|
"affectsGlobalScope": false
|
783
783
|
},
|
784
|
-
"../../../node_modules
|
784
|
+
"../../../node_modules/@types/babel__template/index.d.ts": {
|
785
785
|
"version": "93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9",
|
786
786
|
"signature": "93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9",
|
787
787
|
"affectsGlobalScope": false
|
788
788
|
},
|
789
|
-
"../../../node_modules
|
790
|
-
"version": "
|
791
|
-
"signature": "
|
789
|
+
"../../../node_modules/@types/babel__traverse/ts4.1/index.d.ts": {
|
790
|
+
"version": "7ec562d20173996ab057cd17eb0af2e5de5fee1b1024ef20373c105b18020346",
|
791
|
+
"signature": "7ec562d20173996ab057cd17eb0af2e5de5fee1b1024ef20373c105b18020346",
|
792
792
|
"affectsGlobalScope": false
|
793
793
|
},
|
794
|
-
"../../../node_modules
|
795
|
-
"version": "
|
796
|
-
"signature": "
|
794
|
+
"../../../node_modules/@types/babel__core/index.d.ts": {
|
795
|
+
"version": "5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3",
|
796
|
+
"signature": "5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3",
|
797
797
|
"affectsGlobalScope": false
|
798
798
|
},
|
799
|
-
"../../../node_modules
|
799
|
+
"../../../node_modules/@types/graceful-fs/index.d.ts": {
|
800
800
|
"version": "3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba",
|
801
801
|
"signature": "3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba",
|
802
802
|
"affectsGlobalScope": false
|
803
803
|
},
|
804
|
-
"../../../node_modules
|
805
|
-
"version": "
|
806
|
-
"signature": "
|
804
|
+
"../../../node_modules/@types/istanbul-lib-coverage/index.d.ts": {
|
805
|
+
"version": "8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215",
|
806
|
+
"signature": "8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215",
|
807
807
|
"affectsGlobalScope": false
|
808
808
|
},
|
809
|
-
"../../../node_modules
|
809
|
+
"../../../node_modules/@types/istanbul-lib-report/index.d.ts": {
|
810
810
|
"version": "7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee",
|
811
811
|
"signature": "7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee",
|
812
812
|
"affectsGlobalScope": false
|
813
813
|
},
|
814
|
-
"../../../node_modules
|
814
|
+
"../../../node_modules/@types/istanbul-reports/index.d.ts": {
|
815
815
|
"version": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
|
816
816
|
"signature": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
|
817
817
|
"affectsGlobalScope": false
|
818
818
|
},
|
819
|
-
"../../../node_modules
|
819
|
+
"../../../node_modules/jest-diff/build/cleanupsemantic.d.ts": {
|
820
820
|
"version": "d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322",
|
821
821
|
"signature": "d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322",
|
822
822
|
"affectsGlobalScope": false
|
823
823
|
},
|
824
|
-
"../../../node_modules
|
824
|
+
"../../../node_modules/jest-diff/build/types.d.ts": {
|
825
825
|
"version": "69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2",
|
826
826
|
"signature": "69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2",
|
827
827
|
"affectsGlobalScope": false
|
828
828
|
},
|
829
|
-
"../../../node_modules
|
829
|
+
"../../../node_modules/jest-diff/build/difflines.d.ts": {
|
830
830
|
"version": "561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9",
|
831
831
|
"signature": "561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9",
|
832
832
|
"affectsGlobalScope": false
|
833
833
|
},
|
834
|
-
"../../../node_modules
|
834
|
+
"../../../node_modules/jest-diff/build/printdiffs.d.ts": {
|
835
835
|
"version": "62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f",
|
836
836
|
"signature": "62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f",
|
837
837
|
"affectsGlobalScope": false
|
838
838
|
},
|
839
|
-
"../../../node_modules
|
839
|
+
"../../../node_modules/jest-diff/build/index.d.ts": {
|
840
840
|
"version": "b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc",
|
841
841
|
"signature": "b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc",
|
842
842
|
"affectsGlobalScope": false
|
843
843
|
},
|
844
|
-
"../../../node_modules
|
844
|
+
"../../../node_modules/pretty-format/build/types.d.ts": {
|
845
845
|
"version": "5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09",
|
846
846
|
"signature": "5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09",
|
847
847
|
"affectsGlobalScope": false
|
848
848
|
},
|
849
|
-
"../../../node_modules
|
849
|
+
"../../../node_modules/pretty-format/build/index.d.ts": {
|
850
850
|
"version": "02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",
|
851
851
|
"signature": "02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",
|
852
852
|
"affectsGlobalScope": false
|
853
853
|
},
|
854
|
-
"../../../node_modules
|
854
|
+
"../../../node_modules/@types/jest/index.d.ts": {
|
855
855
|
"version": "516a426e3960379f310107635b8f3a7e8c307c6c665080b128039d9299ec4087",
|
856
856
|
"signature": "516a426e3960379f310107635b8f3a7e8c307c6c665080b128039d9299ec4087",
|
857
857
|
"affectsGlobalScope": true
|
858
858
|
},
|
859
|
-
"../../../node_modules
|
860
|
-
"version": "
|
861
|
-
"signature": "
|
859
|
+
"../../../node_modules/@types/json-schema/index.d.ts": {
|
860
|
+
"version": "f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6",
|
861
|
+
"signature": "f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6",
|
862
862
|
"affectsGlobalScope": false
|
863
863
|
},
|
864
|
-
"../../../node_modules
|
864
|
+
"../../../node_modules/@types/ledgerhq__hw-transport/index.d.ts": {
|
865
|
+
"version": "74aadc16ec50dafaffd815c2bf5fd50f2dacde84ff126a00d834c908e9f75465",
|
866
|
+
"signature": "74aadc16ec50dafaffd815c2bf5fd50f2dacde84ff126a00d834c908e9f75465",
|
867
|
+
"affectsGlobalScope": false
|
868
|
+
},
|
869
|
+
"../../../node_modules/@types/minimatch/index.d.ts": {
|
865
870
|
"version": "8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649",
|
866
871
|
"signature": "8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649",
|
867
872
|
"affectsGlobalScope": false
|
868
873
|
},
|
869
|
-
"../../../node_modules
|
874
|
+
"../../../node_modules/@types/minimist/index.d.ts": {
|
870
875
|
"version": "209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",
|
871
876
|
"signature": "209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",
|
872
877
|
"affectsGlobalScope": false
|
873
878
|
},
|
874
|
-
"../../../node_modules
|
879
|
+
"../../../node_modules/@types/normalize-package-data/index.d.ts": {
|
875
880
|
"version": "6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a",
|
876
881
|
"signature": "6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a",
|
877
882
|
"affectsGlobalScope": false
|
878
883
|
},
|
879
|
-
"../../../node_modules
|
884
|
+
"../../../node_modules/@types/parse-json/index.d.ts": {
|
880
885
|
"version": "2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b",
|
881
886
|
"signature": "2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b",
|
882
887
|
"affectsGlobalScope": false
|
883
888
|
},
|
884
|
-
"../../../node_modules
|
885
|
-
"version": "
|
886
|
-
"signature": "
|
889
|
+
"../../../node_modules/@types/prettier/index.d.ts": {
|
890
|
+
"version": "429b6df7d7b94389bd42cfdf39bccea903acd3628498cec6172302801fbeac89",
|
891
|
+
"signature": "429b6df7d7b94389bd42cfdf39bccea903acd3628498cec6172302801fbeac89",
|
887
892
|
"affectsGlobalScope": false
|
888
893
|
},
|
889
|
-
"../../../node_modules
|
894
|
+
"../../../node_modules/@types/secp256k1/index.d.ts": {
|
895
|
+
"version": "3dce33e7eb25594863b8e615f14a45ab98190d85953436750644212d8a18c066",
|
896
|
+
"signature": "3dce33e7eb25594863b8e615f14a45ab98190d85953436750644212d8a18c066",
|
897
|
+
"affectsGlobalScope": false
|
898
|
+
},
|
899
|
+
"../../../node_modules/@types/stack-utils/index.d.ts": {
|
890
900
|
"version": "b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298",
|
891
901
|
"signature": "b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298",
|
892
902
|
"affectsGlobalScope": false
|
893
903
|
},
|
894
|
-
"../../../node_modules
|
895
|
-
"version": "
|
896
|
-
"signature": "
|
904
|
+
"../../../node_modules/@types/yargs-parser/index.d.ts": {
|
905
|
+
"version": "70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e",
|
906
|
+
"signature": "70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e",
|
897
907
|
"affectsGlobalScope": false
|
898
908
|
},
|
899
|
-
"../../../node_modules
|
909
|
+
"../../../node_modules/@types/yargs/index.d.ts": {
|
900
910
|
"version": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
|
901
911
|
"signature": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
|
902
912
|
"affectsGlobalScope": false
|
@@ -927,222 +937,230 @@
|
|
927
937
|
"configFilePath": "../tsconfig-cjs.json"
|
928
938
|
},
|
929
939
|
"referencedMap": {
|
930
|
-
"../../../node_modules
|
931
|
-
"../../../node_modules
|
940
|
+
"../../../node_modules/@babel/parser/typings/babel-parser.d.ts": [
|
941
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
932
942
|
"../node_modules/@types/node/util.d.ts"
|
933
943
|
],
|
934
|
-
"../../../node_modules
|
944
|
+
"../../../node_modules/@babel/types/lib/index.d.ts": [
|
935
945
|
"../node_modules/@types/node/util.d.ts"
|
936
946
|
],
|
937
|
-
"../../../node_modules
|
938
|
-
"../../../node_modules
|
939
|
-
"../../../node_modules
|
940
|
-
"../../../node_modules
|
941
|
-
"../../../node_modules
|
942
|
-
"../../../node_modules
|
947
|
+
"../../../node_modules/@types/babel__core/index.d.ts": [
|
948
|
+
"../../../node_modules/@babel/parser/typings/babel-parser.d.ts",
|
949
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
950
|
+
"../../../node_modules/@types/babel__generator/index.d.ts",
|
951
|
+
"../../../node_modules/@types/babel__template/index.d.ts",
|
952
|
+
"../../../node_modules/@types/babel__traverse/ts4.1/index.d.ts",
|
943
953
|
"../node_modules/@types/node/util.d.ts"
|
944
954
|
],
|
945
|
-
"../../../node_modules
|
946
|
-
"../../../node_modules
|
955
|
+
"../../../node_modules/@types/babel__generator/index.d.ts": [
|
956
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
947
957
|
"../node_modules/@types/node/util.d.ts"
|
948
958
|
],
|
949
|
-
"../../../node_modules
|
950
|
-
"../../../node_modules
|
951
|
-
"../../../node_modules
|
959
|
+
"../../../node_modules/@types/babel__template/index.d.ts": [
|
960
|
+
"../../../node_modules/@babel/parser/typings/babel-parser.d.ts",
|
961
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
952
962
|
"../node_modules/@types/node/util.d.ts"
|
953
963
|
],
|
954
|
-
"../../../node_modules
|
955
|
-
"../../../node_modules
|
964
|
+
"../../../node_modules/@types/babel__traverse/ts4.1/index.d.ts": [
|
965
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
956
966
|
"../node_modules/@types/node/util.d.ts"
|
957
967
|
],
|
958
|
-
"../../../node_modules
|
968
|
+
"../../../node_modules/@types/graceful-fs/index.d.ts": [
|
959
969
|
"../node_modules/@types/node/fs.d.ts",
|
960
970
|
"../node_modules/@types/node/index.d.ts",
|
961
971
|
"../node_modules/@types/node/util.d.ts"
|
962
972
|
],
|
963
|
-
"../../../node_modules
|
973
|
+
"../../../node_modules/@types/istanbul-lib-coverage/index.d.ts": [
|
964
974
|
"../node_modules/@types/node/util.d.ts"
|
965
975
|
],
|
966
|
-
"../../../node_modules
|
967
|
-
"../../../node_modules
|
976
|
+
"../../../node_modules/@types/istanbul-lib-report/index.d.ts": [
|
977
|
+
"../../../node_modules/@types/istanbul-lib-coverage/index.d.ts",
|
968
978
|
"../node_modules/@types/node/util.d.ts"
|
969
979
|
],
|
970
|
-
"../../../node_modules
|
971
|
-
"../../../node_modules
|
980
|
+
"../../../node_modules/@types/istanbul-reports/index.d.ts": [
|
981
|
+
"../../../node_modules/@types/istanbul-lib-report/index.d.ts",
|
972
982
|
"../node_modules/@types/node/util.d.ts"
|
973
983
|
],
|
974
|
-
"../../../node_modules
|
975
|
-
"../../../node_modules
|
976
|
-
"../../../node_modules
|
984
|
+
"../../../node_modules/@types/jest/index.d.ts": [
|
985
|
+
"../../../node_modules/jest-diff/build/index.d.ts",
|
986
|
+
"../../../node_modules/pretty-format/build/index.d.ts",
|
977
987
|
"../node_modules/@types/node/util.d.ts"
|
978
988
|
],
|
979
|
-
"../../../node_modules
|
989
|
+
"../../../node_modules/@types/json-schema/index.d.ts": [
|
980
990
|
"../node_modules/@types/node/util.d.ts"
|
981
991
|
],
|
982
|
-
"../../../node_modules
|
992
|
+
"../../../node_modules/@types/ledgerhq__hw-transport/index.d.ts": [
|
993
|
+
"../node_modules/@types/node/index.d.ts",
|
983
994
|
"../node_modules/@types/node/util.d.ts"
|
984
995
|
],
|
985
|
-
"../../../node_modules
|
996
|
+
"../../../node_modules/@types/minimatch/index.d.ts": [
|
986
997
|
"../node_modules/@types/node/util.d.ts"
|
987
998
|
],
|
988
|
-
"../../../node_modules
|
999
|
+
"../../../node_modules/@types/minimist/index.d.ts": [
|
989
1000
|
"../node_modules/@types/node/util.d.ts"
|
990
1001
|
],
|
991
|
-
"../../../node_modules
|
1002
|
+
"../../../node_modules/@types/normalize-package-data/index.d.ts": [
|
992
1003
|
"../node_modules/@types/node/util.d.ts"
|
993
1004
|
],
|
994
|
-
"../../../node_modules
|
1005
|
+
"../../../node_modules/@types/parse-json/index.d.ts": [
|
995
1006
|
"../node_modules/@types/node/util.d.ts"
|
996
1007
|
],
|
997
|
-
"../../../node_modules
|
1008
|
+
"../../../node_modules/@types/prettier/index.d.ts": [
|
998
1009
|
"../node_modules/@types/node/util.d.ts"
|
999
1010
|
],
|
1000
|
-
"../../../node_modules
|
1011
|
+
"../../../node_modules/@types/secp256k1/index.d.ts": [
|
1012
|
+
"../node_modules/@types/node/index.d.ts",
|
1013
|
+
"../node_modules/@types/node/util.d.ts"
|
1014
|
+
],
|
1015
|
+
"../../../node_modules/@types/stack-utils/index.d.ts": [
|
1001
1016
|
"../node_modules/@types/node/util.d.ts"
|
1002
1017
|
],
|
1003
|
-
"../../../node_modules
|
1004
|
-
"../../../node_modules/.pnpm/@types+yargs-parser@20.2.1/node_modules/@types/yargs-parser/index.d.ts",
|
1018
|
+
"../../../node_modules/@types/yargs-parser/index.d.ts": [
|
1005
1019
|
"../node_modules/@types/node/util.d.ts"
|
1006
1020
|
],
|
1007
|
-
"../../../node_modules
|
1021
|
+
"../../../node_modules/@types/yargs/index.d.ts": [
|
1022
|
+
"../../../node_modules/@types/yargs-parser/index.d.ts",
|
1008
1023
|
"../node_modules/@types/node/util.d.ts"
|
1009
1024
|
],
|
1010
|
-
"../../../node_modules
|
1011
|
-
"../../../node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/cleanupsemantic.d.ts",
|
1012
|
-
"../../../node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/types.d.ts",
|
1025
|
+
"../../../node_modules/jest-diff/build/cleanupsemantic.d.ts": [
|
1013
1026
|
"../node_modules/@types/node/util.d.ts"
|
1014
1027
|
],
|
1015
|
-
"../../../node_modules
|
1016
|
-
"../../../node_modules
|
1017
|
-
"../../../node_modules
|
1018
|
-
"../../../node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/printdiffs.d.ts",
|
1019
|
-
"../../../node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/types.d.ts",
|
1028
|
+
"../../../node_modules/jest-diff/build/difflines.d.ts": [
|
1029
|
+
"../../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
|
1030
|
+
"../../../node_modules/jest-diff/build/types.d.ts",
|
1020
1031
|
"../node_modules/@types/node/util.d.ts"
|
1021
1032
|
],
|
1022
|
-
"../../../node_modules
|
1023
|
-
"../../../node_modules
|
1024
|
-
"../../../node_modules
|
1033
|
+
"../../../node_modules/jest-diff/build/index.d.ts": [
|
1034
|
+
"../../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
|
1035
|
+
"../../../node_modules/jest-diff/build/difflines.d.ts",
|
1036
|
+
"../../../node_modules/jest-diff/build/printdiffs.d.ts",
|
1037
|
+
"../../../node_modules/jest-diff/build/types.d.ts",
|
1025
1038
|
"../node_modules/@types/node/util.d.ts"
|
1026
1039
|
],
|
1027
|
-
"../../../node_modules
|
1040
|
+
"../../../node_modules/jest-diff/build/printdiffs.d.ts": [
|
1041
|
+
"../../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
|
1042
|
+
"../../../node_modules/jest-diff/build/types.d.ts",
|
1028
1043
|
"../node_modules/@types/node/util.d.ts"
|
1029
1044
|
],
|
1030
|
-
"../../../node_modules
|
1031
|
-
"../../../node_modules/.pnpm/pretty-format@26.6.2/node_modules/pretty-format/build/types.d.ts",
|
1045
|
+
"../../../node_modules/jest-diff/build/types.d.ts": [
|
1032
1046
|
"../node_modules/@types/node/util.d.ts"
|
1033
1047
|
],
|
1034
|
-
"../../../node_modules
|
1048
|
+
"../../../node_modules/pretty-format/build/index.d.ts": [
|
1049
|
+
"../../../node_modules/pretty-format/build/types.d.ts",
|
1035
1050
|
"../node_modules/@types/node/util.d.ts"
|
1036
1051
|
],
|
1037
|
-
"../../../node_modules
|
1052
|
+
"../../../node_modules/pretty-format/build/types.d.ts": [
|
1038
1053
|
"../node_modules/@types/node/util.d.ts"
|
1039
1054
|
],
|
1040
|
-
"../../../node_modules
|
1055
|
+
"../../../node_modules/typescript/lib/lib.dom.d.ts": [
|
1041
1056
|
"../node_modules/@types/node/util.d.ts"
|
1042
1057
|
],
|
1043
|
-
"../../../node_modules
|
1058
|
+
"../../../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
|
1044
1059
|
"../node_modules/@types/node/util.d.ts"
|
1045
1060
|
],
|
1046
|
-
"../../../node_modules
|
1061
|
+
"../../../node_modules/typescript/lib/lib.es2015.core.d.ts": [
|
1047
1062
|
"../node_modules/@types/node/util.d.ts"
|
1048
1063
|
],
|
1049
|
-
"../../../node_modules
|
1064
|
+
"../../../node_modules/typescript/lib/lib.es2015.d.ts": [
|
1050
1065
|
"../node_modules/@types/node/util.d.ts"
|
1051
1066
|
],
|
1052
|
-
"../../../node_modules
|
1067
|
+
"../../../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
|
1053
1068
|
"../node_modules/@types/node/util.d.ts"
|
1054
1069
|
],
|
1055
|
-
"../../../node_modules
|
1070
|
+
"../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
|
1056
1071
|
"../node_modules/@types/node/util.d.ts"
|
1057
1072
|
],
|
1058
|
-
"../../../node_modules
|
1073
|
+
"../../../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
|
1059
1074
|
"../node_modules/@types/node/util.d.ts"
|
1060
1075
|
],
|
1061
|
-
"../../../node_modules
|
1076
|
+
"../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
|
1062
1077
|
"../node_modules/@types/node/util.d.ts"
|
1063
1078
|
],
|
1064
|
-
"../../../node_modules
|
1079
|
+
"../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
|
1065
1080
|
"../node_modules/@types/node/util.d.ts"
|
1066
1081
|
],
|
1067
|
-
"../../../node_modules
|
1082
|
+
"../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
|
1068
1083
|
"../node_modules/@types/node/util.d.ts"
|
1069
1084
|
],
|
1070
|
-
"../../../node_modules
|
1085
|
+
"../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
|
1071
1086
|
"../node_modules/@types/node/util.d.ts"
|
1072
1087
|
],
|
1073
|
-
"../../../node_modules
|
1088
|
+
"../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
|
1074
1089
|
"../node_modules/@types/node/util.d.ts"
|
1075
1090
|
],
|
1076
|
-
"../../../node_modules
|
1091
|
+
"../../../node_modules/typescript/lib/lib.es2016.d.ts": [
|
1077
1092
|
"../node_modules/@types/node/util.d.ts"
|
1078
1093
|
],
|
1079
|
-
"../../../node_modules
|
1094
|
+
"../../../node_modules/typescript/lib/lib.es2017.d.ts": [
|
1080
1095
|
"../node_modules/@types/node/util.d.ts"
|
1081
1096
|
],
|
1082
|
-
"../../../node_modules
|
1097
|
+
"../../../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
|
1083
1098
|
"../node_modules/@types/node/util.d.ts"
|
1084
1099
|
],
|
1085
|
-
"../../../node_modules
|
1100
|
+
"../../../node_modules/typescript/lib/lib.es2017.object.d.ts": [
|
1086
1101
|
"../node_modules/@types/node/util.d.ts"
|
1087
1102
|
],
|
1088
|
-
"../../../node_modules
|
1103
|
+
"../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
|
1089
1104
|
"../node_modules/@types/node/util.d.ts"
|
1090
1105
|
],
|
1091
|
-
"../../../node_modules
|
1106
|
+
"../../../node_modules/typescript/lib/lib.es2017.string.d.ts": [
|
1092
1107
|
"../node_modules/@types/node/util.d.ts"
|
1093
1108
|
],
|
1094
|
-
"../../../node_modules
|
1109
|
+
"../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
|
1095
1110
|
"../node_modules/@types/node/util.d.ts"
|
1096
1111
|
],
|
1097
|
-
"../../../node_modules
|
1112
|
+
"../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
|
1098
1113
|
"../node_modules/@types/node/util.d.ts"
|
1099
1114
|
],
|
1100
|
-
"../../../node_modules
|
1115
|
+
"../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
|
1101
1116
|
"../node_modules/@types/node/util.d.ts"
|
1102
1117
|
],
|
1103
|
-
"../../../node_modules
|
1118
|
+
"../../../node_modules/typescript/lib/lib.es2018.d.ts": [
|
1104
1119
|
"../node_modules/@types/node/util.d.ts"
|
1105
1120
|
],
|
1106
|
-
"../../../node_modules
|
1121
|
+
"../../../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
|
1107
1122
|
"../node_modules/@types/node/util.d.ts"
|
1108
1123
|
],
|
1109
|
-
"../../../node_modules
|
1124
|
+
"../../../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
|
1110
1125
|
"../node_modules/@types/node/util.d.ts"
|
1111
1126
|
],
|
1112
|
-
"../../../node_modules
|
1127
|
+
"../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
|
1113
1128
|
"../node_modules/@types/node/util.d.ts"
|
1114
1129
|
],
|
1115
|
-
"../../../node_modules
|
1130
|
+
"../../../node_modules/typescript/lib/lib.es2019.array.d.ts": [
|
1116
1131
|
"../node_modules/@types/node/util.d.ts"
|
1117
1132
|
],
|
1118
|
-
"../../../node_modules
|
1133
|
+
"../../../node_modules/typescript/lib/lib.es2019.d.ts": [
|
1119
1134
|
"../node_modules/@types/node/util.d.ts"
|
1120
1135
|
],
|
1121
|
-
"../../../node_modules
|
1136
|
+
"../../../node_modules/typescript/lib/lib.es2019.object.d.ts": [
|
1122
1137
|
"../node_modules/@types/node/util.d.ts"
|
1123
1138
|
],
|
1124
|
-
"../../../node_modules
|
1139
|
+
"../../../node_modules/typescript/lib/lib.es2019.string.d.ts": [
|
1125
1140
|
"../node_modules/@types/node/util.d.ts"
|
1126
1141
|
],
|
1127
|
-
"../../../node_modules
|
1142
|
+
"../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts": [
|
1128
1143
|
"../node_modules/@types/node/util.d.ts"
|
1129
1144
|
],
|
1130
|
-
"../../../node_modules
|
1145
|
+
"../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
|
1131
1146
|
"../node_modules/@types/node/util.d.ts"
|
1132
1147
|
],
|
1133
|
-
"../../../node_modules
|
1148
|
+
"../../../node_modules/typescript/lib/lib.es2020.d.ts": [
|
1134
1149
|
"../node_modules/@types/node/util.d.ts"
|
1135
1150
|
],
|
1136
|
-
"../../../node_modules
|
1151
|
+
"../../../node_modules/typescript/lib/lib.es2020.promise.d.ts": [
|
1137
1152
|
"../node_modules/@types/node/util.d.ts"
|
1138
1153
|
],
|
1139
|
-
"../../../node_modules
|
1154
|
+
"../../../node_modules/typescript/lib/lib.es2020.string.d.ts": [
|
1140
1155
|
"../node_modules/@types/node/util.d.ts"
|
1141
1156
|
],
|
1142
|
-
"../../../node_modules
|
1157
|
+
"../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": [
|
1143
1158
|
"../node_modules/@types/node/util.d.ts"
|
1144
1159
|
],
|
1145
|
-
"../../../node_modules
|
1160
|
+
"../../../node_modules/typescript/lib/lib.es5.d.ts": [
|
1161
|
+
"../node_modules/@types/node/util.d.ts"
|
1162
|
+
],
|
1163
|
+
"../../../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
|
1146
1164
|
"../node_modules/@types/node/util.d.ts"
|
1147
1165
|
],
|
1148
1166
|
"../node_modules/@dfinity/agent/lib/cjs/actor.d.ts": [
|
@@ -1752,7 +1770,6 @@
|
|
1752
1770
|
"../node_modules/@dfinity/candid/lib/cjs/idl.d.ts",
|
1753
1771
|
"../node_modules/@dfinity/identity/lib/cjs/index.d.ts",
|
1754
1772
|
"../node_modules/@dfinity/principal/lib/cjs/index.d.ts",
|
1755
|
-
"../node_modules/@types/node/console.d.ts",
|
1756
1773
|
"../node_modules/@types/node/util.d.ts",
|
1757
1774
|
"../src/connections/ledgerconnection.ts",
|
1758
1775
|
"../src/ic/icauthclient.ts",
|
@@ -1822,222 +1839,230 @@
|
|
1822
1839
|
]
|
1823
1840
|
},
|
1824
1841
|
"exportedModulesMap": {
|
1825
|
-
"../../../node_modules
|
1826
|
-
"../../../node_modules
|
1842
|
+
"../../../node_modules/@babel/parser/typings/babel-parser.d.ts": [
|
1843
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
1827
1844
|
"../node_modules/@types/node/util.d.ts"
|
1828
1845
|
],
|
1829
|
-
"../../../node_modules
|
1846
|
+
"../../../node_modules/@babel/types/lib/index.d.ts": [
|
1830
1847
|
"../node_modules/@types/node/util.d.ts"
|
1831
1848
|
],
|
1832
|
-
"../../../node_modules
|
1833
|
-
"../../../node_modules
|
1834
|
-
"../../../node_modules
|
1835
|
-
"../../../node_modules
|
1836
|
-
"../../../node_modules
|
1837
|
-
"../../../node_modules
|
1849
|
+
"../../../node_modules/@types/babel__core/index.d.ts": [
|
1850
|
+
"../../../node_modules/@babel/parser/typings/babel-parser.d.ts",
|
1851
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
1852
|
+
"../../../node_modules/@types/babel__generator/index.d.ts",
|
1853
|
+
"../../../node_modules/@types/babel__template/index.d.ts",
|
1854
|
+
"../../../node_modules/@types/babel__traverse/ts4.1/index.d.ts",
|
1838
1855
|
"../node_modules/@types/node/util.d.ts"
|
1839
1856
|
],
|
1840
|
-
"../../../node_modules
|
1841
|
-
"../../../node_modules
|
1857
|
+
"../../../node_modules/@types/babel__generator/index.d.ts": [
|
1858
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
1842
1859
|
"../node_modules/@types/node/util.d.ts"
|
1843
1860
|
],
|
1844
|
-
"../../../node_modules
|
1845
|
-
"../../../node_modules
|
1846
|
-
"../../../node_modules
|
1861
|
+
"../../../node_modules/@types/babel__template/index.d.ts": [
|
1862
|
+
"../../../node_modules/@babel/parser/typings/babel-parser.d.ts",
|
1863
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
1847
1864
|
"../node_modules/@types/node/util.d.ts"
|
1848
1865
|
],
|
1849
|
-
"../../../node_modules
|
1850
|
-
"../../../node_modules
|
1866
|
+
"../../../node_modules/@types/babel__traverse/ts4.1/index.d.ts": [
|
1867
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
1851
1868
|
"../node_modules/@types/node/util.d.ts"
|
1852
1869
|
],
|
1853
|
-
"../../../node_modules
|
1870
|
+
"../../../node_modules/@types/graceful-fs/index.d.ts": [
|
1854
1871
|
"../node_modules/@types/node/fs.d.ts",
|
1855
1872
|
"../node_modules/@types/node/index.d.ts",
|
1856
1873
|
"../node_modules/@types/node/util.d.ts"
|
1857
1874
|
],
|
1858
|
-
"../../../node_modules
|
1875
|
+
"../../../node_modules/@types/istanbul-lib-coverage/index.d.ts": [
|
1876
|
+
"../node_modules/@types/node/util.d.ts"
|
1877
|
+
],
|
1878
|
+
"../../../node_modules/@types/istanbul-lib-report/index.d.ts": [
|
1879
|
+
"../../../node_modules/@types/istanbul-lib-coverage/index.d.ts",
|
1859
1880
|
"../node_modules/@types/node/util.d.ts"
|
1860
1881
|
],
|
1861
|
-
"../../../node_modules
|
1862
|
-
"../../../node_modules
|
1882
|
+
"../../../node_modules/@types/istanbul-reports/index.d.ts": [
|
1883
|
+
"../../../node_modules/@types/istanbul-lib-report/index.d.ts",
|
1863
1884
|
"../node_modules/@types/node/util.d.ts"
|
1864
1885
|
],
|
1865
|
-
"../../../node_modules
|
1866
|
-
"../../../node_modules
|
1886
|
+
"../../../node_modules/@types/jest/index.d.ts": [
|
1887
|
+
"../../../node_modules/jest-diff/build/index.d.ts",
|
1888
|
+
"../../../node_modules/pretty-format/build/index.d.ts",
|
1867
1889
|
"../node_modules/@types/node/util.d.ts"
|
1868
1890
|
],
|
1869
|
-
"../../../node_modules
|
1870
|
-
"../../../node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/index.d.ts",
|
1871
|
-
"../../../node_modules/.pnpm/pretty-format@26.6.2/node_modules/pretty-format/build/index.d.ts",
|
1891
|
+
"../../../node_modules/@types/json-schema/index.d.ts": [
|
1872
1892
|
"../node_modules/@types/node/util.d.ts"
|
1873
1893
|
],
|
1874
|
-
"../../../node_modules
|
1894
|
+
"../../../node_modules/@types/ledgerhq__hw-transport/index.d.ts": [
|
1895
|
+
"../node_modules/@types/node/index.d.ts",
|
1896
|
+
"../node_modules/@types/node/util.d.ts"
|
1897
|
+
],
|
1898
|
+
"../../../node_modules/@types/minimatch/index.d.ts": [
|
1875
1899
|
"../node_modules/@types/node/util.d.ts"
|
1876
1900
|
],
|
1877
|
-
"../../../node_modules
|
1901
|
+
"../../../node_modules/@types/minimist/index.d.ts": [
|
1878
1902
|
"../node_modules/@types/node/util.d.ts"
|
1879
1903
|
],
|
1880
|
-
"../../../node_modules
|
1904
|
+
"../../../node_modules/@types/normalize-package-data/index.d.ts": [
|
1881
1905
|
"../node_modules/@types/node/util.d.ts"
|
1882
1906
|
],
|
1883
|
-
"../../../node_modules
|
1907
|
+
"../../../node_modules/@types/parse-json/index.d.ts": [
|
1884
1908
|
"../node_modules/@types/node/util.d.ts"
|
1885
1909
|
],
|
1886
|
-
"../../../node_modules
|
1910
|
+
"../../../node_modules/@types/prettier/index.d.ts": [
|
1887
1911
|
"../node_modules/@types/node/util.d.ts"
|
1888
1912
|
],
|
1889
|
-
"../../../node_modules
|
1913
|
+
"../../../node_modules/@types/secp256k1/index.d.ts": [
|
1914
|
+
"../node_modules/@types/node/index.d.ts",
|
1890
1915
|
"../node_modules/@types/node/util.d.ts"
|
1891
1916
|
],
|
1892
|
-
"../../../node_modules
|
1917
|
+
"../../../node_modules/@types/stack-utils/index.d.ts": [
|
1893
1918
|
"../node_modules/@types/node/util.d.ts"
|
1894
1919
|
],
|
1895
|
-
"../../../node_modules
|
1920
|
+
"../../../node_modules/@types/yargs-parser/index.d.ts": [
|
1896
1921
|
"../node_modules/@types/node/util.d.ts"
|
1897
1922
|
],
|
1898
|
-
"../../../node_modules
|
1899
|
-
"../../../node_modules
|
1923
|
+
"../../../node_modules/@types/yargs/index.d.ts": [
|
1924
|
+
"../../../node_modules/@types/yargs-parser/index.d.ts",
|
1900
1925
|
"../node_modules/@types/node/util.d.ts"
|
1901
1926
|
],
|
1902
|
-
"../../../node_modules
|
1927
|
+
"../../../node_modules/jest-diff/build/cleanupsemantic.d.ts": [
|
1903
1928
|
"../node_modules/@types/node/util.d.ts"
|
1904
1929
|
],
|
1905
|
-
"../../../node_modules
|
1906
|
-
"../../../node_modules
|
1907
|
-
"../../../node_modules
|
1930
|
+
"../../../node_modules/jest-diff/build/difflines.d.ts": [
|
1931
|
+
"../../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
|
1932
|
+
"../../../node_modules/jest-diff/build/types.d.ts",
|
1908
1933
|
"../node_modules/@types/node/util.d.ts"
|
1909
1934
|
],
|
1910
|
-
"../../../node_modules
|
1911
|
-
"../../../node_modules
|
1912
|
-
"../../../node_modules
|
1913
|
-
"../../../node_modules
|
1914
|
-
"../../../node_modules
|
1935
|
+
"../../../node_modules/jest-diff/build/index.d.ts": [
|
1936
|
+
"../../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
|
1937
|
+
"../../../node_modules/jest-diff/build/difflines.d.ts",
|
1938
|
+
"../../../node_modules/jest-diff/build/printdiffs.d.ts",
|
1939
|
+
"../../../node_modules/jest-diff/build/types.d.ts",
|
1915
1940
|
"../node_modules/@types/node/util.d.ts"
|
1916
1941
|
],
|
1917
|
-
"../../../node_modules
|
1918
|
-
"../../../node_modules
|
1919
|
-
"../../../node_modules
|
1942
|
+
"../../../node_modules/jest-diff/build/printdiffs.d.ts": [
|
1943
|
+
"../../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
|
1944
|
+
"../../../node_modules/jest-diff/build/types.d.ts",
|
1920
1945
|
"../node_modules/@types/node/util.d.ts"
|
1921
1946
|
],
|
1922
|
-
"../../../node_modules
|
1947
|
+
"../../../node_modules/jest-diff/build/types.d.ts": [
|
1923
1948
|
"../node_modules/@types/node/util.d.ts"
|
1924
1949
|
],
|
1925
|
-
"../../../node_modules
|
1926
|
-
"../../../node_modules
|
1950
|
+
"../../../node_modules/pretty-format/build/index.d.ts": [
|
1951
|
+
"../../../node_modules/pretty-format/build/types.d.ts",
|
1927
1952
|
"../node_modules/@types/node/util.d.ts"
|
1928
1953
|
],
|
1929
|
-
"../../../node_modules
|
1954
|
+
"../../../node_modules/pretty-format/build/types.d.ts": [
|
1930
1955
|
"../node_modules/@types/node/util.d.ts"
|
1931
1956
|
],
|
1932
|
-
"../../../node_modules
|
1957
|
+
"../../../node_modules/typescript/lib/lib.dom.d.ts": [
|
1933
1958
|
"../node_modules/@types/node/util.d.ts"
|
1934
1959
|
],
|
1935
|
-
"../../../node_modules
|
1960
|
+
"../../../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
|
1936
1961
|
"../node_modules/@types/node/util.d.ts"
|
1937
1962
|
],
|
1938
|
-
"../../../node_modules
|
1963
|
+
"../../../node_modules/typescript/lib/lib.es2015.core.d.ts": [
|
1939
1964
|
"../node_modules/@types/node/util.d.ts"
|
1940
1965
|
],
|
1941
|
-
"../../../node_modules
|
1966
|
+
"../../../node_modules/typescript/lib/lib.es2015.d.ts": [
|
1942
1967
|
"../node_modules/@types/node/util.d.ts"
|
1943
1968
|
],
|
1944
|
-
"../../../node_modules
|
1969
|
+
"../../../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
|
1945
1970
|
"../node_modules/@types/node/util.d.ts"
|
1946
1971
|
],
|
1947
|
-
"../../../node_modules
|
1972
|
+
"../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
|
1948
1973
|
"../node_modules/@types/node/util.d.ts"
|
1949
1974
|
],
|
1950
|
-
"../../../node_modules
|
1975
|
+
"../../../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
|
1951
1976
|
"../node_modules/@types/node/util.d.ts"
|
1952
1977
|
],
|
1953
|
-
"../../../node_modules
|
1978
|
+
"../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
|
1954
1979
|
"../node_modules/@types/node/util.d.ts"
|
1955
1980
|
],
|
1956
|
-
"../../../node_modules
|
1981
|
+
"../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
|
1957
1982
|
"../node_modules/@types/node/util.d.ts"
|
1958
1983
|
],
|
1959
|
-
"../../../node_modules
|
1984
|
+
"../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
|
1960
1985
|
"../node_modules/@types/node/util.d.ts"
|
1961
1986
|
],
|
1962
|
-
"../../../node_modules
|
1987
|
+
"../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
|
1963
1988
|
"../node_modules/@types/node/util.d.ts"
|
1964
1989
|
],
|
1965
|
-
"../../../node_modules
|
1990
|
+
"../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
|
1966
1991
|
"../node_modules/@types/node/util.d.ts"
|
1967
1992
|
],
|
1968
|
-
"../../../node_modules
|
1993
|
+
"../../../node_modules/typescript/lib/lib.es2016.d.ts": [
|
1969
1994
|
"../node_modules/@types/node/util.d.ts"
|
1970
1995
|
],
|
1971
|
-
"../../../node_modules
|
1996
|
+
"../../../node_modules/typescript/lib/lib.es2017.d.ts": [
|
1972
1997
|
"../node_modules/@types/node/util.d.ts"
|
1973
1998
|
],
|
1974
|
-
"../../../node_modules
|
1999
|
+
"../../../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
|
1975
2000
|
"../node_modules/@types/node/util.d.ts"
|
1976
2001
|
],
|
1977
|
-
"../../../node_modules
|
2002
|
+
"../../../node_modules/typescript/lib/lib.es2017.object.d.ts": [
|
1978
2003
|
"../node_modules/@types/node/util.d.ts"
|
1979
2004
|
],
|
1980
|
-
"../../../node_modules
|
2005
|
+
"../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
|
1981
2006
|
"../node_modules/@types/node/util.d.ts"
|
1982
2007
|
],
|
1983
|
-
"../../../node_modules
|
2008
|
+
"../../../node_modules/typescript/lib/lib.es2017.string.d.ts": [
|
1984
2009
|
"../node_modules/@types/node/util.d.ts"
|
1985
2010
|
],
|
1986
|
-
"../../../node_modules
|
2011
|
+
"../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
|
1987
2012
|
"../node_modules/@types/node/util.d.ts"
|
1988
2013
|
],
|
1989
|
-
"../../../node_modules
|
2014
|
+
"../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
|
1990
2015
|
"../node_modules/@types/node/util.d.ts"
|
1991
2016
|
],
|
1992
|
-
"../../../node_modules
|
2017
|
+
"../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
|
1993
2018
|
"../node_modules/@types/node/util.d.ts"
|
1994
2019
|
],
|
1995
|
-
"../../../node_modules
|
2020
|
+
"../../../node_modules/typescript/lib/lib.es2018.d.ts": [
|
1996
2021
|
"../node_modules/@types/node/util.d.ts"
|
1997
2022
|
],
|
1998
|
-
"../../../node_modules
|
2023
|
+
"../../../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
|
1999
2024
|
"../node_modules/@types/node/util.d.ts"
|
2000
2025
|
],
|
2001
|
-
"../../../node_modules
|
2026
|
+
"../../../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
|
2002
2027
|
"../node_modules/@types/node/util.d.ts"
|
2003
2028
|
],
|
2004
|
-
"../../../node_modules
|
2029
|
+
"../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
|
2005
2030
|
"../node_modules/@types/node/util.d.ts"
|
2006
2031
|
],
|
2007
|
-
"../../../node_modules
|
2032
|
+
"../../../node_modules/typescript/lib/lib.es2019.array.d.ts": [
|
2008
2033
|
"../node_modules/@types/node/util.d.ts"
|
2009
2034
|
],
|
2010
|
-
"../../../node_modules
|
2035
|
+
"../../../node_modules/typescript/lib/lib.es2019.d.ts": [
|
2011
2036
|
"../node_modules/@types/node/util.d.ts"
|
2012
2037
|
],
|
2013
|
-
"../../../node_modules
|
2038
|
+
"../../../node_modules/typescript/lib/lib.es2019.object.d.ts": [
|
2014
2039
|
"../node_modules/@types/node/util.d.ts"
|
2015
2040
|
],
|
2016
|
-
"../../../node_modules
|
2041
|
+
"../../../node_modules/typescript/lib/lib.es2019.string.d.ts": [
|
2017
2042
|
"../node_modules/@types/node/util.d.ts"
|
2018
2043
|
],
|
2019
|
-
"../../../node_modules
|
2044
|
+
"../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts": [
|
2020
2045
|
"../node_modules/@types/node/util.d.ts"
|
2021
2046
|
],
|
2022
|
-
"../../../node_modules
|
2047
|
+
"../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
|
2023
2048
|
"../node_modules/@types/node/util.d.ts"
|
2024
2049
|
],
|
2025
|
-
"../../../node_modules
|
2050
|
+
"../../../node_modules/typescript/lib/lib.es2020.d.ts": [
|
2026
2051
|
"../node_modules/@types/node/util.d.ts"
|
2027
2052
|
],
|
2028
|
-
"../../../node_modules
|
2053
|
+
"../../../node_modules/typescript/lib/lib.es2020.promise.d.ts": [
|
2029
2054
|
"../node_modules/@types/node/util.d.ts"
|
2030
2055
|
],
|
2031
|
-
"../../../node_modules
|
2056
|
+
"../../../node_modules/typescript/lib/lib.es2020.string.d.ts": [
|
2032
2057
|
"../node_modules/@types/node/util.d.ts"
|
2033
2058
|
],
|
2034
|
-
"../../../node_modules
|
2059
|
+
"../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": [
|
2035
2060
|
"../node_modules/@types/node/util.d.ts"
|
2036
2061
|
],
|
2037
|
-
"../../../node_modules
|
2062
|
+
"../../../node_modules/typescript/lib/lib.es5.d.ts": [
|
2038
2063
|
"../node_modules/@types/node/util.d.ts"
|
2039
2064
|
],
|
2040
|
-
"../../../node_modules
|
2065
|
+
"../../../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
|
2041
2066
|
"../node_modules/@types/node/util.d.ts"
|
2042
2067
|
],
|
2043
2068
|
"../node_modules/@dfinity/agent/lib/cjs/actor.d.ts": [
|
@@ -2662,70 +2687,72 @@
|
|
2662
2687
|
]
|
2663
2688
|
},
|
2664
2689
|
"semanticDiagnosticsPerFile": [
|
2665
|
-
"../../../node_modules
|
2666
|
-
"../../../node_modules
|
2667
|
-
"../../../node_modules
|
2668
|
-
"../../../node_modules
|
2669
|
-
"../../../node_modules
|
2670
|
-
"../../../node_modules
|
2671
|
-
"../../../node_modules
|
2672
|
-
"../../../node_modules
|
2673
|
-
"../../../node_modules
|
2674
|
-
"../../../node_modules
|
2675
|
-
"../../../node_modules
|
2676
|
-
"../../../node_modules
|
2677
|
-
"../../../node_modules
|
2678
|
-
"../../../node_modules
|
2679
|
-
"../../../node_modules
|
2680
|
-
"../../../node_modules
|
2681
|
-
"../../../node_modules
|
2682
|
-
"../../../node_modules
|
2683
|
-
"../../../node_modules
|
2684
|
-
"../../../node_modules
|
2685
|
-
"../../../node_modules
|
2686
|
-
"../../../node_modules
|
2687
|
-
"../../../node_modules
|
2688
|
-
"../../../node_modules
|
2689
|
-
"../../../node_modules
|
2690
|
-
"../../../node_modules
|
2691
|
-
"../../../node_modules
|
2692
|
-
"../../../node_modules
|
2693
|
-
"../../../node_modules
|
2694
|
-
"../../../node_modules
|
2695
|
-
"../../../node_modules
|
2696
|
-
"../../../node_modules
|
2697
|
-
"../../../node_modules
|
2698
|
-
"../../../node_modules
|
2699
|
-
"../../../node_modules
|
2700
|
-
"../../../node_modules
|
2701
|
-
"../../../node_modules
|
2702
|
-
"../../../node_modules
|
2703
|
-
"../../../node_modules
|
2704
|
-
"../../../node_modules
|
2705
|
-
"../../../node_modules
|
2706
|
-
"../../../node_modules
|
2707
|
-
"../../../node_modules
|
2708
|
-
"../../../node_modules
|
2709
|
-
"../../../node_modules
|
2710
|
-
"../../../node_modules
|
2711
|
-
"../../../node_modules
|
2712
|
-
"../../../node_modules
|
2713
|
-
"../../../node_modules
|
2714
|
-
"../../../node_modules
|
2715
|
-
"../../../node_modules
|
2716
|
-
"../../../node_modules
|
2717
|
-
"../../../node_modules
|
2718
|
-
"../../../node_modules
|
2719
|
-
"../../../node_modules
|
2720
|
-
"../../../node_modules
|
2721
|
-
"../../../node_modules
|
2722
|
-
"../../../node_modules
|
2723
|
-
"../../../node_modules
|
2724
|
-
"../../../node_modules
|
2725
|
-
"../../../node_modules
|
2726
|
-
"../../../node_modules
|
2727
|
-
"../../../node_modules
|
2728
|
-
"../../../node_modules
|
2690
|
+
"../../../node_modules/@babel/parser/typings/babel-parser.d.ts",
|
2691
|
+
"../../../node_modules/@babel/types/lib/index.d.ts",
|
2692
|
+
"../../../node_modules/@types/babel__core/index.d.ts",
|
2693
|
+
"../../../node_modules/@types/babel__generator/index.d.ts",
|
2694
|
+
"../../../node_modules/@types/babel__template/index.d.ts",
|
2695
|
+
"../../../node_modules/@types/babel__traverse/ts4.1/index.d.ts",
|
2696
|
+
"../../../node_modules/@types/graceful-fs/index.d.ts",
|
2697
|
+
"../../../node_modules/@types/istanbul-lib-coverage/index.d.ts",
|
2698
|
+
"../../../node_modules/@types/istanbul-lib-report/index.d.ts",
|
2699
|
+
"../../../node_modules/@types/istanbul-reports/index.d.ts",
|
2700
|
+
"../../../node_modules/@types/jest/index.d.ts",
|
2701
|
+
"../../../node_modules/@types/json-schema/index.d.ts",
|
2702
|
+
"../../../node_modules/@types/ledgerhq__hw-transport/index.d.ts",
|
2703
|
+
"../../../node_modules/@types/minimatch/index.d.ts",
|
2704
|
+
"../../../node_modules/@types/minimist/index.d.ts",
|
2705
|
+
"../../../node_modules/@types/normalize-package-data/index.d.ts",
|
2706
|
+
"../../../node_modules/@types/parse-json/index.d.ts",
|
2707
|
+
"../../../node_modules/@types/prettier/index.d.ts",
|
2708
|
+
"../../../node_modules/@types/secp256k1/index.d.ts",
|
2709
|
+
"../../../node_modules/@types/stack-utils/index.d.ts",
|
2710
|
+
"../../../node_modules/@types/yargs-parser/index.d.ts",
|
2711
|
+
"../../../node_modules/@types/yargs/index.d.ts",
|
2712
|
+
"../../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
|
2713
|
+
"../../../node_modules/jest-diff/build/difflines.d.ts",
|
2714
|
+
"../../../node_modules/jest-diff/build/index.d.ts",
|
2715
|
+
"../../../node_modules/jest-diff/build/printdiffs.d.ts",
|
2716
|
+
"../../../node_modules/jest-diff/build/types.d.ts",
|
2717
|
+
"../../../node_modules/pretty-format/build/index.d.ts",
|
2718
|
+
"../../../node_modules/pretty-format/build/types.d.ts",
|
2719
|
+
"../../../node_modules/typescript/lib/lib.dom.d.ts",
|
2720
|
+
"../../../node_modules/typescript/lib/lib.es2015.collection.d.ts",
|
2721
|
+
"../../../node_modules/typescript/lib/lib.es2015.core.d.ts",
|
2722
|
+
"../../../node_modules/typescript/lib/lib.es2015.d.ts",
|
2723
|
+
"../../../node_modules/typescript/lib/lib.es2015.generator.d.ts",
|
2724
|
+
"../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
2725
|
+
"../../../node_modules/typescript/lib/lib.es2015.promise.d.ts",
|
2726
|
+
"../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
|
2727
|
+
"../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
|
2728
|
+
"../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
|
2729
|
+
"../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
2730
|
+
"../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
|
2731
|
+
"../../../node_modules/typescript/lib/lib.es2016.d.ts",
|
2732
|
+
"../../../node_modules/typescript/lib/lib.es2017.d.ts",
|
2733
|
+
"../../../node_modules/typescript/lib/lib.es2017.intl.d.ts",
|
2734
|
+
"../../../node_modules/typescript/lib/lib.es2017.object.d.ts",
|
2735
|
+
"../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
|
2736
|
+
"../../../node_modules/typescript/lib/lib.es2017.string.d.ts",
|
2737
|
+
"../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
|
2738
|
+
"../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
|
2739
|
+
"../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
|
2740
|
+
"../../../node_modules/typescript/lib/lib.es2018.d.ts",
|
2741
|
+
"../../../node_modules/typescript/lib/lib.es2018.intl.d.ts",
|
2742
|
+
"../../../node_modules/typescript/lib/lib.es2018.promise.d.ts",
|
2743
|
+
"../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
|
2744
|
+
"../../../node_modules/typescript/lib/lib.es2019.array.d.ts",
|
2745
|
+
"../../../node_modules/typescript/lib/lib.es2019.d.ts",
|
2746
|
+
"../../../node_modules/typescript/lib/lib.es2019.object.d.ts",
|
2747
|
+
"../../../node_modules/typescript/lib/lib.es2019.string.d.ts",
|
2748
|
+
"../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts",
|
2749
|
+
"../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
|
2750
|
+
"../../../node_modules/typescript/lib/lib.es2020.d.ts",
|
2751
|
+
"../../../node_modules/typescript/lib/lib.es2020.promise.d.ts",
|
2752
|
+
"../../../node_modules/typescript/lib/lib.es2020.string.d.ts",
|
2753
|
+
"../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts",
|
2754
|
+
"../../../node_modules/typescript/lib/lib.es5.d.ts",
|
2755
|
+
"../../../node_modules/typescript/lib/lib.esnext.intl.d.ts",
|
2729
2756
|
"../node_modules/@dfinity/agent/lib/cjs/actor.d.ts",
|
2730
2757
|
"../node_modules/@dfinity/agent/lib/cjs/agent/api.d.ts",
|
2731
2758
|
"../node_modules/@dfinity/agent/lib/cjs/agent/http/index.d.ts",
|