@agoric/zoe 0.26.3-dev-ecf2d8e.0 → 0.26.3-other-dev-70beeb7.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 (164) hide show
  1. package/CHANGELOG.md +1179 -0
  2. package/README.md +7 -7
  3. package/bundles/bundle-contractFacet-js-meta.json +319 -543
  4. package/bundles/bundle-contractFacet.d.ts +3 -3
  5. package/bundles/bundle-contractFacet.js +1 -1
  6. package/exported.js +1 -1
  7. package/package.json +23 -30
  8. package/src/cleanProposal.js +2 -2
  9. package/src/contractFacet/internal-types.d.ts +2 -2
  10. package/src/contractFacet/internal-types.d.ts.map +1 -1
  11. package/src/contractFacet/internal-types.js +1 -1
  12. package/src/contractFacet/types.d.ts +191 -0
  13. package/src/contractFacet/types.d.ts.map +1 -0
  14. package/src/contractFacet/types.js +256 -0
  15. package/src/contractFacet/vatRoot.d.ts +1 -1
  16. package/src/contractFacet/vatRoot.d.ts.map +1 -1
  17. package/src/contractFacet/zcfMint.d.ts +1 -1
  18. package/src/contractFacet/zcfMint.d.ts.map +1 -1
  19. package/src/contractFacet/zcfMint.js +1 -2
  20. package/src/contractFacet/zcfSeat.d.ts.map +1 -1
  21. package/src/contractFacet/zcfSeat.js +3 -105
  22. package/src/contractFacet/zcfZygote.d.ts +1 -1
  23. package/src/contractFacet/zcfZygote.d.ts.map +1 -1
  24. package/src/contractFacet/zcfZygote.js +33 -78
  25. package/src/contractSupport/atomicTransfer.d.ts +6 -0
  26. package/src/contractSupport/atomicTransfer.d.ts.map +1 -1
  27. package/src/contractSupport/atomicTransfer.js +90 -5
  28. package/src/contractSupport/bondingCurves.js +2 -2
  29. package/src/contractSupport/durability.d.ts +2 -2
  30. package/src/contractSupport/durability.d.ts.map +1 -1
  31. package/src/contractSupport/durability.js +3 -3
  32. package/src/contractSupport/priceAuthority.d.ts +1 -16
  33. package/src/contractSupport/priceAuthority.d.ts.map +1 -1
  34. package/src/contractSupport/priceAuthority.js +1 -3
  35. package/src/contractSupport/priceAuthorityInitial.d.ts.map +1 -1
  36. package/src/contractSupport/priceAuthorityInitial.js +0 -1
  37. package/src/contractSupport/priceAuthorityQuoteMint.d.ts +1 -1
  38. package/src/contractSupport/priceAuthorityQuoteMint.d.ts.map +1 -1
  39. package/src/contractSupport/priceAuthorityTransform.d.ts.map +1 -1
  40. package/src/contractSupport/priceAuthorityTransform.js +3 -2
  41. package/src/contractSupport/recorder.d.ts +4 -4
  42. package/src/contractSupport/recorder.d.ts.map +1 -1
  43. package/src/contractSupport/safeMath.d.ts +7 -7
  44. package/src/contractSupport/safeMath.d.ts.map +1 -1
  45. package/src/contractSupport/topics.d.ts +1 -1
  46. package/src/contractSupport/topics.d.ts.map +1 -1
  47. package/src/contractSupport/zoeHelpers.d.ts +1 -1
  48. package/src/contractSupport/zoeHelpers.d.ts.map +1 -1
  49. package/src/contractSupport/zoeHelpers.js +11 -5
  50. package/src/contracts/atomicSwap.d.ts +1 -1
  51. package/src/contracts/auction/firstPriceLogic.d.ts.map +1 -1
  52. package/src/contracts/auction/firstPriceLogic.js +7 -5
  53. package/src/contracts/auction/index.d.ts +23 -1
  54. package/src/contracts/auction/index.d.ts.map +1 -1
  55. package/src/contracts/auction/index.js +0 -1
  56. package/src/contracts/auction/secondPriceLogic.d.ts.map +1 -1
  57. package/src/contracts/auction/secondPriceLogic.js +3 -1
  58. package/src/contracts/automaticRefund.d.ts +3 -3
  59. package/src/contracts/autoswap.d.ts.map +1 -1
  60. package/src/contracts/autoswap.js +7 -4
  61. package/src/contracts/barterExchange.d.ts +2 -2
  62. package/src/contracts/barterExchange.d.ts.map +1 -1
  63. package/src/contracts/barterExchange.js +3 -2
  64. package/src/contracts/callSpread/calculateShares.d.ts +7 -0
  65. package/src/contracts/callSpread/calculateShares.d.ts.map +1 -1
  66. package/src/contracts/callSpread/fundedCallSpread.d.ts +1 -1
  67. package/src/contracts/callSpread/fundedCallSpread.d.ts.map +1 -1
  68. package/src/contracts/callSpread/fundedCallSpread.js +3 -1
  69. package/src/contracts/callSpread/payoffHandler.d.ts.map +1 -1
  70. package/src/contracts/callSpread/payoffHandler.js +0 -1
  71. package/src/contracts/callSpread/percent.d.ts +2 -0
  72. package/src/contracts/callSpread/percent.d.ts.map +1 -1
  73. package/src/contracts/callSpread/pricedCallSpread.d.ts +4 -4
  74. package/src/contracts/callSpread/pricedCallSpread.d.ts.map +1 -1
  75. package/src/contracts/callSpread/pricedCallSpread.js +3 -2
  76. package/src/contracts/coveredCall-durable.d.ts +3 -3
  77. package/src/contracts/coveredCall.d.ts +1 -1
  78. package/src/contracts/loan/borrow.d.ts.map +1 -1
  79. package/src/contracts/loan/borrow.js +3 -1
  80. package/src/contracts/loan/close.d.ts.map +1 -1
  81. package/src/contracts/loan/close.js +6 -2
  82. package/src/contracts/loan/index.d.ts +1 -1
  83. package/src/contracts/loan/liquidate.d.ts +12 -1
  84. package/src/contracts/loan/liquidate.d.ts.map +1 -1
  85. package/src/contracts/loan/liquidate.js +1 -3
  86. package/src/contracts/loan/scheduleLiquidation.d.ts.map +1 -1
  87. package/src/contracts/loan/scheduleLiquidation.js +0 -1
  88. package/src/contracts/loan/types.d.ts +1 -0
  89. package/src/contracts/loan/types.d.ts.map +1 -1
  90. package/src/contracts/loan/types.js +7 -0
  91. package/src/contracts/mintPayments.d.ts +6 -14
  92. package/src/contracts/mintPayments.d.ts.map +1 -1
  93. package/src/contracts/mintPayments.js +1 -1
  94. package/src/contracts/oracle.d.ts +2 -2
  95. package/src/contracts/oracle.d.ts.map +1 -1
  96. package/src/contracts/oracle.js +0 -3
  97. package/src/contracts/priceAggregator.d.ts +12 -2
  98. package/src/contracts/priceAggregator.d.ts.map +1 -1
  99. package/src/contracts/priceAggregator.js +2 -3
  100. package/src/contracts/scaledPriceAuthority.d.ts +1 -1
  101. package/src/contracts/scaledPriceAuthority.d.ts.map +1 -1
  102. package/src/contracts/scaledPriceAuthority.js +0 -2
  103. package/src/contracts/sellItems.d.ts +1 -1
  104. package/src/contracts/sellItems.d.ts.map +1 -1
  105. package/src/contracts/sellItems.js +3 -2
  106. package/src/contracts/simpleExchange.d.ts +2 -2
  107. package/src/instanceRecordStorage.d.ts +1 -1
  108. package/src/instanceRecordStorage.d.ts.map +1 -1
  109. package/src/internal-types.d.ts +3 -3
  110. package/src/internal-types.d.ts.map +1 -1
  111. package/src/internal-types.js +1 -1
  112. package/src/issuerStorage.d.ts +1 -1
  113. package/src/makeHandle.d.ts +1 -1
  114. package/src/makeHandle.d.ts.map +1 -1
  115. package/src/typeGuards.d.ts +20 -118
  116. package/src/typeGuards.d.ts.map +1 -1
  117. package/src/typeGuards.js +1 -7
  118. package/src/zoeService/escrowStorage.d.ts +1 -1
  119. package/src/zoeService/feeMint.d.ts +5 -5
  120. package/src/zoeService/feeMint.d.ts.map +1 -1
  121. package/src/zoeService/installationStorage.d.ts +1 -1
  122. package/src/zoeService/instanceAdminStorage.d.ts +2 -2
  123. package/src/zoeService/instanceAdminStorage.d.ts.map +1 -1
  124. package/src/zoeService/instanceAdminStorage.js +0 -1
  125. package/src/zoeService/internal-types.d.ts +2 -2
  126. package/src/zoeService/internal-types.d.ts.map +1 -1
  127. package/src/zoeService/internal-types.js +1 -1
  128. package/src/zoeService/makeInvitation.d.ts +1 -1
  129. package/src/zoeService/makeInvitation.d.ts.map +1 -1
  130. package/src/zoeService/offer/offer.d.ts.map +1 -1
  131. package/src/zoeService/offer/offer.js +3 -2
  132. package/src/zoeService/startInstance.d.ts +1 -1
  133. package/src/zoeService/startInstance.d.ts.map +1 -1
  134. package/src/zoeService/startInstance.js +23 -20
  135. package/src/zoeService/types.d.ts +1 -1
  136. package/src/zoeService/types.d.ts.map +1 -1
  137. package/src/zoeService/utils.d.ts +2 -2
  138. package/src/zoeService/zoe.d.ts +1 -11
  139. package/src/zoeService/zoe.d.ts.map +1 -1
  140. package/src/zoeService/zoe.js +1 -24
  141. package/src/zoeService/zoeSeat.d.ts +1 -1
  142. package/src/zoeService/zoeSeat.d.ts.map +1 -1
  143. package/src/zoeService/zoeSeat.js +0 -1
  144. package/src/zoeService/zoeStorageManager.d.ts +1 -1
  145. package/src/zoeService/zoeStorageManager.d.ts.map +1 -1
  146. package/src/zoeService/zoeStorageManager.js +2 -7
  147. package/tools/fakePriceAuthority.d.ts.map +1 -1
  148. package/tools/fakePriceAuthority.js +2 -0
  149. package/tools/manualPriceAuthority.d.ts.map +1 -1
  150. package/tools/manualPriceAuthority.js +0 -1
  151. package/tools/manualTimer.js +1 -1
  152. package/tools/prepare-test-env.js +1 -1
  153. package/tools/priceAuthorityRegistry.d.ts +1 -1
  154. package/tools/priceAuthorityRegistry.d.ts.map +1 -1
  155. package/tools/scriptedOracle.d.ts +2 -2
  156. package/tools/scriptedPriceAuthority.d.ts.map +1 -1
  157. package/tools/scriptedPriceAuthority.js +0 -1
  158. package/tools/setup-zoe.d.ts +0 -5
  159. package/tools/setup-zoe.d.ts.map +1 -1
  160. package/src/contractFacet/reallocate.d.ts +0 -3
  161. package/src/contractFacet/reallocate.d.ts.map +0 -1
  162. package/src/contractFacet/reallocate.js +0 -94
  163. package/src/contractFacet/types-ambient.d.ts +0 -247
  164. package/src/contractFacet/types-ambient.js +0 -1
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "bundleFileName": "bundle-contractFacet.js",
3
- "bundleTime": "2023-09-21T20:22:43.191Z",
4
- "bundleSize": 1410345,
3
+ "bundleTime": "2023-09-21T21:55:48.441Z",
5
4
  "moduleSource": {
6
5
  "relative": "../../src/contractFacet/vatRoot.js",
7
6
  "absolute": "/home/runner/work/agoric-sdk/agoric-sdk/packages/zoe/src/contractFacet/vatRoot.js"
@@ -9,898 +8,675 @@
9
8
  "contents": [
10
9
  {
11
10
  "relativePath": "",
12
- "mtime": "2023-09-21T20:20:11.362Z",
13
- "size": 2897
14
- },
15
- {
16
- "relativePath": "../../../../../node_modules/@endo/marshal/index.js",
17
- "mtime": "2023-09-20T18:55:45.283Z",
18
- "size": 922
19
- },
20
- {
21
- "relativePath": "../../../../../node_modules/@endo/far/src/index.js",
22
- "mtime": "2023-09-20T18:55:45.230Z",
23
- "size": 1184
11
+ "mtime": "2023-09-21T21:53:04.264Z"
24
12
  },
25
13
  {
26
14
  "relativePath": "../../internal-types.js",
27
- "mtime": "2023-09-21T20:20:11.366Z",
28
- "size": 9510
15
+ "mtime": "2023-09-21T21:53:04.268Z"
29
16
  },
30
17
  {
31
18
  "relativePath": "../zcfZygote.js",
32
- "mtime": "2023-09-21T20:20:11.362Z",
33
- "size": 16948
34
- },
35
- {
36
- "relativePath": "../../../../../node_modules/@endo/marshal/src/deeplyFulfilled.js",
37
- "mtime": "2023-09-20T18:55:45.283Z",
38
- "size": 2911
39
- },
40
- {
41
- "relativePath": "../../../../../node_modules/@endo/marshal/src/encodeToCapData.js",
42
- "mtime": "2023-09-20T18:55:45.283Z",
43
- "size": 17806
19
+ "mtime": "2023-09-21T21:53:04.264Z"
44
20
  },
45
21
  {
46
- "relativePath": "../../../../../node_modules/@endo/marshal/src/marshal.js",
47
- "mtime": "2023-09-20T18:55:45.283Z",
48
- "size": 13589
22
+ "relativePath": "../../../../../node_modules/@endo/far/src/index.js",
23
+ "mtime": "2023-09-21T21:53:25.812Z"
49
24
  },
50
25
  {
51
- "relativePath": "../../../../../node_modules/@endo/marshal/src/marshal-stringify.js",
52
- "mtime": "2023-09-20T18:55:45.283Z",
53
- "size": 1373
26
+ "relativePath": "../../../../../node_modules/@endo/marshal/index.js",
27
+ "mtime": "2023-09-21T21:53:26.001Z"
54
28
  },
55
29
  {
56
- "relativePath": "../../../../../node_modules/@endo/marshal/src/marshal-justin.js",
57
- "mtime": "2023-09-20T18:55:45.283Z",
58
- "size": 12948
30
+ "relativePath": "../../cleanProposal.js",
31
+ "mtime": "2023-09-21T21:53:04.264Z"
59
32
  },
60
33
  {
61
- "relativePath": "../../../../../node_modules/@endo/marshal/src/encodePassable.js",
62
- "mtime": "2023-09-20T18:55:45.283Z",
63
- "size": 16018
34
+ "relativePath": "../../handleWarning.js",
35
+ "mtime": "2023-09-21T21:53:04.268Z"
64
36
  },
65
37
  {
66
- "relativePath": "../../../../../node_modules/@endo/marshal/src/rankOrder.js",
67
- "mtime": "2023-09-20T18:55:45.283Z",
68
- "size": 15624
38
+ "relativePath": "../../instanceRecordStorage.js",
39
+ "mtime": "2023-09-21T21:53:04.268Z"
69
40
  },
70
41
  {
71
- "relativePath": "../../../../../node_modules/@endo/marshal/src/types.js",
72
- "mtime": "2023-09-20T18:55:45.283Z",
73
- "size": 7419
42
+ "relativePath": "../../issuerStorage.js",
43
+ "mtime": "2023-09-21T21:53:04.268Z"
74
44
  },
75
45
  {
76
- "relativePath": "../../../../../node_modules/@endo/pass-style/index.js",
77
- "mtime": "2023-09-20T18:55:45.482Z",
78
- "size": 861
46
+ "relativePath": "../../makeHandle.js",
47
+ "mtime": "2023-09-21T21:53:04.268Z"
79
48
  },
80
49
  {
81
- "relativePath": "../../../../../node_modules/@endo/eventual-send/src/no-shim.js",
82
- "mtime": "2023-09-20T18:55:45.495Z",
83
- "size": 190
50
+ "relativePath": "../../typeGuards.js",
51
+ "mtime": "2023-09-21T21:53:04.268Z"
84
52
  },
85
53
  {
86
- "relativePath": "../../../../ERTP/src/index.js",
87
- "mtime": "2023-09-21T20:20:11.238Z",
88
- "size": 116
54
+ "relativePath": "../evalContractCode.js",
55
+ "mtime": "2023-09-21T21:53:04.264Z"
89
56
  },
90
57
  {
91
- "relativePath": "../../../../store/src/index.js",
92
- "mtime": "2023-09-21T20:20:11.326Z",
93
- "size": 1399
58
+ "relativePath": "../exit.js",
59
+ "mtime": "2023-09-21T21:53:04.264Z"
94
60
  },
95
61
  {
96
- "relativePath": "../../../../vat-data/src/index.js",
97
- "mtime": "2023-09-21T20:20:11.346Z",
98
- "size": 1405
62
+ "relativePath": "../internal-types.js",
63
+ "mtime": "2023-09-21T21:53:04.264Z"
99
64
  },
100
65
  {
101
- "relativePath": "../../../../../node_modules/@endo/promise-kit/index.js",
102
- "mtime": "2023-09-20T18:55:45.331Z",
103
- "size": 1613
66
+ "relativePath": "../offerHandlerStorage.js",
67
+ "mtime": "2023-09-21T21:53:04.264Z"
104
68
  },
105
69
  {
106
- "relativePath": "../../../../internal/src/index.js",
107
- "mtime": "2023-09-21T20:20:11.318Z",
108
- "size": 201
70
+ "relativePath": "../zcfMint.js",
71
+ "mtime": "2023-09-21T21:53:04.264Z"
109
72
  },
110
73
  {
111
- "relativePath": "../../cleanProposal.js",
112
- "mtime": "2023-09-21T20:20:11.362Z",
113
- "size": 5635
74
+ "relativePath": "../zcfSeat.js",
75
+ "mtime": "2023-09-21T21:53:04.264Z"
114
76
  },
115
77
  {
116
- "relativePath": "../../handleWarning.js",
117
- "mtime": "2023-09-21T20:20:11.366Z",
118
- "size": 531
78
+ "relativePath": "../../../../ERTP/src/index.js",
79
+ "mtime": "2023-09-21T21:53:04.140Z"
119
80
  },
120
81
  {
121
- "relativePath": "../../instanceRecordStorage.js",
122
- "mtime": "2023-09-21T20:20:11.366Z",
123
- "size": 3744
82
+ "relativePath": "../../../../internal/src/index.js",
83
+ "mtime": "2023-09-21T21:53:04.212Z"
124
84
  },
125
85
  {
126
- "relativePath": "../../issuerStorage.js",
127
- "mtime": "2023-09-21T20:20:11.366Z",
128
- "size": 7110
86
+ "relativePath": "../../../../store/src/index.js",
87
+ "mtime": "2023-09-21T21:53:04.224Z"
129
88
  },
130
89
  {
131
- "relativePath": "../../makeHandle.js",
132
- "mtime": "2023-09-21T20:20:11.366Z",
133
- "size": 1365
90
+ "relativePath": "../../../../SwingSet/src/types-ambient.js",
91
+ "mtime": "2023-09-21T21:53:04.164Z"
134
92
  },
135
93
  {
136
- "relativePath": "../evalContractCode.js",
137
- "mtime": "2023-09-21T20:20:11.362Z",
138
- "size": 972
94
+ "relativePath": "../../../../vat-data/src/index.js",
95
+ "mtime": "2023-09-21T21:53:04.244Z"
139
96
  },
140
97
  {
141
- "relativePath": "../exit.js",
142
- "mtime": "2023-09-21T20:20:11.362Z",
143
- "size": 3616
98
+ "relativePath": "../../../../../node_modules/@endo/eventual-send/src/no-shim.js",
99
+ "mtime": "2023-09-21T21:53:26.826Z"
144
100
  },
145
101
  {
146
- "relativePath": "../offerHandlerStorage.js",
147
- "mtime": "2023-09-21T20:20:11.362Z",
148
- "size": 2422
102
+ "relativePath": "../../../../../node_modules/@endo/promise-kit/index.js",
103
+ "mtime": "2023-09-21T21:53:26.014Z"
149
104
  },
150
105
  {
151
- "relativePath": "../zcfSeat.js",
152
- "mtime": "2023-09-21T20:20:11.362Z",
153
- "size": 17793
106
+ "relativePath": "../../../../../node_modules/@endo/pass-style/index.js",
107
+ "mtime": "2023-09-21T21:53:27.059Z"
154
108
  },
155
109
  {
156
- "relativePath": "../internal-types.js",
157
- "mtime": "2023-09-21T20:20:11.362Z",
158
- "size": 411
110
+ "relativePath": "../../../../../node_modules/@endo/marshal/src/deeplyFulfilled.js",
111
+ "mtime": "2023-09-21T21:53:26.001Z"
159
112
  },
160
113
  {
161
- "relativePath": "../../../../SwingSet/src/types-ambient.js",
162
- "mtime": "2023-09-21T20:20:11.262Z",
163
- "size": 6656
114
+ "relativePath": "../../../../../node_modules/@endo/marshal/src/encodePassable.js",
115
+ "mtime": "2023-09-21T21:53:26.001Z"
164
116
  },
165
117
  {
166
- "relativePath": "../../typeGuards.js",
167
- "mtime": "2023-09-21T20:20:11.366Z",
168
- "size": 12670
118
+ "relativePath": "../../../../../node_modules/@endo/marshal/src/encodeToCapData.js",
119
+ "mtime": "2023-09-21T21:53:26.001Z"
169
120
  },
170
121
  {
171
- "relativePath": "../zcfMint.js",
172
- "mtime": "2023-09-21T20:20:11.362Z",
173
- "size": 5914
122
+ "relativePath": "../../../../../node_modules/@endo/marshal/src/marshal-justin.js",
123
+ "mtime": "2023-09-21T21:53:26.001Z"
174
124
  },
175
125
  {
176
- "relativePath": "../../../../../node_modules/@endo/nat/src/index.js",
177
- "mtime": "2023-09-20T18:55:45.299Z",
178
- "size": 2522
126
+ "relativePath": "../../../../../node_modules/@endo/marshal/src/marshal-stringify.js",
127
+ "mtime": "2023-09-21T21:53:26.001Z"
179
128
  },
180
129
  {
181
- "relativePath": "../../../../../node_modules/@endo/marshal/src/encodeToSmallcaps.js",
182
- "mtime": "2023-09-20T18:55:45.283Z",
183
- "size": 16703
130
+ "relativePath": "../../../../../node_modules/@endo/marshal/src/marshal.js",
131
+ "mtime": "2023-09-21T21:53:26.001Z"
184
132
  },
185
133
  {
186
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/iter-helpers.js",
187
- "mtime": "2023-09-20T18:55:45.482Z",
188
- "size": 1810
134
+ "relativePath": "../../../../../node_modules/@endo/marshal/src/rankOrder.js",
135
+ "mtime": "2023-09-21T21:53:26.001Z"
189
136
  },
190
137
  {
191
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/passStyle-helpers.js",
192
- "mtime": "2023-09-20T18:55:45.482Z",
193
- "size": 5804
138
+ "relativePath": "../../../../../node_modules/@endo/marshal/src/types.js",
139
+ "mtime": "2023-09-21T21:53:26.001Z"
194
140
  },
195
141
  {
196
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/error.js",
197
- "mtime": "2023-09-20T18:55:45.482Z",
198
- "size": 4092
142
+ "relativePath": "../../objArrayConversion.js",
143
+ "mtime": "2023-09-21T21:53:04.268Z"
199
144
  },
200
145
  {
201
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/remotable.js",
202
- "mtime": "2023-09-20T18:55:45.482Z",
203
- "size": 8681
146
+ "relativePath": "../../../../assert/src/assert.js",
147
+ "mtime": "2023-09-21T21:53:04.184Z"
204
148
  },
205
149
  {
206
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/symbol.js",
207
- "mtime": "2023-09-20T18:55:45.482Z",
208
- "size": 3965
150
+ "relativePath": "../../issuerRecord.js",
151
+ "mtime": "2023-09-21T21:53:04.268Z"
209
152
  },
210
153
  {
211
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/passStyleOf.js",
212
- "mtime": "2023-09-20T18:55:45.482Z",
213
- "size": 7573
154
+ "relativePath": "../../../../notifier/src/index.js",
155
+ "mtime": "2023-09-21T21:53:04.216Z"
214
156
  },
215
157
  {
216
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/makeTagged.js",
217
- "mtime": "2023-09-20T18:55:45.482Z",
218
- "size": 610
158
+ "relativePath": "../../../../time/index.js",
159
+ "mtime": "2023-09-21T21:53:04.244Z"
219
160
  },
220
161
  {
221
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/make-far.js",
222
- "mtime": "2023-09-20T18:55:45.482Z",
223
- "size": 6030
162
+ "relativePath": "../../../../../node_modules/@endo/import-bundle/src/index.js",
163
+ "mtime": "2023-09-21T21:53:26.412Z"
224
164
  },
225
165
  {
226
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/typeGuards.js",
227
- "mtime": "2023-09-20T18:55:45.482Z",
228
- "size": 2581
166
+ "relativePath": "../allocationMath.js",
167
+ "mtime": "2023-09-21T21:53:04.264Z"
229
168
  },
230
169
  {
231
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/types.js",
232
- "mtime": "2023-09-20T18:55:45.482Z",
233
- "size": 5469
170
+ "relativePath": "../types.js",
171
+ "mtime": "2023-09-21T21:53:04.264Z"
234
172
  },
235
173
  {
236
- "relativePath": "../../../../../node_modules/@endo/eventual-send/src/E.js",
237
- "mtime": "2023-09-20T18:55:45.495Z",
238
- "size": 12097
174
+ "relativePath": "../offerSafety.js",
175
+ "mtime": "2023-09-21T21:53:04.264Z"
239
176
  },
240
177
  {
241
- "relativePath": "../../../../../node_modules/@endo/eventual-send/src/exports.js",
242
- "mtime": "2023-09-20T18:55:45.495Z",
243
- "size": 76
178
+ "relativePath": "../rightsConservation.js",
179
+ "mtime": "2023-09-21T21:53:04.264Z"
244
180
  },
245
181
  {
246
182
  "relativePath": "../../../../ERTP/src/amountMath.js",
247
- "mtime": "2023-09-21T20:20:11.238Z",
248
- "size": 13271
183
+ "mtime": "2023-09-21T21:53:04.140Z"
249
184
  },
250
185
  {
251
186
  "relativePath": "../../../../ERTP/src/issuerKit.js",
252
- "mtime": "2023-09-21T20:20:11.238Z",
253
- "size": 7229
187
+ "mtime": "2023-09-21T21:53:04.140Z"
254
188
  },
255
189
  {
256
190
  "relativePath": "../../../../ERTP/src/typeGuards.js",
257
- "mtime": "2023-09-21T20:20:11.238Z",
258
- "size": 8072
259
- },
260
- {
261
- "relativePath": "../../../../../node_modules/@endo/patterns/index.js",
262
- "mtime": "2023-09-20T18:55:45.485Z",
263
- "size": 1541
264
- },
265
- {
266
- "relativePath": "../../../../../node_modules/@endo/exo/index.js",
267
- "mtime": "2023-09-20T18:55:45.465Z",
268
- "size": 161
191
+ "mtime": "2023-09-21T21:53:04.140Z"
269
192
  },
270
193
  {
271
- "relativePath": "../../../../store/src/stores/scalarWeakSetStore.js",
272
- "mtime": "2023-09-21T20:20:11.326Z",
273
- "size": 3143
194
+ "relativePath": "../../../../internal/src/config.js",
195
+ "mtime": "2023-09-21T21:53:04.212Z"
274
196
  },
275
197
  {
276
- "relativePath": "../../../../store/src/stores/scalarSetStore.js",
277
- "mtime": "2023-09-21T20:20:11.326Z",
278
- "size": 2937
198
+ "relativePath": "../../../../internal/src/debug.js",
199
+ "mtime": "2023-09-21T21:53:04.212Z"
279
200
  },
280
201
  {
281
- "relativePath": "../../../../store/src/stores/scalarWeakMapStore.js",
282
- "mtime": "2023-09-21T20:20:11.326Z",
283
- "size": 4348
202
+ "relativePath": "../../../../internal/src/method-tools.js",
203
+ "mtime": "2023-09-21T21:53:04.212Z"
284
204
  },
285
205
  {
286
- "relativePath": "../../../../store/src/stores/scalarMapStore.js",
287
- "mtime": "2023-09-21T20:20:11.326Z",
288
- "size": 4814
206
+ "relativePath": "../../../../internal/src/typeGuards.js",
207
+ "mtime": "2023-09-21T21:53:04.212Z"
289
208
  },
290
209
  {
291
- "relativePath": "../../../../store/src/stores/store-utils.js",
292
- "mtime": "2023-09-21T20:20:11.326Z",
293
- "size": 6054
210
+ "relativePath": "../../../../internal/src/utils.js",
211
+ "mtime": "2023-09-21T21:53:04.212Z"
294
212
  },
295
213
  {
296
214
  "relativePath": "../../../../store/src/legacy/legacyMap.js",
297
- "mtime": "2023-09-21T20:20:11.326Z",
298
- "size": 2475
215
+ "mtime": "2023-09-21T21:53:04.224Z"
299
216
  },
300
217
  {
301
218
  "relativePath": "../../../../store/src/legacy/legacyWeakMap.js",
302
- "mtime": "2023-09-21T20:20:11.326Z",
303
- "size": 1315
304
- },
305
- {
306
- "relativePath": "../../../../vat-data/src/vat-data-bindings.js",
307
- "mtime": "2023-09-21T20:20:11.346Z",
308
- "size": 7939
219
+ "mtime": "2023-09-21T21:53:04.224Z"
309
220
  },
310
221
  {
311
- "relativePath": "../../../../vat-data/src/exo-utils.js",
312
- "mtime": "2023-09-21T20:20:11.346Z",
313
- "size": 9321
222
+ "relativePath": "../../../../store/src/stores/scalarMapStore.js",
223
+ "mtime": "2023-09-21T21:53:04.224Z"
314
224
  },
315
225
  {
316
- "relativePath": "../../../../../node_modules/@endo/promise-kit/src/promise-executor-kit.js",
317
- "mtime": "2023-09-20T18:55:45.331Z",
318
- "size": 1535
226
+ "relativePath": "../../../../store/src/stores/scalarSetStore.js",
227
+ "mtime": "2023-09-21T21:53:04.224Z"
319
228
  },
320
229
  {
321
- "relativePath": "../../../../../node_modules/@endo/promise-kit/src/memo-race.js",
322
- "mtime": "2023-09-20T18:55:45.331Z",
323
- "size": 4738
230
+ "relativePath": "../../../../store/src/stores/scalarWeakMapStore.js",
231
+ "mtime": "2023-09-21T21:53:04.224Z"
324
232
  },
325
233
  {
326
- "relativePath": "../../../../../node_modules/@endo/promise-kit/src/is-promise.js",
327
- "mtime": "2023-09-20T18:55:45.331Z",
328
- "size": 290
234
+ "relativePath": "../../../../store/src/stores/scalarWeakSetStore.js",
235
+ "mtime": "2023-09-21T21:53:04.224Z"
329
236
  },
330
237
  {
331
- "relativePath": "../../../../../node_modules/@endo/promise-kit/src/types.js",
332
- "mtime": "2023-09-20T18:55:45.331Z",
333
- "size": 681
238
+ "relativePath": "../../../../store/src/stores/store-utils.js",
239
+ "mtime": "2023-09-21T21:53:04.224Z"
334
240
  },
335
241
  {
336
- "relativePath": "../../../../internal/src/config.js",
337
- "mtime": "2023-09-21T20:20:11.318Z",
338
- "size": 1056
242
+ "relativePath": "../../../../../node_modules/@endo/exo/index.js",
243
+ "mtime": "2023-09-21T21:53:27.037Z"
339
244
  },
340
245
  {
341
- "relativePath": "../../../../internal/src/debug.js",
342
- "mtime": "2023-09-21T20:20:11.318Z",
343
- "size": 1029
246
+ "relativePath": "../../../../../node_modules/@endo/patterns/index.js",
247
+ "mtime": "2023-09-21T21:53:26.962Z"
344
248
  },
345
249
  {
346
- "relativePath": "../../../../internal/src/utils.js",
347
- "mtime": "2023-09-21T20:20:11.318Z",
348
- "size": 13964
250
+ "relativePath": "../../../../vat-data/src/exo-utils.js",
251
+ "mtime": "2023-09-21T21:53:04.244Z"
349
252
  },
350
253
  {
351
- "relativePath": "../../../../internal/src/method-tools.js",
352
- "mtime": "2023-09-21T20:20:11.318Z",
353
- "size": 3853
254
+ "relativePath": "../../../../vat-data/src/vat-data-bindings.js",
255
+ "mtime": "2023-09-21T21:53:04.244Z"
354
256
  },
355
257
  {
356
- "relativePath": "../../../../internal/src/typeGuards.js",
357
- "mtime": "2023-09-21T20:20:11.318Z",
358
- "size": 316
258
+ "relativePath": "../../../../../node_modules/@endo/eventual-send/src/E.js",
259
+ "mtime": "2023-09-21T21:53:26.826Z"
359
260
  },
360
261
  {
361
- "relativePath": "../../../../assert/src/assert.js",
362
- "mtime": "2023-09-21T20:20:11.282Z",
363
- "size": 2999
262
+ "relativePath": "../../../../../node_modules/@endo/promise-kit/src/is-promise.js",
263
+ "mtime": "2023-09-21T21:53:26.014Z"
364
264
  },
365
265
  {
366
- "relativePath": "../../objArrayConversion.js",
367
- "mtime": "2023-09-21T20:20:11.366Z",
368
- "size": 866
266
+ "relativePath": "../../../../../node_modules/@endo/promise-kit/src/memo-race.js",
267
+ "mtime": "2023-09-21T21:53:26.014Z"
369
268
  },
370
269
  {
371
- "relativePath": "../../issuerRecord.js",
372
- "mtime": "2023-09-21T20:20:11.366Z",
373
- "size": 744
270
+ "relativePath": "../../../../../node_modules/@endo/promise-kit/src/promise-executor-kit.js",
271
+ "mtime": "2023-09-21T21:53:26.014Z"
374
272
  },
375
273
  {
376
- "relativePath": "../../../../../node_modules/@endo/import-bundle/src/index.js",
377
- "mtime": "2023-09-20T18:55:45.875Z",
378
- "size": 4953
274
+ "relativePath": "../../../../../node_modules/@endo/promise-kit/src/types.js",
275
+ "mtime": "2023-09-21T21:53:26.014Z"
379
276
  },
380
277
  {
381
- "relativePath": "../../../../time/index.js",
382
- "mtime": "2023-09-21T20:20:11.346Z",
383
- "size": 72
278
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/error.js",
279
+ "mtime": "2023-09-21T21:53:27.059Z"
384
280
  },
385
281
  {
386
- "relativePath": "../offerSafety.js",
387
- "mtime": "2023-09-21T20:20:11.362Z",
388
- "size": 3720
282
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/iter-helpers.js",
283
+ "mtime": "2023-09-21T21:53:27.059Z"
389
284
  },
390
285
  {
391
- "relativePath": "../rightsConservation.js",
392
- "mtime": "2023-09-21T20:20:11.362Z",
393
- "size": 3234
286
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/make-far.js",
287
+ "mtime": "2023-09-21T21:53:27.059Z"
394
288
  },
395
289
  {
396
- "relativePath": "../allocationMath.js",
397
- "mtime": "2023-09-21T20:20:11.362Z",
398
- "size": 3054
290
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/makeTagged.js",
291
+ "mtime": "2023-09-21T21:53:27.059Z"
399
292
  },
400
293
  {
401
- "relativePath": "../reallocate.js",
402
- "mtime": "2023-09-21T20:20:11.362Z",
403
- "size": 3065
294
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/passStyle-helpers.js",
295
+ "mtime": "2023-09-21T21:53:27.059Z"
404
296
  },
405
297
  {
406
- "relativePath": "../../contractSupport/atomicTransfer.js",
407
- "mtime": "2023-09-21T20:20:11.362Z",
408
- "size": 3885
298
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/passStyleOf.js",
299
+ "mtime": "2023-09-21T21:53:27.059Z"
409
300
  },
410
301
  {
411
- "relativePath": "../../../../notifier/src/index.js",
412
- "mtime": "2023-09-21T20:20:11.318Z",
413
- "size": 712
302
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/remotable.js",
303
+ "mtime": "2023-09-21T21:53:27.059Z"
414
304
  },
415
305
  {
416
- "relativePath": "../types-ambient.js",
417
- "mtime": "2023-09-21T20:20:11.362Z",
418
- "size": 49
306
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/symbol.js",
307
+ "mtime": "2023-09-21T21:53:27.059Z"
419
308
  },
420
309
  {
421
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/copyArray.js",
422
- "mtime": "2023-09-20T18:55:45.482Z",
423
- "size": 1509
310
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/typeGuards.js",
311
+ "mtime": "2023-09-21T21:53:27.059Z"
424
312
  },
425
313
  {
426
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/copyRecord.js",
427
- "mtime": "2023-09-20T18:55:45.482Z",
428
- "size": 1645
314
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/types.js",
315
+ "mtime": "2023-09-21T21:53:27.059Z"
429
316
  },
430
317
  {
431
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/tagged.js",
432
- "mtime": "2023-09-20T18:55:45.482Z",
433
- "size": 1459
318
+ "relativePath": "../../../../../node_modules/@endo/nat/src/index.js",
319
+ "mtime": "2023-09-21T21:53:26.010Z"
434
320
  },
435
321
  {
436
- "relativePath": "../../../../../node_modules/@endo/pass-style/src/safe-promise.js",
437
- "mtime": "2023-09-20T18:55:45.482Z",
438
- "size": 3579
322
+ "relativePath": "../../../../../node_modules/@endo/marshal/src/encodeToSmallcaps.js",
323
+ "mtime": "2023-09-21T21:53:26.001Z"
439
324
  },
440
325
  {
441
- "relativePath": "../../../../../node_modules/@endo/eventual-send/src/track-turns.js",
442
- "mtime": "2023-09-20T18:55:45.495Z",
443
- "size": 3975
326
+ "relativePath": "../../../../assert/src/types.js",
327
+ "mtime": "2023-09-21T21:53:04.184Z"
444
328
  },
445
329
  {
446
- "relativePath": "../../../../ERTP/src/mathHelpers/natMathHelpers.js",
447
- "mtime": "2023-09-21T20:20:11.238Z",
448
- "size": 1119
330
+ "relativePath": "../../../../notifier/src/asyncIterableAdaptor.js",
331
+ "mtime": "2023-09-21T21:53:04.216Z"
449
332
  },
450
333
  {
451
- "relativePath": "../../../../ERTP/src/mathHelpers/setMathHelpers.js",
452
- "mtime": "2023-09-21T20:20:11.238Z",
453
- "size": 1102
334
+ "relativePath": "../../../../notifier/src/notifier.js",
335
+ "mtime": "2023-09-21T21:53:04.216Z"
454
336
  },
455
337
  {
456
- "relativePath": "../../../../ERTP/src/mathHelpers/copySetMathHelpers.js",
457
- "mtime": "2023-09-21T20:20:11.238Z",
458
- "size": 618
338
+ "relativePath": "../../../../notifier/src/publish-kit.js",
339
+ "mtime": "2023-09-21T21:53:04.216Z"
459
340
  },
460
341
  {
461
- "relativePath": "../../../../ERTP/src/mathHelpers/copyBagMathHelpers.js",
462
- "mtime": "2023-09-21T20:20:11.238Z",
463
- "size": 608
342
+ "relativePath": "../../../../notifier/src/stored-notifier.js",
343
+ "mtime": "2023-09-21T21:53:04.216Z"
464
344
  },
465
345
  {
466
- "relativePath": "../../../../ERTP/src/displayInfo.js",
467
- "mtime": "2023-09-21T20:20:11.238Z",
468
- "size": 934
346
+ "relativePath": "../../../../notifier/src/storesub.js",
347
+ "mtime": "2023-09-21T21:53:04.216Z"
469
348
  },
470
349
  {
471
- "relativePath": "../../../../ERTP/src/paymentLedger.js",
472
- "mtime": "2023-09-21T20:20:11.238Z",
473
- "size": 12707
350
+ "relativePath": "../../../../notifier/src/subscribe.js",
351
+ "mtime": "2023-09-21T21:53:04.216Z"
474
352
  },
475
353
  {
476
- "relativePath": "../../../../ERTP/src/types-ambient.js",
477
- "mtime": "2023-09-21T20:20:11.242Z",
478
- "size": 15636
354
+ "relativePath": "../../../../notifier/src/subscriber.js",
355
+ "mtime": "2023-09-21T21:53:04.216Z"
479
356
  },
480
357
  {
481
- "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/checkKey.js",
482
- "mtime": "2023-09-20T18:55:45.485Z",
483
- "size": 15097
358
+ "relativePath": "../../../../time/src/timeMath.js",
359
+ "mtime": "2023-09-21T21:53:04.244Z"
484
360
  },
485
361
  {
486
- "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/copySet.js",
487
- "mtime": "2023-09-20T18:55:45.485Z",
488
- "size": 3067
362
+ "relativePath": "../../../../time/src/typeGuards.js",
363
+ "mtime": "2023-09-21T21:53:04.244Z"
489
364
  },
490
365
  {
491
- "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/copyBag.js",
492
- "mtime": "2023-09-20T18:55:45.485Z",
493
- "size": 4009
366
+ "relativePath": "../../../../../node_modules/@endo/import-bundle/src/compartment-wrapper.js",
367
+ "mtime": "2023-09-21T21:53:26.412Z"
494
368
  },
495
369
  {
496
- "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/compareKeys.js",
497
- "mtime": "2023-09-20T18:55:45.485Z",
498
- "size": 7946
370
+ "relativePath": "../../../../../node_modules/@endo/base64/index.js",
371
+ "mtime": "2023-09-21T21:53:26.561Z"
499
372
  },
500
373
  {
501
- "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/merge-set-operators.js",
502
- "mtime": "2023-09-20T18:55:45.485Z",
503
- "size": 9564
374
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/import-archive.js",
375
+ "mtime": "2023-09-21T21:53:25.735Z"
504
376
  },
505
377
  {
506
- "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/merge-bag-operators.js",
507
- "mtime": "2023-09-20T18:55:45.485Z",
508
- "size": 8774
378
+ "relativePath": "../../../../ERTP/src/mathHelpers/copyBagMathHelpers.js",
379
+ "mtime": "2023-09-21T21:53:04.140Z"
509
380
  },
510
381
  {
511
- "relativePath": "../../../../../node_modules/@endo/patterns/src/patterns/patternMatchers.js",
512
- "mtime": "2023-09-20T18:55:45.485Z",
513
- "size": 60588
382
+ "relativePath": "../../../../ERTP/src/mathHelpers/copySetMathHelpers.js",
383
+ "mtime": "2023-09-21T21:53:04.140Z"
514
384
  },
515
385
  {
516
- "relativePath": "../../../../../node_modules/@endo/patterns/src/utils.js",
517
- "mtime": "2023-09-20T18:55:45.485Z",
518
- "size": 6841
386
+ "relativePath": "../../../../ERTP/src/mathHelpers/natMathHelpers.js",
387
+ "mtime": "2023-09-21T21:53:04.140Z"
519
388
  },
520
389
  {
521
- "relativePath": "../../../../../node_modules/@endo/patterns/src/types.js",
522
- "mtime": "2023-09-20T18:55:45.485Z",
523
- "size": 24324
390
+ "relativePath": "../../../../ERTP/src/mathHelpers/setMathHelpers.js",
391
+ "mtime": "2023-09-21T21:53:04.140Z"
524
392
  },
525
393
  {
526
- "relativePath": "../../../../../node_modules/@endo/exo/src/exo-makers.js",
527
- "mtime": "2023-09-20T18:55:45.465Z",
528
- "size": 6648
394
+ "relativePath": "../../../../ERTP/src/displayInfo.js",
395
+ "mtime": "2023-09-21T21:53:04.140Z"
529
396
  },
530
397
  {
531
- "relativePath": "../../../../../node_modules/@endo/exo/src/exo-tools.js",
532
- "mtime": "2023-09-20T18:55:45.465Z",
533
- "size": 11475
398
+ "relativePath": "../../../../ERTP/src/paymentLedger.js",
399
+ "mtime": "2023-09-21T21:53:04.140Z"
534
400
  },
535
401
  {
536
- "relativePath": "../../../../store/src/types.js",
537
- "mtime": "2023-09-21T20:20:11.330Z",
538
- "size": 7663
402
+ "relativePath": "../../../../ERTP/src/types-ambient.js",
403
+ "mtime": "2023-09-21T21:53:04.140Z"
539
404
  },
540
405
  {
541
406
  "relativePath": "../../../../../node_modules/@endo/stream/index.js",
542
- "mtime": "2023-09-20T18:55:45.527Z",
543
- "size": 6613
407
+ "mtime": "2023-09-21T21:53:26.968Z"
544
408
  },
545
409
  {
546
410
  "relativePath": "../../../../../node_modules/jessie.js/src/main.js",
547
- "mtime": "2023-09-20T18:55:46.134Z",
548
- "size": 66
411
+ "mtime": "2023-09-21T21:53:26.922Z"
549
412
  },
550
413
  {
551
- "relativePath": "../../../../assert/src/types.js",
552
- "mtime": "2023-09-21T20:20:11.282Z",
553
- "size": 11305
554
- },
555
- {
556
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/import-archive.js",
557
- "mtime": "2023-09-20T18:55:45.194Z",
558
- "size": 91
414
+ "relativePath": "../../../../store/src/types.js",
415
+ "mtime": "2023-09-21T21:53:04.224Z"
559
416
  },
560
417
  {
561
- "relativePath": "../../../../../node_modules/@endo/base64/index.js",
562
- "mtime": "2023-09-20T18:55:45.929Z",
563
- "size": 164
418
+ "relativePath": "../../../../../node_modules/@endo/exo/src/exo-makers.js",
419
+ "mtime": "2023-09-21T21:53:27.037Z"
564
420
  },
565
421
  {
566
- "relativePath": "../../../../../node_modules/@endo/import-bundle/src/compartment-wrapper.js",
567
- "mtime": "2023-09-20T18:55:45.875Z",
568
- "size": 2676
422
+ "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/checkKey.js",
423
+ "mtime": "2023-09-21T21:53:26.962Z"
569
424
  },
570
425
  {
571
- "relativePath": "../../../../time/src/timeMath.js",
572
- "mtime": "2023-09-21T20:20:11.346Z",
573
- "size": 8619
426
+ "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/compareKeys.js",
427
+ "mtime": "2023-09-21T21:53:26.962Z"
574
428
  },
575
429
  {
576
- "relativePath": "../../../../time/src/typeGuards.js",
577
- "mtime": "2023-09-21T20:20:11.346Z",
578
- "size": 688
430
+ "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/copyBag.js",
431
+ "mtime": "2023-09-21T21:53:26.962Z"
579
432
  },
580
433
  {
581
- "relativePath": "../../../../notifier/src/publish-kit.js",
582
- "mtime": "2023-09-21T20:20:11.318Z",
583
- "size": 14219
434
+ "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/copySet.js",
435
+ "mtime": "2023-09-21T21:53:26.962Z"
584
436
  },
585
437
  {
586
- "relativePath": "../../../../notifier/src/subscribe.js",
587
- "mtime": "2023-09-21T20:20:11.322Z",
588
- "size": 9126
438
+ "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/merge-bag-operators.js",
439
+ "mtime": "2023-09-21T21:53:26.962Z"
589
440
  },
590
441
  {
591
- "relativePath": "../../../../notifier/src/notifier.js",
592
- "mtime": "2023-09-21T20:20:11.318Z",
593
- "size": 5683
442
+ "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/merge-set-operators.js",
443
+ "mtime": "2023-09-21T21:53:26.962Z"
594
444
  },
595
445
  {
596
- "relativePath": "../../../../notifier/src/subscriber.js",
597
- "mtime": "2023-09-21T20:20:11.322Z",
598
- "size": 2301
446
+ "relativePath": "../../../../../node_modules/@endo/patterns/src/patterns/patternMatchers.js",
447
+ "mtime": "2023-09-21T21:53:26.962Z"
599
448
  },
600
449
  {
601
- "relativePath": "../../../../notifier/src/asyncIterableAdaptor.js",
602
- "mtime": "2023-09-21T20:20:11.318Z",
603
- "size": 4050
450
+ "relativePath": "../../../../../node_modules/@endo/patterns/src/types.js",
451
+ "mtime": "2023-09-21T21:53:26.962Z"
604
452
  },
605
453
  {
606
- "relativePath": "../../../../notifier/src/storesub.js",
607
- "mtime": "2023-09-21T20:20:11.322Z",
608
- "size": 7326
454
+ "relativePath": "../../../../../node_modules/@endo/patterns/src/utils.js",
455
+ "mtime": "2023-09-21T21:53:26.962Z"
609
456
  },
610
457
  {
611
- "relativePath": "../../../../notifier/src/stored-notifier.js",
612
- "mtime": "2023-09-21T20:20:11.318Z",
613
- "size": 2001
458
+ "relativePath": "../../../../../node_modules/@endo/eventual-send/src/track-turns.js",
459
+ "mtime": "2023-09-21T21:53:26.826Z"
614
460
  },
615
461
  {
616
- "relativePath": "../../../../../node_modules/@endo/env-options/index.js",
617
- "mtime": "2023-09-20T18:55:48.567Z",
618
- "size": 38
462
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/copyArray.js",
463
+ "mtime": "2023-09-21T21:53:27.059Z"
619
464
  },
620
465
  {
621
- "relativePath": "../../../../ERTP/src/payment.js",
622
- "mtime": "2023-09-21T20:20:11.238Z",
623
- "size": 919
466
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/copyRecord.js",
467
+ "mtime": "2023-09-21T21:53:27.059Z"
624
468
  },
625
469
  {
626
- "relativePath": "../../../../ERTP/src/purse.js",
627
- "mtime": "2023-09-21T20:20:11.238Z",
628
- "size": 3964
470
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/safe-promise.js",
471
+ "mtime": "2023-09-21T21:53:27.059Z"
629
472
  },
630
473
  {
631
- "relativePath": "../../../../store/exported.js",
632
- "mtime": "2023-09-21T20:20:11.326Z",
633
- "size": 25
474
+ "relativePath": "../../../../../node_modules/@endo/pass-style/src/tagged.js",
475
+ "mtime": "2023-09-21T21:53:27.059Z"
634
476
  },
635
477
  {
636
- "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/keycollection-operators.js",
637
- "mtime": "2023-09-20T18:55:45.485Z",
638
- "size": 7623
478
+ "relativePath": "../../../../notifier/src/types-ambient.js",
479
+ "mtime": "2023-09-21T21:53:04.216Z"
639
480
  },
640
481
  {
641
- "relativePath": "../../../../../node_modules/@endo/patterns/src/patterns/internal-types.js",
642
- "mtime": "2023-09-20T18:55:45.485Z",
643
- "size": 3411
482
+ "relativePath": "../../../../internal/src/lib-chainStorage.js",
483
+ "mtime": "2023-09-21T21:53:04.212Z"
644
484
  },
645
485
  {
646
- "relativePath": "../../../../../node_modules/jessie.js/src/ring0/main.js",
647
- "mtime": "2023-09-20T18:55:46.134Z",
648
- "size": 132
486
+ "relativePath": "../../../../internal/src/upgrade-api.js",
487
+ "mtime": "2023-09-21T21:53:04.212Z"
649
488
  },
650
489
  {
651
- "relativePath": "../../../../../node_modules/jessie.js/src/ring1/main.js",
652
- "mtime": "2023-09-20T18:55:46.134Z",
653
- "size": 34
490
+ "relativePath": "../../../../notifier/src/topic.js",
491
+ "mtime": "2023-09-21T21:53:04.216Z"
654
492
  },
655
493
  {
656
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/import-archive.js",
657
- "mtime": "2023-09-20T18:55:45.194Z",
658
- "size": 13904
494
+ "relativePath": "../../../../../node_modules/@endo/base64/atob.js",
495
+ "mtime": "2023-09-21T21:53:26.561Z"
659
496
  },
660
497
  {
661
- "relativePath": "../../../../../node_modules/@endo/base64/src/encode.js",
662
- "mtime": "2023-09-20T18:55:45.929Z",
663
- "size": 1838
498
+ "relativePath": "../../../../../node_modules/@endo/base64/btoa.js",
499
+ "mtime": "2023-09-21T21:53:26.561Z"
664
500
  },
665
501
  {
666
502
  "relativePath": "../../../../../node_modules/@endo/base64/src/decode.js",
667
- "mtime": "2023-09-20T18:55:45.929Z",
668
- "size": 2181
503
+ "mtime": "2023-09-21T21:53:26.561Z"
669
504
  },
670
505
  {
671
- "relativePath": "../../../../../node_modules/@endo/base64/btoa.js",
672
- "mtime": "2023-09-20T18:55:45.929Z",
673
- "size": 512
506
+ "relativePath": "../../../../../node_modules/@endo/base64/src/encode.js",
507
+ "mtime": "2023-09-21T21:53:26.561Z"
674
508
  },
675
509
  {
676
- "relativePath": "../../../../../node_modules/@endo/base64/atob.js",
677
- "mtime": "2023-09-20T18:55:45.929Z",
678
- "size": 330
510
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/import-archive.js",
511
+ "mtime": "2023-09-21T21:53:25.735Z"
679
512
  },
680
513
  {
681
- "relativePath": "../../../../notifier/src/types-ambient.js",
682
- "mtime": "2023-09-21T20:20:11.322Z",
683
- "size": 11673
514
+ "relativePath": "../../../../ERTP/src/payment.js",
515
+ "mtime": "2023-09-21T21:53:04.140Z"
684
516
  },
685
517
  {
686
- "relativePath": "../../../../internal/src/upgrade-api.js",
687
- "mtime": "2023-09-21T20:20:11.318Z",
688
- "size": 1212
518
+ "relativePath": "../../../../ERTP/src/purse.js",
519
+ "mtime": "2023-09-21T21:53:04.140Z"
689
520
  },
690
521
  {
691
- "relativePath": "../../../../notifier/src/topic.js",
692
- "mtime": "2023-09-21T20:20:11.322Z",
693
- "size": 1100
522
+ "relativePath": "../../../../store/exported.js",
523
+ "mtime": "2023-09-21T21:53:04.224Z"
694
524
  },
695
525
  {
696
- "relativePath": "../../../../internal/src/lib-chainStorage.js",
697
- "mtime": "2023-09-21T20:20:11.318Z",
698
- "size": 9658
526
+ "relativePath": "../../../../../node_modules/jessie.js/src/ring0/main.js",
527
+ "mtime": "2023-09-21T21:53:26.922Z"
699
528
  },
700
529
  {
701
- "relativePath": "../../../../../node_modules/@endo/env-options/src/env-options.js",
702
- "mtime": "2023-09-20T18:55:48.567Z",
703
- "size": 3018
530
+ "relativePath": "../../../../../node_modules/jessie.js/src/ring1/main.js",
531
+ "mtime": "2023-09-21T21:53:26.922Z"
704
532
  },
705
533
  {
706
- "relativePath": "../../../../ERTP/src/transientNotifier.js",
707
- "mtime": "2023-09-21T20:20:11.238Z",
708
- "size": 937
534
+ "relativePath": "../../../../../node_modules/@endo/exo/src/exo-tools.js",
535
+ "mtime": "2023-09-21T21:53:27.037Z"
709
536
  },
710
537
  {
711
- "relativePath": "../../../../../node_modules/jessie.js/src/ring0/E.js",
712
- "mtime": "2023-09-20T18:55:46.134Z",
713
- "size": 27
538
+ "relativePath": "../../../../internal/src/callback.js",
539
+ "mtime": "2023-09-21T21:53:04.212Z"
714
540
  },
715
541
  {
716
- "relativePath": "../../../../../node_modules/jessie.js/src/ring0/makers.js",
717
- "mtime": "2023-09-20T18:55:46.134Z",
718
- "size": 1580
542
+ "relativePath": "../../../../zone/src/index.js",
543
+ "mtime": "2023-09-21T21:53:04.276Z"
719
544
  },
720
545
  {
721
- "relativePath": "../../../../../node_modules/jessie.js/src/ring0/async-generate.js",
722
- "mtime": "2023-09-20T18:55:46.134Z",
723
- "size": 559
546
+ "relativePath": "../../../../../node_modules/@endo/base64/decode.js",
547
+ "mtime": "2023-09-21T21:53:26.561Z"
724
548
  },
725
549
  {
726
- "relativePath": "../../../../../node_modules/jessie.js/src/ring1/async-tools.js",
727
- "mtime": "2023-09-20T18:55:46.134Z",
728
- "size": 874
550
+ "relativePath": "../../../../../node_modules/@endo/base64/encode.js",
551
+ "mtime": "2023-09-21T21:53:26.561Z"
729
552
  },
730
553
  {
731
- "relativePath": "../../../../../node_modules/@endo/zip/index.js",
732
- "mtime": "2023-09-20T18:55:45.993Z",
733
- "size": 183
554
+ "relativePath": "../../../../../node_modules/@endo/base64/src/common.js",
555
+ "mtime": "2023-09-21T21:53:26.561Z"
734
556
  },
735
557
  {
736
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/link.js",
737
- "mtime": "2023-09-20T18:55:45.194Z",
738
- "size": 15645
558
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/compartment-map.js",
559
+ "mtime": "2023-09-21T21:53:25.735Z"
739
560
  },
740
561
  {
741
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-pre-cjs.js",
742
- "mtime": "2023-09-20T18:55:45.194Z",
743
- "size": 1379
562
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/json.js",
563
+ "mtime": "2023-09-21T21:53:25.735Z"
744
564
  },
745
565
  {
746
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-json.js",
747
- "mtime": "2023-09-20T18:55:45.194Z",
748
- "size": 950
566
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/link.js",
567
+ "mtime": "2023-09-21T21:53:25.735Z"
749
568
  },
750
569
  {
751
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-text.js",
752
- "mtime": "2023-09-20T18:55:45.194Z",
753
- "size": 905
570
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/node-module-specifier.js",
571
+ "mtime": "2023-09-21T21:53:25.735Z"
754
572
  },
755
573
  {
756
574
  "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-bytes.js",
757
- "mtime": "2023-09-20T18:55:45.194Z",
758
- "size": 970
575
+ "mtime": "2023-09-21T21:53:25.735Z"
759
576
  },
760
577
  {
761
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-pre-mjs.js",
762
- "mtime": "2023-09-20T18:55:45.194Z",
763
- "size": 845
578
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-json.js",
579
+ "mtime": "2023-09-21T21:53:25.735Z"
764
580
  },
765
581
  {
766
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/json.js",
767
- "mtime": "2023-09-20T18:55:45.194Z",
768
- "size": 441
582
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-pre-cjs.js",
583
+ "mtime": "2023-09-21T21:53:25.735Z"
769
584
  },
770
585
  {
771
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/powers.js",
772
- "mtime": "2023-09-20T18:55:45.194Z",
773
- "size": 1020
586
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-pre-mjs.js",
587
+ "mtime": "2023-09-21T21:53:25.735Z"
774
588
  },
775
589
  {
776
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/node-module-specifier.js",
777
- "mtime": "2023-09-20T18:55:45.194Z",
778
- "size": 4994
590
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-text.js",
591
+ "mtime": "2023-09-21T21:53:25.735Z"
779
592
  },
780
593
  {
781
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/compartment-map.js",
782
- "mtime": "2023-09-20T18:55:45.194Z",
783
- "size": 12994
594
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/powers.js",
595
+ "mtime": "2023-09-21T21:53:25.735Z"
784
596
  },
785
597
  {
786
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/import-hook.js",
787
- "mtime": "2023-09-20T18:55:45.194Z",
788
- "size": 14281
598
+ "relativePath": "../../../../../node_modules/@endo/zip/index.js",
599
+ "mtime": "2023-09-21T21:53:26.677Z"
789
600
  },
790
601
  {
791
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/policy.js",
792
- "mtime": "2023-09-20T18:55:45.194Z",
793
- "size": 16079
602
+ "relativePath": "../../../../ERTP/src/transientNotifier.js",
603
+ "mtime": "2023-09-21T21:53:04.140Z"
794
604
  },
795
605
  {
796
- "relativePath": "../../../../../node_modules/@endo/base64/src/common.js",
797
- "mtime": "2023-09-20T18:55:45.929Z",
798
- "size": 526
606
+ "relativePath": "../../../../../node_modules/jessie.js/src/ring0/E.js",
607
+ "mtime": "2023-09-21T21:53:26.922Z"
799
608
  },
800
609
  {
801
- "relativePath": "../../../../../node_modules/@endo/base64/encode.js",
802
- "mtime": "2023-09-20T18:55:45.929Z",
803
- "size": 48
610
+ "relativePath": "../../../../../node_modules/jessie.js/src/ring0/async-generate.js",
611
+ "mtime": "2023-09-21T21:53:26.922Z"
804
612
  },
805
613
  {
806
- "relativePath": "../../../../../node_modules/@endo/base64/decode.js",
807
- "mtime": "2023-09-20T18:55:45.929Z",
808
- "size": 48
614
+ "relativePath": "../../../../../node_modules/jessie.js/src/ring0/makers.js",
615
+ "mtime": "2023-09-21T21:53:26.922Z"
809
616
  },
810
617
  {
811
- "relativePath": "../../../../base-zone/heap.js",
812
- "mtime": "2023-09-21T20:20:11.282Z",
813
- "size": 49
618
+ "relativePath": "../../../../../node_modules/jessie.js/src/ring1/async-tools.js",
619
+ "mtime": "2023-09-21T21:53:26.922Z"
814
620
  },
815
621
  {
816
- "relativePath": "../../../../internal/src/callback.js",
817
- "mtime": "2023-09-21T20:20:11.318Z",
818
- "size": 9758
622
+ "relativePath": "../../../../zone/src/heap.js",
623
+ "mtime": "2023-09-21T21:53:04.276Z"
819
624
  },
820
625
  {
821
- "relativePath": "../../../../../node_modules/@endo/zip/src/types.js",
822
- "mtime": "2023-09-20T18:55:45.993Z",
823
- "size": 1349
626
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/policy-format.js",
627
+ "mtime": "2023-09-21T21:53:25.735Z"
824
628
  },
825
629
  {
826
- "relativePath": "../../../../../node_modules/@endo/zip/src/reader.js",
827
- "mtime": "2023-09-20T18:55:45.993Z",
828
- "size": 1384
630
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/extension.js",
631
+ "mtime": "2023-09-21T21:53:25.735Z"
829
632
  },
830
633
  {
831
- "relativePath": "../../../../../node_modules/@endo/zip/src/writer.js",
832
- "mtime": "2023-09-20T18:55:45.993Z",
833
- "size": 1434
634
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/policy.js",
635
+ "mtime": "2023-09-21T21:53:25.735Z"
834
636
  },
835
637
  {
836
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/extension.js",
837
- "mtime": "2023-09-20T18:55:45.194Z",
838
- "size": 512
638
+ "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-cjs-shared-export-wrapper.js",
639
+ "mtime": "2023-09-21T21:53:25.735Z"
839
640
  },
840
641
  {
841
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/parse-cjs-shared-export-wrapper.js",
842
- "mtime": "2023-09-20T18:55:45.194Z",
843
- "size": 5736
642
+ "relativePath": "../../../../../node_modules/@endo/zip/src/reader.js",
643
+ "mtime": "2023-09-21T21:53:26.677Z"
844
644
  },
845
645
  {
846
- "relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/policy-format.js",
847
- "mtime": "2023-09-20T18:55:45.194Z",
848
- "size": 5611
646
+ "relativePath": "../../../../../node_modules/@endo/zip/src/types.js",
647
+ "mtime": "2023-09-21T21:53:26.677Z"
849
648
  },
850
649
  {
851
- "relativePath": "../../../../base-zone/src/heap.js",
852
- "mtime": "2023-09-21T20:20:11.282Z",
853
- "size": 1846
650
+ "relativePath": "../../../../../node_modules/@endo/zip/src/writer.js",
651
+ "mtime": "2023-09-21T21:53:26.677Z"
854
652
  },
855
653
  {
856
654
  "relativePath": "../../../../../node_modules/@endo/zip/src/buffer-reader.js",
857
- "mtime": "2023-09-20T18:55:45.993Z",
858
- "size": 6160
655
+ "mtime": "2023-09-21T21:53:26.677Z"
859
656
  },
860
657
  {
861
658
  "relativePath": "../../../../../node_modules/@endo/zip/src/format-reader.js",
862
- "mtime": "2023-09-20T18:55:45.993Z",
863
- "size": 14696
659
+ "mtime": "2023-09-21T21:53:26.677Z"
864
660
  },
865
661
  {
866
662
  "relativePath": "../../../../../node_modules/@endo/zip/src/buffer-writer.js",
867
- "mtime": "2023-09-20T18:55:45.993Z",
868
- "size": 4177
663
+ "mtime": "2023-09-21T21:53:26.677Z"
869
664
  },
870
665
  {
871
666
  "relativePath": "../../../../../node_modules/@endo/zip/src/format-writer.js",
872
- "mtime": "2023-09-20T18:55:45.993Z",
873
- "size": 7377
874
- },
875
- {
876
- "relativePath": "../../../../base-zone/src/make-once.js",
877
- "mtime": "2023-09-21T20:20:11.282Z",
878
- "size": 3274
879
- },
880
- {
881
- "relativePath": "../../../../base-zone/src/keys.js",
882
- "mtime": "2023-09-21T20:20:11.282Z",
883
- "size": 552
667
+ "mtime": "2023-09-21T21:53:26.677Z"
884
668
  },
885
669
  {
886
- "relativePath": "../../../../base-zone/src/is-passable.js",
887
- "mtime": "2023-09-21T20:20:11.282Z",
888
- "size": 722
670
+ "relativePath": "../../../../../node_modules/@endo/zip/src/compression.js",
671
+ "mtime": "2023-09-21T21:53:26.677Z"
889
672
  },
890
673
  {
891
674
  "relativePath": "../../../../../node_modules/@endo/zip/src/crc32.js",
892
- "mtime": "2023-09-20T18:55:45.993Z",
893
- "size": 1005
675
+ "mtime": "2023-09-21T21:53:26.677Z"
894
676
  },
895
677
  {
896
678
  "relativePath": "../../../../../node_modules/@endo/zip/src/signature.js",
897
- "mtime": "2023-09-20T18:55:45.993Z",
898
- "size": 616
899
- },
900
- {
901
- "relativePath": "../../../../../node_modules/@endo/zip/src/compression.js",
902
- "mtime": "2023-09-20T18:55:45.993Z",
903
- "size": 89
679
+ "mtime": "2023-09-21T21:53:26.677Z"
904
680
  }
905
681
  ]
906
682
  }