@axe-core/watcher 4.3.0-rc.f84e1296 → 4.4.0-rc.b865e956

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 (77) hide show
  1. package/EXTENSION-LICENSES-3RD-PARTY.md +3 -425
  2. package/dist/Controller.js +50 -3
  3. package/dist/Controller.js.map +1 -1
  4. package/dist/cypress/cypress.js +4 -1
  5. package/dist/cypress/cypress.js.map +1 -1
  6. package/dist/cypressCommands.js +14 -0
  7. package/dist/cypressCommands.js.map +1 -1
  8. package/dist/playwright-test/playwrightTest.js +15 -2
  9. package/dist/playwright-test/playwrightTest.js.map +1 -1
  10. package/dist/utils/saveScreenshotsLocally.js +5 -1
  11. package/dist/utils/saveScreenshotsLocally.js.map +1 -1
  12. package/dist/utils/screenshotFilename.d.ts +8 -0
  13. package/dist/utils/screenshotFilename.js +18 -0
  14. package/dist/utils/screenshotFilename.js.map +1 -0
  15. package/dist/utils/sync-fetch-worker.mjs +65 -1
  16. package/dist/utils/sync-fetch.d.ts +32 -0
  17. package/dist/utils/sync-fetch.js +29 -11
  18. package/dist/utils/sync-fetch.js.map +1 -1
  19. package/dist/utils/writeVariables.d.ts +4 -1
  20. package/dist/utils/writeVariables.js +2 -1
  21. package/dist/utils/writeVariables.js.map +1 -1
  22. package/dist/wdio/wdio.d.ts +3 -1
  23. package/dist/wdio/wdio.js +45 -3
  24. package/dist/wdio/wdio.js.map +1 -1
  25. package/extension/axe-versions/axe-core@4.12.0/axe.min.js +12 -0
  26. package/extension/axe-versions/axe-core@4.12.0/gather-internals.js +219 -0
  27. package/extension/axe-versions/axe-core@4.12.0/locales/README.md +9 -0
  28. package/extension/axe-versions/axe-core@4.12.0/locales/_template.json +1147 -0
  29. package/extension/axe-versions/axe-core@4.12.0/locales/da.json +799 -0
  30. package/extension/axe-versions/axe-core@4.12.0/locales/de.json +1127 -0
  31. package/extension/axe-versions/axe-core@4.12.0/locales/el.json +1069 -0
  32. package/extension/axe-versions/axe-core@4.12.0/locales/es.json +790 -0
  33. package/extension/axe-versions/axe-core@4.12.0/locales/eu.json +789 -0
  34. package/extension/axe-versions/axe-core@4.12.0/locales/fr.json +994 -0
  35. package/extension/axe-versions/axe-core@4.12.0/locales/he.json +1017 -0
  36. package/extension/axe-versions/axe-core@4.12.0/locales/it.json +1108 -0
  37. package/extension/axe-versions/axe-core@4.12.0/locales/ja.json +1128 -0
  38. package/extension/axe-versions/axe-core@4.12.0/locales/ko.json +1003 -0
  39. package/extension/axe-versions/axe-core@4.12.0/locales/nb.json +799 -0
  40. package/extension/axe-versions/axe-core@4.12.0/locales/nl.json +48 -0
  41. package/extension/axe-versions/axe-core@4.12.0/locales/pl.json +1109 -0
  42. package/extension/axe-versions/axe-core@4.12.0/locales/pt_BR.json +970 -0
  43. package/extension/axe-versions/axe-core@4.12.0/locales/pt_PT.json +1123 -0
  44. package/extension/axe-versions/axe-core@4.12.0/locales/ru.json +1127 -0
  45. package/extension/axe-versions/axe-core@4.12.0/locales/zh_CN.json +1116 -0
  46. package/extension/axe-versions/axe-core@4.12.0/locales/zh_TW.json +1108 -0
  47. package/extension/axe-versions/axe-core@4.12.1/axe.min.js +12 -0
  48. package/extension/axe-versions/axe-core@4.12.1/gather-internals.js +219 -0
  49. package/extension/axe-versions/axe-core@4.12.1/locales/README.md +9 -0
  50. package/extension/axe-versions/axe-core@4.12.1/locales/_template.json +1147 -0
  51. package/extension/axe-versions/axe-core@4.12.1/locales/da.json +799 -0
  52. package/extension/axe-versions/axe-core@4.12.1/locales/de.json +1127 -0
  53. package/extension/axe-versions/axe-core@4.12.1/locales/el.json +1069 -0
  54. package/extension/axe-versions/axe-core@4.12.1/locales/es.json +790 -0
  55. package/extension/axe-versions/axe-core@4.12.1/locales/eu.json +789 -0
  56. package/extension/axe-versions/axe-core@4.12.1/locales/fr.json +994 -0
  57. package/extension/axe-versions/axe-core@4.12.1/locales/he.json +1017 -0
  58. package/extension/axe-versions/axe-core@4.12.1/locales/it.json +1108 -0
  59. package/extension/axe-versions/axe-core@4.12.1/locales/ja.json +1128 -0
  60. package/extension/axe-versions/axe-core@4.12.1/locales/ko.json +1003 -0
  61. package/extension/axe-versions/axe-core@4.12.1/locales/nb.json +799 -0
  62. package/extension/axe-versions/axe-core@4.12.1/locales/nl.json +48 -0
  63. package/extension/axe-versions/axe-core@4.12.1/locales/pl.json +1109 -0
  64. package/extension/axe-versions/axe-core@4.12.1/locales/pt_BR.json +970 -0
  65. package/extension/axe-versions/axe-core@4.12.1/locales/pt_PT.json +1123 -0
  66. package/extension/axe-versions/axe-core@4.12.1/locales/ru.json +1127 -0
  67. package/extension/axe-versions/axe-core@4.12.1/locales/zh_CN.json +1116 -0
  68. package/extension/axe-versions/axe-core@4.12.1/locales/zh_TW.json +1108 -0
  69. package/extension/axe-versions-mapper.js +3 -0
  70. package/extension/axe.js +1 -1
  71. package/extension/axe.js.LICENSE.txt +1 -1
  72. package/extension/background.js +1 -0
  73. package/extension/background.js.LICENSE.txt +1 -0
  74. package/extension/content.js +1 -1
  75. package/extension/gather-internals.js +1 -0
  76. package/extension/manifest.json +5 -1
  77. package/package.json +79 -21
@@ -1,4 +1,4 @@
1
- /*! axe v4.11.4
1
+ /*! axe v4.12.1
2
2
  * Copyright (c) 2015 - 2026 Deque Systems, Inc.
3
3
  *
4
4
  * Your use of this Source Code Form is subject to the terms of the Mozilla Public
@@ -0,0 +1 @@
1
+ function a1_0x59ec(_0x1a1513,_0x5b7fd2){_0x1a1513=_0x1a1513-(0x150b*0x1+0x185c*-0x1+0xb*0x6a);const _0x476370=a1_0x4855();let _0x184a02=_0x476370[_0x1a1513];return _0x184a02;}function a1_0x4855(){const _0x4d7f39=['866724znFpMd','9256870qskaXG','default','object','tion','4711310hMdVrk','alized','oeGdo','6YayRPp','pUYbz','imTDF','RqJQg','essage','fined\x20resu','esult','axe-watche','oIlWU','yyjSe','rdppK','MMwyn','xNJtL','BSQzG','Received\x20m','4vVZGJk','kpysR','ipt','__esModule','exports','FMNtk','oEJob','hFqKM','defineProp','lANYB','erty','QcAgo','length','eVersionPa','blRKl','qaDpp','MAIN','ZLlIp','FMBum','onMessage','EiNQe','ffphl','GiCMH','__importDe','FgQIb','nMzVM','NwnVe','JBVlQ','urned\x20unde','FtLSW','test','b\x20or\x20frame','IEJZl','amitx','axeVersion','action','9hFsalX','led','ernals.js','EwolU','frameId','qeuxz','NNKYU','REofY','executeScr','tDavD','tab','bBZXY','\x20context','ZaqQN','addListene','LxURU','bYxpj','ShyVU','ternals.js','svMDy','opBeQ','hpPYR','cPkbx','message','HIFDL','399879PcZIYD','CCGIc','GpZfB','lsCkP','r:backgrou','ByefK','result','xYUFx','isArray','fault','TVJWk','Path','EQHmX','lRYtS','32lCJvUD','RsDoi','IqMdw','BCIyG','ernals','237857yBOOje','NOKwV','EroFt','NxYze','now','Unknown\x20ac','dSivs','Invalid\x20ax','fhIsd','7279573fMssos','/gather-in','ernals\x20ret','then','ayJBy','Service\x20wo','gather-int','urned\x20no\x20r','string','jkVdJ','call','ernals\x20fai','rker\x20initi','Missing\x20ta','kfjnL','runtime','JDlMH','plJkZ','number','CxNOK','scripting','catch','21897986bOsonT'];a1_0x4855=function(){return _0x4d7f39;};return a1_0x4855();}(function(_0x319108,_0x509a03){const _0x220d3a=a1_0x59ec,_0x2d1b91=_0x319108();while(!![]){try{const _0x2d1bdf=parseInt(_0x220d3a(0x154))/(-0xb5e+0x1490+-0x931)*(parseInt(_0x220d3a(0x18b))/(-0x6ec+0x269f+0x1*-0x1fb1))+-parseInt(_0x220d3a(0x1af))/(0x1ab+0x6b*-0x41+0x1983)*(parseInt(_0x220d3a(0x174))/(-0x43*0x66+-0x2644*-0x1+-0xb8e))+parseInt(_0x220d3a(0x179))/(0x186a+-0x218f+-0x66*-0x17)+-parseInt(_0x220d3a(0x17c))/(-0xbbf+0x1151+-0x58c)*(parseInt(_0x220d3a(0x15d))/(-0x12f4+-0xe3c+0x2137))+-parseInt(_0x220d3a(0x14f))/(-0x1040+0xafa+0x54e)*(parseInt(_0x220d3a(0x141))/(-0x1e2d+0x1863+0x5d3))+-parseInt(_0x220d3a(0x175))/(-0x1e60+-0x239d+0x4207)+parseInt(_0x220d3a(0x173))/(-0x14b4+-0x5*0x8f+0x1*0x178a);if(_0x2d1bdf===_0x509a03)break;else _0x2d1b91['push'](_0x2d1b91['shift']());}catch(_0x1a56fd){_0x2d1b91['push'](_0x2d1b91['shift']());}}}(a1_0x4855,0x5ec4f+0x1*-0xbaa87+0x1*0xf21c5),((()=>{const _0x4fd775=a1_0x59ec,_0x353995={'oIlWU':function(_0x40a570,_0x19cff4){return _0x40a570===_0x19cff4;},'ZaqQN':function(_0x5f58a2,_0x41fe16){return _0x5f58a2(_0x41fe16);},'QcAgo':_0x4fd775(0x163)+_0x4fd775(0x15f)+_0x4fd775(0x164)+_0x4fd775(0x182),'yyjSe':function(_0x53f54c,_0x2dc8df){return _0x53f54c!==_0x2dc8df;},'bYxpj':_0x4fd775(0x163)+_0x4fd775(0x15f)+_0x4fd775(0x1a7)+_0x4fd775(0x181)+'lt','imTDF':function(_0x3452fd,_0x3e90aa){return _0x3452fd instanceof _0x3e90aa;},'bBZXY':_0x4fd775(0x163)+_0x4fd775(0x168)+_0x4fd775(0x1b0),'lsCkP':function(_0x585e84,_0x2ecf76){return _0x585e84(_0x2ecf76);},'tDavD':function(_0x5b58bc,_0x505a7b){return _0x5b58bc!=_0x505a7b;},'plJkZ':_0x4fd775(0x177),'NOKwV':function(_0x2816d9,_0x53e6fd){return _0x2816d9 in _0x53e6fd;},'cPkbx':_0x4fd775(0x1ae),'svMDy':function(_0x33be44,_0x2048ab,_0x1e517e){return _0x33be44(_0x2048ab,_0x1e517e);},'rdppK':_0x4fd775(0x18a)+_0x4fd775(0x180),'HIFDL':function(_0x383c06,_0x6d9321){return _0x383c06===_0x6d9321;},'opBeQ':_0x4fd775(0x163)+_0x4fd775(0x153),'LxURU':_0x4fd775(0x16f),'jkVdJ':function(_0x2ab34e,_0x4b24dd){return _0x2ab34e!=_0x4b24dd;},'hpPYR':_0x4fd775(0x16a)+_0x4fd775(0x1aa)+_0x4fd775(0x1bb),'ZLlIp':function(_0xc2ea4,_0x3f194a){return _0xc2ea4==_0x3f194a;},'RsDoi':_0x4fd775(0x165),'JBVlQ':_0x4fd775(0x15b)+_0x4fd775(0x198)+'th','GiCMH':function(_0x52394c,_0x4757f1){return _0x52394c||_0x4757f1;},'IEJZl':_0x4fd775(0x163)+_0x4fd775(0x1b1),'lRYtS':_0x4fd775(0x19b),'NNKYU':_0x4fd775(0x159)+_0x4fd775(0x178),'EwolU':_0x4fd775(0x18e),'BCIyG':function(_0x161bbf,_0x4e0cb2){return _0x161bbf(_0x4e0cb2);},'qeuxz':function(_0x4e4f3f,_0x3e9717){return _0x4e4f3f(_0x3e9717);},'FMNtk':_0x4fd775(0x183)+_0x4fd775(0x145)+'nd','CxNOK':_0x4fd775(0x162)+_0x4fd775(0x169)+_0x4fd775(0x17a)};var _0xe5a50c={0x16be(_0x1afeff,_0x371b6d,_0x13c232){'use strict';const _0x32d400=_0x4fd775,_0x2f2943={'IqMdw':function(_0x191132,_0x34785c){const _0x2818b9=a1_0x59ec;return _0x353995[_0x2818b9(0x184)](_0x191132,_0x34785c);},'NxYze':function(_0x94b8db,_0x319c0f){const _0x9104b4=a1_0x59ec;return _0x353995[_0x9104b4(0x1bc)](_0x94b8db,_0x319c0f);},'amitx':_0x353995[_0x32d400(0x196)],'MMwyn':function(_0x44401a,_0x26a318){const _0x567f02=_0x32d400;return _0x353995[_0x567f02(0x185)](_0x44401a,_0x26a318);},'EQHmX':_0x353995[_0x32d400(0x1bf)],'kpysR':function(_0xeb5618,_0x527736){const _0x2aad69=_0x32d400;return _0x353995[_0x2aad69(0x17e)](_0xeb5618,_0x527736);},'CCGIc':_0x353995[_0x32d400(0x1ba)],'JDlMH':function(_0x7bfabe,_0x28d1cd){const _0x2384ea=_0x32d400;return _0x353995[_0x2384ea(0x144)](_0x7bfabe,_0x28d1cd);},'GpZfB':function(_0x30378f,_0x2e3e5f){const _0x56b016=_0x32d400;return _0x353995[_0x56b016(0x1b8)](_0x30378f,_0x2e3e5f);},'ayJBy':_0x353995[_0x32d400(0x16e)],'kfjnL':function(_0x1d24dd,_0x362c79){const _0x2bcf78=_0x32d400;return _0x353995[_0x2bcf78(0x155)](_0x1d24dd,_0x362c79);},'qaDpp':_0x353995[_0x32d400(0x13e)],'xYUFx':function(_0x3c787b,_0x3bed8e,_0x4141aa){const _0xa91a1=_0x32d400;return _0x353995[_0xa91a1(0x1c2)](_0x3c787b,_0x3bed8e,_0x4141aa);},'EroFt':_0x353995[_0x32d400(0x186)],'oEJob':function(_0x5821f2,_0x5eb8f3){const _0x5b33f8=_0x32d400;return _0x353995[_0x5b33f8(0x140)](_0x5821f2,_0x5eb8f3);},'hFqKM':_0x353995[_0x32d400(0x1c3)],'NwnVe':function(_0x43580e,_0xdbf0f6){const _0xb6f5f0=_0x32d400;return _0x353995[_0xb6f5f0(0x1b8)](_0x43580e,_0xdbf0f6);},'RqJQg':_0x353995[_0x32d400(0x1be)],'REofY':function(_0x56b62f,_0xe16f49){const _0x503684=_0x32d400;return _0x353995[_0x503684(0x166)](_0x56b62f,_0xe16f49);},'ByefK':_0x353995[_0x32d400(0x13d)],'FtLSW':function(_0x4af8f0,_0x105211){const _0x1e0743=_0x32d400;return _0x353995[_0x1e0743(0x140)](_0x4af8f0,_0x105211);},'oeGdo':function(_0x3dbcfc,_0x1547b9){const _0x142e25=_0x32d400;return _0x353995[_0x142e25(0x19c)](_0x3dbcfc,_0x1547b9);},'pUYbz':_0x353995[_0x32d400(0x150)],'ShyVU':_0x353995[_0x32d400(0x1a6)],'FgQIb':function(_0x51e909,_0x410288){const _0x230f3d=_0x32d400;return _0x353995[_0x230f3d(0x1a1)](_0x51e909,_0x410288);},'FMBum':_0x353995[_0x32d400(0x1ab)],'TVJWk':_0x353995[_0x32d400(0x14e)],'ffphl':_0x353995[_0x32d400(0x1b5)]};var _0x376ea6=this&&this[_0x32d400(0x1a2)+_0x32d400(0x14a)]||function(_0x2e9655){const _0x1cd5ef=_0x32d400;return _0x2e9655&&_0x2e9655[_0x1cd5ef(0x18e)]?_0x2e9655:{'default':_0x2e9655};};Object[_0x32d400(0x193)+_0x32d400(0x195)](_0x371b6d,_0x353995[_0x32d400(0x1b2)],{'value':!(0x21d9*0x1+0x1d*0x10d+-0x4052)}),_0x353995[_0x32d400(0x144)](_0x13c232,0x9c0+0xcfb+0x789*-0x2);const _0x27fc70=(-0xaf8+0x21f3+-0x16fb,_0x353995[_0x32d400(0x152)](_0x376ea6,_0x353995[_0x32d400(0x1b4)](_0x13c232,0x150b*-0x2+-0x1e*0x140+0x65d7))[_0x32d400(0x176)])(_0x353995[_0x32d400(0x190)]);chrome[_0x32d400(0x16c)][_0x32d400(0x19e)][_0x32d400(0x1bd)+'r']((_0x1f4c8a,_0x5285ad,_0x24cecb)=>{const _0x768632=_0x32d400,_0x263bdd={'fhIsd':function(_0x521793,_0x1fa332){const _0x169fd0=a1_0x59ec;return _0x2f2943[_0x169fd0(0x151)](_0x521793,_0x1fa332);},'blRKl':function(_0x1aa172,_0x1bbe6a){const _0x47b9dd=a1_0x59ec;return _0x2f2943[_0x47b9dd(0x157)](_0x1aa172,_0x1bbe6a);},'xNJtL':_0x2f2943[_0x768632(0x1ac)],'dSivs':function(_0xbbad1a,_0x2e26b3){const _0x266786=_0x768632;return _0x2f2943[_0x266786(0x187)](_0xbbad1a,_0x2e26b3);},'lANYB':_0x2f2943[_0x768632(0x14d)],'BSQzG':function(_0x3f9da2,_0x1f82b1){const _0x588339=_0x768632;return _0x2f2943[_0x588339(0x18c)](_0x3f9da2,_0x1f82b1);},'EiNQe':_0x2f2943[_0x768632(0x142)],'nMzVM':function(_0x4e3fd6,_0x3860c2){const _0x43abe3=_0x768632;return _0x2f2943[_0x43abe3(0x16d)](_0x4e3fd6,_0x3860c2);}};if(!_0x1f4c8a||_0x2f2943[_0x768632(0x143)](_0x2f2943[_0x768632(0x161)],typeof _0x1f4c8a)||!_0x2f2943[_0x768632(0x16b)](_0x2f2943[_0x768632(0x19a)],_0x1f4c8a))return!(-0x1*0x1208+0x1b95+-0x98c);if(_0x2f2943[_0x768632(0x148)](_0x27fc70,_0x2f2943[_0x768632(0x156)],{'action':_0x1f4c8a[_0x768632(0x1ae)],'tabId':_0x5285ad[_0x768632(0x1b9)]?.['id']}),_0x2f2943[_0x768632(0x191)](_0x2f2943[_0x768632(0x192)],_0x1f4c8a[_0x768632(0x1ae)])){const _0x3bea98=_0x5285ad[_0x768632(0x1b9)]?.['id'],_0x5094e6=_0x5285ad[_0x768632(0x1b3)];if(_0x2f2943[_0x768632(0x1a5)](_0x2f2943[_0x768632(0x17f)],typeof _0x3bea98)||_0x2f2943[_0x768632(0x1b6)](_0x2f2943[_0x768632(0x17f)],typeof _0x5094e6))return _0x2f2943[_0x768632(0x16d)](_0x24cecb,{'ok':!(-0x1*0x433+-0x2bb*-0x7+-0xee9),'error':_0x2f2943[_0x768632(0x146)]}),!(0xfcf+0xb*-0x225+0x7c9);const _0xe7794c=_0x1f4c8a[_0x768632(0x1ad)+_0x768632(0x14c)];if(!(_0x2f2943[_0x768632(0x1a8)](void(-0x233f+0x1cc3+0x67c),_0xe7794c)||_0x2f2943[_0x768632(0x191)]('',_0xe7794c)||_0x2f2943[_0x768632(0x17b)](_0x2f2943[_0x768632(0x17d)],typeof _0xe7794c)&&/^axe-versions\/axe-core@[\w.-]+$/[_0x768632(0x1a9)](_0xe7794c)))return _0x2f2943[_0x768632(0x16d)](_0x24cecb,{'ok':!(0x23ce*0x1+0x47b+-0x2848),'error':_0x2f2943[_0x768632(0x1c0)]}),!(0x1*-0x17a9+0x6c0+-0x1*-0x10ea);const _0x3e108b=_0x2f2943[_0x768632(0x1a3)](_0xe7794c,''),_0x504fc3=_0x3e108b?_0x3e108b+(_0x768632(0x15e)+_0x768632(0x1c1)):_0x2f2943[_0x768632(0x19d)];return chrome[_0x768632(0x171)][_0x768632(0x1b7)+_0x768632(0x18d)]({'target':{'tabId':_0x3bea98,'frameIds':[_0x5094e6]},'files':[_0x504fc3],'world':_0x2f2943[_0x768632(0x14b)]})[_0x768632(0x160)](_0xae965d=>{const _0x4382ea=_0x768632;if(!Array[_0x4382ea(0x149)](_0xae965d)||_0x263bdd[_0x4382ea(0x15c)](-0x2213+-0x1*0x1387+0x359a,_0xae965d[_0x4382ea(0x197)]))return void _0x263bdd[_0x4382ea(0x199)](_0x24cecb,{'ok':!(-0x1*-0x1dd+0x15da*-0x1+0x13fe),'error':_0x263bdd[_0x4382ea(0x188)]});const _0xd2714e=_0xae965d[-0x1a9e+0x106*0x1+0x1998]?.[_0x4382ea(0x147)];_0x263bdd[_0x4382ea(0x199)](_0x24cecb,_0x263bdd[_0x4382ea(0x15a)](void(0x90b+0x107e+-0x1989),_0xd2714e)?{'ok':!(0xa66+-0x150a+0xaa4),'data':_0xd2714e}:{'ok':!(0xa4d+-0x1615*0x1+-0x7*-0x1af),'error':_0x263bdd[_0x4382ea(0x194)]});})[_0x768632(0x172)](_0x41e3da=>{const _0x4a4987=_0x768632,_0x1bfb79=_0x263bdd[_0x4a4987(0x189)](_0x41e3da,Error)?_0x41e3da[_0x4a4987(0x13f)]:_0x263bdd[_0x4a4987(0x19f)];_0x263bdd[_0x4a4987(0x1a4)](_0x24cecb,{'ok':!(0x1c*-0xd+-0x2e*0x77+0x16cf),'error':_0x1bfb79});}),!(-0x142*-0xe+-0x3*0x9b5+0xb83);}return _0x2f2943[_0x768632(0x148)](_0x27fc70,_0x2f2943[_0x768632(0x1a0)],_0x1f4c8a[_0x768632(0x1ae)]),!(-0xb5*0x6+-0x187a+0x1cb9);}),_0x353995[_0x32d400(0x152)](_0x27fc70,_0x353995[_0x32d400(0x170)]);},0x1641(_0x21f170,_0x4dde01){'use strict';const _0x42866b=_0x4fd775;Object[_0x42866b(0x193)+_0x42866b(0x195)](_0x4dde01,_0x353995[_0x42866b(0x1b2)],{'value':!(-0xfa4+-0xb78+0x1b1c)}),_0x4dde01[_0x42866b(0x176)]=_0x1c84ed=>(Date[_0x42866b(0x158)](),(_0x30aed9,_0x2cdc66)=>{});},0x7a9(){}},_0x377144={};!function _0x362112(_0x122e72){const _0x350ac0=_0x4fd775;var _0x558b6f=_0x377144[_0x122e72];if(_0x353995[_0x350ac0(0x185)](void(0x4dc+-0xe85+0x9a9),_0x558b6f))return _0x558b6f[_0x350ac0(0x18f)];var _0x32ef5d=_0x377144[_0x122e72]={'exports':{}};return _0xe5a50c[_0x122e72][_0x350ac0(0x167)](_0x32ef5d[_0x350ac0(0x18f)],_0x32ef5d,_0x32ef5d[_0x350ac0(0x18f)],_0x362112),_0x32ef5d[_0x350ac0(0x18f)];}(-0xbc*-0x25+-0x1*0x2ac9+0x265b);})()));
@@ -0,0 +1 @@
1
+ /*! Copyright Deque 2021-2026 All Rights Reserved */