@hashgraphonline/standards-sdk 0.0.108-canary.3 → 0.0.111

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 (343) hide show
  1. package/dist/cjs/fees/fee-config-builder.d.ts +115 -0
  2. package/dist/cjs/fees/fee-config-builder.d.ts.map +1 -0
  3. package/dist/cjs/fees/index.d.ts +3 -0
  4. package/dist/cjs/fees/index.d.ts.map +1 -0
  5. package/dist/cjs/fees/types.d.ts +26 -0
  6. package/dist/cjs/fees/types.d.ts.map +1 -0
  7. package/dist/cjs/hcs-10/base-client.d.ts +244 -0
  8. package/dist/cjs/hcs-10/base-client.d.ts.map +1 -0
  9. package/dist/cjs/hcs-10/browser.d.ts +96 -0
  10. package/dist/cjs/hcs-10/browser.d.ts.map +1 -0
  11. package/dist/cjs/hcs-10/connections-manager.d.ts +357 -0
  12. package/dist/cjs/hcs-10/connections-manager.d.ts.map +1 -0
  13. package/dist/cjs/hcs-10/errors.d.ts +14 -0
  14. package/dist/cjs/hcs-10/errors.d.ts.map +1 -0
  15. package/dist/cjs/hcs-10/index.d.ts +8 -0
  16. package/dist/cjs/hcs-10/index.d.ts.map +1 -0
  17. package/dist/cjs/hcs-10/registrations.d.ts +49 -0
  18. package/dist/cjs/hcs-10/registrations.d.ts.map +1 -0
  19. package/dist/cjs/hcs-10/sdk.d.ts +193 -0
  20. package/dist/cjs/hcs-10/sdk.d.ts.map +1 -0
  21. package/dist/cjs/hcs-10/types.d.ts +171 -0
  22. package/dist/cjs/hcs-10/types.d.ts.map +1 -0
  23. package/dist/cjs/hcs-11/agent-builder.d.ts +53 -0
  24. package/dist/cjs/hcs-11/agent-builder.d.ts.map +1 -0
  25. package/dist/cjs/hcs-11/client.d.ts +82 -0
  26. package/dist/cjs/hcs-11/client.d.ts.map +1 -0
  27. package/dist/cjs/hcs-11/index.d.ts +5 -0
  28. package/dist/cjs/hcs-11/index.d.ts.map +1 -0
  29. package/dist/cjs/hcs-11/person-builder.d.ts +29 -0
  30. package/dist/cjs/hcs-11/person-builder.d.ts.map +1 -0
  31. package/dist/cjs/hcs-11/types.d.ts +165 -0
  32. package/dist/cjs/hcs-11/types.d.ts.map +1 -0
  33. package/dist/cjs/hcs-3/index.d.ts +2 -0
  34. package/dist/cjs/hcs-3/index.d.ts.map +1 -0
  35. package/dist/cjs/hcs-3/src/index.d.ts +47 -0
  36. package/dist/cjs/hcs-3/src/index.d.ts.map +1 -0
  37. package/dist/cjs/hcs-7/evm-bridge.d.ts +25 -0
  38. package/dist/cjs/hcs-7/evm-bridge.d.ts.map +1 -0
  39. package/dist/cjs/hcs-7/index.d.ts +3 -0
  40. package/dist/cjs/hcs-7/index.d.ts.map +1 -0
  41. package/dist/cjs/hcs-7/redis-cache.d.ts +26 -0
  42. package/dist/cjs/hcs-7/redis-cache.d.ts.map +1 -0
  43. package/dist/cjs/hcs-7/wasm-bridge.d.ts +72 -0
  44. package/dist/cjs/hcs-7/wasm-bridge.d.ts.map +1 -0
  45. package/dist/cjs/index-B0xnKxrq.cjs +11 -0
  46. package/dist/cjs/index-B0xnKxrq.cjs.map +1 -0
  47. package/dist/cjs/index-CHar8dVv-B3h_fMlF.cjs +11 -0
  48. package/dist/cjs/index-CHar8dVv-B3h_fMlF.cjs.map +1 -0
  49. package/dist/cjs/index.d.ts +9 -0
  50. package/dist/cjs/index.d.ts.map +1 -0
  51. package/dist/cjs/inscribe/index.d.ts +3 -0
  52. package/dist/cjs/inscribe/index.d.ts.map +1 -0
  53. package/dist/cjs/inscribe/inscriber.d.ts +34 -0
  54. package/dist/cjs/inscribe/inscriber.d.ts.map +1 -0
  55. package/dist/cjs/inscribe/types.d.ts +79 -0
  56. package/dist/cjs/inscribe/types.d.ts.map +1 -0
  57. package/dist/cjs/services/index.d.ts +3 -0
  58. package/dist/cjs/services/index.d.ts.map +1 -0
  59. package/dist/cjs/services/mirror-node.d.ts +216 -0
  60. package/dist/cjs/services/mirror-node.d.ts.map +1 -0
  61. package/dist/cjs/services/types.d.ts +245 -0
  62. package/dist/cjs/services/types.d.ts.map +1 -0
  63. package/dist/cjs/standards-sdk.cjs +2 -0
  64. package/dist/cjs/standards-sdk.cjs.map +1 -0
  65. package/dist/cjs/utils/hrl-resolver.d.ts +53 -0
  66. package/dist/cjs/utils/hrl-resolver.d.ts.map +1 -0
  67. package/dist/cjs/utils/index.d.ts +7 -0
  68. package/dist/cjs/utils/index.d.ts.map +1 -0
  69. package/dist/cjs/utils/logger.d.ts +24 -0
  70. package/dist/cjs/utils/logger.d.ts.map +1 -0
  71. package/dist/cjs/utils/parsers/crypto-parser.d.ts +14 -0
  72. package/dist/cjs/utils/parsers/crypto-parser.d.ts.map +1 -0
  73. package/dist/cjs/utils/parsers/file-parser.d.ts +9 -0
  74. package/dist/cjs/utils/parsers/file-parser.d.ts.map +1 -0
  75. package/dist/cjs/utils/parsers/hcs-parser.d.ts +9 -0
  76. package/dist/cjs/utils/parsers/hcs-parser.d.ts.map +1 -0
  77. package/dist/cjs/utils/parsers/hts-parser.d.ts +20 -0
  78. package/dist/cjs/utils/parsers/hts-parser.d.ts.map +1 -0
  79. package/dist/cjs/utils/parsers/parser-utils.d.ts +3 -0
  80. package/dist/cjs/utils/parsers/parser-utils.d.ts.map +1 -0
  81. package/dist/cjs/utils/parsers/scs-parser.d.ts +9 -0
  82. package/dist/cjs/utils/parsers/scs-parser.d.ts.map +1 -0
  83. package/dist/cjs/utils/parsers/util-parser.d.ts +6 -0
  84. package/dist/cjs/utils/parsers/util-parser.d.ts.map +1 -0
  85. package/dist/cjs/utils/progress-reporter.d.ts +54 -0
  86. package/dist/cjs/utils/progress-reporter.d.ts.map +1 -0
  87. package/dist/cjs/utils/sleep.d.ts +2 -0
  88. package/dist/cjs/utils/sleep.d.ts.map +1 -0
  89. package/dist/cjs/utils/topic-fee-utils.d.ts +12 -0
  90. package/dist/cjs/utils/topic-fee-utils.d.ts.map +1 -0
  91. package/dist/cjs/utils/transaction-parser-types.d.ts +317 -0
  92. package/dist/cjs/utils/transaction-parser-types.d.ts.map +1 -0
  93. package/dist/cjs/utils/transaction-parser.d.ts +40 -0
  94. package/dist/cjs/utils/transaction-parser.d.ts.map +1 -0
  95. package/dist/cjs/utils/types.d.ts +5 -0
  96. package/dist/cjs/utils/types.d.ts.map +1 -0
  97. package/dist/es/services/mirror-node.d.ts +1 -1
  98. package/dist/es/services/mirror-node.d.ts.map +1 -1
  99. package/dist/es/standards-sdk.es13.js +4 -4
  100. package/dist/es/standards-sdk.es13.js.map +1 -1
  101. package/dist/es/standards-sdk.es15.js +1 -1
  102. package/dist/es/standards-sdk.es18.js +1 -2
  103. package/dist/es/standards-sdk.es18.js.map +1 -1
  104. package/dist/es/standards-sdk.es19.js +19 -13
  105. package/dist/es/standards-sdk.es19.js.map +1 -1
  106. package/dist/es/standards-sdk.es20.js +2 -2
  107. package/dist/es/standards-sdk.es21.js +4 -5
  108. package/dist/es/standards-sdk.es21.js.map +1 -1
  109. package/dist/es/standards-sdk.es24.js +488 -1028
  110. package/dist/es/standards-sdk.es24.js.map +1 -1
  111. package/dist/es/standards-sdk.es25.js +89 -1749
  112. package/dist/es/standards-sdk.es25.js.map +1 -1
  113. package/dist/es/standards-sdk.es26.js +52 -7176
  114. package/dist/es/standards-sdk.es26.js.map +1 -1
  115. package/dist/es/standards-sdk.es27.js +257 -3
  116. package/dist/es/standards-sdk.es27.js.map +1 -1
  117. package/dist/es/standards-sdk.es28.js +172 -8
  118. package/dist/es/standards-sdk.es28.js.map +1 -1
  119. package/dist/es/standards-sdk.es29.js +11 -2
  120. package/dist/es/standards-sdk.es29.js.map +1 -1
  121. package/dist/es/standards-sdk.es30.js +7190 -5
  122. package/dist/es/standards-sdk.es30.js.map +1 -1
  123. package/dist/es/standards-sdk.es31.js +2 -36
  124. package/dist/es/standards-sdk.es31.js.map +1 -1
  125. package/dist/es/standards-sdk.es32.js +41 -47
  126. package/dist/es/standards-sdk.es32.js.map +1 -1
  127. package/dist/es/standards-sdk.es33.js +7110 -475
  128. package/dist/es/standards-sdk.es33.js.map +1 -1
  129. package/dist/es/standards-sdk.es4.js +2 -2
  130. package/dist/es/standards-sdk.es4.js.map +1 -1
  131. package/dist/es/standards-sdk.es5.js +1 -1
  132. package/dist/es/standards-sdk.es7.js +5 -5
  133. package/dist/es/standards-sdk.es7.js.map +1 -1
  134. package/dist/es/standards-sdk.es8.js +4 -4
  135. package/dist/es/standards-sdk.es8.js.map +1 -1
  136. package/dist/es/standards-sdk.es9.js +1 -1
  137. package/dist/es/utils/transaction-parser.d.ts.map +1 -1
  138. package/dist/umd/services/mirror-node.d.ts +1 -1
  139. package/dist/umd/services/mirror-node.d.ts.map +1 -1
  140. package/dist/umd/standards-sdk.umd.js +3 -3
  141. package/dist/umd/standards-sdk.umd.js.map +1 -1
  142. package/dist/umd/utils/transaction-parser.d.ts.map +1 -1
  143. package/package.json +6 -5
  144. package/dist/es/standards-sdk.es100.js +0 -61
  145. package/dist/es/standards-sdk.es100.js.map +0 -1
  146. package/dist/es/standards-sdk.es101.js +0 -72
  147. package/dist/es/standards-sdk.es101.js.map +0 -1
  148. package/dist/es/standards-sdk.es102.js +0 -7
  149. package/dist/es/standards-sdk.es102.js.map +0 -1
  150. package/dist/es/standards-sdk.es103.js +0 -35
  151. package/dist/es/standards-sdk.es103.js.map +0 -1
  152. package/dist/es/standards-sdk.es104.js +0 -66
  153. package/dist/es/standards-sdk.es104.js.map +0 -1
  154. package/dist/es/standards-sdk.es105.js +0 -53
  155. package/dist/es/standards-sdk.es105.js.map +0 -1
  156. package/dist/es/standards-sdk.es106.js +0 -13
  157. package/dist/es/standards-sdk.es106.js.map +0 -1
  158. package/dist/es/standards-sdk.es107.js +0 -68
  159. package/dist/es/standards-sdk.es107.js.map +0 -1
  160. package/dist/es/standards-sdk.es108.js +0 -9
  161. package/dist/es/standards-sdk.es108.js.map +0 -1
  162. package/dist/es/standards-sdk.es109.js +0 -18
  163. package/dist/es/standards-sdk.es109.js.map +0 -1
  164. package/dist/es/standards-sdk.es110.js +0 -10
  165. package/dist/es/standards-sdk.es110.js.map +0 -1
  166. package/dist/es/standards-sdk.es111.js +0 -48
  167. package/dist/es/standards-sdk.es111.js.map +0 -1
  168. package/dist/es/standards-sdk.es112.js +0 -5
  169. package/dist/es/standards-sdk.es112.js.map +0 -1
  170. package/dist/es/standards-sdk.es113.js +0 -139
  171. package/dist/es/standards-sdk.es113.js.map +0 -1
  172. package/dist/es/standards-sdk.es114.js +0 -175
  173. package/dist/es/standards-sdk.es114.js.map +0 -1
  174. package/dist/es/standards-sdk.es115.js +0 -16
  175. package/dist/es/standards-sdk.es115.js.map +0 -1
  176. package/dist/es/standards-sdk.es116.js +0 -16
  177. package/dist/es/standards-sdk.es116.js.map +0 -1
  178. package/dist/es/standards-sdk.es117.js +0 -35
  179. package/dist/es/standards-sdk.es117.js.map +0 -1
  180. package/dist/es/standards-sdk.es118.js +0 -18
  181. package/dist/es/standards-sdk.es118.js.map +0 -1
  182. package/dist/es/standards-sdk.es119.js +0 -7
  183. package/dist/es/standards-sdk.es119.js.map +0 -1
  184. package/dist/es/standards-sdk.es120.js +0 -7
  185. package/dist/es/standards-sdk.es120.js.map +0 -1
  186. package/dist/es/standards-sdk.es121.js +0 -19
  187. package/dist/es/standards-sdk.es121.js.map +0 -1
  188. package/dist/es/standards-sdk.es122.js +0 -8
  189. package/dist/es/standards-sdk.es122.js.map +0 -1
  190. package/dist/es/standards-sdk.es123.js +0 -42
  191. package/dist/es/standards-sdk.es123.js.map +0 -1
  192. package/dist/es/standards-sdk.es124.js +0 -43
  193. package/dist/es/standards-sdk.es124.js.map +0 -1
  194. package/dist/es/standards-sdk.es125.js +0 -40
  195. package/dist/es/standards-sdk.es125.js.map +0 -1
  196. package/dist/es/standards-sdk.es126.js +0 -81
  197. package/dist/es/standards-sdk.es126.js.map +0 -1
  198. package/dist/es/standards-sdk.es127.js +0 -6
  199. package/dist/es/standards-sdk.es127.js.map +0 -1
  200. package/dist/es/standards-sdk.es128.js +0 -5
  201. package/dist/es/standards-sdk.es128.js.map +0 -1
  202. package/dist/es/standards-sdk.es129.js +0 -5
  203. package/dist/es/standards-sdk.es129.js.map +0 -1
  204. package/dist/es/standards-sdk.es130.js +0 -37
  205. package/dist/es/standards-sdk.es130.js.map +0 -1
  206. package/dist/es/standards-sdk.es131.js +0 -36
  207. package/dist/es/standards-sdk.es131.js.map +0 -1
  208. package/dist/es/standards-sdk.es132.js +0 -12
  209. package/dist/es/standards-sdk.es132.js.map +0 -1
  210. package/dist/es/standards-sdk.es133.js +0 -37
  211. package/dist/es/standards-sdk.es133.js.map +0 -1
  212. package/dist/es/standards-sdk.es34.js +0 -112
  213. package/dist/es/standards-sdk.es34.js.map +0 -1
  214. package/dist/es/standards-sdk.es35.js +0 -69
  215. package/dist/es/standards-sdk.es35.js.map +0 -1
  216. package/dist/es/standards-sdk.es36.js +0 -260
  217. package/dist/es/standards-sdk.es36.js.map +0 -1
  218. package/dist/es/standards-sdk.es37.js +0 -176
  219. package/dist/es/standards-sdk.es37.js.map +0 -1
  220. package/dist/es/standards-sdk.es38.js +0 -14
  221. package/dist/es/standards-sdk.es38.js.map +0 -1
  222. package/dist/es/standards-sdk.es39.js +0 -13
  223. package/dist/es/standards-sdk.es39.js.map +0 -1
  224. package/dist/es/standards-sdk.es40.js +0 -4171
  225. package/dist/es/standards-sdk.es40.js.map +0 -1
  226. package/dist/es/standards-sdk.es41.js +0 -7139
  227. package/dist/es/standards-sdk.es41.js.map +0 -1
  228. package/dist/es/standards-sdk.es42.js +0 -5
  229. package/dist/es/standards-sdk.es42.js.map +0 -1
  230. package/dist/es/standards-sdk.es43.js +0 -6
  231. package/dist/es/standards-sdk.es43.js.map +0 -1
  232. package/dist/es/standards-sdk.es44.js +0 -104
  233. package/dist/es/standards-sdk.es44.js.map +0 -1
  234. package/dist/es/standards-sdk.es45.js +0 -5
  235. package/dist/es/standards-sdk.es45.js.map +0 -1
  236. package/dist/es/standards-sdk.es46.js +0 -19
  237. package/dist/es/standards-sdk.es46.js.map +0 -1
  238. package/dist/es/standards-sdk.es47.js +0 -412
  239. package/dist/es/standards-sdk.es47.js.map +0 -1
  240. package/dist/es/standards-sdk.es48.js +0 -94
  241. package/dist/es/standards-sdk.es48.js.map +0 -1
  242. package/dist/es/standards-sdk.es49.js +0 -151
  243. package/dist/es/standards-sdk.es49.js.map +0 -1
  244. package/dist/es/standards-sdk.es50.js +0 -35
  245. package/dist/es/standards-sdk.es50.js.map +0 -1
  246. package/dist/es/standards-sdk.es51.js +0 -162
  247. package/dist/es/standards-sdk.es51.js.map +0 -1
  248. package/dist/es/standards-sdk.es52.js +0 -146
  249. package/dist/es/standards-sdk.es52.js.map +0 -1
  250. package/dist/es/standards-sdk.es53.js +0 -198
  251. package/dist/es/standards-sdk.es53.js.map +0 -1
  252. package/dist/es/standards-sdk.es54.js +0 -441
  253. package/dist/es/standards-sdk.es54.js.map +0 -1
  254. package/dist/es/standards-sdk.es55.js +0 -28
  255. package/dist/es/standards-sdk.es55.js.map +0 -1
  256. package/dist/es/standards-sdk.es56.js +0 -142
  257. package/dist/es/standards-sdk.es56.js.map +0 -1
  258. package/dist/es/standards-sdk.es57.js +0 -21
  259. package/dist/es/standards-sdk.es57.js.map +0 -1
  260. package/dist/es/standards-sdk.es58.js +0 -32
  261. package/dist/es/standards-sdk.es58.js.map +0 -1
  262. package/dist/es/standards-sdk.es59.js +0 -32
  263. package/dist/es/standards-sdk.es59.js.map +0 -1
  264. package/dist/es/standards-sdk.es60.js +0 -24
  265. package/dist/es/standards-sdk.es60.js.map +0 -1
  266. package/dist/es/standards-sdk.es61.js +0 -47
  267. package/dist/es/standards-sdk.es61.js.map +0 -1
  268. package/dist/es/standards-sdk.es62.js +0 -21
  269. package/dist/es/standards-sdk.es62.js.map +0 -1
  270. package/dist/es/standards-sdk.es63.js +0 -64
  271. package/dist/es/standards-sdk.es63.js.map +0 -1
  272. package/dist/es/standards-sdk.es64.js +0 -1292
  273. package/dist/es/standards-sdk.es64.js.map +0 -1
  274. package/dist/es/standards-sdk.es65.js +0 -87
  275. package/dist/es/standards-sdk.es65.js.map +0 -1
  276. package/dist/es/standards-sdk.es66.js +0 -9
  277. package/dist/es/standards-sdk.es66.js.map +0 -1
  278. package/dist/es/standards-sdk.es67.js +0 -26
  279. package/dist/es/standards-sdk.es67.js.map +0 -1
  280. package/dist/es/standards-sdk.es68.js +0 -796
  281. package/dist/es/standards-sdk.es68.js.map +0 -1
  282. package/dist/es/standards-sdk.es69.js +0 -177
  283. package/dist/es/standards-sdk.es69.js.map +0 -1
  284. package/dist/es/standards-sdk.es70.js +0 -2285
  285. package/dist/es/standards-sdk.es70.js.map +0 -1
  286. package/dist/es/standards-sdk.es71.js +0 -167
  287. package/dist/es/standards-sdk.es71.js.map +0 -1
  288. package/dist/es/standards-sdk.es72.js +0 -13
  289. package/dist/es/standards-sdk.es72.js.map +0 -1
  290. package/dist/es/standards-sdk.es73.js +0 -14
  291. package/dist/es/standards-sdk.es73.js.map +0 -1
  292. package/dist/es/standards-sdk.es74.js +0 -21
  293. package/dist/es/standards-sdk.es74.js.map +0 -1
  294. package/dist/es/standards-sdk.es75.js +0 -9
  295. package/dist/es/standards-sdk.es75.js.map +0 -1
  296. package/dist/es/standards-sdk.es76.js +0 -12
  297. package/dist/es/standards-sdk.es76.js.map +0 -1
  298. package/dist/es/standards-sdk.es77.js +0 -24
  299. package/dist/es/standards-sdk.es77.js.map +0 -1
  300. package/dist/es/standards-sdk.es78.js +0 -30
  301. package/dist/es/standards-sdk.es78.js.map +0 -1
  302. package/dist/es/standards-sdk.es79.js +0 -29
  303. package/dist/es/standards-sdk.es79.js.map +0 -1
  304. package/dist/es/standards-sdk.es80.js +0 -41
  305. package/dist/es/standards-sdk.es80.js.map +0 -1
  306. package/dist/es/standards-sdk.es81.js +0 -422
  307. package/dist/es/standards-sdk.es81.js.map +0 -1
  308. package/dist/es/standards-sdk.es82.js +0 -5
  309. package/dist/es/standards-sdk.es82.js.map +0 -1
  310. package/dist/es/standards-sdk.es83.js +0 -123
  311. package/dist/es/standards-sdk.es83.js.map +0 -1
  312. package/dist/es/standards-sdk.es84.js +0 -45
  313. package/dist/es/standards-sdk.es84.js.map +0 -1
  314. package/dist/es/standards-sdk.es85.js +0 -367
  315. package/dist/es/standards-sdk.es85.js.map +0 -1
  316. package/dist/es/standards-sdk.es86.js +0 -9
  317. package/dist/es/standards-sdk.es86.js.map +0 -1
  318. package/dist/es/standards-sdk.es87.js +0 -182
  319. package/dist/es/standards-sdk.es87.js.map +0 -1
  320. package/dist/es/standards-sdk.es88.js +0 -84
  321. package/dist/es/standards-sdk.es88.js.map +0 -1
  322. package/dist/es/standards-sdk.es89.js +0 -117
  323. package/dist/es/standards-sdk.es89.js.map +0 -1
  324. package/dist/es/standards-sdk.es90.js +0 -55
  325. package/dist/es/standards-sdk.es90.js.map +0 -1
  326. package/dist/es/standards-sdk.es91.js +0 -13
  327. package/dist/es/standards-sdk.es91.js.map +0 -1
  328. package/dist/es/standards-sdk.es92.js +0 -100
  329. package/dist/es/standards-sdk.es92.js.map +0 -1
  330. package/dist/es/standards-sdk.es93.js +0 -7
  331. package/dist/es/standards-sdk.es93.js.map +0 -1
  332. package/dist/es/standards-sdk.es94.js +0 -5
  333. package/dist/es/standards-sdk.es94.js.map +0 -1
  334. package/dist/es/standards-sdk.es95.js +0 -116
  335. package/dist/es/standards-sdk.es95.js.map +0 -1
  336. package/dist/es/standards-sdk.es96.js +0 -77
  337. package/dist/es/standards-sdk.es96.js.map +0 -1
  338. package/dist/es/standards-sdk.es97.js +0 -9
  339. package/dist/es/standards-sdk.es97.js.map +0 -1
  340. package/dist/es/standards-sdk.es98.js +0 -8
  341. package/dist/es/standards-sdk.es98.js.map +0 -1
  342. package/dist/es/standards-sdk.es99.js +0 -224
  343. package/dist/es/standards-sdk.es99.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es70.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,167 +0,0 @@
