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