mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 23:47:50 +08:00
feat: update dependencies && version to 0.9.1 (#593)
This commit is contained in:
+5
-1
@@ -1,7 +1,11 @@
|
|||||||
<!-- markdownlint-disable-file MD004 MD024 MD034 MD036 -->
|
<!-- markdownlint-disable-file MD004 MD024 MD034 MD036 -->
|
||||||
# CHANGE LOG
|
# CHANGE LOG
|
||||||
|
|
||||||
## main(v0.9.0)
|
## main(v0.9.1)
|
||||||
|
|
||||||
|
- feat: |UI| support google ads
|
||||||
|
|
||||||
|
## v0.9.0
|
||||||
|
|
||||||
- feat: | Worker | 支持多语言
|
- feat: | Worker | 支持多语言
|
||||||
- feat: | Worker | `NO_LIMIT_SEND_ROLE` 配置支持多角色, 逗号分割
|
- feat: | Worker | `NO_LIMIT_SEND_ROLE` 配置支持多角色, 逗号分割
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cloudflare_temp_email",
|
"name": "cloudflare_temp_email",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@simplewebauthn/browser": "10.0.0",
|
"@simplewebauthn/browser": "10.0.0",
|
||||||
"@unhead/vue": "^1.11.19",
|
"@unhead/vue": "^1.11.20",
|
||||||
"@vueuse/core": "^12.7.0",
|
"@vueuse/core": "^12.7.0",
|
||||||
"@wangeditor/editor": "^5.1.23",
|
"@wangeditor/editor": "^5.1.23",
|
||||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||||
"axios": "^1.7.9",
|
"axios": "^1.8.1",
|
||||||
"jszip": "^3.10.1",
|
"jszip": "^3.10.1",
|
||||||
"mail-parser-wasm": "^0.2.1",
|
"mail-parser-wasm": "^0.2.1",
|
||||||
"naive-ui": "^2.41.0",
|
"naive-ui": "^2.41.0",
|
||||||
@@ -41,12 +41,12 @@
|
|||||||
"@vitejs/plugin-vue": "^5.2.1",
|
"@vitejs/plugin-vue": "^5.2.1",
|
||||||
"unplugin-auto-import": "^19.1.0",
|
"unplugin-auto-import": "^19.1.0",
|
||||||
"unplugin-vue-components": "^28.4.0",
|
"unplugin-vue-components": "^28.4.0",
|
||||||
"vite": "^6.1.1",
|
"vite": "^6.2.0",
|
||||||
"vite-plugin-pwa": "^0.21.1",
|
"vite-plugin-pwa": "^0.21.1",
|
||||||
"vite-plugin-top-level-await": "^1.5.0",
|
"vite-plugin-top-level-await": "^1.5.0",
|
||||||
"vite-plugin-wasm": "^3.4.1",
|
"vite-plugin-wasm": "^3.4.1",
|
||||||
"workbox-build": "^7.3.0",
|
"workbox-build": "^7.3.0",
|
||||||
"workbox-window": "^7.3.0",
|
"workbox-window": "^7.3.0",
|
||||||
"wrangler": "^3.109.2"
|
"wrangler": "^3.110.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+242
-242
File diff suppressed because it is too large
Load Diff
@@ -84,13 +84,13 @@ onMounted(async () => {
|
|||||||
<Header />
|
<Header />
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</n-layout>
|
</n-layout>
|
||||||
<Footer />
|
<Footer style="min-height: 15vh;" />
|
||||||
</n-space>
|
</n-space>
|
||||||
</div>
|
</div>
|
||||||
</n-gi>
|
</n-gi>
|
||||||
<n-gi v-if="showSideMargin" span="1"></n-gi>
|
<n-gi v-if="showSideMargin" span="1"></n-gi>
|
||||||
</n-grid>
|
</n-grid>
|
||||||
<n-back-top />
|
<n-back-top :bottom="150" />
|
||||||
</n-message-provider>
|
</n-message-provider>
|
||||||
</n-notification-provider>
|
</n-notification-provider>
|
||||||
</n-spin>
|
</n-spin>
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temp-email-pages",
|
"name": "temp-email-pages",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -11,6 +11,6 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"wrangler": "^3.109.2"
|
"wrangler": "^3.110.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "temp-mail-docs",
|
"name": "temp-mail-docs",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.13.4",
|
"@types/node": "^22.13.5",
|
||||||
"vitepress": "^1.6.3",
|
"vitepress": "^1.6.3",
|
||||||
"wrangler": "^3.109.2"
|
"wrangler": "^3.110.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vitepress dev docs",
|
"dev": "vitepress dev docs",
|
||||||
|
|||||||
Generated
+30
-30
@@ -13,14 +13,14 @@ importers:
|
|||||||
version: 3.10.1
|
version: 3.10.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^22.13.4
|
specifier: ^22.13.5
|
||||||
version: 22.13.4
|
version: 22.13.5
|
||||||
vitepress:
|
vitepress:
|
||||||
specifier: ^1.6.3
|
specifier: ^1.6.3
|
||||||
version: 1.6.3(@algolia/client-search@5.20.3)(@types/node@22.13.4)(postcss@8.5.3)(search-insights@2.13.0)(typescript@5.4.5)
|
version: 1.6.3(@algolia/client-search@5.20.3)(@types/node@22.13.5)(postcss@8.5.3)(search-insights@2.13.0)(typescript@5.4.5)
|
||||||
wrangler:
|
wrangler:
|
||||||
specifier: ^3.109.2
|
specifier: ^3.110.0
|
||||||
version: 3.109.2
|
version: 3.110.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@@ -461,8 +461,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==}
|
resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
|
|
||||||
'@iconify-json/simple-icons@1.2.25':
|
'@iconify-json/simple-icons@1.2.26':
|
||||||
resolution: {integrity: sha512-2E1/gOCO97rF6usfhhiXxwzCb+UhdEsxW3lW1Sew+xZY0COY6dp82Z/r1rUt2fWKneWjuoGcNeJHHXQyG8mIuw==}
|
resolution: {integrity: sha512-NvqRuE+5h/tp4boPlnvfs0alD0CvnRE7oeG9Li5NGmZRx2/rhwlNjW/vEVTyhZcR9zqvRPAVh2GXR+PTEpzV+A==}
|
||||||
|
|
||||||
'@iconify/types@2.0.0':
|
'@iconify/types@2.0.0':
|
||||||
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
||||||
@@ -719,8 +719,8 @@ packages:
|
|||||||
'@types/mdurl@2.0.0':
|
'@types/mdurl@2.0.0':
|
||||||
resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==}
|
resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==}
|
||||||
|
|
||||||
'@types/node@22.13.4':
|
'@types/node@22.13.5':
|
||||||
resolution: {integrity: sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==}
|
resolution: {integrity: sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==}
|
||||||
|
|
||||||
'@types/unist@3.0.3':
|
'@types/unist@3.0.3':
|
||||||
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
||||||
@@ -1019,8 +1019,8 @@ packages:
|
|||||||
engines: {node: '>=10.0.0'}
|
engines: {node: '>=10.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
miniflare@3.20250214.0:
|
miniflare@3.20250214.1:
|
||||||
resolution: {integrity: sha512-XKwn+X/V2CEpbRhoeaIcJHpV/Duz5Md5rxVT8I6S1oqd3aLZkn8cUX1tuxHpUvfQSPuXwWH+2ESLNnTf9PKEWg==}
|
resolution: {integrity: sha512-NE66QV+2n9ZndaP5jgPlcVref3Arvizb+l2QqhgeXtKM5Orhi8UU2mijoiN3mHEUexKaBES2S1VubT4LDPqkxQ==}
|
||||||
engines: {node: '>=16.13'}
|
engines: {node: '>=16.13'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -1045,8 +1045,8 @@ packages:
|
|||||||
ohash@1.1.4:
|
ohash@1.1.4:
|
||||||
resolution: {integrity: sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==}
|
resolution: {integrity: sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==}
|
||||||
|
|
||||||
oniguruma-to-es@3.1.0:
|
oniguruma-to-es@3.1.1:
|
||||||
resolution: {integrity: sha512-BJ3Jy22YlgejHSO7Fvmz1kKazlaPmRSUH+4adTDUS/dKQ4wLxI+gALZ8updbaux7/m7fIlpgOZ5fp/Inq5jUAw==}
|
resolution: {integrity: sha512-bUH8SDvPkH3ho3dvwJwfonjlQ4R80vjyvrU8YpxuROddv55vAEJrTuCuCVUhhsHbtlD9tGGbaNApGQckXhS8iQ==}
|
||||||
|
|
||||||
pako@1.0.11:
|
pako@1.0.11:
|
||||||
resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==}
|
resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==}
|
||||||
@@ -1282,8 +1282,8 @@ packages:
|
|||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
wrangler@3.109.2:
|
wrangler@3.110.0:
|
||||||
resolution: {integrity: sha512-CT8izugPBth5o1o4gLNcQrDkHKSX2Jthy6gkyhaWiy2pFrx+536NMn/atWilLA1t1uhIgddEI5BXDNudIkPPHA==}
|
resolution: {integrity: sha512-ldTaxtcYozSHo8QRcxTQUckO9C7zSZgG0/AMCqFLdKK7fYLFPWEwmbnh+gxzlxzWEMfa8fV/5NtR0k2bCBxAoA==}
|
||||||
engines: {node: '>=16.17.0'}
|
engines: {node: '>=16.17.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -1632,7 +1632,7 @@ snapshots:
|
|||||||
|
|
||||||
'@fastify/busboy@2.1.1': {}
|
'@fastify/busboy@2.1.1': {}
|
||||||
|
|
||||||
'@iconify-json/simple-icons@1.2.25':
|
'@iconify-json/simple-icons@1.2.26':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 2.0.0
|
'@iconify/types': 2.0.0
|
||||||
|
|
||||||
@@ -1792,7 +1792,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/types': 2.5.0
|
'@shikijs/types': 2.5.0
|
||||||
'@shikijs/vscode-textmate': 10.0.2
|
'@shikijs/vscode-textmate': 10.0.2
|
||||||
oniguruma-to-es: 3.1.0
|
oniguruma-to-es: 3.1.1
|
||||||
|
|
||||||
'@shikijs/engine-oniguruma@2.5.0':
|
'@shikijs/engine-oniguruma@2.5.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -1838,7 +1838,7 @@ snapshots:
|
|||||||
|
|
||||||
'@types/mdurl@2.0.0': {}
|
'@types/mdurl@2.0.0': {}
|
||||||
|
|
||||||
'@types/node@22.13.4':
|
'@types/node@22.13.5':
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 6.20.0
|
undici-types: 6.20.0
|
||||||
|
|
||||||
@@ -1848,9 +1848,9 @@ snapshots:
|
|||||||
|
|
||||||
'@ungap/structured-clone@1.3.0': {}
|
'@ungap/structured-clone@1.3.0': {}
|
||||||
|
|
||||||
'@vitejs/plugin-vue@5.2.1(vite@5.4.14(@types/node@22.13.4))(vue@3.5.13(typescript@5.4.5))':
|
'@vitejs/plugin-vue@5.2.1(vite@5.4.14(@types/node@22.13.5))(vue@3.5.13(typescript@5.4.5))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 5.4.14(@types/node@22.13.4)
|
vite: 5.4.14(@types/node@22.13.5)
|
||||||
vue: 3.5.13(typescript@5.4.5)
|
vue: 3.5.13(typescript@5.4.5)
|
||||||
|
|
||||||
'@vue/compiler-core@3.5.13':
|
'@vue/compiler-core@3.5.13':
|
||||||
@@ -2195,7 +2195,7 @@ snapshots:
|
|||||||
|
|
||||||
mime@3.0.0: {}
|
mime@3.0.0: {}
|
||||||
|
|
||||||
miniflare@3.20250214.0:
|
miniflare@3.20250214.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cspotcode/source-map-support': 0.8.1
|
'@cspotcode/source-map-support': 0.8.1
|
||||||
acorn: 8.14.0
|
acorn: 8.14.0
|
||||||
@@ -2229,7 +2229,7 @@ snapshots:
|
|||||||
|
|
||||||
ohash@1.1.4: {}
|
ohash@1.1.4: {}
|
||||||
|
|
||||||
oniguruma-to-es@3.1.0:
|
oniguruma-to-es@3.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
emoji-regex-xs: 1.0.0
|
emoji-regex-xs: 1.0.0
|
||||||
regex: 6.0.1
|
regex: 6.0.1
|
||||||
@@ -2471,25 +2471,25 @@ snapshots:
|
|||||||
'@types/unist': 3.0.3
|
'@types/unist': 3.0.3
|
||||||
vfile-message: 4.0.2
|
vfile-message: 4.0.2
|
||||||
|
|
||||||
vite@5.4.14(@types/node@22.13.4):
|
vite@5.4.14(@types/node@22.13.5):
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.21.5
|
esbuild: 0.21.5
|
||||||
postcss: 8.5.3
|
postcss: 8.5.3
|
||||||
rollup: 4.34.8
|
rollup: 4.34.8
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 22.13.4
|
'@types/node': 22.13.5
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
|
|
||||||
vitepress@1.6.3(@algolia/client-search@5.20.3)(@types/node@22.13.4)(postcss@8.5.3)(search-insights@2.13.0)(typescript@5.4.5):
|
vitepress@1.6.3(@algolia/client-search@5.20.3)(@types/node@22.13.5)(postcss@8.5.3)(search-insights@2.13.0)(typescript@5.4.5):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@docsearch/css': 3.8.2
|
'@docsearch/css': 3.8.2
|
||||||
'@docsearch/js': 3.8.2(@algolia/client-search@5.20.3)(search-insights@2.13.0)
|
'@docsearch/js': 3.8.2(@algolia/client-search@5.20.3)(search-insights@2.13.0)
|
||||||
'@iconify-json/simple-icons': 1.2.25
|
'@iconify-json/simple-icons': 1.2.26
|
||||||
'@shikijs/core': 2.5.0
|
'@shikijs/core': 2.5.0
|
||||||
'@shikijs/transformers': 2.5.0
|
'@shikijs/transformers': 2.5.0
|
||||||
'@shikijs/types': 2.5.0
|
'@shikijs/types': 2.5.0
|
||||||
'@types/markdown-it': 14.1.2
|
'@types/markdown-it': 14.1.2
|
||||||
'@vitejs/plugin-vue': 5.2.1(vite@5.4.14(@types/node@22.13.4))(vue@3.5.13(typescript@5.4.5))
|
'@vitejs/plugin-vue': 5.2.1(vite@5.4.14(@types/node@22.13.5))(vue@3.5.13(typescript@5.4.5))
|
||||||
'@vue/devtools-api': 7.7.2
|
'@vue/devtools-api': 7.7.2
|
||||||
'@vue/shared': 3.5.13
|
'@vue/shared': 3.5.13
|
||||||
'@vueuse/core': 12.7.0(typescript@5.4.5)
|
'@vueuse/core': 12.7.0(typescript@5.4.5)
|
||||||
@@ -2498,7 +2498,7 @@ snapshots:
|
|||||||
mark.js: 8.11.1
|
mark.js: 8.11.1
|
||||||
minisearch: 7.1.2
|
minisearch: 7.1.2
|
||||||
shiki: 2.5.0
|
shiki: 2.5.0
|
||||||
vite: 5.4.14(@types/node@22.13.4)
|
vite: 5.4.14(@types/node@22.13.5)
|
||||||
vue: 3.5.13(typescript@5.4.5)
|
vue: 3.5.13(typescript@5.4.5)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
postcss: 8.5.3
|
postcss: 8.5.3
|
||||||
@@ -2547,14 +2547,14 @@ snapshots:
|
|||||||
'@cloudflare/workerd-linux-arm64': 1.20250214.0
|
'@cloudflare/workerd-linux-arm64': 1.20250214.0
|
||||||
'@cloudflare/workerd-windows-64': 1.20250214.0
|
'@cloudflare/workerd-windows-64': 1.20250214.0
|
||||||
|
|
||||||
wrangler@3.109.2:
|
wrangler@3.110.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cloudflare/kv-asset-handler': 0.3.4
|
'@cloudflare/kv-asset-handler': 0.3.4
|
||||||
'@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19)
|
'@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19)
|
||||||
'@esbuild-plugins/node-modules-polyfill': 0.2.2(esbuild@0.17.19)
|
'@esbuild-plugins/node-modules-polyfill': 0.2.2(esbuild@0.17.19)
|
||||||
blake3-wasm: 2.1.5
|
blake3-wasm: 2.1.5
|
||||||
esbuild: 0.17.19
|
esbuild: 0.17.19
|
||||||
miniflare: 3.20250214.0
|
miniflare: 3.20250214.1
|
||||||
path-to-regexp: 6.3.0
|
path-to-regexp: 6.3.0
|
||||||
unenv: 2.0.0-rc.1
|
unenv: 2.0.0-rc.1
|
||||||
workerd: 1.20250214.0
|
workerd: 1.20250214.0
|
||||||
|
|||||||
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cloudflare_temp_email",
|
"name": "cloudflare_temp_email",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -11,13 +11,13 @@
|
|||||||
"build": "wrangler deploy --dry-run --outdir dist --minify"
|
"build": "wrangler deploy --dry-run --outdir dist --minify"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cloudflare/workers-types": "^4.20250214.0",
|
"@cloudflare/workers-types": "^4.20250224.0",
|
||||||
"@eslint/js": "9.18.0",
|
"@eslint/js": "9.18.0",
|
||||||
"@simplewebauthn/types": "10.0.0",
|
"@simplewebauthn/types": "10.0.0",
|
||||||
"eslint": "9.18.0",
|
"eslint": "9.18.0",
|
||||||
"globals": "^15.15.0",
|
"globals": "^15.15.0",
|
||||||
"typescript-eslint": "^8.24.1",
|
"typescript-eslint": "^8.25.0",
|
||||||
"wrangler": "^3.109.2"
|
"wrangler": "^3.110.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.750.0",
|
"@aws-sdk/client-s3": "^3.750.0",
|
||||||
|
|||||||
Generated
+165
-165
@@ -42,8 +42,8 @@ importers:
|
|||||||
version: 1.0.1
|
version: 1.0.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@cloudflare/workers-types':
|
'@cloudflare/workers-types':
|
||||||
specifier: ^4.20250214.0
|
specifier: ^4.20250224.0
|
||||||
version: 4.20250214.0
|
version: 4.20250224.0
|
||||||
'@eslint/js':
|
'@eslint/js':
|
||||||
specifier: 9.18.0
|
specifier: 9.18.0
|
||||||
version: 9.18.0
|
version: 9.18.0
|
||||||
@@ -57,11 +57,11 @@ importers:
|
|||||||
specifier: ^15.15.0
|
specifier: ^15.15.0
|
||||||
version: 15.15.0
|
version: 15.15.0
|
||||||
typescript-eslint:
|
typescript-eslint:
|
||||||
specifier: ^8.24.1
|
specifier: ^8.25.0
|
||||||
version: 8.24.1(eslint@9.18.0)(typescript@5.4.5)
|
version: 8.25.0(eslint@9.18.0)(typescript@5.4.5)
|
||||||
wrangler:
|
wrangler:
|
||||||
specifier: ^3.109.2
|
specifier: ^3.110.0
|
||||||
version: 3.109.2(@cloudflare/workers-types@4.20250214.0)
|
version: 3.110.0(@cloudflare/workers-types@4.20250224.0)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@@ -266,8 +266,8 @@ packages:
|
|||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@cloudflare/workers-types@4.20250214.0':
|
'@cloudflare/workers-types@4.20250224.0':
|
||||||
resolution: {integrity: sha512-+M8oOFVbyXT5GeJrYLWMUGyPf5wGB4+k59PPqdedtOig7NjZ5r4S79wMdaZ/EV5IV8JPtZBSNjTKpDnNmfxjaQ==}
|
resolution: {integrity: sha512-j6ZwQ5G2moQRaEtGI2u5TBQhVXv/XwOS5jfBAheZHcpCM07zm8j0i8jZHHLq/6VA8e6VRjKohOyj5j6tZ1KHLQ==}
|
||||||
|
|
||||||
'@cspotcode/source-map-support@0.8.1':
|
'@cspotcode/source-map-support@0.8.1':
|
||||||
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
|
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
|
||||||
@@ -436,12 +436,12 @@ packages:
|
|||||||
resolution: {integrity: sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==}
|
resolution: {integrity: sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/core@0.11.0':
|
'@eslint/core@0.12.0':
|
||||||
resolution: {integrity: sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==}
|
resolution: {integrity: sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/eslintrc@3.2.0':
|
'@eslint/eslintrc@3.3.0':
|
||||||
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
|
resolution: {integrity: sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/js@9.18.0':
|
'@eslint/js@9.18.0':
|
||||||
@@ -452,8 +452,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
|
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/plugin-kit@0.2.6':
|
'@eslint/plugin-kit@0.2.7':
|
||||||
resolution: {integrity: sha512-+0TjwR1eAUdZtvv/ir1mGX+v0tUoR3VEPB8Up0LLJC+whRW0GgBBtpbOkg/a/U4Dxa6l5a3l9AJ1aWIQVyoWJA==}
|
resolution: {integrity: sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@fastify/busboy@2.1.1':
|
'@fastify/busboy@2.1.1':
|
||||||
@@ -479,8 +479,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
|
resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
|
||||||
engines: {node: '>=18.18'}
|
engines: {node: '>=18.18'}
|
||||||
|
|
||||||
'@humanwhocodes/retry@0.4.1':
|
'@humanwhocodes/retry@0.4.2':
|
||||||
resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==}
|
resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==}
|
||||||
engines: {node: '>=18.18'}
|
engines: {node: '>=18.18'}
|
||||||
|
|
||||||
'@img/sharp-darwin-arm64@0.33.5':
|
'@img/sharp-darwin-arm64@0.33.5':
|
||||||
@@ -672,8 +672,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-Igfg8lKu3dRVkTSEm98QpZUvKEOa71jDX4vKRcvJVyRc3UgN3j7vFMf0s7xLQhYmKa8kyJGQgUJDOV5V3neVlQ==}
|
resolution: {integrity: sha512-Igfg8lKu3dRVkTSEm98QpZUvKEOa71jDX4vKRcvJVyRc3UgN3j7vFMf0s7xLQhYmKa8kyJGQgUJDOV5V3neVlQ==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/core@3.1.4':
|
'@smithy/core@3.1.5':
|
||||||
resolution: {integrity: sha512-wFExFGK+7r2wYriOqe7RRIBNpvxwiS95ih09+GSLRBdoyK/O1uZA7K7pKesj5CBvwJuSBeXwLyR88WwIAY+DGA==}
|
resolution: {integrity: sha512-HLclGWPkCsekQgsyzxLhCQLa8THWXtB5PxyYN+2O6nkyLt550KQKTlbV2D1/j5dNIQapAZM1+qFnpBFxZQkgCA==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/credential-provider-imds@4.0.1':
|
'@smithy/credential-provider-imds@4.0.1':
|
||||||
@@ -736,12 +736,12 @@ packages:
|
|||||||
resolution: {integrity: sha512-OGXo7w5EkB5pPiac7KNzVtfCW2vKBTZNuCctn++TTSOMpe6RZO/n6WEC1AxJINn3+vWLKW49uad3lo/u0WJ9oQ==}
|
resolution: {integrity: sha512-OGXo7w5EkB5pPiac7KNzVtfCW2vKBTZNuCctn++TTSOMpe6RZO/n6WEC1AxJINn3+vWLKW49uad3lo/u0WJ9oQ==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/middleware-endpoint@4.0.5':
|
'@smithy/middleware-endpoint@4.0.6':
|
||||||
resolution: {integrity: sha512-cPzGZV7qStHwboFrm6GfrzQE+YDiCzWcTh4+7wKrP/ZQ4gkw+r7qDjV8GjM4N0UYsuUyLfpzLGg5hxsYTU11WA==}
|
resolution: {integrity: sha512-ftpmkTHIFqgaFugcjzLZv3kzPEFsBFSnq1JsIkr2mwFzCraZVhQk2gqN51OOeRxqhbPTkRFj39Qd2V91E/mQxg==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/middleware-retry@4.0.6':
|
'@smithy/middleware-retry@4.0.7':
|
||||||
resolution: {integrity: sha512-s8QzuOQnbdvRymD9Gt9c9zMq10wUQAHQ3z72uirrBHCwZcLTrL5iCOuVTMdka2IXOYhQE890WD5t6G24+F+Qcg==}
|
resolution: {integrity: sha512-58j9XbUPLkqAcV1kHzVX/kAR16GT+j7DUZJqwzsxh1jtz7G82caZiGyyFgUvogVfNTg3TeAOIJepGc8TXF4AVQ==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/middleware-serde@4.0.2':
|
'@smithy/middleware-serde@4.0.2':
|
||||||
@@ -756,8 +756,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==}
|
resolution: {integrity: sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/node-http-handler@4.0.2':
|
'@smithy/node-http-handler@4.0.3':
|
||||||
resolution: {integrity: sha512-X66H9aah9hisLLSnGuzRYba6vckuFtGE+a5DcHLliI/YlqKrGoxhisD5XbX44KyoeRzoNlGr94eTsMVHFAzPOw==}
|
resolution: {integrity: sha512-dYCLeINNbYdvmMLtW0VdhW1biXt+PPCGazzT5ZjKw46mOtdgToQEwjqZSS9/EN8+tNs/RO0cEWG044+YZs97aA==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/property-provider@4.0.1':
|
'@smithy/property-provider@4.0.1':
|
||||||
@@ -788,8 +788,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-nCe6fQ+ppm1bQuw5iKoeJ0MJfz2os7Ic3GBjOkLOPtavbD1ONoyE3ygjBfz2ythFWm4YnRm6OxW+8p/m9uCoIA==}
|
resolution: {integrity: sha512-nCe6fQ+ppm1bQuw5iKoeJ0MJfz2os7Ic3GBjOkLOPtavbD1ONoyE3ygjBfz2ythFWm4YnRm6OxW+8p/m9uCoIA==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/smithy-client@4.1.5':
|
'@smithy/smithy-client@4.1.6':
|
||||||
resolution: {integrity: sha512-DMXYoYeL4QkElr216n1yodTFeATbfb4jwYM9gKn71Rw/FNA1/Sm36tkTSCsZEs7mgpG3OINmkxL9vgVFzyGPaw==}
|
resolution: {integrity: sha512-UYDolNg6h2O0L+cJjtgSyKKvEKCOa/8FHYJnBobyeoeWDmNpXjwOAtw16ezyeu1ETuuLEOZbrynK0ZY1Lx9Jbw==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/types@4.1.0':
|
'@smithy/types@4.1.0':
|
||||||
@@ -824,12 +824,12 @@ packages:
|
|||||||
resolution: {integrity: sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==}
|
resolution: {integrity: sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/util-defaults-mode-browser@4.0.6':
|
'@smithy/util-defaults-mode-browser@4.0.7':
|
||||||
resolution: {integrity: sha512-N8+VCt+piupH1A7DgSVDNrVHqRLz8r6DvBkpS7EWHiIxsUk4jqGuQLjqC/gnCzmwGkVBdNruHoYAzzaSQ8e80w==}
|
resolution: {integrity: sha512-CZgDDrYHLv0RUElOsmZtAnp1pIjwDVCSuZWOPhIOBvG36RDfX1Q9+6lS61xBf+qqvHoqRjHxgINeQz47cYFC2Q==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/util-defaults-mode-node@4.0.6':
|
'@smithy/util-defaults-mode-node@4.0.7':
|
||||||
resolution: {integrity: sha512-9zhx1shd1VwSSVvLZB8CM3qQ3RPD3le7A3h/UPuyh/PC7g4OaWDi2xUNzamsVoSmCGtmUBONl56lM2EU6LcH7A==}
|
resolution: {integrity: sha512-79fQW3hnfCdrfIi1soPbK3zmooRFnLpSx3Vxi6nUlqaaQeC5dm8plt4OTNDNqEEEDkvKghZSaoti684dQFVrGQ==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/util-endpoints@3.0.1':
|
'@smithy/util-endpoints@3.0.1':
|
||||||
@@ -848,8 +848,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-WmRHqNVwn3kI3rKk1LsKcVgPBG6iLTBGC1iYOV3GQegwJ3E8yjzHytPt26VNzOWr1qu0xE03nK0Ug8S7T7oufw==}
|
resolution: {integrity: sha512-WmRHqNVwn3kI3rKk1LsKcVgPBG6iLTBGC1iYOV3GQegwJ3E8yjzHytPt26VNzOWr1qu0xE03nK0Ug8S7T7oufw==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/util-stream@4.1.1':
|
'@smithy/util-stream@4.1.2':
|
||||||
resolution: {integrity: sha512-+Xvh8nhy0Wjv1y71rBVyV3eJU3356XsFQNI8dEZVNrQju7Eib8G31GWtO+zMa9kTCGd41Mflu+ZKfmQL/o2XzQ==}
|
resolution: {integrity: sha512-44PKEqQ303d3rlQuiDpcCcu//hV8sn+u2JBo84dWCE0rvgeiVl0IlLMagbU++o0jCWhYCsHaAt9wZuZqNe05Hw==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@smithy/util-uri-escape@4.0.0':
|
'@smithy/util-uri-escape@4.0.0':
|
||||||
@@ -877,51 +877,51 @@ packages:
|
|||||||
'@types/json-schema@7.0.15':
|
'@types/json-schema@7.0.15':
|
||||||
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.24.1':
|
'@typescript-eslint/eslint-plugin@8.25.0':
|
||||||
resolution: {integrity: sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==}
|
resolution: {integrity: sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <5.8.0'
|
typescript: '>=4.8.4 <5.8.0'
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.24.1':
|
'@typescript-eslint/parser@8.25.0':
|
||||||
resolution: {integrity: sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==}
|
resolution: {integrity: sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <5.8.0'
|
typescript: '>=4.8.4 <5.8.0'
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@8.24.1':
|
'@typescript-eslint/scope-manager@8.25.0':
|
||||||
resolution: {integrity: sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==}
|
resolution: {integrity: sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.24.1':
|
'@typescript-eslint/type-utils@8.25.0':
|
||||||
resolution: {integrity: sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==}
|
resolution: {integrity: sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <5.8.0'
|
typescript: '>=4.8.4 <5.8.0'
|
||||||
|
|
||||||
'@typescript-eslint/types@8.24.1':
|
'@typescript-eslint/types@8.25.0':
|
||||||
resolution: {integrity: sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==}
|
resolution: {integrity: sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.24.1':
|
'@typescript-eslint/typescript-estree@8.25.0':
|
||||||
resolution: {integrity: sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==}
|
resolution: {integrity: sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=4.8.4 <5.8.0'
|
typescript: '>=4.8.4 <5.8.0'
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.24.1':
|
'@typescript-eslint/utils@8.25.0':
|
||||||
resolution: {integrity: sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==}
|
resolution: {integrity: sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <5.8.0'
|
typescript: '>=4.8.4 <5.8.0'
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@8.24.1':
|
'@typescript-eslint/visitor-keys@8.25.0':
|
||||||
resolution: {integrity: sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==}
|
resolution: {integrity: sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
abbrev@3.0.0:
|
abbrev@3.0.0:
|
||||||
@@ -1191,8 +1191,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==}
|
resolution: {integrity: sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
fastq@1.19.0:
|
fastq@1.19.1:
|
||||||
resolution: {integrity: sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==}
|
resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
|
||||||
|
|
||||||
file-entry-cache@8.0.0:
|
file-entry-cache@8.0.0:
|
||||||
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
|
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
|
||||||
@@ -1213,8 +1213,8 @@ packages:
|
|||||||
flatted@3.3.3:
|
flatted@3.3.3:
|
||||||
resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
|
resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
|
||||||
|
|
||||||
foreground-child@3.3.0:
|
foreground-child@3.3.1:
|
||||||
resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==}
|
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
|
|
||||||
fsevents@2.3.3:
|
fsevents@2.3.3:
|
||||||
@@ -1385,8 +1385,8 @@ packages:
|
|||||||
mimetext@3.0.27:
|
mimetext@3.0.27:
|
||||||
resolution: {integrity: sha512-mUhWAsZD1N/K6dbN4+a5Yq78OPnYQw1ubOSMasBntsLQ2S7KVNlvDEA8dwpr4a7PszWMzeslKahAprtwYMgaBA==}
|
resolution: {integrity: sha512-mUhWAsZD1N/K6dbN4+a5Yq78OPnYQw1ubOSMasBntsLQ2S7KVNlvDEA8dwpr4a7PszWMzeslKahAprtwYMgaBA==}
|
||||||
|
|
||||||
miniflare@3.20250214.0:
|
miniflare@3.20250214.1:
|
||||||
resolution: {integrity: sha512-XKwn+X/V2CEpbRhoeaIcJHpV/Duz5Md5rxVT8I6S1oqd3aLZkn8cUX1tuxHpUvfQSPuXwWH+2ESLNnTf9PKEWg==}
|
resolution: {integrity: sha512-NE66QV+2n9ZndaP5jgPlcVref3Arvizb+l2QqhgeXtKM5Orhi8UU2mijoiN3mHEUexKaBES2S1VubT4LDPqkxQ==}
|
||||||
engines: {node: '>=16.13'}
|
engines: {node: '>=16.13'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -1546,8 +1546,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
|
|
||||||
reusify@1.0.4:
|
reusify@1.1.0:
|
||||||
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
|
||||||
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
||||||
|
|
||||||
rollup-plugin-inject@3.0.2:
|
rollup-plugin-inject@3.0.2:
|
||||||
@@ -1635,8 +1635,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
strnum@1.0.5:
|
strnum@1.1.1:
|
||||||
resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==}
|
resolution: {integrity: sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==}
|
||||||
|
|
||||||
supports-color@7.2.0:
|
supports-color@7.2.0:
|
||||||
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
||||||
@@ -1667,8 +1667,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
||||||
engines: {node: '>= 0.8.0'}
|
engines: {node: '>= 0.8.0'}
|
||||||
|
|
||||||
typescript-eslint@8.24.1:
|
typescript-eslint@8.25.0:
|
||||||
resolution: {integrity: sha512-cw3rEdzDqBs70TIcb0Gdzbt6h11BSs2pS0yaq7hDWDBtCCSei1pPSUXE9qUdQ/Wm9NgFg8mKtMt1b8fTHIl1jA==}
|
resolution: {integrity: sha512-TxRdQQLH4g7JkoFlYG3caW5v1S6kEkz8rqt80iQJZUYPq1zD1Ra7HfQBJJ88ABRaMvHAXnwRvRB4V+6sQ9xN5Q==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
@@ -1719,8 +1719,8 @@ packages:
|
|||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
wrangler@3.109.2:
|
wrangler@3.110.0:
|
||||||
resolution: {integrity: sha512-CT8izugPBth5o1o4gLNcQrDkHKSX2Jthy6gkyhaWiy2pFrx+536NMn/atWilLA1t1uhIgddEI5BXDNudIkPPHA==}
|
resolution: {integrity: sha512-ldTaxtcYozSHo8QRcxTQUckO9C7zSZgG0/AMCqFLdKK7fYLFPWEwmbnh+gxzlxzWEMfa8fV/5NtR0k2bCBxAoA==}
|
||||||
engines: {node: '>=16.17.0'}
|
engines: {node: '>=16.17.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -1833,7 +1833,7 @@ snapshots:
|
|||||||
'@aws-sdk/util-user-agent-node': 3.750.0
|
'@aws-sdk/util-user-agent-node': 3.750.0
|
||||||
'@aws-sdk/xml-builder': 3.734.0
|
'@aws-sdk/xml-builder': 3.734.0
|
||||||
'@smithy/config-resolver': 4.0.1
|
'@smithy/config-resolver': 4.0.1
|
||||||
'@smithy/core': 3.1.4
|
'@smithy/core': 3.1.5
|
||||||
'@smithy/eventstream-serde-browser': 4.0.1
|
'@smithy/eventstream-serde-browser': 4.0.1
|
||||||
'@smithy/eventstream-serde-config-resolver': 4.0.1
|
'@smithy/eventstream-serde-config-resolver': 4.0.1
|
||||||
'@smithy/eventstream-serde-node': 4.0.1
|
'@smithy/eventstream-serde-node': 4.0.1
|
||||||
@@ -1844,25 +1844,25 @@ snapshots:
|
|||||||
'@smithy/invalid-dependency': 4.0.1
|
'@smithy/invalid-dependency': 4.0.1
|
||||||
'@smithy/md5-js': 4.0.1
|
'@smithy/md5-js': 4.0.1
|
||||||
'@smithy/middleware-content-length': 4.0.1
|
'@smithy/middleware-content-length': 4.0.1
|
||||||
'@smithy/middleware-endpoint': 4.0.5
|
'@smithy/middleware-endpoint': 4.0.6
|
||||||
'@smithy/middleware-retry': 4.0.6
|
'@smithy/middleware-retry': 4.0.7
|
||||||
'@smithy/middleware-serde': 4.0.2
|
'@smithy/middleware-serde': 4.0.2
|
||||||
'@smithy/middleware-stack': 4.0.1
|
'@smithy/middleware-stack': 4.0.1
|
||||||
'@smithy/node-config-provider': 4.0.1
|
'@smithy/node-config-provider': 4.0.1
|
||||||
'@smithy/node-http-handler': 4.0.2
|
'@smithy/node-http-handler': 4.0.3
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/smithy-client': 4.1.5
|
'@smithy/smithy-client': 4.1.6
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/url-parser': 4.0.1
|
'@smithy/url-parser': 4.0.1
|
||||||
'@smithy/util-base64': 4.0.0
|
'@smithy/util-base64': 4.0.0
|
||||||
'@smithy/util-body-length-browser': 4.0.0
|
'@smithy/util-body-length-browser': 4.0.0
|
||||||
'@smithy/util-body-length-node': 4.0.0
|
'@smithy/util-body-length-node': 4.0.0
|
||||||
'@smithy/util-defaults-mode-browser': 4.0.6
|
'@smithy/util-defaults-mode-browser': 4.0.7
|
||||||
'@smithy/util-defaults-mode-node': 4.0.6
|
'@smithy/util-defaults-mode-node': 4.0.7
|
||||||
'@smithy/util-endpoints': 3.0.1
|
'@smithy/util-endpoints': 3.0.1
|
||||||
'@smithy/util-middleware': 4.0.1
|
'@smithy/util-middleware': 4.0.1
|
||||||
'@smithy/util-retry': 4.0.1
|
'@smithy/util-retry': 4.0.1
|
||||||
'@smithy/util-stream': 4.1.1
|
'@smithy/util-stream': 4.1.2
|
||||||
'@smithy/util-utf8': 4.0.0
|
'@smithy/util-utf8': 4.0.0
|
||||||
'@smithy/util-waiter': 4.0.2
|
'@smithy/util-waiter': 4.0.2
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
@@ -1884,26 +1884,26 @@ snapshots:
|
|||||||
'@aws-sdk/util-user-agent-browser': 3.734.0
|
'@aws-sdk/util-user-agent-browser': 3.734.0
|
||||||
'@aws-sdk/util-user-agent-node': 3.750.0
|
'@aws-sdk/util-user-agent-node': 3.750.0
|
||||||
'@smithy/config-resolver': 4.0.1
|
'@smithy/config-resolver': 4.0.1
|
||||||
'@smithy/core': 3.1.4
|
'@smithy/core': 3.1.5
|
||||||
'@smithy/fetch-http-handler': 5.0.1
|
'@smithy/fetch-http-handler': 5.0.1
|
||||||
'@smithy/hash-node': 4.0.1
|
'@smithy/hash-node': 4.0.1
|
||||||
'@smithy/invalid-dependency': 4.0.1
|
'@smithy/invalid-dependency': 4.0.1
|
||||||
'@smithy/middleware-content-length': 4.0.1
|
'@smithy/middleware-content-length': 4.0.1
|
||||||
'@smithy/middleware-endpoint': 4.0.5
|
'@smithy/middleware-endpoint': 4.0.6
|
||||||
'@smithy/middleware-retry': 4.0.6
|
'@smithy/middleware-retry': 4.0.7
|
||||||
'@smithy/middleware-serde': 4.0.2
|
'@smithy/middleware-serde': 4.0.2
|
||||||
'@smithy/middleware-stack': 4.0.1
|
'@smithy/middleware-stack': 4.0.1
|
||||||
'@smithy/node-config-provider': 4.0.1
|
'@smithy/node-config-provider': 4.0.1
|
||||||
'@smithy/node-http-handler': 4.0.2
|
'@smithy/node-http-handler': 4.0.3
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/smithy-client': 4.1.5
|
'@smithy/smithy-client': 4.1.6
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/url-parser': 4.0.1
|
'@smithy/url-parser': 4.0.1
|
||||||
'@smithy/util-base64': 4.0.0
|
'@smithy/util-base64': 4.0.0
|
||||||
'@smithy/util-body-length-browser': 4.0.0
|
'@smithy/util-body-length-browser': 4.0.0
|
||||||
'@smithy/util-body-length-node': 4.0.0
|
'@smithy/util-body-length-node': 4.0.0
|
||||||
'@smithy/util-defaults-mode-browser': 4.0.6
|
'@smithy/util-defaults-mode-browser': 4.0.7
|
||||||
'@smithy/util-defaults-mode-node': 4.0.6
|
'@smithy/util-defaults-mode-node': 4.0.7
|
||||||
'@smithy/util-endpoints': 3.0.1
|
'@smithy/util-endpoints': 3.0.1
|
||||||
'@smithy/util-middleware': 4.0.1
|
'@smithy/util-middleware': 4.0.1
|
||||||
'@smithy/util-retry': 4.0.1
|
'@smithy/util-retry': 4.0.1
|
||||||
@@ -1915,12 +1915,12 @@ snapshots:
|
|||||||
'@aws-sdk/core@3.750.0':
|
'@aws-sdk/core@3.750.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@aws-sdk/types': 3.734.0
|
'@aws-sdk/types': 3.734.0
|
||||||
'@smithy/core': 3.1.4
|
'@smithy/core': 3.1.5
|
||||||
'@smithy/node-config-provider': 4.0.1
|
'@smithy/node-config-provider': 4.0.1
|
||||||
'@smithy/property-provider': 4.0.1
|
'@smithy/property-provider': 4.0.1
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/signature-v4': 5.0.1
|
'@smithy/signature-v4': 5.0.1
|
||||||
'@smithy/smithy-client': 4.1.5
|
'@smithy/smithy-client': 4.1.6
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/util-middleware': 4.0.1
|
'@smithy/util-middleware': 4.0.1
|
||||||
fast-xml-parser: 4.4.1
|
fast-xml-parser: 4.4.1
|
||||||
@@ -1939,12 +1939,12 @@ snapshots:
|
|||||||
'@aws-sdk/core': 3.750.0
|
'@aws-sdk/core': 3.750.0
|
||||||
'@aws-sdk/types': 3.734.0
|
'@aws-sdk/types': 3.734.0
|
||||||
'@smithy/fetch-http-handler': 5.0.1
|
'@smithy/fetch-http-handler': 5.0.1
|
||||||
'@smithy/node-http-handler': 4.0.2
|
'@smithy/node-http-handler': 4.0.3
|
||||||
'@smithy/property-provider': 4.0.1
|
'@smithy/property-provider': 4.0.1
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/smithy-client': 4.1.5
|
'@smithy/smithy-client': 4.1.6
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/util-stream': 4.1.1
|
'@smithy/util-stream': 4.1.2
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@aws-sdk/credential-provider-ini@3.750.0':
|
'@aws-sdk/credential-provider-ini@3.750.0':
|
||||||
@@ -2044,7 +2044,7 @@ snapshots:
|
|||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/util-middleware': 4.0.1
|
'@smithy/util-middleware': 4.0.1
|
||||||
'@smithy/util-stream': 4.1.1
|
'@smithy/util-stream': 4.1.2
|
||||||
'@smithy/util-utf8': 4.0.0
|
'@smithy/util-utf8': 4.0.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
@@ -2079,15 +2079,15 @@ snapshots:
|
|||||||
'@aws-sdk/core': 3.750.0
|
'@aws-sdk/core': 3.750.0
|
||||||
'@aws-sdk/types': 3.734.0
|
'@aws-sdk/types': 3.734.0
|
||||||
'@aws-sdk/util-arn-parser': 3.723.0
|
'@aws-sdk/util-arn-parser': 3.723.0
|
||||||
'@smithy/core': 3.1.4
|
'@smithy/core': 3.1.5
|
||||||
'@smithy/node-config-provider': 4.0.1
|
'@smithy/node-config-provider': 4.0.1
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/signature-v4': 5.0.1
|
'@smithy/signature-v4': 5.0.1
|
||||||
'@smithy/smithy-client': 4.1.5
|
'@smithy/smithy-client': 4.1.6
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/util-config-provider': 4.0.0
|
'@smithy/util-config-provider': 4.0.0
|
||||||
'@smithy/util-middleware': 4.0.1
|
'@smithy/util-middleware': 4.0.1
|
||||||
'@smithy/util-stream': 4.1.1
|
'@smithy/util-stream': 4.1.2
|
||||||
'@smithy/util-utf8': 4.0.0
|
'@smithy/util-utf8': 4.0.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
@@ -2102,7 +2102,7 @@ snapshots:
|
|||||||
'@aws-sdk/core': 3.750.0
|
'@aws-sdk/core': 3.750.0
|
||||||
'@aws-sdk/types': 3.734.0
|
'@aws-sdk/types': 3.734.0
|
||||||
'@aws-sdk/util-endpoints': 3.743.0
|
'@aws-sdk/util-endpoints': 3.743.0
|
||||||
'@smithy/core': 3.1.4
|
'@smithy/core': 3.1.5
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
@@ -2122,26 +2122,26 @@ snapshots:
|
|||||||
'@aws-sdk/util-user-agent-browser': 3.734.0
|
'@aws-sdk/util-user-agent-browser': 3.734.0
|
||||||
'@aws-sdk/util-user-agent-node': 3.750.0
|
'@aws-sdk/util-user-agent-node': 3.750.0
|
||||||
'@smithy/config-resolver': 4.0.1
|
'@smithy/config-resolver': 4.0.1
|
||||||
'@smithy/core': 3.1.4
|
'@smithy/core': 3.1.5
|
||||||
'@smithy/fetch-http-handler': 5.0.1
|
'@smithy/fetch-http-handler': 5.0.1
|
||||||
'@smithy/hash-node': 4.0.1
|
'@smithy/hash-node': 4.0.1
|
||||||
'@smithy/invalid-dependency': 4.0.1
|
'@smithy/invalid-dependency': 4.0.1
|
||||||
'@smithy/middleware-content-length': 4.0.1
|
'@smithy/middleware-content-length': 4.0.1
|
||||||
'@smithy/middleware-endpoint': 4.0.5
|
'@smithy/middleware-endpoint': 4.0.6
|
||||||
'@smithy/middleware-retry': 4.0.6
|
'@smithy/middleware-retry': 4.0.7
|
||||||
'@smithy/middleware-serde': 4.0.2
|
'@smithy/middleware-serde': 4.0.2
|
||||||
'@smithy/middleware-stack': 4.0.1
|
'@smithy/middleware-stack': 4.0.1
|
||||||
'@smithy/node-config-provider': 4.0.1
|
'@smithy/node-config-provider': 4.0.1
|
||||||
'@smithy/node-http-handler': 4.0.2
|
'@smithy/node-http-handler': 4.0.3
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/smithy-client': 4.1.5
|
'@smithy/smithy-client': 4.1.6
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/url-parser': 4.0.1
|
'@smithy/url-parser': 4.0.1
|
||||||
'@smithy/util-base64': 4.0.0
|
'@smithy/util-base64': 4.0.0
|
||||||
'@smithy/util-body-length-browser': 4.0.0
|
'@smithy/util-body-length-browser': 4.0.0
|
||||||
'@smithy/util-body-length-node': 4.0.0
|
'@smithy/util-body-length-node': 4.0.0
|
||||||
'@smithy/util-defaults-mode-browser': 4.0.6
|
'@smithy/util-defaults-mode-browser': 4.0.7
|
||||||
'@smithy/util-defaults-mode-node': 4.0.6
|
'@smithy/util-defaults-mode-node': 4.0.7
|
||||||
'@smithy/util-endpoints': 3.0.1
|
'@smithy/util-endpoints': 3.0.1
|
||||||
'@smithy/util-middleware': 4.0.1
|
'@smithy/util-middleware': 4.0.1
|
||||||
'@smithy/util-retry': 4.0.1
|
'@smithy/util-retry': 4.0.1
|
||||||
@@ -2164,9 +2164,9 @@ snapshots:
|
|||||||
'@aws-sdk/signature-v4-multi-region': 3.750.0
|
'@aws-sdk/signature-v4-multi-region': 3.750.0
|
||||||
'@aws-sdk/types': 3.734.0
|
'@aws-sdk/types': 3.734.0
|
||||||
'@aws-sdk/util-format-url': 3.734.0
|
'@aws-sdk/util-format-url': 3.734.0
|
||||||
'@smithy/middleware-endpoint': 4.0.5
|
'@smithy/middleware-endpoint': 4.0.6
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/smithy-client': 4.1.5
|
'@smithy/smithy-client': 4.1.6
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
@@ -2265,7 +2265,7 @@ snapshots:
|
|||||||
'@cloudflare/workerd-windows-64@1.20250214.0':
|
'@cloudflare/workerd-windows-64@1.20250214.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@cloudflare/workers-types@4.20250214.0': {}
|
'@cloudflare/workers-types@4.20250224.0': {}
|
||||||
|
|
||||||
'@cspotcode/source-map-support@0.8.1':
|
'@cspotcode/source-map-support@0.8.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -2371,11 +2371,11 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
|
|
||||||
'@eslint/core@0.11.0':
|
'@eslint/core@0.12.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
|
|
||||||
'@eslint/eslintrc@3.2.0':
|
'@eslint/eslintrc@3.3.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
@@ -2393,9 +2393,9 @@ snapshots:
|
|||||||
|
|
||||||
'@eslint/object-schema@2.1.6': {}
|
'@eslint/object-schema@2.1.6': {}
|
||||||
|
|
||||||
'@eslint/plugin-kit@0.2.6':
|
'@eslint/plugin-kit@0.2.7':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/core': 0.11.0
|
'@eslint/core': 0.12.0
|
||||||
levn: 0.4.1
|
levn: 0.4.1
|
||||||
|
|
||||||
'@fastify/busboy@2.1.1': {}
|
'@fastify/busboy@2.1.1': {}
|
||||||
@@ -2413,7 +2413,7 @@ snapshots:
|
|||||||
|
|
||||||
'@humanwhocodes/retry@0.3.1': {}
|
'@humanwhocodes/retry@0.3.1': {}
|
||||||
|
|
||||||
'@humanwhocodes/retry@0.4.1': {}
|
'@humanwhocodes/retry@0.4.2': {}
|
||||||
|
|
||||||
'@img/sharp-darwin-arm64@0.33.5':
|
'@img/sharp-darwin-arm64@0.33.5':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@@ -2520,7 +2520,7 @@ snapshots:
|
|||||||
'@nodelib/fs.walk@1.2.8':
|
'@nodelib/fs.walk@1.2.8':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nodelib/fs.scandir': 2.1.5
|
'@nodelib/fs.scandir': 2.1.5
|
||||||
fastq: 1.19.0
|
fastq: 1.19.1
|
||||||
|
|
||||||
'@one-ini/wasm@0.1.1': {}
|
'@one-ini/wasm@0.1.1': {}
|
||||||
|
|
||||||
@@ -2611,14 +2611,14 @@ snapshots:
|
|||||||
'@smithy/util-middleware': 4.0.1
|
'@smithy/util-middleware': 4.0.1
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@smithy/core@3.1.4':
|
'@smithy/core@3.1.5':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@smithy/middleware-serde': 4.0.2
|
'@smithy/middleware-serde': 4.0.2
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/util-body-length-browser': 4.0.0
|
'@smithy/util-body-length-browser': 4.0.0
|
||||||
'@smithy/util-middleware': 4.0.1
|
'@smithy/util-middleware': 4.0.1
|
||||||
'@smithy/util-stream': 4.1.1
|
'@smithy/util-stream': 4.1.2
|
||||||
'@smithy/util-utf8': 4.0.0
|
'@smithy/util-utf8': 4.0.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
@@ -2713,9 +2713,9 @@ snapshots:
|
|||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@smithy/middleware-endpoint@4.0.5':
|
'@smithy/middleware-endpoint@4.0.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@smithy/core': 3.1.4
|
'@smithy/core': 3.1.5
|
||||||
'@smithy/middleware-serde': 4.0.2
|
'@smithy/middleware-serde': 4.0.2
|
||||||
'@smithy/node-config-provider': 4.0.1
|
'@smithy/node-config-provider': 4.0.1
|
||||||
'@smithy/shared-ini-file-loader': 4.0.1
|
'@smithy/shared-ini-file-loader': 4.0.1
|
||||||
@@ -2724,12 +2724,12 @@ snapshots:
|
|||||||
'@smithy/util-middleware': 4.0.1
|
'@smithy/util-middleware': 4.0.1
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@smithy/middleware-retry@4.0.6':
|
'@smithy/middleware-retry@4.0.7':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@smithy/node-config-provider': 4.0.1
|
'@smithy/node-config-provider': 4.0.1
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/service-error-classification': 4.0.1
|
'@smithy/service-error-classification': 4.0.1
|
||||||
'@smithy/smithy-client': 4.1.5
|
'@smithy/smithy-client': 4.1.6
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/util-middleware': 4.0.1
|
'@smithy/util-middleware': 4.0.1
|
||||||
'@smithy/util-retry': 4.0.1
|
'@smithy/util-retry': 4.0.1
|
||||||
@@ -2753,7 +2753,7 @@ snapshots:
|
|||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@smithy/node-http-handler@4.0.2':
|
'@smithy/node-http-handler@4.0.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@smithy/abort-controller': 4.0.1
|
'@smithy/abort-controller': 4.0.1
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
@@ -2802,14 +2802,14 @@ snapshots:
|
|||||||
'@smithy/util-utf8': 4.0.0
|
'@smithy/util-utf8': 4.0.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@smithy/smithy-client@4.1.5':
|
'@smithy/smithy-client@4.1.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@smithy/core': 3.1.4
|
'@smithy/core': 3.1.5
|
||||||
'@smithy/middleware-endpoint': 4.0.5
|
'@smithy/middleware-endpoint': 4.0.6
|
||||||
'@smithy/middleware-stack': 4.0.1
|
'@smithy/middleware-stack': 4.0.1
|
||||||
'@smithy/protocol-http': 5.0.1
|
'@smithy/protocol-http': 5.0.1
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/util-stream': 4.1.1
|
'@smithy/util-stream': 4.1.2
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@smithy/types@4.1.0':
|
'@smithy/types@4.1.0':
|
||||||
@@ -2850,21 +2850,21 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@smithy/util-defaults-mode-browser@4.0.6':
|
'@smithy/util-defaults-mode-browser@4.0.7':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@smithy/property-provider': 4.0.1
|
'@smithy/property-provider': 4.0.1
|
||||||
'@smithy/smithy-client': 4.1.5
|
'@smithy/smithy-client': 4.1.6
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
bowser: 2.11.0
|
bowser: 2.11.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@smithy/util-defaults-mode-node@4.0.6':
|
'@smithy/util-defaults-mode-node@4.0.7':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@smithy/config-resolver': 4.0.1
|
'@smithy/config-resolver': 4.0.1
|
||||||
'@smithy/credential-provider-imds': 4.0.1
|
'@smithy/credential-provider-imds': 4.0.1
|
||||||
'@smithy/node-config-provider': 4.0.1
|
'@smithy/node-config-provider': 4.0.1
|
||||||
'@smithy/property-provider': 4.0.1
|
'@smithy/property-provider': 4.0.1
|
||||||
'@smithy/smithy-client': 4.1.5
|
'@smithy/smithy-client': 4.1.6
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
@@ -2889,10 +2889,10 @@ snapshots:
|
|||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@smithy/util-stream@4.1.1':
|
'@smithy/util-stream@4.1.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@smithy/fetch-http-handler': 5.0.1
|
'@smithy/fetch-http-handler': 5.0.1
|
||||||
'@smithy/node-http-handler': 4.0.2
|
'@smithy/node-http-handler': 4.0.3
|
||||||
'@smithy/types': 4.1.0
|
'@smithy/types': 4.1.0
|
||||||
'@smithy/util-base64': 4.0.0
|
'@smithy/util-base64': 4.0.0
|
||||||
'@smithy/util-buffer-from': 4.0.0
|
'@smithy/util-buffer-from': 4.0.0
|
||||||
@@ -2926,14 +2926,14 @@ snapshots:
|
|||||||
|
|
||||||
'@types/json-schema@7.0.15': {}
|
'@types/json-schema@7.0.15': {}
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.18.0)(typescript@5.4.5))(eslint@9.18.0)(typescript@5.4.5)':
|
'@typescript-eslint/eslint-plugin@8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.18.0)(typescript@5.4.5))(eslint@9.18.0)(typescript@5.4.5)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@typescript-eslint/parser': 8.24.1(eslint@9.18.0)(typescript@5.4.5)
|
'@typescript-eslint/parser': 8.25.0(eslint@9.18.0)(typescript@5.4.5)
|
||||||
'@typescript-eslint/scope-manager': 8.24.1
|
'@typescript-eslint/scope-manager': 8.25.0
|
||||||
'@typescript-eslint/type-utils': 8.24.1(eslint@9.18.0)(typescript@5.4.5)
|
'@typescript-eslint/type-utils': 8.25.0(eslint@9.18.0)(typescript@5.4.5)
|
||||||
'@typescript-eslint/utils': 8.24.1(eslint@9.18.0)(typescript@5.4.5)
|
'@typescript-eslint/utils': 8.25.0(eslint@9.18.0)(typescript@5.4.5)
|
||||||
'@typescript-eslint/visitor-keys': 8.24.1
|
'@typescript-eslint/visitor-keys': 8.25.0
|
||||||
eslint: 9.18.0
|
eslint: 9.18.0
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
@@ -2943,27 +2943,27 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.24.1(eslint@9.18.0)(typescript@5.4.5)':
|
'@typescript-eslint/parser@8.25.0(eslint@9.18.0)(typescript@5.4.5)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.24.1
|
'@typescript-eslint/scope-manager': 8.25.0
|
||||||
'@typescript-eslint/types': 8.24.1
|
'@typescript-eslint/types': 8.25.0
|
||||||
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.4.5)
|
'@typescript-eslint/typescript-estree': 8.25.0(typescript@5.4.5)
|
||||||
'@typescript-eslint/visitor-keys': 8.24.1
|
'@typescript-eslint/visitor-keys': 8.25.0
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
eslint: 9.18.0
|
eslint: 9.18.0
|
||||||
typescript: 5.4.5
|
typescript: 5.4.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@8.24.1':
|
'@typescript-eslint/scope-manager@8.25.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.24.1
|
'@typescript-eslint/types': 8.25.0
|
||||||
'@typescript-eslint/visitor-keys': 8.24.1
|
'@typescript-eslint/visitor-keys': 8.25.0
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.24.1(eslint@9.18.0)(typescript@5.4.5)':
|
'@typescript-eslint/type-utils@8.25.0(eslint@9.18.0)(typescript@5.4.5)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.4.5)
|
'@typescript-eslint/typescript-estree': 8.25.0(typescript@5.4.5)
|
||||||
'@typescript-eslint/utils': 8.24.1(eslint@9.18.0)(typescript@5.4.5)
|
'@typescript-eslint/utils': 8.25.0(eslint@9.18.0)(typescript@5.4.5)
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
eslint: 9.18.0
|
eslint: 9.18.0
|
||||||
ts-api-utils: 2.0.1(typescript@5.4.5)
|
ts-api-utils: 2.0.1(typescript@5.4.5)
|
||||||
@@ -2971,12 +2971,12 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/types@8.24.1': {}
|
'@typescript-eslint/types@8.25.0': {}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.24.1(typescript@5.4.5)':
|
'@typescript-eslint/typescript-estree@8.25.0(typescript@5.4.5)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.24.1
|
'@typescript-eslint/types': 8.25.0
|
||||||
'@typescript-eslint/visitor-keys': 8.24.1
|
'@typescript-eslint/visitor-keys': 8.25.0
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
fast-glob: 3.3.3
|
fast-glob: 3.3.3
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
@@ -2987,20 +2987,20 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.24.1(eslint@9.18.0)(typescript@5.4.5)':
|
'@typescript-eslint/utils@8.25.0(eslint@9.18.0)(typescript@5.4.5)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0)
|
||||||
'@typescript-eslint/scope-manager': 8.24.1
|
'@typescript-eslint/scope-manager': 8.25.0
|
||||||
'@typescript-eslint/types': 8.24.1
|
'@typescript-eslint/types': 8.25.0
|
||||||
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.4.5)
|
'@typescript-eslint/typescript-estree': 8.25.0(typescript@5.4.5)
|
||||||
eslint: 9.18.0
|
eslint: 9.18.0
|
||||||
typescript: 5.4.5
|
typescript: 5.4.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@8.24.1':
|
'@typescript-eslint/visitor-keys@8.25.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.24.1
|
'@typescript-eslint/types': 8.25.0
|
||||||
eslint-visitor-keys: 4.2.0
|
eslint-visitor-keys: 4.2.0
|
||||||
|
|
||||||
abbrev@3.0.0: {}
|
abbrev@3.0.0: {}
|
||||||
@@ -3216,12 +3216,12 @@ snapshots:
|
|||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@eslint/config-array': 0.19.2
|
'@eslint/config-array': 0.19.2
|
||||||
'@eslint/core': 0.10.0
|
'@eslint/core': 0.10.0
|
||||||
'@eslint/eslintrc': 3.2.0
|
'@eslint/eslintrc': 3.3.0
|
||||||
'@eslint/js': 9.18.0
|
'@eslint/js': 9.18.0
|
||||||
'@eslint/plugin-kit': 0.2.6
|
'@eslint/plugin-kit': 0.2.7
|
||||||
'@humanfs/node': 0.16.6
|
'@humanfs/node': 0.16.6
|
||||||
'@humanwhocodes/module-importer': 1.0.1
|
'@humanwhocodes/module-importer': 1.0.1
|
||||||
'@humanwhocodes/retry': 0.4.1
|
'@humanwhocodes/retry': 0.4.2
|
||||||
'@types/estree': 1.0.6
|
'@types/estree': 1.0.6
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
@@ -3291,11 +3291,11 @@ snapshots:
|
|||||||
|
|
||||||
fast-xml-parser@4.4.1:
|
fast-xml-parser@4.4.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
strnum: 1.0.5
|
strnum: 1.1.1
|
||||||
|
|
||||||
fastq@1.19.0:
|
fastq@1.19.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
reusify: 1.0.4
|
reusify: 1.1.0
|
||||||
|
|
||||||
file-entry-cache@8.0.0:
|
file-entry-cache@8.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -3317,7 +3317,7 @@ snapshots:
|
|||||||
|
|
||||||
flatted@3.3.3: {}
|
flatted@3.3.3: {}
|
||||||
|
|
||||||
foreground-child@3.3.0:
|
foreground-child@3.3.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
cross-spawn: 7.0.6
|
cross-spawn: 7.0.6
|
||||||
signal-exit: 4.1.0
|
signal-exit: 4.1.0
|
||||||
@@ -3342,7 +3342,7 @@ snapshots:
|
|||||||
|
|
||||||
glob@10.4.5:
|
glob@10.4.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
foreground-child: 3.3.0
|
foreground-child: 3.3.1
|
||||||
jackspeak: 3.4.3
|
jackspeak: 3.4.3
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
minipass: 7.1.2
|
minipass: 7.1.2
|
||||||
@@ -3479,7 +3479,7 @@ snapshots:
|
|||||||
js-base64: 3.7.7
|
js-base64: 3.7.7
|
||||||
mime-types: 2.1.35
|
mime-types: 2.1.35
|
||||||
|
|
||||||
miniflare@3.20250214.0:
|
miniflare@3.20250214.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cspotcode/source-map-support': 0.8.1
|
'@cspotcode/source-map-support': 0.8.1
|
||||||
acorn: 8.14.0
|
acorn: 8.14.0
|
||||||
@@ -3633,7 +3633,7 @@ snapshots:
|
|||||||
|
|
||||||
resolve-from@4.0.0: {}
|
resolve-from@4.0.0: {}
|
||||||
|
|
||||||
reusify@1.0.4: {}
|
reusify@1.1.0: {}
|
||||||
|
|
||||||
rollup-plugin-inject@3.0.2:
|
rollup-plugin-inject@3.0.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -3742,7 +3742,7 @@ snapshots:
|
|||||||
|
|
||||||
strip-json-comments@3.1.1: {}
|
strip-json-comments@3.1.1: {}
|
||||||
|
|
||||||
strnum@1.0.5: {}
|
strnum@1.1.1: {}
|
||||||
|
|
||||||
supports-color@7.2.0:
|
supports-color@7.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -3778,11 +3778,11 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
prelude-ls: 1.2.1
|
prelude-ls: 1.2.1
|
||||||
|
|
||||||
typescript-eslint@8.24.1(eslint@9.18.0)(typescript@5.4.5):
|
typescript-eslint@8.25.0(eslint@9.18.0)(typescript@5.4.5):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.18.0)(typescript@5.4.5))(eslint@9.18.0)(typescript@5.4.5)
|
'@typescript-eslint/eslint-plugin': 8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.18.0)(typescript@5.4.5))(eslint@9.18.0)(typescript@5.4.5)
|
||||||
'@typescript-eslint/parser': 8.24.1(eslint@9.18.0)(typescript@5.4.5)
|
'@typescript-eslint/parser': 8.25.0(eslint@9.18.0)(typescript@5.4.5)
|
||||||
'@typescript-eslint/utils': 8.24.1(eslint@9.18.0)(typescript@5.4.5)
|
'@typescript-eslint/utils': 8.25.0(eslint@9.18.0)(typescript@5.4.5)
|
||||||
eslint: 9.18.0
|
eslint: 9.18.0
|
||||||
typescript: 5.4.5
|
typescript: 5.4.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -3833,19 +3833,19 @@ snapshots:
|
|||||||
'@cloudflare/workerd-linux-arm64': 1.20250214.0
|
'@cloudflare/workerd-linux-arm64': 1.20250214.0
|
||||||
'@cloudflare/workerd-windows-64': 1.20250214.0
|
'@cloudflare/workerd-windows-64': 1.20250214.0
|
||||||
|
|
||||||
wrangler@3.109.2(@cloudflare/workers-types@4.20250214.0):
|
wrangler@3.110.0(@cloudflare/workers-types@4.20250224.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cloudflare/kv-asset-handler': 0.3.4
|
'@cloudflare/kv-asset-handler': 0.3.4
|
||||||
'@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19)
|
'@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19)
|
||||||
'@esbuild-plugins/node-modules-polyfill': 0.2.2(esbuild@0.17.19)
|
'@esbuild-plugins/node-modules-polyfill': 0.2.2(esbuild@0.17.19)
|
||||||
blake3-wasm: 2.1.5
|
blake3-wasm: 2.1.5
|
||||||
esbuild: 0.17.19
|
esbuild: 0.17.19
|
||||||
miniflare: 3.20250214.0
|
miniflare: 3.20250214.1
|
||||||
path-to-regexp: 6.3.0
|
path-to-regexp: 6.3.0
|
||||||
unenv: 2.0.0-rc.1
|
unenv: 2.0.0-rc.1
|
||||||
workerd: 1.20250214.0
|
workerd: 1.20250214.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@cloudflare/workers-types': 4.20250214.0
|
'@cloudflare/workers-types': 4.20250224.0
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
sharp: 0.33.5
|
sharp: 0.33.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
export const CONSTANTS = {
|
export const CONSTANTS = {
|
||||||
VERSION: 'v' + '0.9.0',
|
VERSION: 'v' + '0.9.1',
|
||||||
|
|
||||||
// DB settings
|
// DB settings
|
||||||
ADDRESS_BLOCK_LIST_KEY: 'address_block_list',
|
ADDRESS_BLOCK_LIST_KEY: 'address_block_list',
|
||||||
|
|||||||
Reference in New Issue
Block a user