1
- function getDefaultExportFromCjs(x) {
2
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
3
- }
4
- var browser = { exports: {} };
5
- var process = browser.exports = {};
6
- var cachedSetTimeout;
7
- var cachedClearTimeout;
8
- function defaultSetTimout() {
9
- throw new Error("setTimeout has not been defined");
10
- }
11
- function defaultClearTimeout() {
12
- throw new Error("clearTimeout has not been defined");
13
- }
14
- (function() {
15
- try {
16
- if (typeof setTimeout === "function") {
17
- cachedSetTimeout = setTimeout;
18
- } else {
19
- cachedSetTimeout = defaultSetTimout;
20
- }
21
- } catch (e) {
22
- cachedSetTimeout = defaultSetTimout;
23
- }
24
- try {
25
- if (typeof clearTimeout === "function") {
26
- cachedClearTimeout = clearTimeout;
27
- } else {
28
- cachedClearTimeout = defaultClearTimeout;
29
- }
30
- } catch (e) {
31
- cachedClearTimeout = defaultClearTimeout;
32
- }
33
- })();
34
- function runTimeout(fun) {
35
- if (cachedSetTimeout === setTimeout) {
36
- return setTimeout(fun, 0);
37
- }
38
- if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
39
- cachedSetTimeout = setTimeout;
40
- return setTimeout(fun, 0);
41
- }
42
- try {
43
- return cachedSetTimeout(fun, 0);
44
- } catch (e) {
45
- try {
46
- return cachedSetTimeout.call(null, fun, 0);
47
- } catch (e2) {
48
- return cachedSetTimeout.call(this, fun, 0);
49
- }
50
- }
51
- }
52
- function runClearTimeout(marker) {
53
- if (cachedClearTimeout === clearTimeout) {
54
- return clearTimeout(marker);
55
- }
56
- if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
57
- cachedClearTimeout = clearTimeout;
58
- return clearTimeout(marker);
59
- }
60
- try {
61
- return cachedClearTimeout(marker);
62
- } catch (e) {
63
- try {
64
- return cachedClearTimeout.call(null, marker);
65
- } catch (e2) {
66
- return cachedClearTimeout.call(this, marker);
67
- }
68
- }
69
- }
70
- var queue = [];
71
- var draining = false;
72
- var currentQueue;
73
- var queueIndex = -1;
74
- function cleanUpNextTick() {
75
- if (!draining || !currentQueue) {
76
- return;
77
- }
78
- draining = false;
79
- if (currentQueue.length) {
80
- queue = currentQueue.concat(queue);
81
- } else {
82
- queueIndex = -1;
83
- }
84
- if (queue.length) {
85
- drainQueue();
86
- }
87
- }
88
- function drainQueue() {
89
- if (draining) {
90
- return;
91
- }
92
- var timeout = runTimeout(cleanUpNextTick);
93
- draining = true;
94
- var len = queue.length;
95
- while (len) {
96
- currentQueue = queue;
97
- queue = [];
98
- while (++queueIndex < len) {
99
- if (currentQueue) {
100
- currentQueue[queueIndex].run();
101
- }
102
- }
103
- queueIndex = -1;
104
- len = queue.length;
105
- }
106
- currentQueue = null;
107
- draining = false;
108
- runClearTimeout(timeout);
109
- }
110
- process.nextTick = function(fun) {
111
- var args = new Array(arguments.length - 1);
112
- if (arguments.length > 1) {
113
- for (var i = 1; i < arguments.length; i++) {
114
- args[i - 1] = arguments[i];
115
- }
116
- }
117
- queue.push(new Item(fun, args));
118
- if (queue.length === 1 && !draining) {
119
- runTimeout(drainQueue);
120
- }
121
- };
122
- function Item(fun, array) {
123
- this.fun = fun;
124
- this.array = array;
125
- }
126
- Item.prototype.run = function() {
127
- this.fun.apply(null, this.array);
128
- };
129
- process.title = "browser";
130
- process.browser = true;
131
- process.env = {};
132
- process.argv = [];
133
- process.version = "";
134
- process.versions = {};
135
- function noop() {
136
- }
137
- process.on = noop;
138
- process.addListener = noop;
139
- process.once = noop;
140
- process.off = noop;
141
- process.removeListener = noop;
142
- process.removeAllListeners = noop;
143
- process.emit = noop;
144
- process.prependListener = noop;
145
- process.prependOnceListener = noop;
146
- process.listeners = function(name) {
147
- return [];
148
- };
149
- process.binding = function(name) {
150
- throw new Error("process.binding is not supported");
151
- };
152
- process.cwd = function() {
153
- return "/";
154
- };
155
- process.chdir = function(dir) {
156
- throw new Error("process.chdir is not supported");
157
- };
158
- process.umask = function() {
159
- return 0;
160
- };
161
- var browserExports = browser.exports;
162
- const process$1 = /* @__PURE__ */ getDefaultExportFromCjs(browserExports);
163
- export {
164
- process$1 as default,
165
- process$1 as process
166
- };
167
- //# sourceMappingURL=standards-sdk.es71.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es71.js","sources":["../../node_modules/vite-plugin-node-polyfills/shims/process/dist/index.js"],"sourcesContent":["function getDefaultExportFromCjs (x) {\n\treturn x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;\n}\n\nvar browser = {exports: {}};\n\n// shim for using process in browser\nvar process = browser.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ());\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] };\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n\nvar browserExports = browser.exports;\nconst process$1 = /*@__PURE__*/getDefaultExportFromCjs(browserExports);\n\nexport { process$1 as default, process$1 as process };\n//# sourceMappingURL=index.js.map\n"],"names":["e"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,13 +0,0 @@
1
- import toInteger from "./standards-sdk.es73.js";
2
- import toDate from "./standards-sdk.es74.js";
3
- import requiredArgs from "./standards-sdk.es75.js";
4
- function addMilliseconds(dirtyDate, dirtyAmount) {
5
- requiredArgs(2, arguments);
6
- var timestamp = toDate(dirtyDate).getTime();
7
- var amount = toInteger(dirtyAmount);
8
- return new Date(timestamp + amount);
9
- }
10
- export {
11
- addMilliseconds as default
12
- };
13
- //# sourceMappingURL=standards-sdk.es72.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es72.js","sources":["../../node_modules/date-fns/esm/addMilliseconds/index.js"],"sourcesContent":["import toInteger from \"../_lib/toInteger/index.js\";\nimport toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name addMilliseconds\n * @category Millisecond Helpers\n * @summary Add the specified number of milliseconds to the given date.\n *\n * @description\n * Add the specified number of milliseconds to the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of milliseconds to be added. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} the new date with the milliseconds added\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Add 750 milliseconds to 10 July 2014 12:45:30.000:\n * const result = addMilliseconds(new Date(2014, 6, 10, 12, 45, 30, 0), 750)\n * //=> Thu Jul 10 2014 12:45:30.750\n */\nexport default function addMilliseconds(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var timestamp = toDate(dirtyDate).getTime();\n var amount = toInteger(dirtyAmount);\n return new Date(timestamp + amount);\n}"],"names":[],"mappings":";;;AAqBe,SAAS,gBAAgB,WAAW,aAAa;AAC9D,eAAa,GAAG,SAAS;AACzB,MAAI,YAAY,OAAO,SAAS,EAAE,QAAS;AAC3C,MAAI,SAAS,UAAU,WAAW;AAClC,SAAO,IAAI,KAAK,YAAY,MAAM;AACpC;","x_google_ignoreList":[0]}
@@ -1,14 +0,0 @@
1
- function toInteger(dirtyNumber) {
2
- if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
3
- return NaN;
4
- }
5
- var number = Number(dirtyNumber);
6
- if (isNaN(number)) {
7
- return number;
8
- }
9
- return number < 0 ? Math.ceil(number) : Math.floor(number);
10
- }
11
- export {
12
- toInteger as default
13
- };
14
- //# sourceMappingURL=standards-sdk.es73.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es73.js","sources":["../../node_modules/date-fns/esm/_lib/toInteger/index.js"],"sourcesContent":["export default function toInteger(dirtyNumber) {\n if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {\n return NaN;\n }\n var number = Number(dirtyNumber);\n if (isNaN(number)) {\n return number;\n }\n return number < 0 ? Math.ceil(number) : Math.floor(number);\n}"],"names":[],"mappings":"AAAe,SAAS,UAAU,aAAa;AAC7C,MAAI,gBAAgB,QAAQ,gBAAgB,QAAQ,gBAAgB,OAAO;AACzE,WAAO;AAAA,EACX;AACE,MAAI,SAAS,OAAO,WAAW;AAC/B,MAAI,MAAM,MAAM,GAAG;AACjB,WAAO;AAAA,EACX;AACE,SAAO,SAAS,IAAI,KAAK,KAAK,MAAM,IAAI,KAAK,MAAM,MAAM;AAC3D;","x_google_ignoreList":[0]}
@@ -1,21 +0,0 @@
1
- import _typeof from "./standards-sdk.es76.js";
2
- import requiredArgs from "./standards-sdk.es75.js";
3
- function toDate(argument) {
4
- requiredArgs(1, arguments);
5
- var argStr = Object.prototype.toString.call(argument);
6
- if (argument instanceof Date || _typeof(argument) === "object" && argStr === "[object Date]") {
7
- return new Date(argument.getTime());
8
- } else if (typeof argument === "number" || argStr === "[object Number]") {
9
- return new Date(argument);
10
- } else {
11
- if ((typeof argument === "string" || argStr === "[object String]") && typeof console !== "undefined") {
12
- console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments");
13
- console.warn(new Error().stack);
14
- }
15
- return /* @__PURE__ */ new Date(NaN);
16
- }
17
- }
18
- export {
19
- toDate as default
20
- };
21
- //# sourceMappingURL=standards-sdk.es74.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es74.js","sources":["../../node_modules/date-fns/esm/toDate/index.js"],"sourcesContent":["import _typeof from \"@babel/runtime/helpers/esm/typeof\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name toDate\n * @category Common Helpers\n * @summary Convert the given argument to an instance of Date.\n *\n * @description\n * Convert the given argument to an instance of Date.\n *\n * If the argument is an instance of Date, the function returns its clone.\n *\n * If the argument is a number, it is treated as a timestamp.\n *\n * If the argument is none of the above, the function returns Invalid Date.\n *\n * **Note**: *all* Date arguments passed to any *date-fns* function is processed by `toDate`.\n *\n * @param {Date|Number} argument - the value to convert\n * @returns {Date} the parsed date in the local time zone\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // Clone the date:\n * const result = toDate(new Date(2014, 1, 11, 11, 30, 30))\n * //=> Tue Feb 11 2014 11:30:30\n *\n * @example\n * // Convert the timestamp to date:\n * const result = toDate(1392098430000)\n * //=> Tue Feb 11 2014 11:30:30\n */\nexport default function toDate(argument) {\n requiredArgs(1, arguments);\n var argStr = Object.prototype.toString.call(argument);\n\n // Clone the date\n if (argument instanceof Date || _typeof(argument) === 'object' && argStr === '[object Date]') {\n // Prevent the date to lose the milliseconds when passed to new Date() in IE10\n return new Date(argument.getTime());\n } else if (typeof argument === 'number' || argStr === '[object Number]') {\n return new Date(argument);\n } else {\n if ((typeof argument === 'string' || argStr === '[object String]') && typeof console !== 'undefined') {\n // eslint-disable-next-line no-console\n console.warn(\"Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments\");\n // eslint-disable-next-line no-console\n console.warn(new Error().stack);\n }\n return new Date(NaN);\n }\n}"],"names":[],"mappings":";;AAgCe,SAAS,OAAO,UAAU;AACvC,eAAa,GAAG,SAAS;AACzB,MAAI,SAAS,OAAO,UAAU,SAAS,KAAK,QAAQ;AAGpD,MAAI,oBAAoB,QAAQ,QAAQ,QAAQ,MAAM,YAAY,WAAW,iBAAiB;AAE5F,WAAO,IAAI,KAAK,SAAS,SAAS;AAAA,EACnC,WAAU,OAAO,aAAa,YAAY,WAAW,mBAAmB;AACvE,WAAO,IAAI,KAAK,QAAQ;AAAA,EAC5B,OAAS;AACL,SAAK,OAAO,aAAa,YAAY,WAAW,sBAAsB,OAAO,YAAY,aAAa;AAEpG,cAAQ,KAAK,oNAAoN;AAEjO,cAAQ,KAAK,IAAI,MAAK,EAAG,KAAK;AAAA,IACpC;AACI,WAAO,oBAAI,KAAK,GAAG;AAAA,EACvB;AACA;","x_google_ignoreList":[0]}
@@ -1,9 +0,0 @@
1
- function requiredArgs(required, args) {
2
- if (args.length < required) {
3
- throw new TypeError(required + " argument" + (required > 1 ? "s" : "") + " required, but only " + args.length + " present");
4
- }
5
- }
6
- export {
7
- requiredArgs as default
8
- };
9
- //# sourceMappingURL=standards-sdk.es75.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es75.js","sources":["../../node_modules/date-fns/esm/_lib/requiredArgs/index.js"],"sourcesContent":["export default function requiredArgs(required, args) {\n if (args.length < required) {\n throw new TypeError(required + ' argument' + (required > 1 ? 's' : '') + ' required, but only ' + args.length + ' present');\n }\n}"],"names":[],"mappings":"AAAe,SAAS,aAAa,UAAU,MAAM;AACnD,MAAI,KAAK,SAAS,UAAU;AAC1B,UAAM,IAAI,UAAU,WAAW,eAAe,WAAW,IAAI,MAAM,MAAM,yBAAyB,KAAK,SAAS,UAAU;AAAA,EAC9H;AACA;","x_google_ignoreList":[0]}
@@ -1,12 +0,0 @@
1
- function _typeof(o) {
2
- "@babel/helpers - typeof";
3
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
4
- return typeof o2;
5
- } : function(o2) {
6
- return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
7
- }, _typeof(o);
8
- }
9
- export {
10
- _typeof as default
11
- };
12
- //# sourceMappingURL=standards-sdk.es76.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es76.js","sources":["../../node_modules/@babel/runtime/helpers/esm/typeof.js"],"sourcesContent":["function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}\nexport { _typeof as default };"],"names":["o"],"mappings":"AAAA,SAAS,QAAQ,GAAG;AAClB;AAEA,SAAO,UAAU,cAAc,OAAO,UAAU,YAAY,OAAO,OAAO,WAAW,SAAUA,IAAG;AAChG,WAAO,OAAOA;AAAA,EACf,IAAG,SAAUA,IAAG;AACf,WAAOA,MAAK,cAAc,OAAO,UAAUA,GAAE,gBAAgB,UAAUA,OAAM,OAAO,YAAY,WAAW,OAAOA;AAAA,EACtH,GAAK,QAAQ,CAAC;AACd;","x_google_ignoreList":[0]}
@@ -1,24 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { Coder } from "./standards-sdk.es54.js";
5
- class AnonymousCoder extends Coder {
6
- constructor(coder) {
7
- super(coder.name, coder.type, "_", coder.dynamic);
8
- __publicField(this, "coder");
9
- this.coder = coder;
10
- }
11
- defaultValue() {
12
- return this.coder.defaultValue();
13
- }
14
- encode(writer, value) {
15
- return this.coder.encode(writer, value);
16
- }
17
- decode(reader) {
18
- return this.coder.decode(reader);
19
- }
20
- }
21
- export {
22
- AnonymousCoder
23
- };
24
- //# sourceMappingURL=standards-sdk.es77.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es77.js","sources":["../../node_modules/ethers/lib.esm/abi/coders/anonymous.js"],"sourcesContent":["import { Coder } from \"./abstract-coder.js\";\n/**\n * Clones the functionality of an existing Coder, but without a localName\n *\n * @_ignore\n */\nexport class AnonymousCoder extends Coder {\n coder;\n constructor(coder) {\n super(coder.name, coder.type, \"_\", coder.dynamic);\n this.coder = coder;\n }\n defaultValue() {\n return this.coder.defaultValue();\n }\n encode(writer, value) {\n return this.coder.encode(writer, value);\n }\n decode(reader) {\n return this.coder.decode(reader);\n }\n}\n//# sourceMappingURL=anonymous.js.map"],"names":[],"mappings":";;;;AAMO,MAAM,uBAAuB,MAAM;AAAA,EAEtC,YAAY,OAAO;AACf,UAAM,MAAM,MAAM,MAAM,MAAM,KAAK,MAAM,OAAO;AAFpD;AAGI,SAAK,QAAQ;AAAA,EACrB;AAAA,EACI,eAAe;AACX,WAAO,KAAK,MAAM,aAAc;AAAA,EACxC;AAAA,EACI,OAAO,QAAQ,OAAO;AAClB,WAAO,KAAK,MAAM,OAAO,QAAQ,KAAK;AAAA,EAC9C;AAAA,EACI,OAAO,QAAQ;AACX,WAAO,KAAK,MAAM,OAAO,MAAM;AAAA,EACvC;AACA;","x_google_ignoreList":[0]}
@@ -1,30 +0,0 @@
1
- function number(n) {
2
- if (!Number.isSafeInteger(n) || n < 0)
3
- throw new Error(`Wrong positive integer: ${n}`);
4
- }
5
- function bytes(b, ...lengths) {
6
- if (!(b instanceof Uint8Array))
7
- throw new Error("Expected Uint8Array");
8
- if (lengths.length > 0 && !lengths.includes(b.length))
9
- throw new Error(`Expected Uint8Array of length ${lengths}, not of length=${b.length}`);
10
- }
11
- function exists(instance, checkFinished = true) {
12
- if (instance.destroyed)
13
- throw new Error("Hash instance has been destroyed");
14
- if (checkFinished && instance.finished)
15
- throw new Error("Hash#digest() has already been called");
16
- }
17
- function output(out, instance) {
18
- bytes(out);
19
- const min = instance.outputLen;
20
- if (out.length < min) {
21
- throw new Error(`digestInto() expects output buffer of length at least ${min}`);
22
- }
23
- }
24
- export {
25
- bytes,
26
- exists,
27
- number,
28
- output
29
- };
30
- //# sourceMappingURL=standards-sdk.es78.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es78.js","sources":["../../node_modules/@noble/hashes/esm/_assert.js"],"sourcesContent":["function number(n) {\n if (!Number.isSafeInteger(n) || n < 0)\n throw new Error(`Wrong positive integer: ${n}`);\n}\nfunction bool(b) {\n if (typeof b !== 'boolean')\n throw new Error(`Expected boolean, not ${b}`);\n}\nfunction bytes(b, ...lengths) {\n if (!(b instanceof Uint8Array))\n throw new Error('Expected Uint8Array');\n if (lengths.length > 0 && !lengths.includes(b.length))\n throw new Error(`Expected Uint8Array of length ${lengths}, not of length=${b.length}`);\n}\nfunction hash(hash) {\n if (typeof hash !== 'function' || typeof hash.create !== 'function')\n throw new Error('Hash should be wrapped by utils.wrapConstructor');\n number(hash.outputLen);\n number(hash.blockLen);\n}\nfunction exists(instance, checkFinished = true) {\n if (instance.destroyed)\n throw new Error('Hash instance has been destroyed');\n if (checkFinished && instance.finished)\n throw new Error('Hash#digest() has already been called');\n}\nfunction output(out, instance) {\n bytes(out);\n const min = instance.outputLen;\n if (out.length < min) {\n throw new Error(`digestInto() expects output buffer of length at least ${min}`);\n }\n}\nexport { number, bool, bytes, hash, exists, output };\nconst assert = { number, bool, bytes, hash, exists, output };\nexport default assert;\n//# sourceMappingURL=_assert.js.map"],"names":[],"mappings":"AAAA,SAAS,OAAO,GAAG;AACf,MAAI,CAAC,OAAO,cAAc,CAAC,KAAK,IAAI;AAChC,UAAM,IAAI,MAAM,2BAA2B,CAAC,EAAE;AACtD;AAKA,SAAS,MAAM,MAAM,SAAS;AAC1B,MAAI,EAAE,aAAa;AACf,UAAM,IAAI,MAAM,qBAAqB;AACzC,MAAI,QAAQ,SAAS,KAAK,CAAC,QAAQ,SAAS,EAAE,MAAM;AAChD,UAAM,IAAI,MAAM,iCAAiC,OAAO,mBAAmB,EAAE,MAAM,EAAE;AAC7F;AAOA,SAAS,OAAO,UAAU,gBAAgB,MAAM;AAC5C,MAAI,SAAS;AACT,UAAM,IAAI,MAAM,kCAAkC;AACtD,MAAI,iBAAiB,SAAS;AAC1B,UAAM,IAAI,MAAM,uCAAuC;AAC/D;AACA,SAAS,OAAO,KAAK,UAAU;AAC3B,QAAM,GAAG;AACT,QAAM,MAAM,SAAS;AACrB,MAAI,IAAI,SAAS,KAAK;AAClB,UAAM,IAAI,MAAM,yDAAyD,GAAG,EAAE;AAAA,EACtF;AACA;","x_google_ignoreList":[0]}
@@ -1,29 +0,0 @@
1
- const U32_MASK64 = /* @__PURE__ */ BigInt(2 ** 32 - 1);
2
- const _32n = /* @__PURE__ */ BigInt(32);
3
- function fromBig(n, le = false) {
4
- if (le)
5
- return { h: Number(n & U32_MASK64), l: Number(n >> _32n & U32_MASK64) };
6
- return { h: Number(n >> _32n & U32_MASK64) | 0, l: Number(n & U32_MASK64) | 0 };
7
- }
8
- function split(lst, le = false) {
9
- let Ah = new Uint32Array(lst.length);
10
- let Al = new Uint32Array(lst.length);
11
- for (let i = 0; i < lst.length; i++) {
12
- const { h, l } = fromBig(lst[i], le);
13
- [Ah[i], Al[i]] = [h, l];
14
- }
15
- return [Ah, Al];
16
- }
17
- const rotlSH = (h, l, s) => h << s | l >>> 32 - s;
18
- const rotlSL = (h, l, s) => l << s | h >>> 32 - s;
19
- const rotlBH = (h, l, s) => l << s - 32 | h >>> 64 - s;
20
- const rotlBL = (h, l, s) => h << s - 32 | l >>> 64 - s;
21
- export {
22
- fromBig,
23
- rotlBH,
24
- rotlBL,
25
- rotlSH,
26
- rotlSL,
27
- split
28
- };
29
- //# sourceMappingURL=standards-sdk.es79.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es79.js","sources":["../../node_modules/@noble/hashes/esm/_u64.js"],"sourcesContent":["const U32_MASK64 = /* @__PURE__ */ BigInt(2 ** 32 - 1);\nconst _32n = /* @__PURE__ */ BigInt(32);\n// We are not using BigUint64Array, because they are extremely slow as per 2022\nfunction fromBig(n, le = false) {\n if (le)\n return { h: Number(n & U32_MASK64), l: Number((n >> _32n) & U32_MASK64) };\n return { h: Number((n >> _32n) & U32_MASK64) | 0, l: Number(n & U32_MASK64) | 0 };\n}\nfunction split(lst, le = false) {\n let Ah = new Uint32Array(lst.length);\n let Al = new Uint32Array(lst.length);\n for (let i = 0; i < lst.length; i++) {\n const { h, l } = fromBig(lst[i], le);\n [Ah[i], Al[i]] = [h, l];\n }\n return [Ah, Al];\n}\nconst toBig = (h, l) => (BigInt(h >>> 0) << _32n) | BigInt(l >>> 0);\n// for Shift in [0, 32)\nconst shrSH = (h, _l, s) => h >>> s;\nconst shrSL = (h, l, s) => (h << (32 - s)) | (l >>> s);\n// Right rotate for Shift in [1, 32)\nconst rotrSH = (h, l, s) => (h >>> s) | (l << (32 - s));\nconst rotrSL = (h, l, s) => (h << (32 - s)) | (l >>> s);\n// Right rotate for Shift in (32, 64), NOTE: 32 is special case.\nconst rotrBH = (h, l, s) => (h << (64 - s)) | (l >>> (s - 32));\nconst rotrBL = (h, l, s) => (h >>> (s - 32)) | (l << (64 - s));\n// Right rotate for shift===32 (just swaps l&h)\nconst rotr32H = (_h, l) => l;\nconst rotr32L = (h, _l) => h;\n// Left rotate for Shift in [1, 32)\nconst rotlSH = (h, l, s) => (h << s) | (l >>> (32 - s));\nconst rotlSL = (h, l, s) => (l << s) | (h >>> (32 - s));\n// Left rotate for Shift in (32, 64), NOTE: 32 is special case.\nconst rotlBH = (h, l, s) => (l << (s - 32)) | (h >>> (64 - s));\nconst rotlBL = (h, l, s) => (h << (s - 32)) | (l >>> (64 - s));\n// JS uses 32-bit signed integers for bitwise operations which means we cannot\n// simple take carry out of low bit sum by shift, we need to use division.\nfunction add(Ah, Al, Bh, Bl) {\n const l = (Al >>> 0) + (Bl >>> 0);\n return { h: (Ah + Bh + ((l / 2 ** 32) | 0)) | 0, l: l | 0 };\n}\n// Addition with more than 2 elements\nconst add3L = (Al, Bl, Cl) => (Al >>> 0) + (Bl >>> 0) + (Cl >>> 0);\nconst add3H = (low, Ah, Bh, Ch) => (Ah + Bh + Ch + ((low / 2 ** 32) | 0)) | 0;\nconst add4L = (Al, Bl, Cl, Dl) => (Al >>> 0) + (Bl >>> 0) + (Cl >>> 0) + (Dl >>> 0);\nconst add4H = (low, Ah, Bh, Ch, Dh) => (Ah + Bh + Ch + Dh + ((low / 2 ** 32) | 0)) | 0;\nconst add5L = (Al, Bl, Cl, Dl, El) => (Al >>> 0) + (Bl >>> 0) + (Cl >>> 0) + (Dl >>> 0) + (El >>> 0);\nconst add5H = (low, Ah, Bh, Ch, Dh, Eh) => (Ah + Bh + Ch + Dh + Eh + ((low / 2 ** 32) | 0)) | 0;\n// prettier-ignore\nexport { fromBig, split, toBig, shrSH, shrSL, rotrSH, rotrSL, rotrBH, rotrBL, rotr32H, rotr32L, rotlSH, rotlSL, rotlBH, rotlBL, add, add3L, add3H, add4L, add4H, add5H, add5L, };\n// prettier-ignore\nconst u64 = {\n fromBig, split, toBig,\n shrSH, shrSL,\n rotrSH, rotrSL, rotrBH, rotrBL,\n rotr32H, rotr32L,\n rotlSH, rotlSL, rotlBH, rotlBL,\n add, add3L, add3H, add4L, add4H, add5H, add5L,\n};\nexport default u64;\n//# sourceMappingURL=_u64.js.map"],"names":[],"mappings":"AAAA,MAAM,aAA6B,uBAAO,KAAK,KAAK,CAAC;AACrD,MAAM,OAAuB,uBAAO,EAAE;AAEtC,SAAS,QAAQ,GAAG,KAAK,OAAO;AAC5B,MAAI;AACA,WAAO,EAAE,GAAG,OAAO,IAAI,UAAU,GAAG,GAAG,OAAQ,KAAK,OAAQ,UAAU,EAAG;AAC7E,SAAO,EAAE,GAAG,OAAQ,KAAK,OAAQ,UAAU,IAAI,GAAG,GAAG,OAAO,IAAI,UAAU,IAAI,EAAG;AACrF;AACA,SAAS,MAAM,KAAK,KAAK,OAAO;AAC5B,MAAI,KAAK,IAAI,YAAY,IAAI,MAAM;AACnC,MAAI,KAAK,IAAI,YAAY,IAAI,MAAM;AACnC,WAAS,IAAI,GAAG,IAAI,IAAI,QAAQ,KAAK;AACjC,UAAM,EAAE,GAAG,EAAG,IAAG,QAAQ,IAAI,CAAC,GAAG,EAAE;AACnC,KAAC,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC;AAAA,EAC9B;AACI,SAAO,CAAC,IAAI,EAAE;AAClB;AAeK,MAAC,SAAS,CAAC,GAAG,GAAG,MAAO,KAAK,IAAM,MAAO,KAAK;AAC/C,MAAC,SAAS,CAAC,GAAG,GAAG,MAAO,KAAK,IAAM,MAAO,KAAK;AAE/C,MAAC,SAAS,CAAC,GAAG,GAAG,MAAO,KAAM,IAAI,KAAQ,MAAO,KAAK;AACtD,MAAC,SAAS,CAAC,GAAG,GAAG,MAAO,KAAM,IAAI,KAAQ,MAAO,KAAK;","x_google_ignoreList":[0]}
@@ -1,41 +0,0 @@
1
- /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
2
- const u8a = (a) => a instanceof Uint8Array;
3
- const u32 = (arr) => new Uint32Array(arr.buffer, arr.byteOffset, Math.floor(arr.byteLength / 4));
4
- const isLE = new Uint8Array(new Uint32Array([287454020]).buffer)[0] === 68;
5
- if (!isLE)
6
- throw new Error("Non little-endian hardware is not supported");
7
- function utf8ToBytes(str) {
8
- if (typeof str !== "string")
9
- throw new Error(`utf8ToBytes expected string, got ${typeof str}`);
10
- return new Uint8Array(new TextEncoder().encode(str));
11
- }
12
- function toBytes(data) {
13
- if (typeof data === "string")
14
- data = utf8ToBytes(data);
15
- if (!u8a(data))
16
- throw new Error(`expected Uint8Array, got ${typeof data}`);
17
- return data;
18
- }
19
- class Hash {
20
- // Safe version that clones internal state
21
- clone() {
22
- return this._cloneInto();
23
- }
24
- }
25
- function wrapConstructor(hashCons) {
26
- const hashC = (msg) => hashCons().update(toBytes(msg)).digest();
27
- const tmp = hashCons();
28
- hashC.outputLen = tmp.outputLen;
29
- hashC.blockLen = tmp.blockLen;
30
- hashC.create = () => hashCons();
31
- return hashC;
32
- }
33
- export {
34
- Hash,
35
- isLE,
36
- toBytes,
37
- u32,
38
- utf8ToBytes,
39
- wrapConstructor
40
- };
41
- //# sourceMappingURL=standards-sdk.es80.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standards-sdk.es80.js","sources":["../../node_modules/@noble/hashes/esm/utils.js"],"sourcesContent":["/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */\n// We use WebCrypto aka globalThis.crypto, which exists in browsers and node.js 16+.\n// node.js versions earlier than v19 don't declare it in global scope.\n// For node.js, package.json#exports field mapping rewrites import\n// from `crypto` to `cryptoNode`, which imports native module.\n// Makes the utils un-importable in browsers without a bundler.\n// Once node.js 18 is deprecated, we can just drop the import.\nimport { crypto } from '@noble/hashes/crypto';\nconst u8a = (a) => a instanceof Uint8Array;\n// Cast array to different type\nexport const u8 = (arr) => new Uint8Array(arr.buffer, arr.byteOffset, arr.byteLength);\nexport const u32 = (arr) => new Uint32Array(arr.buffer, arr.byteOffset, Math.floor(arr.byteLength / 4));\n// Cast array to view\nexport const createView = (arr) => new DataView(arr.buffer, arr.byteOffset, arr.byteLength);\n// The rotate right (circular right shift) operation for uint32\nexport const rotr = (word, shift) => (word << (32 - shift)) | (word >>> shift);\n// big-endian hardware is rare. Just in case someone still decides to run hashes:\n// early-throw an error because we don't support BE yet.\nexport const isLE = new Uint8Array(new Uint32Array([0x11223344]).buffer)[0] === 0x44;\nif (!isLE)\n throw new Error('Non little-endian hardware is not supported');\nconst hexes = /* @__PURE__ */ Array.from({ length: 256 }, (_, i) => i.toString(16).padStart(2, '0'));\n/**\n * @example bytesToHex(Uint8Array.from([0xca, 0xfe, 0x01, 0x23])) // 'cafe0123'\n */\nexport function bytesToHex(bytes) {\n if (!u8a(bytes))\n throw new Error('Uint8Array expected');\n // pre-caching improves the speed 6x\n let hex = '';\n for (let i = 0; i < bytes.length; i++) {\n hex += hexes[bytes[i]];\n }\n return hex;\n}\n/**\n * @example hexToBytes('cafe0123') // Uint8Array.from([0xca, 0xfe, 0x01, 0x23])\n */\nexport function hexToBytes(hex) {\n if (typeof hex !== 'string')\n throw new Error('hex string expected, got ' + typeof hex);\n const len = hex.length;\n if (len % 2)\n throw new Error('padded hex string expected, got unpadded hex of length ' + len);\n const array = new Uint8Array(len / 2);\n for (let i = 0; i < array.length; i++) {\n const j = i * 2;\n const hexByte = hex.slice(j, j + 2);\n const byte = Number.parseInt(hexByte, 16);\n if (Number.isNaN(byte) || byte < 0)\n throw new Error('Invalid byte sequence');\n array[i] = byte;\n }\n return array;\n}\n// There is no setImmediate in browser and setTimeout is slow.\n// call of async fn will return Promise, which will be fullfiled only on\n// next scheduler queue processing step and this is exactly what we need.\nexport const nextTick = async () => { };\n// Returns control to thread each 'tick' ms to avoid blocking\nexport async function asyncLoop(iters, tick, cb) {\n let ts = Date.now();\n for (let i = 0; i < iters; i++) {\n cb(i);\n // Date.now() is not monotonic, so in case if clock goes backwards we return return control too\n const diff = Date.now() - ts;\n if (diff >= 0 && diff < tick)\n continue;\n await nextTick();\n ts += diff;\n }\n}\n/**\n * @example utf8ToBytes('abc') // new Uint8Array([97, 98, 99])\n */\nexport function utf8ToBytes(str) {\n if (typeof str !== 'string')\n throw new Error(`utf8ToBytes expected string, got ${typeof str}`);\n return new Uint8Array(new TextEncoder().encode(str)); // https://bugzil.la/1681809\n}\n/**\n * Normalizes (non-hex) string or Uint8Array to Uint8Array.\n * Warning: when Uint8Array is passed, it would NOT get copied.\n * Keep in mind for future mutable operations.\n */\nexport function toBytes(data) {\n if (typeof data === 'string')\n data = utf8ToBytes(data);\n if (!u8a(data))\n throw new Error(`expected Uint8Array, got ${typeof data}`);\n return data;\n}\n/**\n * Copies several Uint8Arrays into one.\n */\nexport function concatBytes(...arrays) {\n const r = new Uint8Array(arrays.reduce((sum, a) => sum + a.length, 0));\n let pad = 0; // walk through each item, ensure they have proper type\n arrays.forEach((a) => {\n if (!u8a(a))\n throw new Error('Uint8Array expected');\n r.set(a, pad);\n pad += a.length;\n });\n return r;\n}\n// For runtime check if class implements interface\nexport class Hash {\n // Safe version that clones internal state\n clone() {\n return this._cloneInto();\n }\n}\nconst toStr = {}.toString;\nexport function checkOpts(defaults, opts) {\n if (opts !== undefined && toStr.call(opts) !== '[object Object]')\n throw new Error('Options should be object or undefined');\n const merged = Object.assign(defaults, opts);\n return merged;\n}\nexport function wrapConstructor(hashCons) {\n const hashC = (msg) => hashCons().update(toBytes(msg)).digest();\n const tmp = hashCons();\n hashC.outputLen = tmp.outputLen;\n hashC.blockLen = tmp.blockLen;\n hashC.create = () => hashCons();\n return hashC;\n}\nexport function wrapConstructorWithOpts(hashCons) {\n const hashC = (msg, opts) => hashCons(opts).update(toBytes(msg)).digest();\n const tmp = hashCons({});\n hashC.outputLen = tmp.outputLen;\n hashC.blockLen = tmp.blockLen;\n hashC.create = (opts) => hashCons(opts);\n return hashC;\n}\nexport function wrapXOFConstructorWithOpts(hashCons) {\n const hashC = (msg, opts) => hashCons(opts).update(toBytes(msg)).digest();\n const tmp = hashCons({});\n hashC.outputLen = tmp.outputLen;\n hashC.blockLen = tmp.blockLen;\n hashC.create = (opts) => hashCons(opts);\n return hashC;\n}\n/**\n * Secure PRNG. Uses `crypto.getRandomValues`, which defers to OS.\n */\nexport function randomBytes(bytesLength = 32) {\n if (crypto && typeof crypto.getRandomValues === 'function') {\n return crypto.getRandomValues(new Uint8Array(bytesLength));\n }\n throw new Error('crypto.getRandomValues must be defined');\n}\n//# sourceMappingURL=utils.js.map"],"names":[],"mappings":"AAAA;AAQA,MAAM,MAAM,CAAC,MAAM,aAAa;AAGpB,MAAC,MAAM,CAAC,QAAQ,IAAI,YAAY,IAAI,QAAQ,IAAI,YAAY,KAAK,MAAM,IAAI,aAAa,CAAC,CAAC;AAO1F,MAAC,OAAO,IAAI,WAAW,IAAI,YAAY,CAAC,SAAU,CAAC,EAAE,MAAM,EAAE,CAAC,MAAM;AAChF,IAAI,CAAC;AACD,QAAM,IAAI,MAAM,6CAA6C;AAuD1D,SAAS,YAAY,KAAK;AAC7B,MAAI,OAAO,QAAQ;AACf,UAAM,IAAI,MAAM,oCAAoC,OAAO,GAAG,EAAE;AACpE,SAAO,IAAI,WAAW,IAAI,YAAa,EAAC,OAAO,GAAG,CAAC;AACvD;AAMO,SAAS,QAAQ,MAAM;AAC1B,MAAI,OAAO,SAAS;AAChB,WAAO,YAAY,IAAI;AAC3B,MAAI,CAAC,IAAI,IAAI;AACT,UAAM,IAAI,MAAM,4BAA4B,OAAO,IAAI,EAAE;AAC7D,SAAO;AACX;AAgBO,MAAM,KAAK;AAAA;AAAA,EAEd,QAAQ;AACJ,WAAO,KAAK,WAAY;AAAA,EAChC;AACA;AAQO,SAAS,gBAAgB,UAAU;AACtC,QAAM,QAAQ,CAAC,QAAQ,SAAU,EAAC,OAAO,QAAQ,GAAG,CAAC,EAAE,OAAQ;AAC/D,QAAM,MAAM,SAAU;AACtB,QAAM,YAAY,IAAI;AACtB,QAAM,WAAW,IAAI;AACrB,QAAM,SAAS,MAAM,SAAU;AAC/B,SAAO;AACX;","x_google_ignoreList":[0]}