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