mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 15:30:00 -04:00
turn on sourcemaps by default
This commit is contained in:
parent
9d0344aa42
commit
eadd1c9e82
5 changed files with 184 additions and 213 deletions
10
package.json
10
package.json
|
@ -40,20 +40,20 @@
|
|||
"@mercuryworkshop/libcurl-transport": "^1.4.0",
|
||||
"@mercuryworkshop/wisp-js": "^0.3.3",
|
||||
"@nebula-services/bare-server-node": "^2.0.4",
|
||||
"@playwright/test": "^1.51.0",
|
||||
"@rsdoctor/rspack-plugin": "^0.4.13",
|
||||
"@playwright/test": "^1.51.1",
|
||||
"@rsdoctor/rspack-plugin": "^1.0.0",
|
||||
"@rspack/cli": "^1.2.8",
|
||||
"@rspack/core": "^1.2.8",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@types/estree": "^1.0.6",
|
||||
"@types/node": "^22.13.10",
|
||||
"@types/serviceworker": "^0.0.126",
|
||||
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
||||
"@typescript-eslint/parser": "^8.26.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.27.0",
|
||||
"@typescript-eslint/parser": "^8.27.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"eslint": "^9.22.0",
|
||||
"fastify": "^5.2.1",
|
||||
"playwright": "^1.51.0",
|
||||
"playwright": "^1.51.1",
|
||||
"prettier": "^3.5.3",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.8.2"
|
||||
|
|
379
pnpm-lock.yaml
generated
379
pnpm-lock.yaml
generated
|
@ -38,7 +38,7 @@ importers:
|
|||
version: 9.22.0
|
||||
'@estruyf/github-actions-reporter':
|
||||
specifier: ^1.10.0
|
||||
version: 1.10.0(@playwright/test@1.51.0)
|
||||
version: 1.10.0(@playwright/test@1.51.1)
|
||||
'@fastify/static':
|
||||
specifier: ^8.1.1
|
||||
version: 8.1.1
|
||||
|
@ -58,11 +58,11 @@ importers:
|
|||
specifier: ^2.0.4
|
||||
version: 2.0.4(bufferutil@4.0.9)
|
||||
'@playwright/test':
|
||||
specifier: ^1.51.0
|
||||
version: 1.51.0
|
||||
specifier: ^1.51.1
|
||||
version: 1.51.1
|
||||
'@rsdoctor/rspack-plugin':
|
||||
specifier: ^0.4.13
|
||||
version: 0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rspack/cli':
|
||||
specifier: ^1.2.8
|
||||
version: 1.2.8(@rspack/core@1.2.8)(@types/express@4.17.21)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
|
@ -82,11 +82,11 @@ importers:
|
|||
specifier: ^0.0.126
|
||||
version: 0.0.126
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^8.26.1
|
||||
version: 8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
||||
specifier: ^8.27.0
|
||||
version: 8.27.0(@typescript-eslint/parser@8.27.0(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^8.26.1
|
||||
version: 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
specifier: ^8.27.0
|
||||
version: 8.27.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
dotenv:
|
||||
specifier: ^16.4.7
|
||||
version: 16.4.7
|
||||
|
@ -97,8 +97,8 @@ importers:
|
|||
specifier: ^5.2.1
|
||||
version: 5.2.1
|
||||
playwright:
|
||||
specifier: ^1.51.0
|
||||
version: 1.51.0
|
||||
specifier: ^1.51.1
|
||||
version: 1.51.1
|
||||
prettier:
|
||||
specifier: ^3.5.3
|
||||
version: 3.5.3
|
||||
|
@ -123,18 +123,14 @@ packages:
|
|||
'@actions/io@1.1.3':
|
||||
resolution: {integrity: sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==}
|
||||
|
||||
'@babel/code-frame@7.25.7':
|
||||
resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==}
|
||||
'@babel/code-frame@7.26.2':
|
||||
resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@babel/helper-validator-identifier@7.25.9':
|
||||
resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@babel/highlight@7.25.9':
|
||||
resolution: {integrity: sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@discoveryjs/json-ext@0.5.7':
|
||||
resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
|
@ -338,33 +334,41 @@ packages:
|
|||
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
'@playwright/test@1.51.0':
|
||||
resolution: {integrity: sha512-dJ0dMbZeHhI+wb77+ljx/FeC8VBP6j/rj9OAojO08JI80wTZy6vRk9KvHKiDCUh4iMpEiseMgqRBIeW+eKX6RA==}
|
||||
'@playwright/test@1.51.1':
|
||||
resolution: {integrity: sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
'@polka/url@1.0.0-next.28':
|
||||
resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==}
|
||||
|
||||
'@rsdoctor/client@0.4.13':
|
||||
resolution: {integrity: sha512-8d3om2dK+GjEi3L8rI79k6JHtz7IIbIRe3+e4z5iIgqYz/nU1TC8iwUMJ7Wanokqu+88sa2tpOTqUoEk4GfWrA==}
|
||||
'@rsbuild/plugin-check-syntax@1.3.0':
|
||||
resolution: {integrity: sha512-lHrd6hToPFVOGWr0U/Ox7pudHWdhPSFsr2riWpjNRlUuwiXdU2SYMROaVUCrLJvYFzJyEMsFOi1w59rBQCG2HQ==}
|
||||
peerDependencies:
|
||||
'@rsbuild/core': 1.x
|
||||
peerDependenciesMeta:
|
||||
'@rsbuild/core':
|
||||
optional: true
|
||||
|
||||
'@rsdoctor/core@0.4.13':
|
||||
resolution: {integrity: sha512-g47MDMPuJGNJBkU+191Z+uzoYvGx/czfL73qcIMs5zQXpgM+AMZg8ZW4g0rUcqCGNt3JDQE3Ogsfd3CTR/Q1Cw==}
|
||||
'@rsdoctor/client@1.0.0':
|
||||
resolution: {integrity: sha512-wL9pGgTNOf+7hv0noyneWhHeS+Hqf8Ep7la/MTD23pLDEdXMIeTuaf6v80aJFf5hcRu6t2olfq93DvD1Se8Adw==}
|
||||
|
||||
'@rsdoctor/graph@0.4.13':
|
||||
resolution: {integrity: sha512-PRAcEKcDyLzKgtORkDj8O1P6zx+RnemS3NQlNNpYw9nqZcwMPNqSd5RZhJ9ilXOqNYoRkzt+4D8VjFTt4MfSxg==}
|
||||
'@rsdoctor/core@1.0.0':
|
||||
resolution: {integrity: sha512-MVs5D0D15ujoBN83h3k9dKN0LcquCbiGVTtmJzPBR7DSeumG/caKlqK7YQ8yUkSF766WookGXyc/vPqN0hxXmQ==}
|
||||
|
||||
'@rsdoctor/rspack-plugin@0.4.13':
|
||||
resolution: {integrity: sha512-qWU1yF/p/j16ZQL5Sm29oduffujCJENNLl6Ylkaav2K9SdrAe+AaYGzWL04AoNVfSh/t2tyF5uFGcPfmvUNLjw==}
|
||||
'@rsdoctor/graph@1.0.0':
|
||||
resolution: {integrity: sha512-iZLolqwO4d8ZkrlndiuWQiYuIHAyA9pOvZ1M91a5VToLTeUHGtMd9urtZv0Qg5EXofIpcuhKNem8WLxODOaWSg==}
|
||||
|
||||
'@rsdoctor/rspack-plugin@1.0.0':
|
||||
resolution: {integrity: sha512-lkRnIcAZOOWozkhAXdTguQWeV4OT+aJwJjyt4/wY8jQ48q/J63gF0+dMEg9kAJp82uds1RQzdvQoIe6P+UZyDA==}
|
||||
peerDependencies:
|
||||
'@rspack/core': '*'
|
||||
|
||||
'@rsdoctor/sdk@0.4.13':
|
||||
resolution: {integrity: sha512-/HfM/saFFfwi1UNKGWpyC0CMfad7PnlR1fo7xvVebu9OH85/SIeeLqmjWkBZjd/5T6JmPDBWyENGNaeD8Hpr4g==}
|
||||
'@rsdoctor/sdk@1.0.0':
|
||||
resolution: {integrity: sha512-RbEL52O2MZLw1WjMoCZnzR0y+CyQoesQDPH+Av5Q1ohXEWeaceXh3NSCuUPn6OMK+L7suNqrMaAUs9rTyW7fjg==}
|
||||
|
||||
'@rsdoctor/types@0.4.13':
|
||||
resolution: {integrity: sha512-vt+d9ZwrfijRcRtlCUXWZUl2jtFiIL0+0zxygfXT+C2cipDDpdTlGlEY7LhUl+hLbeXtZbqKUl7jnaSOxQVOxw==}
|
||||
'@rsdoctor/types@1.0.0':
|
||||
resolution: {integrity: sha512-UV2SEh2W88NVPTfVfGYxDhGgCDxsaQ/4mt4eLOkDmVAWJLJgWg+Rd91qc1L61aDx/f1qzi/9FcW3LuqTN6osXA==}
|
||||
peerDependencies:
|
||||
'@rspack/core': '*'
|
||||
webpack: 5.x
|
||||
|
@ -372,8 +376,8 @@ packages:
|
|||
'@rspack/core':
|
||||
optional: true
|
||||
|
||||
'@rsdoctor/utils@0.4.13':
|
||||
resolution: {integrity: sha512-+Zj9gsJEWzZpr2mh+0KIGEfvAdiz756Gu2kP2a2yNilnWlwLqCPXzQWw0D8Z5ScNIq36PdKtojQbg6qzcv7wHg==}
|
||||
'@rsdoctor/utils@1.0.0':
|
||||
resolution: {integrity: sha512-28mk6cV9wHXLW6J1OMWzBlqWumQArmCirAPOT8p5l4no8m8s451M0lEZmqGf/dwWWa/x/3r4rvhGAy6BbAL9QQ==}
|
||||
|
||||
'@rspack/binding-darwin-arm64@1.2.8':
|
||||
resolution: {integrity: sha512-bDlrlroY3iMlzna/3i1gD6eRmhJW2zRyC3Ov6aR1micshVQ9RteigYZWkjZuQfyC5Z8dCcLUQJVojz+pqp0JXg==}
|
||||
|
@ -551,51 +555,51 @@ packages:
|
|||
'@types/ws@8.18.0':
|
||||
resolution: {integrity: sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.26.1':
|
||||
resolution: {integrity: sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==}
|
||||
'@typescript-eslint/eslint-plugin@8.27.0':
|
||||
resolution: {integrity: sha512-4henw4zkePi5p252c8ncBLzLce52SEUz2Ebj8faDnuUXz2UuHEONYcJ+G0oaCF+bYCWVZtrGzq3FD7YXetmnSA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/parser@8.26.1':
|
||||
resolution: {integrity: sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==}
|
||||
'@typescript-eslint/parser@8.27.0':
|
||||
resolution: {integrity: sha512-XGwIabPallYipmcOk45DpsBSgLC64A0yvdAkrwEzwZ2viqGqRUJ8eEYoPz0CWnutgAFbNMPdsGGvzjSmcWVlEA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/scope-manager@8.26.1':
|
||||
resolution: {integrity: sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==}
|
||||
'@typescript-eslint/scope-manager@8.27.0':
|
||||
resolution: {integrity: sha512-8oI9GwPMQmBryaaxG1tOZdxXVeMDte6NyJA4i7/TWa4fBwgnAXYlIQP+uYOeqAaLJ2JRxlG9CAyL+C+YE9Xknw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/type-utils@8.26.1':
|
||||
resolution: {integrity: sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==}
|
||||
'@typescript-eslint/type-utils@8.27.0':
|
||||
resolution: {integrity: sha512-wVArTVcz1oJOIEJxui/nRhV0TXzD/zMSOYi/ggCfNq78EIszddXcJb7r4RCp/oBrjt8n9A0BSxRMKxHftpDxDA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/types@8.26.1':
|
||||
resolution: {integrity: sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==}
|
||||
'@typescript-eslint/types@8.27.0':
|
||||
resolution: {integrity: sha512-/6cp9yL72yUHAYq9g6DsAU+vVfvQmd1a8KyA81uvfDE21O2DwQ/qxlM4AR8TSdAu+kJLBDrEHKC5/W2/nxsY0A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.26.1':
|
||||
resolution: {integrity: sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==}
|
||||
'@typescript-eslint/typescript-estree@8.27.0':
|
||||
resolution: {integrity: sha512-BnKq8cqPVoMw71O38a1tEb6iebEgGA80icSxW7g+kndx0o6ot6696HjG7NdgfuAVmVEtwXUr3L8R9ZuVjoQL6A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/utils@8.26.1':
|
||||
resolution: {integrity: sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==}
|
||||
'@typescript-eslint/utils@8.27.0':
|
||||
resolution: {integrity: sha512-njkodcwH1yvmo31YWgRHNb/x1Xhhq4/m81PhtvmRngD8iHPehxffz1SNCO+kwaePhATC+kOa/ggmvPoPza5i0Q==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.26.1':
|
||||
resolution: {integrity: sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==}
|
||||
'@typescript-eslint/visitor-keys@8.27.0':
|
||||
resolution: {integrity: sha512-WsXQwMkILJvffP6z4U3FYJPlbf/j07HIxmDjZpbNvBJkMfvwXj5ACRkkHwBDvLBbDbtX5TdU64/rcvKJ/vuInQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@webassemblyjs/ast@1.14.1':
|
||||
|
@ -656,9 +660,8 @@ packages:
|
|||
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
||||
acorn-import-assertions@1.9.0:
|
||||
resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==}
|
||||
deprecated: package has been renamed to acorn-import-attributes
|
||||
acorn-import-attributes@1.9.5:
|
||||
resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==}
|
||||
peerDependencies:
|
||||
acorn: ^8
|
||||
|
||||
|
@ -721,10 +724,6 @@ packages:
|
|||
resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
ansi-styles@3.2.1:
|
||||
resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
ansi-styles@4.3.0:
|
||||
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
||||
engines: {node: '>=8'}
|
||||
|
@ -762,8 +761,8 @@ packages:
|
|||
avvio@9.1.0:
|
||||
resolution: {integrity: sha512-fYASnYi600CsH/j9EQov7lECAniYiBFiiAtBNuZYLA2leLe9qOvZzqYHFjtIj6gD2VMoMLP14834LFWvr4IfDw==}
|
||||
|
||||
axios@1.8.3:
|
||||
resolution: {integrity: sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==}
|
||||
axios@1.8.4:
|
||||
resolution: {integrity: sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==}
|
||||
|
||||
balanced-match@1.0.2:
|
||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||
|
@ -796,6 +795,12 @@ packages:
|
|||
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
browserslist-load-config@1.0.0:
|
||||
resolution: {integrity: sha512-jj4xzExS1hRVMUIFQSkW4l3KPni5JRxnKfYfRpirooK5S4CjY31PhqfEjCB/mfqgCxkZIxc9rcu0pyXlEpYp/Q==}
|
||||
|
||||
browserslist-to-es-version@1.0.0:
|
||||
resolution: {integrity: sha512-i6dR03ClGy9ti97FSa4s0dpv01zW/t5VbvGjFfTLsrRQFsPgSeyGkCrlU7BTJuI5XDHVY5S2JgDnDsvQXifJ8w==}
|
||||
|
||||
browserslist@4.24.4:
|
||||
resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==}
|
||||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||
|
@ -828,12 +833,8 @@ packages:
|
|||
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
caniuse-lite@1.0.30001704:
|
||||
resolution: {integrity: sha512-+L2IgBbV6gXB4ETf0keSvLr7JUrRVbIaB/lrQ1+z8mRcQiisG5k+lG6O4n6Y5q6f5EuNfaYXKgymucphlEXQew==}
|
||||
|
||||
chalk@2.4.2:
|
||||
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
|
||||
engines: {node: '>=4'}
|
||||
caniuse-lite@1.0.30001706:
|
||||
resolution: {integrity: sha512-3ZczoTApMAZwPKYWmwVbQMFpXBDds3/0VciVoUwPUbldlYyVLmRVuRs/PcUZtHpbLRpzzDvrvnFuREsGt6lUug==}
|
||||
|
||||
chalk@4.1.2:
|
||||
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
||||
|
@ -855,16 +856,10 @@ packages:
|
|||
resolution: {integrity: sha512-ujdnoq2Kxb8s3ItNBtnYeXdm07FcU0u8ARAT1lQ2YdMwQC+cdiXX8KoqMVuglztILivceTtp4ivqGSmEmhBUJw==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
color-convert@1.9.3:
|
||||
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
|
||||
|
||||
color-convert@2.0.1:
|
||||
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
||||
engines: {node: '>=7.0.0'}
|
||||
|
||||
color-name@1.1.3:
|
||||
resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
|
||||
|
||||
color-name@1.1.4:
|
||||
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
||||
|
||||
|
@ -1063,8 +1058,8 @@ packages:
|
|||
ee-first@1.1.1:
|
||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||
|
||||
electron-to-chromium@1.5.118:
|
||||
resolution: {integrity: sha512-yNDUus0iultYyVoEFLnQeei7LOQkL8wg8GQpkPCRrOlJXlcCwa6eGKZkxQ9ciHsqZyYbj8Jd94X1CTPzGm+uIA==}
|
||||
electron-to-chromium@1.5.122:
|
||||
resolution: {integrity: sha512-EML1wnwkY5MFh/xUnCvY8FrhUuKzdYhowuZExZOfwJo+Zu9OsNCI23Cgl5y7awy7HrUHSwB1Z8pZX5TI34lsUg==}
|
||||
|
||||
emoji-regex@8.0.0:
|
||||
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
||||
|
@ -1138,10 +1133,6 @@ packages:
|
|||
escape-html@1.0.3:
|
||||
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
||||
|
||||
escape-string-regexp@1.0.5:
|
||||
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
|
||||
engines: {node: '>=0.8.0'}
|
||||
|
||||
escape-string-regexp@4.0.0:
|
||||
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
||||
engines: {node: '>=10'}
|
||||
|
@ -1403,10 +1394,6 @@ packages:
|
|||
handle-thing@2.0.1:
|
||||
resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==}
|
||||
|
||||
has-flag@3.0.0:
|
||||
resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
has-flag@4.0.0:
|
||||
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
||||
engines: {node: '>=8'}
|
||||
|
@ -1714,8 +1701,8 @@ packages:
|
|||
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
||||
mime-db@1.53.0:
|
||||
resolution: {integrity: sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==}
|
||||
mime-db@1.54.0:
|
||||
resolution: {integrity: sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
||||
mime-types@2.1.35:
|
||||
|
@ -1925,13 +1912,13 @@ packages:
|
|||
resolution: {integrity: sha512-i85pKRCt4qMjZ1+L7sy2Ag4t1atFcdbEt76+7iRJn1g2BvsnRMGu9p8pivl9fs63M2kF/A0OacFZhTub+m/qMg==}
|
||||
hasBin: true
|
||||
|
||||
playwright-core@1.51.0:
|
||||
resolution: {integrity: sha512-x47yPE3Zwhlil7wlNU/iktF7t2r/URR3VLbH6EknJd/04Qc/PSJ0EY3CMXipmglLG+zyRxW6HNo2EGbKLHPWMg==}
|
||||
playwright-core@1.51.1:
|
||||
resolution: {integrity: sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
playwright@1.51.0:
|
||||
resolution: {integrity: sha512-442pTfGM0xxfCYxuBa/Pu6B2OqxqqaYq39JS8QDMGThUvIOCd6s0ANDog3uwA0cHavVlnTQzGCN7Id2YekDSXA==}
|
||||
playwright@1.51.1:
|
||||
resolution: {integrity: sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -2238,10 +2225,6 @@ packages:
|
|||
resolution: {integrity: sha512-WZzIx3rC1CvbMDloLsVw0lkZVKJWbrkJ0k1ghKFmcnPrW1+jWbgTkTEWVtD9lMdmI4jZEz40+naBxl1dCUhXXw==}
|
||||
engines: {node: '>=14.16'}
|
||||
|
||||
supports-color@5.5.0:
|
||||
resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
supports-color@7.2.0:
|
||||
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
||||
engines: {node: '>=8'}
|
||||
|
@ -2321,8 +2304,8 @@ packages:
|
|||
peerDependencies:
|
||||
tslib: '2'
|
||||
|
||||
ts-api-utils@2.0.1:
|
||||
resolution: {integrity: sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==}
|
||||
ts-api-utils@2.1.0:
|
||||
resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==}
|
||||
engines: {node: '>=18.12'}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4'
|
||||
|
@ -2354,8 +2337,8 @@ packages:
|
|||
undici-types@6.20.0:
|
||||
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
|
||||
|
||||
undici@5.28.5:
|
||||
resolution: {integrity: sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==}
|
||||
undici@5.29.0:
|
||||
resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==}
|
||||
engines: {node: '>=14.0'}
|
||||
|
||||
universalify@2.0.1:
|
||||
|
@ -2534,24 +2517,18 @@ snapshots:
|
|||
'@actions/http-client@2.2.3':
|
||||
dependencies:
|
||||
tunnel: 0.0.6
|
||||
undici: 5.28.5
|
||||
undici: 5.29.0
|
||||
|
||||
'@actions/io@1.1.3': {}
|
||||
|
||||
'@babel/code-frame@7.25.7':
|
||||
'@babel/code-frame@7.26.2':
|
||||
dependencies:
|
||||
'@babel/highlight': 7.25.9
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
js-tokens: 4.0.0
|
||||
picocolors: 1.1.1
|
||||
|
||||
'@babel/helper-validator-identifier@7.25.9': {}
|
||||
|
||||
'@babel/highlight@7.25.9':
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
chalk: 2.4.2
|
||||
js-tokens: 4.0.0
|
||||
picocolors: 1.1.1
|
||||
|
||||
'@discoveryjs/json-ext@0.5.7': {}
|
||||
|
||||
'@eslint-community/eslint-utils@4.5.1(eslint@9.22.0)':
|
||||
|
@ -2598,10 +2575,10 @@ snapshots:
|
|||
'@eslint/core': 0.12.0
|
||||
levn: 0.4.1
|
||||
|
||||
'@estruyf/github-actions-reporter@1.10.0(@playwright/test@1.51.0)':
|
||||
'@estruyf/github-actions-reporter@1.10.0(@playwright/test@1.51.1)':
|
||||
dependencies:
|
||||
'@actions/core': 1.11.1
|
||||
'@playwright/test': 1.51.0
|
||||
'@playwright/test': 1.51.1
|
||||
ansi-to-html: 0.7.2
|
||||
marked: 12.0.2
|
||||
|
||||
|
@ -2787,21 +2764,31 @@ snapshots:
|
|||
'@pkgjs/parseargs@0.11.0':
|
||||
optional: true
|
||||
|
||||
'@playwright/test@1.51.0':
|
||||
'@playwright/test@1.51.1':
|
||||
dependencies:
|
||||
playwright: 1.51.0
|
||||
playwright: 1.51.1
|
||||
|
||||
'@polka/url@1.0.0-next.28': {}
|
||||
|
||||
'@rsdoctor/client@0.4.13': {}
|
||||
|
||||
'@rsdoctor/core@0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)':
|
||||
'@rsbuild/plugin-check-syntax@1.3.0':
|
||||
dependencies:
|
||||
'@rsdoctor/graph': 0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/sdk': 0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/types': 0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/utils': 0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
axios: 1.8.3
|
||||
acorn: 8.14.1
|
||||
browserslist-to-es-version: 1.0.0
|
||||
htmlparser2: 10.0.0
|
||||
picocolors: 1.1.1
|
||||
source-map: 0.7.4
|
||||
|
||||
'@rsdoctor/client@1.0.0': {}
|
||||
|
||||
'@rsdoctor/core@1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)':
|
||||
dependencies:
|
||||
'@rsbuild/plugin-check-syntax': 1.3.0
|
||||
'@rsdoctor/graph': 1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/sdk': 1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/types': 1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/utils': 1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
axios: 1.8.4
|
||||
browserslist-load-config: 1.0.0
|
||||
enhanced-resolve: 5.12.0
|
||||
filesize: 10.1.6
|
||||
fs-extra: 11.3.0
|
||||
|
@ -2811,6 +2798,7 @@ snapshots:
|
|||
source-map: 0.7.4
|
||||
webpack-bundle-analyzer: 4.10.2(bufferutil@4.0.9)
|
||||
transitivePeerDependencies:
|
||||
- '@rsbuild/core'
|
||||
- '@rspack/core'
|
||||
- bufferutil
|
||||
- debug
|
||||
|
@ -2818,10 +2806,10 @@ snapshots:
|
|||
- utf-8-validate
|
||||
- webpack
|
||||
|
||||
'@rsdoctor/graph@0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)':
|
||||
'@rsdoctor/graph@1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)':
|
||||
dependencies:
|
||||
'@rsdoctor/types': 0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/utils': 0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/types': 1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/utils': 1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
lodash.unionby: 4.8.0
|
||||
socket.io: 4.8.1(bufferutil@4.0.9)
|
||||
source-map: 0.7.4
|
||||
|
@ -2832,28 +2820,29 @@ snapshots:
|
|||
- utf-8-validate
|
||||
- webpack
|
||||
|
||||
'@rsdoctor/rspack-plugin@0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)':
|
||||
'@rsdoctor/rspack-plugin@1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)':
|
||||
dependencies:
|
||||
'@rsdoctor/core': 0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/graph': 0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/sdk': 0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/types': 0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/utils': 0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/core': 1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/graph': 1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/sdk': 1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/types': 1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/utils': 1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rspack/core': 1.2.8
|
||||
lodash: 4.17.21
|
||||
transitivePeerDependencies:
|
||||
- '@rsbuild/core'
|
||||
- bufferutil
|
||||
- debug
|
||||
- supports-color
|
||||
- utf-8-validate
|
||||
- webpack
|
||||
|
||||
'@rsdoctor/sdk@0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)':
|
||||
'@rsdoctor/sdk@1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)':
|
||||
dependencies:
|
||||
'@rsdoctor/client': 0.4.13
|
||||
'@rsdoctor/graph': 0.4.13(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/types': 0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/utils': 0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/client': 1.0.0
|
||||
'@rsdoctor/graph': 1.0.0(@rspack/core@1.2.8)(bufferutil@4.0.9)(webpack@5.97.1)
|
||||
'@rsdoctor/types': 1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@rsdoctor/utils': 1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@types/fs-extra': 11.0.4
|
||||
body-parser: 1.20.3
|
||||
cors: 2.8.5
|
||||
|
@ -2862,7 +2851,7 @@ snapshots:
|
|||
json-cycle: 1.5.0
|
||||
lodash: 4.17.21
|
||||
open: 8.4.2
|
||||
serve-static: 1.16.2
|
||||
sirv: 2.0.4
|
||||
socket.io: 4.8.1(bufferutil@4.0.9)
|
||||
source-map: 0.7.4
|
||||
tapable: 2.2.1
|
||||
|
@ -2873,7 +2862,7 @@ snapshots:
|
|||
- utf-8-validate
|
||||
- webpack
|
||||
|
||||
'@rsdoctor/types@0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)':
|
||||
'@rsdoctor/types@1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)':
|
||||
dependencies:
|
||||
'@types/connect': 3.4.38
|
||||
'@types/estree': 1.0.5
|
||||
|
@ -2883,13 +2872,13 @@ snapshots:
|
|||
optionalDependencies:
|
||||
'@rspack/core': 1.2.8
|
||||
|
||||
'@rsdoctor/utils@0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)':
|
||||
'@rsdoctor/utils@1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.25.7
|
||||
'@rsdoctor/types': 0.4.13(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@rsdoctor/types': 1.0.0(@rspack/core@1.2.8)(webpack@5.97.1)
|
||||
'@types/estree': 1.0.5
|
||||
acorn: 8.14.1
|
||||
acorn-import-assertions: 1.9.0(acorn@8.14.1)
|
||||
acorn-import-attributes: 1.9.5(acorn@8.14.1)
|
||||
acorn-walk: 8.3.4
|
||||
chalk: 4.1.2
|
||||
connect: 3.7.0
|
||||
|
@ -2971,7 +2960,7 @@ snapshots:
|
|||
'@module-federation/runtime-tools': 0.8.4
|
||||
'@rspack/binding': 1.2.8
|
||||
'@rspack/lite-tapable': 1.0.1
|
||||
caniuse-lite: 1.0.30001704
|
||||
caniuse-lite: 1.0.30001706
|
||||
|
||||
'@rspack/dev-server@1.0.10(@rspack/core@1.2.8)(@types/express@4.17.21)(bufferutil@4.0.9)(webpack@5.97.1)':
|
||||
dependencies:
|
||||
|
@ -3119,81 +3108,81 @@ snapshots:
|
|||
dependencies:
|
||||
'@types/node': 22.13.10
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)':
|
||||
'@typescript-eslint/eslint-plugin@8.27.0(@typescript-eslint/parser@8.27.0(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@typescript-eslint/parser': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/scope-manager': 8.26.1
|
||||
'@typescript-eslint/type-utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/visitor-keys': 8.26.1
|
||||
'@typescript-eslint/parser': 8.27.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/scope-manager': 8.27.0
|
||||
'@typescript-eslint/type-utils': 8.27.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.27.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/visitor-keys': 8.27.0
|
||||
eslint: 9.22.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.2
|
||||
natural-compare: 1.4.0
|
||||
ts-api-utils: 2.0.1(typescript@5.8.2)
|
||||
ts-api-utils: 2.1.0(typescript@5.8.2)
|
||||
typescript: 5.8.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2)':
|
||||
'@typescript-eslint/parser@8.27.0(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.26.1
|
||||
'@typescript-eslint/types': 8.26.1
|
||||
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
||||
'@typescript-eslint/visitor-keys': 8.26.1
|
||||
'@typescript-eslint/scope-manager': 8.27.0
|
||||
'@typescript-eslint/types': 8.27.0
|
||||
'@typescript-eslint/typescript-estree': 8.27.0(typescript@5.8.2)
|
||||
'@typescript-eslint/visitor-keys': 8.27.0
|
||||
debug: 4.4.0
|
||||
eslint: 9.22.0
|
||||
typescript: 5.8.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/scope-manager@8.26.1':
|
||||
'@typescript-eslint/scope-manager@8.27.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.26.1
|
||||
'@typescript-eslint/visitor-keys': 8.26.1
|
||||
'@typescript-eslint/types': 8.27.0
|
||||
'@typescript-eslint/visitor-keys': 8.27.0
|
||||
|
||||
'@typescript-eslint/type-utils@8.26.1(eslint@9.22.0)(typescript@5.8.2)':
|
||||
'@typescript-eslint/type-utils@8.27.0(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/typescript-estree': 8.27.0(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.27.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
debug: 4.4.0
|
||||
eslint: 9.22.0
|
||||
ts-api-utils: 2.0.1(typescript@5.8.2)
|
||||
ts-api-utils: 2.1.0(typescript@5.8.2)
|
||||
typescript: 5.8.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/types@8.26.1': {}
|
||||
'@typescript-eslint/types@8.27.0': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.26.1(typescript@5.8.2)':
|
||||
'@typescript-eslint/typescript-estree@8.27.0(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.26.1
|
||||
'@typescript-eslint/visitor-keys': 8.26.1
|
||||
'@typescript-eslint/types': 8.27.0
|
||||
'@typescript-eslint/visitor-keys': 8.27.0
|
||||
debug: 4.4.0
|
||||
fast-glob: 3.3.3
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
semver: 7.7.1
|
||||
ts-api-utils: 2.0.1(typescript@5.8.2)
|
||||
ts-api-utils: 2.1.0(typescript@5.8.2)
|
||||
typescript: 5.8.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.26.1(eslint@9.22.0)(typescript@5.8.2)':
|
||||
'@typescript-eslint/utils@8.27.0(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.5.1(eslint@9.22.0)
|
||||
'@typescript-eslint/scope-manager': 8.26.1
|
||||
'@typescript-eslint/types': 8.26.1
|
||||
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
||||
'@typescript-eslint/scope-manager': 8.27.0
|
||||
'@typescript-eslint/types': 8.27.0
|
||||
'@typescript-eslint/typescript-estree': 8.27.0(typescript@5.8.2)
|
||||
eslint: 9.22.0
|
||||
typescript: 5.8.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.26.1':
|
||||
'@typescript-eslint/visitor-keys@8.27.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.26.1
|
||||
'@typescript-eslint/types': 8.27.0
|
||||
eslint-visitor-keys: 4.2.0
|
||||
|
||||
'@webassemblyjs/ast@1.14.1':
|
||||
|
@ -3283,7 +3272,7 @@ snapshots:
|
|||
mime-types: 2.1.35
|
||||
negotiator: 0.6.3
|
||||
|
||||
acorn-import-assertions@1.9.0(acorn@8.14.1):
|
||||
acorn-import-attributes@1.9.5(acorn@8.14.1):
|
||||
dependencies:
|
||||
acorn: 8.14.1
|
||||
|
||||
|
@ -3334,10 +3323,6 @@ snapshots:
|
|||
|
||||
ansi-regex@6.1.0: {}
|
||||
|
||||
ansi-styles@3.2.1:
|
||||
dependencies:
|
||||
color-convert: 1.9.3
|
||||
|
||||
ansi-styles@4.3.0:
|
||||
dependencies:
|
||||
color-convert: 2.0.1
|
||||
|
@ -3368,7 +3353,7 @@ snapshots:
|
|||
'@fastify/error': 4.1.0
|
||||
fastq: 1.19.1
|
||||
|
||||
axios@1.8.3:
|
||||
axios@1.8.4:
|
||||
dependencies:
|
||||
follow-redirects: 1.15.9
|
||||
form-data: 4.0.2
|
||||
|
@ -3419,10 +3404,16 @@ snapshots:
|
|||
dependencies:
|
||||
fill-range: 7.1.1
|
||||
|
||||
browserslist-load-config@1.0.0: {}
|
||||
|
||||
browserslist-to-es-version@1.0.0:
|
||||
dependencies:
|
||||
browserslist: 4.24.4
|
||||
|
||||
browserslist@4.24.4:
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001704
|
||||
electron-to-chromium: 1.5.118
|
||||
caniuse-lite: 1.0.30001706
|
||||
electron-to-chromium: 1.5.122
|
||||
node-releases: 2.0.19
|
||||
update-browserslist-db: 1.1.3(browserslist@4.24.4)
|
||||
|
||||
|
@ -3450,13 +3441,7 @@ snapshots:
|
|||
|
||||
callsites@3.1.0: {}
|
||||
|
||||
caniuse-lite@1.0.30001704: {}
|
||||
|
||||
chalk@2.4.2:
|
||||
dependencies:
|
||||
ansi-styles: 3.2.1
|
||||
escape-string-regexp: 1.0.5
|
||||
supports-color: 5.5.0
|
||||
caniuse-lite@1.0.30001706: {}
|
||||
|
||||
chalk@4.1.2:
|
||||
dependencies:
|
||||
|
@ -3487,16 +3472,10 @@ snapshots:
|
|||
dependencies:
|
||||
is-regexp: 3.1.0
|
||||
|
||||
color-convert@1.9.3:
|
||||
dependencies:
|
||||
color-name: 1.1.3
|
||||
|
||||
color-convert@2.0.1:
|
||||
dependencies:
|
||||
color-name: 1.1.4
|
||||
|
||||
color-name@1.1.3: {}
|
||||
|
||||
color-name@1.1.4: {}
|
||||
|
||||
colorette@2.0.20: {}
|
||||
|
@ -3515,7 +3494,7 @@ snapshots:
|
|||
|
||||
compressible@2.0.18:
|
||||
dependencies:
|
||||
mime-db: 1.53.0
|
||||
mime-db: 1.54.0
|
||||
|
||||
compression@1.8.0:
|
||||
dependencies:
|
||||
|
@ -3656,7 +3635,7 @@ snapshots:
|
|||
|
||||
ee-first@1.1.1: {}
|
||||
|
||||
electron-to-chromium@1.5.118: {}
|
||||
electron-to-chromium@1.5.122: {}
|
||||
|
||||
emoji-regex@8.0.0: {}
|
||||
|
||||
|
@ -3723,8 +3702,6 @@ snapshots:
|
|||
|
||||
escape-html@1.0.3: {}
|
||||
|
||||
escape-string-regexp@1.0.5: {}
|
||||
|
||||
escape-string-regexp@4.0.0: {}
|
||||
|
||||
eslint-scope@5.1.1:
|
||||
|
@ -4070,8 +4047,6 @@ snapshots:
|
|||
|
||||
handle-thing@2.0.1: {}
|
||||
|
||||
has-flag@3.0.0: {}
|
||||
|
||||
has-flag@4.0.0: {}
|
||||
|
||||
has-symbols@1.1.0: {}
|
||||
|
@ -4337,7 +4312,7 @@ snapshots:
|
|||
|
||||
mime-db@1.52.0: {}
|
||||
|
||||
mime-db@1.53.0: {}
|
||||
mime-db@1.54.0: {}
|
||||
|
||||
mime-types@2.1.35:
|
||||
dependencies:
|
||||
|
@ -4519,11 +4494,11 @@ snapshots:
|
|||
sonic-boom: 4.2.0
|
||||
thread-stream: 3.1.0
|
||||
|
||||
playwright-core@1.51.0: {}
|
||||
playwright-core@1.51.1: {}
|
||||
|
||||
playwright@1.51.0:
|
||||
playwright@1.51.1:
|
||||
dependencies:
|
||||
playwright-core: 1.51.0
|
||||
playwright-core: 1.51.1
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
|
@ -4876,10 +4851,6 @@ snapshots:
|
|||
function-timeout: 0.1.1
|
||||
time-span: 5.1.0
|
||||
|
||||
supports-color@5.5.0:
|
||||
dependencies:
|
||||
has-flag: 3.0.0
|
||||
|
||||
supports-color@7.2.0:
|
||||
dependencies:
|
||||
has-flag: 4.0.0
|
||||
|
@ -4938,7 +4909,7 @@ snapshots:
|
|||
dependencies:
|
||||
tslib: 2.8.1
|
||||
|
||||
ts-api-utils@2.0.1(typescript@5.8.2):
|
||||
ts-api-utils@2.1.0(typescript@5.8.2):
|
||||
dependencies:
|
||||
typescript: 5.8.2
|
||||
|
||||
|
@ -4961,7 +4932,7 @@ snapshots:
|
|||
|
||||
undici-types@6.20.0: {}
|
||||
|
||||
undici@5.28.5:
|
||||
undici@5.29.0:
|
||||
dependencies:
|
||||
'@fastify/busboy': 2.1.1
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ export class ScramjetController {
|
|||
captureErrors: true,
|
||||
cleanErrors: false,
|
||||
scramitize: false,
|
||||
sourcemaps: false,
|
||||
sourcemaps: true,
|
||||
},
|
||||
siteFlags: {},
|
||||
codec: {
|
||||
|
@ -120,6 +120,7 @@ export class ScramjetController {
|
|||
}
|
||||
const tx = this.db.transaction("config", "readwrite");
|
||||
const store = tx.objectStore("config");
|
||||
console.log(store.getAll());
|
||||
const req = store.put($scramjet.config, "config");
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
|
@ -117,6 +117,8 @@ export class ScramjetServiceWorker extends EventTarget {
|
|||
}
|
||||
|
||||
async fetch({ request, clientId }: FetchEvent) {
|
||||
if (!this.config) await this.loadConfig();
|
||||
|
||||
const client = await self.clients.get(clientId);
|
||||
|
||||
return handleFetch.call(this, request, client);
|
||||
|
|
|
@ -6,9 +6,6 @@ const scramjet = new ScramjetController({
|
|||
shared: "/scram/scramjet.shared.js",
|
||||
sync: "/scram/scramjet.sync.js",
|
||||
},
|
||||
flags: {
|
||||
sourcemaps: true,
|
||||
},
|
||||
siteFlags: {
|
||||
"https://worker-playground.glitch.me/.*": {
|
||||
serviceworkers: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue