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