@agoric/zoe 0.27.0-upgrade-20-dev-ef71cfd.0 → 0.27.0-upgrade-19-devnet-dev-5428c4d.0

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 (159) hide show
  1. package/bundles/bundle-contractFacet-js-meta.json +275 -270
  2. package/bundles/bundle-contractFacet.js +1 -1
  3. package/package.json +29 -29
  4. package/src/cleanProposal.d.ts +0 -2
  5. package/src/cleanProposal.d.ts.map +1 -1
  6. package/src/cleanProposal.js +2 -4
  7. package/src/contractFacet/exit.d.ts +1 -1
  8. package/src/contractFacet/exit.d.ts.map +1 -1
  9. package/src/contractFacet/internal-types.d.ts +8 -0
  10. package/src/contractFacet/internal-types.d.ts.map +1 -0
  11. package/src/contractFacet/internal-types.js +15 -0
  12. package/src/contractFacet/offerHandlerStorage.d.ts +1 -1
  13. package/src/contractFacet/rightsConservation.d.ts.map +1 -1
  14. package/src/contractFacet/rightsConservation.js +1 -0
  15. package/src/contractFacet/{types.ts → types-ambient.d.ts} +29 -66
  16. package/src/contractFacet/types-ambient.js +1 -0
  17. package/src/contractFacet/vatRoot.d.ts +2 -8
  18. package/src/contractFacet/vatRoot.d.ts.map +1 -1
  19. package/src/contractFacet/vatRoot.js +4 -5
  20. package/src/contractFacet/zcfMint.d.ts +2 -3
  21. package/src/contractFacet/zcfMint.d.ts.map +1 -1
  22. package/src/contractFacet/zcfMint.js +7 -7
  23. package/src/contractFacet/zcfSeat.js +2 -2
  24. package/src/contractFacet/zcfZygote.d.ts +1 -9
  25. package/src/contractFacet/zcfZygote.d.ts.map +1 -1
  26. package/src/contractFacet/zcfZygote.js +5 -17
  27. package/src/contractSupport/atomicTransfer.d.ts +0 -6
  28. package/src/contractSupport/atomicTransfer.d.ts.map +1 -1
  29. package/src/contractSupport/atomicTransfer.js +0 -4
  30. package/src/contractSupport/bondingCurves.js +1 -1
  31. package/src/contractSupport/index.d.ts +2 -2
  32. package/src/contractSupport/index.js +19 -2
  33. package/src/contractSupport/priceAuthorityInitial.d.ts +0 -2
  34. package/src/contractSupport/priceAuthorityInitial.d.ts.map +1 -1
  35. package/src/contractSupport/priceAuthorityInitial.js +1 -3
  36. package/src/contractSupport/ratio.d.ts +37 -0
  37. package/src/contractSupport/ratio.d.ts.map +1 -0
  38. package/src/contractSupport/ratio.js +419 -0
  39. package/src/contractSupport/safeMath.d.ts +11 -0
  40. package/src/contractSupport/safeMath.d.ts.map +1 -0
  41. package/src/contractSupport/safeMath.js +49 -0
  42. package/src/contractSupport/types-ambient.d.ts.map +1 -1
  43. package/src/contractSupport/types-ambient.js +0 -1
  44. package/src/contractSupport/zoeHelpers.d.ts +1 -6
  45. package/src/contractSupport/zoeHelpers.d.ts.map +1 -1
  46. package/src/contractSupport/zoeHelpers.js +0 -1
  47. package/src/contracts/atomicSwap.d.ts +1 -1
  48. package/src/contracts/auction/index.d.ts +3 -3
  49. package/src/contracts/automaticRefund.d.ts +3 -3
  50. package/src/contracts/autoswap.d.ts +0 -4
  51. package/src/contracts/autoswap.d.ts.map +1 -1
  52. package/src/contracts/autoswap.js +0 -4
  53. package/src/contracts/barterExchange.d.ts +2 -2
  54. package/src/contracts/callSpread/fundedCallSpread.d.ts +1 -1
  55. package/src/contracts/callSpread/pricedCallSpread.d.ts +4 -4
  56. package/src/contracts/coveredCall-durable.d.ts +1 -1
  57. package/src/contracts/coveredCall.d.ts +1 -1
  58. package/src/contracts/loan/index.d.ts +1 -1
  59. package/src/contracts/loan/types-ambient.d.ts +13 -13
  60. package/src/contracts/loan/types-ambient.d.ts.map +1 -1
  61. package/src/contracts/loan/types-ambient.js +17 -17
  62. package/src/contracts/mintPayments.d.ts +2 -2
  63. package/src/contracts/oracle.d.ts +0 -3
  64. package/src/contracts/oracle.d.ts.map +1 -1
  65. package/src/contracts/oracle.js +0 -1
  66. package/src/contracts/priceAggregator.d.ts +0 -2
  67. package/src/contracts/priceAggregator.d.ts.map +1 -1
  68. package/src/contracts/priceAggregator.js +8 -10
  69. package/src/contracts/scaledPriceAuthority.d.ts +0 -1
  70. package/src/contracts/scaledPriceAuthority.d.ts.map +1 -1
  71. package/src/contracts/scaledPriceAuthority.js +0 -1
  72. package/src/contracts/sellItems.d.ts +1 -1
  73. package/src/contracts/simpleExchange.d.ts +0 -5
  74. package/src/contracts/simpleExchange.d.ts.map +1 -1
  75. package/src/contracts/simpleExchange.js +0 -4
  76. package/src/contracts/types-ambient.d.ts +7 -7
  77. package/src/contracts/types-ambient.d.ts.map +1 -1
  78. package/src/contracts/types-ambient.js +7 -7
  79. package/src/contracts/valueVow.contract.d.ts +2 -5
  80. package/src/contracts/valueVow.contract.d.ts.map +1 -1
  81. package/src/contracts/valueVow.contract.js +0 -1
  82. package/src/instanceRecordStorage.d.ts.map +1 -1
  83. package/src/instanceRecordStorage.js +1 -3
  84. package/src/internal-types.d.ts +5 -15
  85. package/src/internal-types.d.ts.map +1 -1
  86. package/src/internal-types.js +4 -9
  87. package/src/issuerRecord.d.ts +2 -3
  88. package/src/issuerRecord.d.ts.map +1 -1
  89. package/src/issuerRecord.js +2 -6
  90. package/src/issuerStorage.d.ts +2 -3
  91. package/src/issuerStorage.d.ts.map +1 -1
  92. package/src/issuerStorage.js +5 -6
  93. package/src/typeGuards.d.ts +6 -10
  94. package/src/typeGuards.d.ts.map +1 -1
  95. package/src/typeGuards.js +5 -7
  96. package/src/types-ambient.d.ts +40 -0
  97. package/src/types-ambient.d.ts.map +1 -1
  98. package/src/types-ambient.js +42 -4
  99. package/src/zoeService/feeMint.d.ts +0 -1
  100. package/src/zoeService/feeMint.d.ts.map +1 -1
  101. package/src/zoeService/feeMint.js +0 -4
  102. package/src/zoeService/installationStorage.d.ts +2 -3
  103. package/src/zoeService/installationStorage.d.ts.map +1 -1
  104. package/src/zoeService/installationStorage.js +5 -2
  105. package/src/zoeService/internal-types.d.ts +3 -11
  106. package/src/zoeService/internal-types.d.ts.map +1 -1
  107. package/src/zoeService/internal-types.js +3 -9
  108. package/src/zoeService/invitationQueries.d.ts +3 -3
  109. package/src/zoeService/invitationQueries.js +3 -3
  110. package/src/zoeService/makeInvitation.d.ts +0 -1
  111. package/src/zoeService/makeInvitation.d.ts.map +1 -1
  112. package/src/zoeService/makeInvitation.js +0 -3
  113. package/src/zoeService/offer/offer.d.ts +0 -1
  114. package/src/zoeService/offer/offer.d.ts.map +1 -1
  115. package/src/zoeService/offer/offer.js +1 -3
  116. package/src/zoeService/originalZoeSeat.d.ts.map +1 -1
  117. package/src/zoeService/originalZoeSeat.js +1 -0
  118. package/src/zoeService/startInstance.d.ts.map +1 -1
  119. package/src/zoeService/startInstance.js +2 -0
  120. package/src/zoeService/types-ambient.d.ts +226 -0
  121. package/src/zoeService/types-ambient.d.ts.map +1 -1
  122. package/src/zoeService/types-ambient.js +327 -4
  123. package/src/zoeService/utils.d.ts +5 -13
  124. package/src/zoeService/utils.test-d.ts +0 -1
  125. package/src/zoeService/zoe.d.ts +1 -11
  126. package/src/zoeService/zoe.d.ts.map +1 -1
  127. package/src/zoeService/zoe.js +1 -8
  128. package/src/zoeService/zoeSeat.d.ts.map +1 -1
  129. package/src/zoeService/zoeSeat.js +2 -1
  130. package/src/zoeService/zoeStorageManager.d.ts +5 -5
  131. package/src/zoeService/zoeStorageManager.d.ts.map +1 -1
  132. package/src/zoeService/zoeStorageManager.js +3 -4
  133. package/tools/fakeVatAdmin.d.ts +2 -9
  134. package/tools/fakeVatAdmin.d.ts.map +1 -1
  135. package/tools/fakeVatAdmin.js +10 -18
  136. package/tools/manualPriceAuthority.d.ts +1 -4
  137. package/tools/manualPriceAuthority.d.ts.map +1 -1
  138. package/tools/manualPriceAuthority.js +0 -1
  139. package/tools/scriptedOracle.d.ts +2 -6
  140. package/tools/scriptedOracle.d.ts.map +1 -1
  141. package/tools/scriptedOracle.js +0 -4
  142. package/tools/setup-zoe.d.ts +6 -12
  143. package/tools/setup-zoe.d.ts.map +1 -1
  144. package/tools/setup-zoe.js +5 -38
  145. package/tools/test-utils.d.ts +1 -1
  146. package/tools/test-utils.js +1 -1
  147. package/tools/types.d.ts +0 -1
  148. package/tools/types.d.ts.map +1 -1
  149. package/tools/types.js +0 -1
  150. package/src/contractFacet/types.d.ts +0 -184
  151. package/src/contractFacet/types.d.ts.map +0 -1
  152. package/src/types-index.d.ts +0 -4
  153. package/src/types-index.js +0 -2
  154. package/src/types.d.ts +0 -29
  155. package/src/types.d.ts.map +0 -1
  156. package/src/types.ts +0 -44
  157. package/src/zoeService/types.d.ts +0 -238
  158. package/src/zoeService/types.d.ts.map +0 -1
  159. package/src/zoeService/types.ts +0 -307
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "bundleFileName": "bundle-contractFacet.js",
3
- "bundleTime": "2025-04-17T08:49:24.315Z",
4
- "bundleSize": 1213677,
3
+ "bundleTime": "2025-04-24T09:38:50.272Z",
4
+ "bundleSize": 1061569,
5
5
  "moduleSource": {
6
6
  "relative": "../../src/contractFacet/vatRoot.js",
7
7
  "absolute": "/home/runner/work/agoric-sdk/agoric-sdk/packages/zoe/src/contractFacet/vatRoot.js"
@@ -9,1042 +9,1047 @@
9
9
  "contents": [
10
10
  {
11
11
  "relativePath": "",
12
- "mtime": "2025-04-17T08:47:05.405Z",
13
- "size": 2914
12
+ "mtime": "2025-04-24T09:36:28.444Z",
13
+ "size": 2908
14
+ },
15
+ {
16
+ "relativePath": "../../internal-types.js",
17
+ "mtime": "2025-04-24T09:36:28.447Z",
18
+ "size": 8948
14
19
  },
15
20
  {
16
21
  "relativePath": "../zcfZygote.js",
17
- "mtime": "2025-04-17T08:47:05.405Z",
18
- "size": 17814
22
+ "mtime": "2025-04-24T09:36:28.445Z",
23
+ "size": 17366
19
24
  },
20
25
  {
21
26
  "relativePath": "../../../../../node_modules/@endo/errors/index.js",
22
- "mtime": "2025-04-16T20:41:03.984Z",
27
+ "mtime": "2025-04-24T09:36:48.805Z",
23
28
  "size": 2711
24
29
  },
25
30
  {
26
31
  "relativePath": "../../../../../node_modules/@endo/marshal/index.js",
27
- "mtime": "2025-04-16T20:41:04.127Z",
32
+ "mtime": "2025-04-24T09:36:48.864Z",
28
33
  "size": 1071
29
34
  },
30
35
  {
31
36
  "relativePath": "../../../../../node_modules/@endo/far/src/index.js",
32
- "mtime": "2025-04-16T20:41:04.072Z",
37
+ "mtime": "2025-04-24T09:36:48.850Z",
33
38
  "size": 183
34
39
  },
35
40
  {
36
41
  "relativePath": "../../cleanProposal.js",
37
- "mtime": "2025-04-17T08:47:05.404Z",
38
- "size": 5765
42
+ "mtime": "2025-04-24T09:36:28.444Z",
43
+ "size": 5719
39
44
  },
40
45
  {
41
46
  "relativePath": "../../handleWarning.js",
42
- "mtime": "2025-04-17T08:47:05.407Z",
47
+ "mtime": "2025-04-24T09:36:28.447Z",
43
48
  "size": 531
44
49
  },
45
50
  {
46
51
  "relativePath": "../../instanceRecordStorage.js",
47
- "mtime": "2025-04-17T08:47:05.407Z",
48
- "size": 3830
52
+ "mtime": "2025-04-24T09:36:28.447Z",
53
+ "size": 3683
49
54
  },
50
55
  {
51
56
  "relativePath": "../../issuerStorage.js",
52
- "mtime": "2025-04-17T08:47:05.408Z",
53
- "size": 7002
57
+ "mtime": "2025-04-24T09:36:28.447Z",
58
+ "size": 6935
54
59
  },
55
60
  {
56
61
  "relativePath": "../../makeHandle.js",
57
- "mtime": "2025-04-17T08:47:05.408Z",
62
+ "mtime": "2025-04-24T09:36:28.447Z",
58
63
  "size": 1323
59
64
  },
60
65
  {
61
66
  "relativePath": "../evalContractCode.js",
62
- "mtime": "2025-04-17T08:47:05.404Z",
67
+ "mtime": "2025-04-24T09:36:28.444Z",
63
68
  "size": 1010
64
69
  },
65
70
  {
66
71
  "relativePath": "../exit.js",
67
- "mtime": "2025-04-17T08:47:05.404Z",
72
+ "mtime": "2025-04-24T09:36:28.444Z",
68
73
  "size": 3655
69
74
  },
70
75
  {
71
76
  "relativePath": "../offerHandlerStorage.js",
72
- "mtime": "2025-04-17T08:47:05.404Z",
77
+ "mtime": "2025-04-24T09:36:28.444Z",
73
78
  "size": 2982
74
79
  },
75
80
  {
76
81
  "relativePath": "../zcfSeat.js",
77
- "mtime": "2025-04-17T08:47:05.405Z",
78
- "size": 12020
82
+ "mtime": "2025-04-24T09:36:28.444Z",
83
+ "size": 12037
79
84
  },
80
85
  {
81
86
  "relativePath": "../../typeGuards.js",
82
- "mtime": "2025-04-17T08:47:05.408Z",
83
- "size": 13091
87
+ "mtime": "2025-04-24T09:36:28.447Z",
88
+ "size": 12948
84
89
  },
85
90
  {
86
91
  "relativePath": "../zcfMint.js",
87
- "mtime": "2025-04-17T08:47:05.405Z",
88
- "size": 5318
92
+ "mtime": "2025-04-24T09:36:28.444Z",
93
+ "size": 5341
89
94
  },
90
95
  {
91
96
  "relativePath": "../typeGuards.js",
92
- "mtime": "2025-04-17T08:47:05.405Z",
97
+ "mtime": "2025-04-24T09:36:28.444Z",
93
98
  "size": 720
94
99
  },
95
100
  {
96
101
  "relativePath": "../../../../../node_modules/@endo/eventual-send/src/no-shim.js",
97
- "mtime": "2025-04-16T20:41:04.302Z",
98
- "size": 1051
102
+ "mtime": "2025-04-24T09:36:49.057Z",
103
+ "size": 474
99
104
  },
100
105
  {
101
106
  "relativePath": "../../../../../node_modules/@endo/pass-style/index.js",
102
- "mtime": "2025-04-16T20:41:04.310Z",
107
+ "mtime": "2025-04-24T09:36:49.062Z",
103
108
  "size": 1119
104
109
  },
105
110
  {
106
111
  "relativePath": "../../../../../node_modules/@endo/promise-kit/index.js",
107
- "mtime": "2025-04-16T20:41:04.174Z",
112
+ "mtime": "2025-04-24T09:36:48.920Z",
108
113
  "size": 1607
109
114
  },
110
115
  {
111
116
  "relativePath": "../../../../ERTP/src/index.js",
112
- "mtime": "2025-04-17T08:47:05.199Z",
117
+ "mtime": "2025-04-24T09:36:28.254Z",
113
118
  "size": 245
114
119
  },
115
120
  {
116
121
  "relativePath": "../../../../store/src/index.js",
117
- "mtime": "2025-04-17T08:47:05.366Z",
122
+ "mtime": "2025-04-24T09:36:28.406Z",
118
123
  "size": 1880
119
124
  },
120
125
  {
121
126
  "relativePath": "../../../../vat-data/src/index.js",
122
- "mtime": "2025-04-17T08:47:05.387Z",
127
+ "mtime": "2025-04-24T09:36:28.427Z",
123
128
  "size": 1536
124
129
  },
125
130
  {
126
131
  "relativePath": "../../../../internal/src/index.js",
127
- "mtime": "2025-04-17T08:47:05.346Z",
128
- "size": 499
132
+ "mtime": "2025-04-24T09:36:28.385Z",
133
+ "size": 635
129
134
  },
130
135
  {
131
136
  "relativePath": "../../../../../node_modules/@endo/marshal/src/encodeToCapData.js",
132
- "mtime": "2025-04-16T20:41:04.127Z",
137
+ "mtime": "2025-04-24T09:36:48.864Z",
133
138
  "size": 16039
134
139
  },
135
140
  {
136
141
  "relativePath": "../../../../../node_modules/@endo/marshal/src/marshal.js",
137
- "mtime": "2025-04-16T20:41:04.127Z",
142
+ "mtime": "2025-04-24T09:36:48.864Z",
138
143
  "size": 14674
139
144
  },
140
145
  {
141
146
  "relativePath": "../../../../../node_modules/@endo/marshal/src/marshal-stringify.js",
142
- "mtime": "2025-04-16T20:41:04.127Z",
147
+ "mtime": "2025-04-24T09:36:48.864Z",
143
148
  "size": 1880
144
149
  },
145
150
  {
146
151
  "relativePath": "../../../../../node_modules/@endo/marshal/src/marshal-justin.js",
147
- "mtime": "2025-04-16T20:41:04.127Z",
152
+ "mtime": "2025-04-24T09:36:48.864Z",
148
153
  "size": 13298
149
154
  },
150
155
  {
151
156
  "relativePath": "../../../../../node_modules/@endo/marshal/src/encodePassable.js",
152
- "mtime": "2025-04-16T20:41:04.127Z",
157
+ "mtime": "2025-04-24T09:36:48.864Z",
153
158
  "size": 29163
154
159
  },
155
160
  {
156
161
  "relativePath": "../../../../../node_modules/@endo/marshal/src/rankOrder.js",
157
- "mtime": "2025-04-16T20:41:04.127Z",
162
+ "mtime": "2025-04-24T09:36:48.864Z",
158
163
  "size": 15858
159
164
  },
160
165
  {
161
166
  "relativePath": "../../../../../node_modules/@endo/marshal/src/types.js",
162
- "mtime": "2025-04-16T20:41:04.127Z",
167
+ "mtime": "2025-04-24T09:36:48.864Z",
163
168
  "size": 8177
164
169
  },
165
170
  {
166
171
  "relativePath": "../../../../../node_modules/@endo/far/src/exports.js",
167
- "mtime": "2025-04-16T20:41:04.072Z",
172
+ "mtime": "2025-04-24T09:36:48.850Z",
168
173
  "size": 76
169
174
  },
170
175
  {
171
176
  "relativePath": "../../issuerRecord.js",
172
- "mtime": "2025-04-17T08:47:05.408Z",
173
- "size": 806
177
+ "mtime": "2025-04-24T09:36:28.447Z",
178
+ "size": 742
174
179
  },
175
180
  {
176
181
  "relativePath": "../../../../../node_modules/@endo/import-bundle/src/index.js",
177
- "mtime": "2025-04-17T08:48:14.201Z",
178
- "size": 9035
182
+ "mtime": "2025-04-24T09:36:49.261Z",
183
+ "size": 5466
179
184
  },
180
185
  {
181
186
  "relativePath": "../../../../time/index.js",
182
- "mtime": "2025-04-17T08:47:05.387Z",
187
+ "mtime": "2025-04-24T09:36:28.426Z",
183
188
  "size": 166
184
189
  },
185
190
  {
186
191
  "relativePath": "../offerSafety.js",
187
- "mtime": "2025-04-17T08:47:05.404Z",
192
+ "mtime": "2025-04-24T09:36:28.444Z",
188
193
  "size": 3720
189
194
  },
190
195
  {
191
196
  "relativePath": "../rightsConservation.js",
192
- "mtime": "2025-04-17T08:47:05.405Z",
193
- "size": 3257
197
+ "mtime": "2025-04-24T09:36:28.444Z",
198
+ "size": 3288
194
199
  },
195
200
  {
196
201
  "relativePath": "../reallocate.js",
197
- "mtime": "2025-04-17T08:47:05.405Z",
202
+ "mtime": "2025-04-24T09:36:28.444Z",
198
203
  "size": 3142
199
204
  },
200
205
  {
201
206
  "relativePath": "../../contractSupport/atomicTransfer.js",
202
- "mtime": "2025-04-17T08:47:05.405Z",
203
- "size": 3954
207
+ "mtime": "2025-04-24T09:36:28.445Z",
208
+ "size": 3885
204
209
  },
205
210
  {
206
211
  "relativePath": "../../../../notifier/src/index.js",
207
- "mtime": "2025-04-17T08:47:05.350Z",
212
+ "mtime": "2025-04-24T09:36:28.389Z",
208
213
  "size": 920
209
214
  },
210
215
  {
211
216
  "relativePath": "../allocationMath.js",
212
- "mtime": "2025-04-17T08:47:05.404Z",
217
+ "mtime": "2025-04-24T09:36:28.444Z",
213
218
  "size": 3058
214
219
  },
220
+ {
221
+ "relativePath": "../internal-types.js",
222
+ "mtime": "2025-04-24T09:36:28.444Z",
223
+ "size": 411
224
+ },
225
+ {
226
+ "relativePath": "../types-ambient.js",
227
+ "mtime": "2025-04-24T09:36:28.444Z",
228
+ "size": 49
229
+ },
215
230
  {
216
231
  "relativePath": "../../../../../node_modules/@endo/patterns/index.js",
217
- "mtime": "2025-04-16T20:41:04.141Z",
218
- "size": 1919
232
+ "mtime": "2025-04-24T09:36:48.901Z",
233
+ "size": 1898
219
234
  },
220
235
  {
221
236
  "relativePath": "../../../../../node_modules/@endo/eventual-send/src/E.js",
222
- "mtime": "2025-04-16T20:41:04.302Z",
223
- "size": 15661
237
+ "mtime": "2025-04-24T09:36:49.057Z",
238
+ "size": 15401
224
239
  },
225
240
  {
226
241
  "relativePath": "../../../../../node_modules/@endo/eventual-send/src/exports.js",
227
- "mtime": "2025-04-16T20:41:04.302Z",
242
+ "mtime": "2025-04-24T09:36:49.057Z",
228
243
  "size": 76
229
244
  },
230
245
  {
231
246
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/iter-helpers.js",
232
- "mtime": "2025-04-16T20:41:04.310Z",
247
+ "mtime": "2025-04-24T09:36:49.062Z",
233
248
  "size": 1810
234
249
  },
235
250
  {
236
251
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/passStyle-helpers.js",
237
- "mtime": "2025-04-16T20:41:04.310Z",
252
+ "mtime": "2025-04-24T09:36:49.062Z",
238
253
  "size": 6320
239
254
  },
240
255
  {
241
256
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/error.js",
242
- "mtime": "2025-04-16T20:41:04.310Z",
243
- "size": 6252
257
+ "mtime": "2025-04-24T09:36:49.062Z",
258
+ "size": 6248
244
259
  },
245
260
  {
246
261
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/remotable.js",
247
- "mtime": "2025-04-16T20:41:04.310Z",
248
- "size": 8539
262
+ "mtime": "2025-04-24T09:36:49.062Z",
263
+ "size": 8535
249
264
  },
250
265
  {
251
266
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/symbol.js",
252
- "mtime": "2025-04-16T20:41:04.310Z",
267
+ "mtime": "2025-04-24T09:36:49.062Z",
253
268
  "size": 3971
254
269
  },
255
270
  {
256
271
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/string.js",
257
- "mtime": "2025-04-16T20:41:04.310Z",
272
+ "mtime": "2025-04-24T09:36:49.062Z",
258
273
  "size": 3121
259
274
  },
260
275
  {
261
276
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/passStyleOf.js",
262
- "mtime": "2025-04-16T20:41:04.310Z",
263
- "size": 13461
277
+ "mtime": "2025-04-24T09:36:49.062Z",
278
+ "size": 12909
264
279
  },
265
280
  {
266
281
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/makeTagged.js",
267
- "mtime": "2025-04-16T20:41:04.310Z",
268
- "size": 810
282
+ "mtime": "2025-04-24T09:36:49.062Z",
283
+ "size": 792
269
284
  },
270
285
  {
271
286
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/make-far.js",
272
- "mtime": "2025-04-16T20:41:04.310Z",
287
+ "mtime": "2025-04-24T09:36:49.062Z",
273
288
  "size": 8349
274
289
  },
275
290
  {
276
291
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/typeGuards.js",
277
- "mtime": "2025-04-16T20:41:04.310Z",
292
+ "mtime": "2025-04-24T09:36:49.062Z",
278
293
  "size": 2210
279
294
  },
280
295
  {
281
296
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/deeplyFulfilled.js",
282
- "mtime": "2025-04-16T20:41:04.310Z",
297
+ "mtime": "2025-04-24T09:36:49.062Z",
283
298
  "size": 4741
284
299
  },
285
300
  {
286
301
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/types.js",
287
- "mtime": "2025-04-16T20:41:04.310Z",
302
+ "mtime": "2025-04-24T09:36:49.062Z",
288
303
  "size": 47
289
304
  },
290
305
  {
291
306
  "relativePath": "../../../../../node_modules/@endo/promise-kit/src/promise-executor-kit.js",
292
- "mtime": "2025-04-16T20:41:04.174Z",
307
+ "mtime": "2025-04-24T09:36:48.920Z",
293
308
  "size": 1535
294
309
  },
295
310
  {
296
311
  "relativePath": "../../../../../node_modules/@endo/promise-kit/src/memo-race.js",
297
- "mtime": "2025-04-16T20:41:04.174Z",
312
+ "mtime": "2025-04-24T09:36:48.920Z",
298
313
  "size": 4808
299
314
  },
300
315
  {
301
316
  "relativePath": "../../../../../node_modules/@endo/promise-kit/src/is-promise.js",
302
- "mtime": "2025-04-16T20:41:04.174Z",
317
+ "mtime": "2025-04-24T09:36:48.920Z",
303
318
  "size": 290
304
319
  },
305
320
  {
306
321
  "relativePath": "../../../../../node_modules/@endo/promise-kit/src/types.js",
307
- "mtime": "2025-04-16T20:41:04.174Z",
322
+ "mtime": "2025-04-24T09:36:48.920Z",
308
323
  "size": 681
309
324
  },
310
325
  {
311
326
  "relativePath": "../../../../ERTP/src/amountMath.js",
312
- "mtime": "2025-04-17T08:47:05.199Z",
313
- "size": 13868
327
+ "mtime": "2025-04-24T09:36:28.254Z",
328
+ "size": 13784
314
329
  },
315
330
  {
316
331
  "relativePath": "../../../../ERTP/src/issuerKit.js",
317
- "mtime": "2025-04-17T08:47:05.199Z",
318
- "size": 13873
332
+ "mtime": "2025-04-24T09:36:28.254Z",
333
+ "size": 13727
319
334
  },
320
335
  {
321
336
  "relativePath": "../../../../ERTP/src/typeGuards.js",
322
- "mtime": "2025-04-17T08:47:05.200Z",
323
- "size": 8969
337
+ "mtime": "2025-04-24T09:36:28.255Z",
338
+ "size": 8907
324
339
  },
325
340
  {
326
341
  "relativePath": "../../../../ERTP/src/types-index.js",
327
- "mtime": "2025-04-17T08:47:05.200Z",
342
+ "mtime": "2025-04-24T09:36:28.255Z",
328
343
  "size": 62
329
344
  },
330
345
  {
331
346
  "relativePath": "../../../../store/src/stores/scalarWeakSetStore.js",
332
- "mtime": "2025-04-17T08:47:05.367Z",
347
+ "mtime": "2025-04-24T09:36:28.406Z",
333
348
  "size": 3300
334
349
  },
335
350
  {
336
351
  "relativePath": "../../../../store/src/stores/scalarSetStore.js",
337
- "mtime": "2025-04-17T08:47:05.366Z",
352
+ "mtime": "2025-04-24T09:36:28.406Z",
338
353
  "size": 3085
339
354
  },
340
355
  {
341
356
  "relativePath": "../../../../store/src/stores/scalarWeakMapStore.js",
342
- "mtime": "2025-04-17T08:47:05.367Z",
357
+ "mtime": "2025-04-24T09:36:28.406Z",
343
358
  "size": 4581
344
359
  },
345
360
  {
346
361
  "relativePath": "../../../../store/src/stores/scalarMapStore.js",
347
- "mtime": "2025-04-17T08:47:05.366Z",
362
+ "mtime": "2025-04-24T09:36:28.406Z",
348
363
  "size": 4960
349
364
  },
350
365
  {
351
366
  "relativePath": "../../../../store/src/stores/store-utils.js",
352
- "mtime": "2025-04-17T08:47:05.367Z",
353
- "size": 5521
367
+ "mtime": "2025-04-24T09:36:28.406Z",
368
+ "size": 6341
354
369
  },
355
370
  {
356
371
  "relativePath": "../../../../store/src/legacy/legacyMap.js",
357
- "mtime": "2025-04-17T08:47:05.366Z",
372
+ "mtime": "2025-04-24T09:36:28.406Z",
358
373
  "size": 2578
359
374
  },
360
375
  {
361
376
  "relativePath": "../../../../store/src/legacy/legacyWeakMap.js",
362
- "mtime": "2025-04-17T08:47:05.366Z",
377
+ "mtime": "2025-04-24T09:36:28.406Z",
363
378
  "size": 1408
364
379
  },
365
380
  {
366
381
  "relativePath": "../../../../store/src/types.js",
367
- "mtime": "2025-04-17T08:47:05.367Z",
382
+ "mtime": "2025-04-24T09:36:28.406Z",
368
383
  "size": 7815
369
384
  },
370
385
  {
371
386
  "relativePath": "../../../../../node_modules/@endo/exo/index.js",
372
- "mtime": "2025-04-16T20:41:04.330Z",
387
+ "mtime": "2025-04-24T09:36:49.079Z",
373
388
  "size": 225
374
389
  },
375
390
  {
376
391
  "relativePath": "../../../../vat-data/src/vat-data-bindings.js",
377
- "mtime": "2025-04-17T08:47:05.387Z",
392
+ "mtime": "2025-04-24T09:36:28.427Z",
378
393
  "size": 6123
379
394
  },
380
395
  {
381
396
  "relativePath": "../../../../vat-data/src/exo-utils.js",
382
- "mtime": "2025-04-17T08:47:05.387Z",
397
+ "mtime": "2025-04-24T09:36:28.427Z",
383
398
  "size": 9344
384
399
  },
385
400
  {
386
401
  "relativePath": "../../../../internal/src/config.js",
387
- "mtime": "2025-04-17T08:47:05.346Z",
388
- "size": 1418
402
+ "mtime": "2025-04-24T09:36:28.385Z",
403
+ "size": 1354
389
404
  },
390
405
  {
391
406
  "relativePath": "../../../../internal/src/debug.js",
392
- "mtime": "2025-04-17T08:47:05.346Z",
407
+ "mtime": "2025-04-24T09:36:28.385Z",
393
408
  "size": 1029
394
409
  },
395
410
  {
396
411
  "relativePath": "../../../../internal/src/errors.js",
397
- "mtime": "2025-04-17T08:47:05.346Z",
412
+ "mtime": "2025-04-24T09:36:28.385Z",
398
413
  "size": 389
399
414
  },
400
415
  {
401
416
  "relativePath": "../../../../internal/src/js-utils.js",
402
- "mtime": "2025-04-17T08:47:05.346Z",
403
- "size": 7299
417
+ "mtime": "2025-04-24T09:36:28.385Z",
418
+ "size": 3443
404
419
  },
405
420
  {
406
421
  "relativePath": "../../../../internal/src/marshal.js",
407
- "mtime": "2025-04-17T08:47:05.346Z",
422
+ "mtime": "2025-04-24T09:36:28.386Z",
408
423
  "size": 4417
409
424
  },
410
425
  {
411
426
  "relativePath": "../../../../internal/src/method-tools.js",
412
- "mtime": "2025-04-17T08:47:05.346Z",
427
+ "mtime": "2025-04-24T09:36:28.386Z",
413
428
  "size": 3837
414
429
  },
415
- {
416
- "relativePath": "../../../../internal/src/metrics.js",
417
- "mtime": "2025-04-17T08:47:05.347Z",
418
- "size": 15594
419
- },
420
430
  {
421
431
  "relativePath": "../../../../internal/src/ses-utils.js",
422
- "mtime": "2025-04-17T08:47:05.347Z",
423
- "size": 12786
424
- },
425
- {
426
- "relativePath": "../../../../internal/src/tmpDir.js",
427
- "mtime": "2025-04-17T08:47:05.347Z",
428
- "size": 511
432
+ "mtime": "2025-04-24T09:36:28.386Z",
433
+ "size": 10269
429
434
  },
430
435
  {
431
436
  "relativePath": "../../../../internal/src/typeCheck.js",
432
- "mtime": "2025-04-17T08:47:05.347Z",
437
+ "mtime": "2025-04-24T09:36:28.387Z",
433
438
  "size": 661
434
439
  },
435
440
  {
436
441
  "relativePath": "../../../../internal/src/typeGuards.js",
437
- "mtime": "2025-04-17T08:47:05.347Z",
442
+ "mtime": "2025-04-24T09:36:28.387Z",
438
443
  "size": 675
439
444
  },
440
445
  {
441
446
  "relativePath": "../../../../internal/src/types-index.js",
442
- "mtime": "2025-04-17T08:47:05.347Z",
447
+ "mtime": "2025-04-24T09:36:28.387Z",
443
448
  "size": 62
444
449
  },
450
+ {
451
+ "relativePath": "../../../../../node_modules/@endo/common/object-map.js",
452
+ "mtime": "2025-04-24T09:36:49.055Z",
453
+ "size": 2213
454
+ },
455
+ {
456
+ "relativePath": "../../../../../node_modules/@endo/common/object-meta-map.js",
457
+ "mtime": "2025-04-24T09:36:49.055Z",
458
+ "size": 1884
459
+ },
460
+ {
461
+ "relativePath": "../../../../../node_modules/@endo/common/from-unique-entries.js",
462
+ "mtime": "2025-04-24T09:36:49.055Z",
463
+ "size": 943
464
+ },
445
465
  {
446
466
  "relativePath": "../../../../../node_modules/@endo/marshal/src/encodeToSmallcaps.js",
447
- "mtime": "2025-04-16T20:41:04.127Z",
467
+ "mtime": "2025-04-24T09:36:48.864Z",
448
468
  "size": 16566
449
469
  },
450
470
  {
451
471
  "relativePath": "../../../../../node_modules/@endo/nat/src/index.js",
452
- "mtime": "2025-04-16T20:41:04.132Z",
453
- "size": 2526
454
- },
455
- {
456
- "relativePath": "../../../../../node_modules/@endo/common/object-map.js",
457
- "mtime": "2025-04-16T20:41:04.286Z",
458
- "size": 2213
472
+ "mtime": "2025-04-24T09:36:48.894Z",
473
+ "size": 2525
459
474
  },
460
475
  {
461
476
  "relativePath": "../../../../../node_modules/@endo/import-bundle/src/compartment-wrapper.js",
462
- "mtime": "2025-04-16T20:41:04.501Z",
477
+ "mtime": "2025-04-24T09:36:49.261Z",
463
478
  "size": 5530
464
479
  },
465
480
  {
466
481
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/import-archive.js",
467
- "mtime": "2025-04-16T20:41:03.925Z",
482
+ "mtime": "2025-04-24T09:36:48.758Z",
468
483
  "size": 189
469
484
  },
470
485
  {
471
486
  "relativePath": "../../../../../node_modules/@endo/base64/index.js",
472
- "mtime": "2025-04-16T20:41:03.807Z",
487
+ "mtime": "2025-04-24T09:36:49.169Z",
473
488
  "size": 164
474
489
  },
475
490
  {
476
491
  "relativePath": "../../../../time/src/timeMath.js",
477
- "mtime": "2025-04-17T08:47:05.387Z",
492
+ "mtime": "2025-04-24T09:36:28.426Z",
478
493
  "size": 8440
479
494
  },
480
495
  {
481
496
  "relativePath": "../../../../time/src/typeGuards.js",
482
- "mtime": "2025-04-17T08:47:05.387Z",
497
+ "mtime": "2025-04-24T09:36:28.426Z",
483
498
  "size": 1196
484
499
  },
485
500
  {
486
501
  "relativePath": "../../../../time/src/types-index.js",
487
- "mtime": "2025-04-17T08:47:05.387Z",
502
+ "mtime": "2025-04-24T09:36:28.426Z",
488
503
  "size": 58
489
504
  },
490
505
  {
491
506
  "relativePath": "../../../../notifier/src/publish-kit.js",
492
- "mtime": "2025-04-17T08:47:05.350Z",
507
+ "mtime": "2025-04-24T09:36:28.389Z",
493
508
  "size": 14483
494
509
  },
495
510
  {
496
511
  "relativePath": "../../../../notifier/src/subscribe.js",
497
- "mtime": "2025-04-17T08:47:05.350Z",
512
+ "mtime": "2025-04-24T09:36:28.389Z",
498
513
  "size": 9406
499
514
  },
500
515
  {
501
516
  "relativePath": "../../../../notifier/src/notifier.js",
502
- "mtime": "2025-04-17T08:47:05.350Z",
517
+ "mtime": "2025-04-24T09:36:28.389Z",
503
518
  "size": 5839
504
519
  },
505
520
  {
506
521
  "relativePath": "../../../../notifier/src/subscriber.js",
507
- "mtime": "2025-04-17T08:47:05.350Z",
522
+ "mtime": "2025-04-24T09:36:28.389Z",
508
523
  "size": 2525
509
524
  },
510
525
  {
511
526
  "relativePath": "../../../../notifier/src/topic.js",
512
- "mtime": "2025-04-17T08:47:05.350Z",
527
+ "mtime": "2025-04-24T09:36:28.389Z",
513
528
  "size": 1142
514
529
  },
515
530
  {
516
531
  "relativePath": "../../../../notifier/src/asyncIterableAdaptor.js",
517
- "mtime": "2025-04-17T08:47:05.350Z",
532
+ "mtime": "2025-04-24T09:36:28.389Z",
518
533
  "size": 4148
519
534
  },
520
535
  {
521
536
  "relativePath": "../../../../notifier/src/storesub.js",
522
- "mtime": "2025-04-17T08:47:05.350Z",
537
+ "mtime": "2025-04-24T09:36:28.389Z",
523
538
  "size": 7802
524
539
  },
525
540
  {
526
541
  "relativePath": "../../../../notifier/src/stored-notifier.js",
527
- "mtime": "2025-04-17T08:47:05.350Z",
542
+ "mtime": "2025-04-24T09:36:28.389Z",
528
543
  "size": 2295
529
544
  },
530
545
  {
531
546
  "relativePath": "../../../../notifier/src/types-index.js",
532
- "mtime": "2025-04-17T08:47:05.350Z",
547
+ "mtime": "2025-04-24T09:36:28.389Z",
533
548
  "size": 62
534
549
  },
535
550
  {
536
551
  "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/checkKey.js",
537
- "mtime": "2025-04-16T20:41:04.141Z",
552
+ "mtime": "2025-04-24T09:36:48.901Z",
538
553
  "size": 14735
539
554
  },
540
555
  {
541
556
  "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/copySet.js",
542
- "mtime": "2025-04-16T20:41:04.141Z",
557
+ "mtime": "2025-04-24T09:36:48.901Z",
543
558
  "size": 3011
544
559
  },
545
560
  {
546
561
  "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/copyBag.js",
547
- "mtime": "2025-04-16T20:41:04.141Z",
562
+ "mtime": "2025-04-24T09:36:48.901Z",
548
563
  "size": 3991
549
564
  },
550
565
  {
551
566
  "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/compareKeys.js",
552
- "mtime": "2025-04-16T20:41:04.141Z",
567
+ "mtime": "2025-04-24T09:36:48.901Z",
553
568
  "size": 8303
554
569
  },
555
570
  {
556
571
  "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/merge-set-operators.js",
557
- "mtime": "2025-04-16T20:41:04.141Z",
572
+ "mtime": "2025-04-24T09:36:48.901Z",
558
573
  "size": 9558
559
574
  },
560
575
  {
561
576
  "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/merge-bag-operators.js",
562
- "mtime": "2025-04-16T20:41:04.141Z",
563
- "size": 8701
577
+ "mtime": "2025-04-24T09:36:48.901Z",
578
+ "size": 8748
564
579
  },
565
580
  {
566
581
  "relativePath": "../../../../../node_modules/@endo/patterns/src/patterns/patternMatchers.js",
567
- "mtime": "2025-04-16T20:41:04.141Z",
568
- "size": 69968
582
+ "mtime": "2025-04-24T09:36:48.901Z",
583
+ "size": 63335
569
584
  },
570
585
  {
571
586
  "relativePath": "../../../../../node_modules/@endo/patterns/src/patterns/getGuardPayloads.js",
572
- "mtime": "2025-04-16T20:41:04.141Z",
587
+ "mtime": "2025-04-24T09:36:48.901Z",
573
588
  "size": 9710
574
589
  },
575
590
  {
576
591
  "relativePath": "../../../../../node_modules/@endo/patterns/src/types.js",
577
- "mtime": "2025-04-16T20:41:04.141Z",
578
- "size": 26412
592
+ "mtime": "2025-04-24T09:36:48.901Z",
593
+ "size": 26130
579
594
  },
580
595
  {
581
596
  "relativePath": "../../../../../node_modules/@endo/common/list-difference.js",
582
- "mtime": "2025-04-16T20:41:04.286Z",
597
+ "mtime": "2025-04-24T09:36:49.055Z",
583
598
  "size": 755
584
599
  },
585
600
  {
586
601
  "relativePath": "../../../../../node_modules/@endo/eventual-send/src/track-turns.js",
587
- "mtime": "2025-04-16T20:41:04.302Z",
602
+ "mtime": "2025-04-24T09:36:49.057Z",
588
603
  "size": 3945
589
604
  },
590
605
  {
591
606
  "relativePath": "../../../../../node_modules/@endo/eventual-send/src/message-breakpoints.js",
592
- "mtime": "2025-04-16T20:41:04.302Z",
607
+ "mtime": "2025-04-24T09:36:49.057Z",
593
608
  "size": 5618
594
609
  },
595
610
  {
596
611
  "relativePath": "../../../../../node_modules/@endo/env-options/index.js",
597
- "mtime": "2025-04-16T20:41:03.976Z",
612
+ "mtime": "2025-04-24T09:36:48.792Z",
598
613
  "size": 38
599
614
  },
600
615
  {
601
616
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/copyArray.js",
602
- "mtime": "2025-04-16T20:41:04.310Z",
603
- "size": 1411
617
+ "mtime": "2025-04-24T09:36:49.062Z",
618
+ "size": 1574
604
619
  },
605
620
  {
606
621
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/copyRecord.js",
607
- "mtime": "2025-04-16T20:41:04.310Z",
608
- "size": 2182
622
+ "mtime": "2025-04-24T09:36:49.062Z",
623
+ "size": 2256
609
624
  },
610
625
  {
611
626
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/tagged.js",
612
- "mtime": "2025-04-16T20:41:04.310Z",
613
- "size": 1596
627
+ "mtime": "2025-04-24T09:36:49.062Z",
628
+ "size": 1557
614
629
  },
615
630
  {
616
631
  "relativePath": "../../../../../node_modules/@endo/pass-style/src/safe-promise.js",
617
- "mtime": "2025-04-16T20:41:04.310Z",
632
+ "mtime": "2025-04-24T09:36:49.062Z",
618
633
  "size": 4921
619
634
  },
620
635
  {
621
636
  "relativePath": "../../../../../node_modules/@endo/eventual-send/utils.js",
622
- "mtime": "2025-04-16T20:41:04.302Z",
637
+ "mtime": "2025-04-24T09:36:49.057Z",
623
638
  "size": 125
624
639
  },
625
640
  {
626
641
  "relativePath": "../../../../ERTP/src/mathHelpers/natMathHelpers.js",
627
- "mtime": "2025-04-17T08:47:05.199Z",
642
+ "mtime": "2025-04-24T09:36:28.254Z",
628
643
  "size": 1159
629
644
  },
630
645
  {
631
646
  "relativePath": "../../../../ERTP/src/mathHelpers/setMathHelpers.js",
632
- "mtime": "2025-04-17T08:47:05.199Z",
647
+ "mtime": "2025-04-24T09:36:28.254Z",
633
648
  "size": 1131
634
649
  },
635
650
  {
636
651
  "relativePath": "../../../../ERTP/src/mathHelpers/copySetMathHelpers.js",
637
- "mtime": "2025-04-17T08:47:05.199Z",
652
+ "mtime": "2025-04-24T09:36:28.254Z",
638
653
  "size": 684
639
654
  },
640
655
  {
641
656
  "relativePath": "../../../../ERTP/src/mathHelpers/copyBagMathHelpers.js",
642
- "mtime": "2025-04-17T08:47:05.199Z",
657
+ "mtime": "2025-04-24T09:36:28.254Z",
643
658
  "size": 677
644
659
  },
645
660
  {
646
661
  "relativePath": "../../../../ERTP/src/displayInfo.js",
647
- "mtime": "2025-04-17T08:47:05.199Z",
662
+ "mtime": "2025-04-24T09:36:28.254Z",
648
663
  "size": 1014
649
664
  },
650
665
  {
651
666
  "relativePath": "../../../../ERTP/src/paymentLedger.js",
652
- "mtime": "2025-04-17T08:47:05.199Z",
653
- "size": 12534
667
+ "mtime": "2025-04-24T09:36:28.254Z",
668
+ "size": 12485
654
669
  },
655
670
  {
656
671
  "relativePath": "../../../../zone/durable.js",
657
- "mtime": "2025-04-17T08:47:05.416Z",
672
+ "mtime": "2025-04-24T09:36:28.456Z",
658
673
  "size": 52
659
674
  },
660
675
  {
661
676
  "relativePath": "../../../../../node_modules/@endo/exo/src/exo-makers.js",
662
- "mtime": "2025-04-16T20:41:04.330Z",
677
+ "mtime": "2025-04-24T09:36:49.079Z",
663
678
  "size": 6918
664
679
  },
665
680
  {
666
681
  "relativePath": "../../../../../node_modules/@endo/exo/src/types.js",
667
- "mtime": "2025-04-16T20:41:04.330Z",
682
+ "mtime": "2025-04-24T09:36:49.079Z",
668
683
  "size": 47
669
684
  },
670
685
  {
671
686
  "relativePath": "../../../../../node_modules/@endo/exo/src/get-interface.js",
672
- "mtime": "2025-04-16T20:41:04.330Z",
687
+ "mtime": "2025-04-24T09:36:49.079Z",
673
688
  "size": 826
674
689
  },
675
690
  {
676
691
  "relativePath": "../../../../internal/src/lib-chainStorage.js",
677
- "mtime": "2025-04-17T08:47:05.346Z",
692
+ "mtime": "2025-04-24T09:36:28.386Z",
678
693
  "size": 9968
679
694
  },
680
- {
681
- "relativePath": "../../../../../node_modules/@endo/common/object-meta-map.js",
682
- "mtime": "2025-04-16T20:41:04.286Z",
683
- "size": 1884
684
- },
685
- {
686
- "relativePath": "../../../../../node_modules/@endo/common/from-unique-entries.js",
687
- "mtime": "2025-04-16T20:41:04.286Z",
688
- "size": 943
689
- },
690
695
  {
691
696
  "relativePath": "../../../../../node_modules/@endo/stream/index.js",
692
- "mtime": "2025-04-16T20:41:04.371Z",
697
+ "mtime": "2025-04-24T09:36:49.155Z",
693
698
  "size": 6689
694
699
  },
695
700
  {
696
701
  "relativePath": "../../../../../node_modules/jessie.js/src/main.js",
697
- "mtime": "2025-04-16T20:41:05.111Z",
702
+ "mtime": "2025-04-24T09:36:49.645Z",
698
703
  "size": 66
699
704
  },
700
705
  {
701
706
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/types-external.js",
702
- "mtime": "2025-04-16T20:41:03.925Z",
707
+ "mtime": "2025-04-24T09:36:48.758Z",
703
708
  "size": 62
704
709
  },
705
710
  {
706
711
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/import-archive.js",
707
- "mtime": "2025-04-16T20:41:03.925Z",
712
+ "mtime": "2025-04-24T09:36:48.758Z",
708
713
  "size": 3415
709
714
  },
710
715
  {
711
716
  "relativePath": "../../../../../node_modules/@endo/base64/src/encode.js",
712
- "mtime": "2025-04-16T20:41:03.807Z",
717
+ "mtime": "2025-04-24T09:36:49.169Z",
713
718
  "size": 1972
714
719
  },
715
720
  {
716
721
  "relativePath": "../../../../../node_modules/@endo/base64/src/decode.js",
717
- "mtime": "2025-04-16T20:41:03.807Z",
722
+ "mtime": "2025-04-24T09:36:49.169Z",
718
723
  "size": 2435
719
724
  },
720
725
  {
721
726
  "relativePath": "../../../../../node_modules/@endo/base64/btoa.js",
722
- "mtime": "2025-04-16T20:41:03.807Z",
727
+ "mtime": "2025-04-24T09:36:49.169Z",
723
728
  "size": 512
724
729
  },
725
730
  {
726
731
  "relativePath": "../../../../../node_modules/@endo/base64/atob.js",
727
- "mtime": "2025-04-16T20:41:03.807Z",
732
+ "mtime": "2025-04-24T09:36:49.169Z",
728
733
  "size": 330
729
734
  },
730
735
  {
731
736
  "relativePath": "../../../../internal/src/upgrade-api.js",
732
- "mtime": "2025-04-17T08:47:05.347Z",
737
+ "mtime": "2025-04-24T09:36:28.387Z",
733
738
  "size": 2173
734
739
  },
735
740
  {
736
741
  "relativePath": "../../../../../node_modules/@endo/common/ident-checker.js",
737
- "mtime": "2025-04-16T20:41:04.286Z",
742
+ "mtime": "2025-04-24T09:36:49.055Z",
738
743
  "size": 1613
739
744
  },
740
745
  {
741
746
  "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/keycollection-operators.js",
742
- "mtime": "2025-04-16T20:41:04.141Z",
747
+ "mtime": "2025-04-24T09:36:48.901Z",
743
748
  "size": 7647
744
749
  },
745
750
  {
746
751
  "relativePath": "../../../../../node_modules/@endo/common/apply-labeling-error.js",
747
- "mtime": "2025-04-16T20:41:04.286Z",
752
+ "mtime": "2025-04-24T09:36:49.055Z",
748
753
  "size": 2206
749
754
  },
750
755
  {
751
756
  "relativePath": "../../../../../node_modules/@endo/env-options/src/env-options.js",
752
- "mtime": "2025-04-16T20:41:03.976Z",
757
+ "mtime": "2025-04-24T09:36:48.792Z",
753
758
  "size": 4330
754
759
  },
755
760
  {
756
761
  "relativePath": "../../../../../node_modules/@endo/eventual-send/src/local.js",
757
- "mtime": "2025-04-16T20:41:04.302Z",
762
+ "mtime": "2025-04-24T09:36:49.057Z",
758
763
  "size": 4000
759
764
  },
760
765
  {
761
766
  "relativePath": "../../../../ERTP/src/payment.js",
762
- "mtime": "2025-04-17T08:47:05.199Z",
767
+ "mtime": "2025-04-24T09:36:28.254Z",
763
768
  "size": 788
764
769
  },
765
770
  {
766
771
  "relativePath": "../../../../ERTP/src/purse.js",
767
- "mtime": "2025-04-17T08:47:05.200Z",
772
+ "mtime": "2025-04-24T09:36:28.254Z",
768
773
  "size": 6202
769
774
  },
770
775
  {
771
776
  "relativePath": "../../../../zone/src/durable.js",
772
- "mtime": "2025-04-17T08:47:05.416Z",
773
- "size": 3678
777
+ "mtime": "2025-04-24T09:36:28.456Z",
778
+ "size": 3722
774
779
  },
775
780
  {
776
781
  "relativePath": "../../../../../node_modules/@endo/exo/src/exo-tools.js",
777
- "mtime": "2025-04-16T20:41:04.330Z",
782
+ "mtime": "2025-04-24T09:36:49.079Z",
778
783
  "size": 15822
779
784
  },
780
785
  {
781
786
  "relativePath": "../../../../internal/src/callback.js",
782
- "mtime": "2025-04-17T08:47:05.346Z",
787
+ "mtime": "2025-04-24T09:36:28.385Z",
783
788
  "size": 9468
784
789
  },
785
790
  {
786
791
  "relativePath": "../../../../base-zone/heap.js",
787
- "mtime": "2025-04-17T08:47:05.246Z",
792
+ "mtime": "2025-04-24T09:36:28.300Z",
788
793
  "size": 49
789
794
  },
790
795
  {
791
796
  "relativePath": "../../../../../node_modules/jessie.js/src/ring0/main.js",
792
- "mtime": "2025-04-16T20:41:05.111Z",
797
+ "mtime": "2025-04-24T09:36:49.645Z",
793
798
  "size": 132
794
799
  },
795
800
  {
796
801
  "relativePath": "../../../../../node_modules/jessie.js/src/ring1/main.js",
797
- "mtime": "2025-04-16T20:41:05.111Z",
802
+ "mtime": "2025-04-24T09:36:49.645Z",
798
803
  "size": 34
799
804
  },
800
805
  {
801
806
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/import-archive-parsers.js",
802
- "mtime": "2025-04-16T20:41:03.925Z",
807
+ "mtime": "2025-04-24T09:36:48.758Z",
803
808
  "size": 816
804
809
  },
805
810
  {
806
811
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/import-archive-lite.js",
807
- "mtime": "2025-04-16T20:41:03.925Z",
812
+ "mtime": "2025-04-24T09:36:48.758Z",
808
813
  "size": 13742
809
814
  },
810
815
  {
811
816
  "relativePath": "../../../../../node_modules/@endo/base64/src/common.js",
812
- "mtime": "2025-04-16T20:41:03.807Z",
817
+ "mtime": "2025-04-24T09:36:49.169Z",
813
818
  "size": 526
814
819
  },
815
820
  {
816
821
  "relativePath": "../../../../../node_modules/@endo/base64/encode.js",
817
- "mtime": "2025-04-16T20:41:03.807Z",
822
+ "mtime": "2025-04-24T09:36:49.169Z",
818
823
  "size": 48
819
824
  },
820
825
  {
821
826
  "relativePath": "../../../../../node_modules/@endo/base64/decode.js",
822
- "mtime": "2025-04-16T20:41:03.807Z",
827
+ "mtime": "2025-04-24T09:36:49.169Z",
823
828
  "size": 48
824
829
  },
825
830
  {
826
831
  "relativePath": "../../../../../node_modules/@endo/common/make-iterator.js",
827
- "mtime": "2025-04-16T20:41:04.286Z",
832
+ "mtime": "2025-04-24T09:36:49.055Z",
828
833
  "size": 335
829
834
  },
830
835
  {
831
836
  "relativePath": "../../../../../node_modules/@endo/common/make-array-iterator.js",
832
- "mtime": "2025-04-16T20:41:04.286Z",
837
+ "mtime": "2025-04-24T09:36:49.055Z",
833
838
  "size": 600
834
839
  },
835
840
  {
836
841
  "relativePath": "../../../../../node_modules/@endo/common/throw-labeled.js",
837
- "mtime": "2025-04-16T20:41:04.286Z",
842
+ "mtime": "2025-04-24T09:36:49.055Z",
838
843
  "size": 833
839
844
  },
840
845
  {
841
846
  "relativePath": "../../../../ERTP/src/transientNotifier.js",
842
- "mtime": "2025-04-17T08:47:05.200Z",
847
+ "mtime": "2025-04-24T09:36:28.254Z",
843
848
  "size": 1037
844
849
  },
845
850
  {
846
851
  "relativePath": "../../../../ERTP/src/amountStore.js",
847
- "mtime": "2025-04-17T08:47:05.199Z",
852
+ "mtime": "2025-04-24T09:36:28.254Z",
848
853
  "size": 867
849
854
  },
850
855
  {
851
856
  "relativePath": "../../../../base-zone/src/index.js",
852
- "mtime": "2025-04-17T08:47:05.246Z",
857
+ "mtime": "2025-04-24T09:36:28.300Z",
853
858
  "size": 306
854
859
  },
855
860
  {
856
861
  "relativePath": "../../../../base-zone/src/heap.js",
857
- "mtime": "2025-04-17T08:47:05.246Z",
862
+ "mtime": "2025-04-24T09:36:28.300Z",
858
863
  "size": 1843
859
864
  },
860
865
  {
861
866
  "relativePath": "../../../../../node_modules/jessie.js/src/ring0/E.js",
862
- "mtime": "2025-04-16T20:41:05.111Z",
867
+ "mtime": "2025-04-24T09:36:49.645Z",
863
868
  "size": 27
864
869
  },
865
870
  {
866
871
  "relativePath": "../../../../../node_modules/jessie.js/src/ring0/makers.js",
867
- "mtime": "2025-04-16T20:41:05.111Z",
872
+ "mtime": "2025-04-24T09:36:49.645Z",
868
873
  "size": 1611
869
874
  },
870
875
  {
871
876
  "relativePath": "../../../../../node_modules/jessie.js/src/ring0/async-generate.js",
872
- "mtime": "2025-04-16T20:41:05.111Z",
877
+ "mtime": "2025-04-24T09:36:49.645Z",
873
878
  "size": 559
874
879
  },
875
880
  {
876
881
  "relativePath": "../../../../../node_modules/jessie.js/src/ring1/async-tools.js",
877
- "mtime": "2025-04-16T20:41:05.111Z",
882
+ "mtime": "2025-04-24T09:36:49.645Z",
878
883
  "size": 862
879
884
  },
880
885
  {
881
886
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-pre-cjs.js",
882
- "mtime": "2025-04-16T20:41:03.925Z",
887
+ "mtime": "2025-04-24T09:36:48.758Z",
883
888
  "size": 1801
884
889
  },
885
890
  {
886
891
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-json.js",
887
- "mtime": "2025-04-16T20:41:03.925Z",
892
+ "mtime": "2025-04-24T09:36:48.758Z",
888
893
  "size": 1086
889
894
  },
890
895
  {
891
896
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-text.js",
892
- "mtime": "2025-04-16T20:41:03.925Z",
897
+ "mtime": "2025-04-24T09:36:48.758Z",
893
898
  "size": 1095
894
899
  },
895
900
  {
896
901
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-bytes.js",
897
- "mtime": "2025-04-16T20:41:03.925Z",
902
+ "mtime": "2025-04-24T09:36:48.758Z",
898
903
  "size": 1136
899
904
  },
900
905
  {
901
906
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-pre-mjs.js",
902
- "mtime": "2025-04-16T20:41:03.925Z",
907
+ "mtime": "2025-04-24T09:36:48.758Z",
903
908
  "size": 1172
904
909
  },
905
910
  {
906
911
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/link.js",
907
- "mtime": "2025-04-16T20:41:03.925Z",
912
+ "mtime": "2025-04-24T09:36:48.758Z",
908
913
  "size": 13053
909
914
  },
910
915
  {
911
916
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/json.js",
912
- "mtime": "2025-04-16T20:41:03.925Z",
917
+ "mtime": "2025-04-24T09:36:48.758Z",
913
918
  "size": 508
914
919
  },
915
920
  {
916
921
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/powers.js",
917
- "mtime": "2025-04-16T20:41:03.925Z",
922
+ "mtime": "2025-04-24T09:36:48.758Z",
918
923
  "size": 2681
919
924
  },
920
925
  {
921
926
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/node-module-specifier.js",
922
- "mtime": "2025-04-16T20:41:03.925Z",
927
+ "mtime": "2025-04-24T09:36:48.758Z",
923
928
  "size": 5152
924
929
  },
925
930
  {
926
931
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/compartment-map.js",
927
- "mtime": "2025-04-16T20:41:03.925Z",
932
+ "mtime": "2025-04-24T09:36:48.758Z",
928
933
  "size": 12804
929
934
  },
930
935
  {
931
936
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/import-hook.js",
932
- "mtime": "2025-04-16T20:41:03.925Z",
933
- "size": 24002
937
+ "mtime": "2025-04-24T09:36:48.758Z",
938
+ "size": 24548
934
939
  },
935
940
  {
936
941
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/policy.js",
937
- "mtime": "2025-04-16T20:41:03.925Z",
938
- "size": 14937
942
+ "mtime": "2025-04-24T09:36:48.758Z",
943
+ "size": 14953
939
944
  },
940
945
  {
941
946
  "relativePath": "../../../../../node_modules/@endo/zip/index.js",
942
- "mtime": "2025-04-16T20:41:04.183Z",
947
+ "mtime": "2025-04-24T09:36:48.925Z",
943
948
  "size": 183
944
949
  },
945
950
  {
946
951
  "relativePath": "../../../../base-zone/src/exports.js",
947
- "mtime": "2025-04-17T08:47:05.246Z",
952
+ "mtime": "2025-04-24T09:36:28.300Z",
948
953
  "size": 76
949
954
  },
950
955
  {
951
956
  "relativePath": "../../../../base-zone/src/make-once.js",
952
- "mtime": "2025-04-17T08:47:05.246Z",
957
+ "mtime": "2025-04-24T09:36:28.300Z",
953
958
  "size": 3282
954
959
  },
955
960
  {
956
961
  "relativePath": "../../../../base-zone/src/keys.js",
957
- "mtime": "2025-04-17T08:47:05.246Z",
962
+ "mtime": "2025-04-24T09:36:28.300Z",
958
963
  "size": 552
959
964
  },
960
965
  {
961
966
  "relativePath": "../../../../base-zone/src/is-passable.js",
962
- "mtime": "2025-04-17T08:47:05.246Z",
963
- "size": 322
967
+ "mtime": "2025-04-24T09:36:28.300Z",
968
+ "size": 266
964
969
  },
965
970
  {
966
971
  "relativePath": "../../../../base-zone/src/watch-promise.js",
967
- "mtime": "2025-04-17T08:47:05.246Z",
972
+ "mtime": "2025-04-24T09:36:28.300Z",
968
973
  "size": 2371
969
974
  },
970
975
  {
971
976
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-cjs-shared-export-wrapper.js",
972
- "mtime": "2025-04-16T20:41:03.925Z",
973
- "size": 6955
977
+ "mtime": "2025-04-24T09:36:48.758Z",
978
+ "size": 7008
974
979
  },
975
980
  {
976
981
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/map-parser.js",
977
- "mtime": "2025-04-16T20:41:03.925Z",
982
+ "mtime": "2025-04-24T09:36:48.758Z",
978
983
  "size": 10479
979
984
  },
980
985
  {
981
986
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/policy-format.js",
982
- "mtime": "2025-04-16T20:41:03.925Z",
987
+ "mtime": "2025-04-24T09:36:48.758Z",
983
988
  "size": 6954
984
989
  },
985
990
  {
986
991
  "relativePath": "../../../../../node_modules/@endo/trampoline/index.js",
987
- "mtime": "2025-04-16T20:41:06.940Z",
992
+ "mtime": "2025-04-24T09:36:52.007Z",
988
993
  "size": 37
989
994
  },
990
995
  {
991
996
  "relativePath": "../../../../../node_modules/@endo/zip/src/types.js",
992
- "mtime": "2025-04-16T20:41:04.183Z",
997
+ "mtime": "2025-04-24T09:36:48.925Z",
993
998
  "size": 1349
994
999
  },
995
1000
  {
996
1001
  "relativePath": "../../../../../node_modules/@endo/zip/src/reader.js",
997
- "mtime": "2025-04-16T20:41:04.183Z",
1002
+ "mtime": "2025-04-24T09:36:48.925Z",
998
1003
  "size": 1384
999
1004
  },
1000
1005
  {
1001
1006
  "relativePath": "../../../../../node_modules/@endo/zip/src/writer.js",
1002
- "mtime": "2025-04-16T20:41:04.183Z",
1007
+ "mtime": "2025-04-24T09:36:48.925Z",
1003
1008
  "size": 1434
1004
1009
  },
1005
1010
  {
1006
1011
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/extension.js",
1007
- "mtime": "2025-04-16T20:41:03.925Z",
1012
+ "mtime": "2025-04-24T09:36:48.758Z",
1008
1013
  "size": 558
1009
1014
  },
1010
1015
  {
1011
1016
  "relativePath": "../../../../../node_modules/@endo/trampoline/src/trampoline.js",
1012
- "mtime": "2025-04-16T20:41:06.940Z",
1017
+ "mtime": "2025-04-24T09:36:52.007Z",
1013
1018
  "size": 2066
1014
1019
  },
1015
1020
  {
1016
1021
  "relativePath": "../../../../../node_modules/@endo/zip/src/buffer-reader.js",
1017
- "mtime": "2025-04-16T20:41:04.183Z",
1022
+ "mtime": "2025-04-24T09:36:48.925Z",
1018
1023
  "size": 6160
1019
1024
  },
1020
1025
  {
1021
1026
  "relativePath": "../../../../../node_modules/@endo/zip/src/format-reader.js",
1022
- "mtime": "2025-04-16T20:41:04.183Z",
1027
+ "mtime": "2025-04-24T09:36:48.925Z",
1023
1028
  "size": 14620
1024
1029
  },
1025
1030
  {
1026
1031
  "relativePath": "../../../../../node_modules/@endo/zip/src/buffer-writer.js",
1027
- "mtime": "2025-04-16T20:41:04.183Z",
1032
+ "mtime": "2025-04-24T09:36:48.925Z",
1028
1033
  "size": 4177
1029
1034
  },
1030
1035
  {
1031
1036
  "relativePath": "../../../../../node_modules/@endo/zip/src/format-writer.js",
1032
- "mtime": "2025-04-16T20:41:04.183Z",
1037
+ "mtime": "2025-04-24T09:36:48.925Z",
1033
1038
  "size": 7377
1034
1039
  },
1035
1040
  {
1036
1041
  "relativePath": "../../../../../node_modules/@endo/zip/src/crc32.js",
1037
- "mtime": "2025-04-16T20:41:04.183Z",
1042
+ "mtime": "2025-04-24T09:36:48.925Z",
1038
1043
  "size": 1005
1039
1044
  },
1040
1045
  {
1041
1046
  "relativePath": "../../../../../node_modules/@endo/zip/src/signature.js",
1042
- "mtime": "2025-04-16T20:41:04.183Z",
1047
+ "mtime": "2025-04-24T09:36:48.925Z",
1043
1048
  "size": 616
1044
1049
  },
1045
1050
  {
1046
1051
  "relativePath": "../../../../../node_modules/@endo/zip/src/compression.js",
1047
- "mtime": "2025-04-16T20:41:04.183Z",
1052
+ "mtime": "2025-04-24T09:36:48.925Z",
1048
1053
  "size": 89
1049
1054
  }
1050
1055
  ],