chore: bumped fuman
This commit is contained in:
parent
c067b2cada
commit
b13d23326a
14 changed files with 146 additions and 139 deletions
|
@ -47,8 +47,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^3.11.2",
|
||||
"@fuman/build": "0.0.2",
|
||||
"@fuman/utils": "0.0.2",
|
||||
"@fuman/build": "0.0.3",
|
||||
"@fuman/utils": "0.0.3",
|
||||
"@types/deno": "npm:@teidesu/deno-types@1.46.3",
|
||||
"@types/node": "20.10.0",
|
||||
"@types/bun": "1.1.14",
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
"@mtcute/html-parser": "workspace:^",
|
||||
"@mtcute/markdown-parser": "workspace:^",
|
||||
"@mtcute/wasm": "workspace:^",
|
||||
"@fuman/utils": "0.0.2",
|
||||
"@fuman/bun": "0.0.2",
|
||||
"@fuman/net": "0.0.2",
|
||||
"@fuman/io": "0.0.2"
|
||||
"@fuman/utils": "0.0.3",
|
||||
"@fuman/bun": "0.0.3",
|
||||
"@fuman/net": "0.0.3",
|
||||
"@fuman/io": "0.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mtcute/test": "workspace:^"
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
"exports": "./src/index.ts",
|
||||
"dependencies": {
|
||||
"@mtcute/core": "workspace:^",
|
||||
"@fuman/utils": "0.0.2",
|
||||
"@fuman/net": "0.0.2",
|
||||
"@fuman/io": "0.0.2"
|
||||
"@fuman/utils": "0.0.3",
|
||||
"@fuman/net": "0.0.3",
|
||||
"@fuman/io": "0.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mtcute/test": "workspace:^",
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
"gen-updates": "node ./scripts/generate-updates.cjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fuman/io": "0.0.2",
|
||||
"@fuman/net": "0.0.2",
|
||||
"@fuman/utils": "0.0.2",
|
||||
"@fuman/io": "0.0.3",
|
||||
"@fuman/net": "0.0.3",
|
||||
"@fuman/utils": "0.0.3",
|
||||
"@mtcute/file-id": "workspace:^",
|
||||
"@mtcute/tl": "workspace:^",
|
||||
"@mtcute/tl-runtime": "workspace:^",
|
||||
|
|
|
@ -14,10 +14,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@db/sqlite": "npm:@jsr/db__sqlite@0.12.0",
|
||||
"@fuman/utils": "0.0.2",
|
||||
"@fuman/net": "0.0.2",
|
||||
"@fuman/io": "0.0.2",
|
||||
"@fuman/deno": "npm:@jsr/fuman__deno@0.0.2",
|
||||
"@fuman/utils": "0.0.3",
|
||||
"@fuman/net": "0.0.3",
|
||||
"@fuman/io": "0.0.3",
|
||||
"@fuman/deno": "npm:@jsr/fuman__deno@0.0.3",
|
||||
"@mtcute/core": "workspace:^",
|
||||
"@mtcute/html-parser": "workspace:^",
|
||||
"@mtcute/markdown-parser": "workspace:^",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@mtcute/core": "workspace:^",
|
||||
"@fuman/utils": "0.0.2",
|
||||
"@fuman/utils": "0.0.3",
|
||||
"events": "3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@mtcute/tl-runtime": "workspace:^",
|
||||
"@fuman/utils": "0.0.2",
|
||||
"@fuman/utils": "0.0.3",
|
||||
"long": "5.2.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
"@mtcute/html-parser": "workspace:^",
|
||||
"@mtcute/markdown-parser": "workspace:^",
|
||||
"@mtcute/wasm": "workspace:^",
|
||||
"@fuman/utils": "0.0.2",
|
||||
"@fuman/net": "0.0.2",
|
||||
"@fuman/node": "0.0.2",
|
||||
"@fuman/utils": "0.0.3",
|
||||
"@fuman/net": "0.0.3",
|
||||
"@fuman/node": "0.0.3",
|
||||
"better-sqlite3": "11.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"long": "5.2.3",
|
||||
"@fuman/utils": "0.0.2",
|
||||
"@fuman/net": "0.0.2"
|
||||
"@fuman/utils": "0.0.3",
|
||||
"@fuman/net": "0.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mtcute/tl-utils": "workspace:^"
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"long": "5.2.3",
|
||||
"@fuman/utils": "0.0.2"
|
||||
"@fuman/utils": "0.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"@mtcute/core": "workspace:^",
|
||||
"@mtcute/node": "workspace:^",
|
||||
"@mtcute/tl-utils": "workspace:^",
|
||||
"@fuman/utils": "0.0.2",
|
||||
"@fuman/fetch": "0.0.2",
|
||||
"@fuman/utils": "0.0.3",
|
||||
"@fuman/fetch": "0.0.3",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"cheerio": "1.0.0-rc.12",
|
||||
"csv-parse": "^5.5.0",
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
"@mtcute/core": "workspace:^",
|
||||
"@mtcute/node": "workspace:^",
|
||||
"@mtcute/web": "workspace:^",
|
||||
"@fuman/utils": "0.0.2"
|
||||
"@fuman/utils": "0.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"dependencies": {
|
||||
"@mtcute/core": "workspace:^",
|
||||
"@mtcute/wasm": "workspace:^",
|
||||
"@fuman/net": "0.0.2",
|
||||
"@fuman/net": "0.0.3",
|
||||
"events": "3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
229
pnpm-lock.yaml
229
pnpm-lock.yaml
|
@ -15,11 +15,11 @@ importers:
|
|||
specifier: ^3.11.2
|
||||
version: 3.11.2(@typescript-eslint/utils@8.17.0(eslint@9.9.0)(typescript@5.5.4))(@vue/compiler-sfc@3.5.13)(eslint@9.9.0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.10.0)(@vitest/browser@2.0.5)(@vitest/ui@2.0.5))
|
||||
'@fuman/build':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2(tough-cookie@4.1.4)(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3(tough-cookie@4.1.4)(typedoc@0.26.5(typescript@5.5.4))(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@types/bun':
|
||||
specifier: 1.1.14
|
||||
version: 1.1.14
|
||||
|
@ -142,17 +142,17 @@ importers:
|
|||
packages/bun:
|
||||
dependencies:
|
||||
'@fuman/bun':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/io':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/net':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
|
@ -173,14 +173,14 @@ importers:
|
|||
packages/convert:
|
||||
dependencies:
|
||||
'@fuman/io':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/net':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
|
@ -195,14 +195,14 @@ importers:
|
|||
packages/core:
|
||||
dependencies:
|
||||
'@fuman/io':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/net':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/file-id':
|
||||
specifier: workspace:^
|
||||
version: link:../file-id
|
||||
|
@ -282,17 +282,17 @@ importers:
|
|||
specifier: npm:@jsr/db__sqlite@0.12.0
|
||||
version: '@jsr/db__sqlite@0.12.0'
|
||||
'@fuman/deno':
|
||||
specifier: npm:@jsr/fuman__deno@0.0.2
|
||||
version: '@jsr/fuman__deno@0.0.2'
|
||||
specifier: npm:@jsr/fuman__deno@0.0.3
|
||||
version: '@jsr/fuman__deno@0.0.3'
|
||||
'@fuman/io':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/net':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
|
@ -316,8 +316,8 @@ importers:
|
|||
packages/dispatcher:
|
||||
dependencies:
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
|
@ -332,8 +332,8 @@ importers:
|
|||
packages/file-id:
|
||||
dependencies:
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/tl-runtime':
|
||||
specifier: workspace:^
|
||||
version: link:../tl-runtime
|
||||
|
@ -374,14 +374,14 @@ importers:
|
|||
packages/node:
|
||||
dependencies:
|
||||
'@fuman/net':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/node':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
|
@ -408,11 +408,11 @@ importers:
|
|||
packages/test:
|
||||
dependencies:
|
||||
'@fuman/net':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
|
@ -443,11 +443,11 @@ importers:
|
|||
version: 5.2.3
|
||||
devDependencies:
|
||||
'@fuman/fetch':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2(tough-cookie@4.1.4)(zod@3.23.8)
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3(tough-cookie@4.1.4)(zod@3.23.8)
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
|
@ -473,8 +473,8 @@ importers:
|
|||
packages/tl-runtime:
|
||||
dependencies:
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
long:
|
||||
specifier: 5.2.3
|
||||
version: 5.2.3
|
||||
|
@ -491,8 +491,8 @@ importers:
|
|||
packages/wasm:
|
||||
devDependencies:
|
||||
'@fuman/utils':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
|
@ -506,8 +506,8 @@ importers:
|
|||
packages/web:
|
||||
dependencies:
|
||||
'@fuman/net':
|
||||
specifier: 0.0.2
|
||||
version: 0.0.2
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3
|
||||
'@mtcute/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
|
@ -1109,18 +1109,22 @@ packages:
|
|||
resolution: {integrity: sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@fuman/build@0.0.2':
|
||||
resolution: {integrity: sha512-uNZRSbQX35YfSUDdN3sPphYJ9L2DwYDmHgjWrwEYc08K8WWR0hCHPJjJrzRKJ3YefP3+XiJUJezUwvvN2Ii/ew==}
|
||||
'@fuman/build@0.0.3':
|
||||
resolution: {integrity: sha512-R2LrXbSUaCERI2G2zxPluohjAw2B6nRHL4XB5XEMHQvF9ZpDe6wf68VNh0VzY0noGphV85DgV0DGFviB/CdHqw==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typedoc: '>=0.24.0'
|
||||
typescript: 5.5.4
|
||||
vite: ^5.4.0
|
||||
vite: ^5.4.0 || ^6.0.0
|
||||
peerDependenciesMeta:
|
||||
typedoc:
|
||||
optional: true
|
||||
|
||||
'@fuman/bun@0.0.2':
|
||||
resolution: {integrity: sha512-e+qaoAJwTxI+lEWjB2vjB8jAzke7V1D67uVfhW1jBR6lKZ5ZCgz1cQNCBipQAZKdZtCzkDeC3fsQrKB+LAoJgg==}
|
||||
'@fuman/bun@0.0.3':
|
||||
resolution: {integrity: sha512-muVjLPL623sZy90viERR4g9i8eFLWDJZ+Fy917afaqlo5YnwGGijn2VvgosvB4r1zTTDGQmwPjNLkqlpHLZujA==}
|
||||
|
||||
'@fuman/fetch@0.0.2':
|
||||
resolution: {integrity: sha512-NAvAh4bxS5yXw9iFyBtNgVAzt9u33kj/0XTmrWAajCco2pncQQMjXNGQ2ux2NgC/i+cSHLYZOL+0eQY7A9QCAQ==}
|
||||
'@fuman/fetch@0.0.3':
|
||||
resolution: {integrity: sha512-jvL+g+luuPXKd79dFjeWA3ceePipBXsrWJp9enkVYTalg+XSo+wpmcYNTOHoOxJyhbwHMpfUk81TBt9706y9BA==}
|
||||
peerDependencies:
|
||||
tough-cookie: ^5.0.0 || ^4.0.0
|
||||
valibot: ^0.42.0
|
||||
|
@ -1136,20 +1140,20 @@ packages:
|
|||
zod:
|
||||
optional: true
|
||||
|
||||
'@fuman/io@0.0.2':
|
||||
resolution: {integrity: sha512-bgEbGatqT4xvPJzbDuwGdxR28t/Z4wRWmoiJR3viCnMTvY0mzJuhozhafM3AGmOhlBP5m9ivIc9CRxP5AQEl3w==}
|
||||
'@fuman/io@0.0.3':
|
||||
resolution: {integrity: sha512-RK7lu1PsYHuteaBPDlomCjinMrX8CmbF/cv4KYqJrXWtprmBHMIJhpAg517WhMICeYEiWyfLLUWAzV6L/diLdg==}
|
||||
|
||||
'@fuman/net@0.0.2':
|
||||
resolution: {integrity: sha512-rMSufjrNRljxbcUcRok8rK5Ji3X6//F9egtWMthyPFl/gj1rtcBGi0bvLA7MJ34xURT09qMUQkmj/sZr6wwEnA==}
|
||||
'@fuman/net@0.0.3':
|
||||
resolution: {integrity: sha512-gvpes8JLN0yVpJIGzzCQNleELKMNnkTbwP+BZMRS4O+i1Ap6K5c5WyDTMXUSkTIIjVtpssD40rxjVu8beWb5lA==}
|
||||
|
||||
'@fuman/node@0.0.2':
|
||||
resolution: {integrity: sha512-9N4EDG1M2stHbT2ivoO2ekhtcdXUu+tFWDyQH/l4UNhFH69qzl1/F5xQk3aviGhTkfGV/LsIoUOvXGwnqavwtQ==}
|
||||
'@fuman/node@0.0.3':
|
||||
resolution: {integrity: sha512-mFZWoWiZEyk9kkrSwR2066AMJu7TLxoaOKnBtlVJsywSl65BsWj52rWqu4bfTzV1CSM2KvWFDltLRAXJb/uCmA==}
|
||||
|
||||
'@fuman/utils@0.0.1':
|
||||
resolution: {integrity: sha512-9zT7TiQEm2leoXVoN1Fs7m0d6bZcJXWDWQl9MhoySb+z0+iXb05PcDuTxTfCAvpGK1XVFf3n+MyN0w1yCKHc7Q==}
|
||||
|
||||
'@fuman/utils@0.0.2':
|
||||
resolution: {integrity: sha512-Qok+uJM1gfYdIa4vIrvFl40IVsKmPINy7giXhfH25Bm2bQHAPGaMiTmy8aj8wz/jGZgzh3ga9mhVBFzD38E/Fw==}
|
||||
'@fuman/utils@0.0.3':
|
||||
resolution: {integrity: sha512-EhWPFvVHqFSWVi9VMTutvUQ/btDVIz0dKJV90oOPzl4wMCB0WDrIYlGnt698tqbxWHLUCEos1FomSe1McVklyQ==}
|
||||
|
||||
'@humanwhocodes/module-importer@1.0.1':
|
||||
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
||||
|
@ -1211,17 +1215,17 @@ packages:
|
|||
'@jsr/denosaurs__plug@1.0.6':
|
||||
resolution: {integrity: sha512-3sRBjWs6Str1+5w8Lj5t4dDNxUJB6RWJaxAf1e04CHwbbPBbyzrzKs2iammkGlEra8yL2RO70+c8x0/52as6XA==, tarball: https://npm.jsr.io/~/11/@jsr/denosaurs__plug/1.0.6.tgz}
|
||||
|
||||
'@jsr/fuman__deno@0.0.2':
|
||||
resolution: {integrity: sha512-6Bo3tjL75O7bRqAJG267EsbzQnucZdaRHQ52+dXyZKMWYkyUEH9xO5JGuvqtEajz4egytLD2NAyhOrro6EGJnA==, tarball: https://npm.jsr.io/~/11/@jsr/fuman__deno/0.0.2.tgz}
|
||||
'@jsr/fuman__deno@0.0.3':
|
||||
resolution: {integrity: sha512-yBOlSu+gyuHkhY7c/cYj3Qv9i2B2KaiRdgyQL/7ViMHYYVSRKl3EpexWRw5u+KQ5gMNsclh6w58P5J8P/olEGA==, tarball: https://npm.jsr.io/~/11/@jsr/fuman__deno/0.0.3.tgz}
|
||||
|
||||
'@jsr/fuman__io@0.0.2':
|
||||
resolution: {integrity: sha512-jbNUpHkmURSBeFLTw4Gy7ND/K4skwjlp5t+2YuXuHDcXRA6a+YxTGe6fKZBD7ActZMY2lOpZAjyujyxZSY/Ilg==, tarball: https://npm.jsr.io/~/11/@jsr/fuman__io/0.0.2.tgz}
|
||||
'@jsr/fuman__io@0.0.3':
|
||||
resolution: {integrity: sha512-gX4ZlwkqqfvldhJBxW8jVYy6qAwbTGsN91NjxWJL28bAmCwSwuUNmhvORpOlqdq0tp7eiXqOPDp0XI+Rf0/wOg==, tarball: https://npm.jsr.io/~/11/@jsr/fuman__io/0.0.3.tgz}
|
||||
|
||||
'@jsr/fuman__net@0.0.2':
|
||||
resolution: {integrity: sha512-VDgdKPiciN/M0fZsVdceNqawsKuBY08xeknw++3M9poxmhXQbI4xMBUESy8Tka3jVQ5Ys55yFfwa59yDakpmlw==, tarball: https://npm.jsr.io/~/11/@jsr/fuman__net/0.0.2.tgz}
|
||||
'@jsr/fuman__net@0.0.3':
|
||||
resolution: {integrity: sha512-aEC1A5T+lkmGIWSckAWOc4SxsxY+dEZJHQQZlwKZOA2/6KgYoM5phUiCVgANGnUvLy7s54pk09htFba/NrXM5A==, tarball: https://npm.jsr.io/~/11/@jsr/fuman__net/0.0.3.tgz}
|
||||
|
||||
'@jsr/fuman__utils@0.0.2':
|
||||
resolution: {integrity: sha512-EjRHcmuDsOru0+OtMx19dlZIW3Nj2e16VEWT9uL0OTJeNVr+tMmh/hkS5S1IyggjacU591i0cjuE17GUXhFGkg==, tarball: https://npm.jsr.io/~/11/@jsr/fuman__utils/0.0.2.tgz}
|
||||
'@jsr/fuman__utils@0.0.3':
|
||||
resolution: {integrity: sha512-vEMeUk1J2Ldw0oPq0w2AkCOCEs+p7XiamYLXOPeSzdfZeg6oyzpTOycl4tOstIqr/PQ2ELCbEsHXFmsmxDpw/g==, tarball: https://npm.jsr.io/~/11/@jsr/fuman__utils/0.0.3.tgz}
|
||||
|
||||
'@jsr/std__assert@0.217.0':
|
||||
resolution: {integrity: sha512-kCGfcXX8lMcZHWrCgFhbdpNloB50MkLwHdRZvZKjZK424F9g+M742jkTDLMOJmwkDoEqFKyNVrGhPtspS4+NvQ==, tarball: https://npm.jsr.io/~/11/@jsr/std__assert/0.217.0.tgz}
|
||||
|
@ -4775,13 +4779,13 @@ snapshots:
|
|||
dependencies:
|
||||
levn: 0.4.1
|
||||
|
||||
'@fuman/build@0.0.2(tough-cookie@4.1.4)(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))':
|
||||
'@fuman/build@0.0.3(tough-cookie@4.1.4)(typedoc@0.26.5(typescript@5.5.4))(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))':
|
||||
dependencies:
|
||||
'@drizzle-team/brocli': 0.10.2
|
||||
'@fuman/fetch': 0.0.2(tough-cookie@4.1.4)(zod@3.23.8)
|
||||
'@fuman/io': 0.0.2
|
||||
'@fuman/node': 0.0.2
|
||||
'@fuman/utils': 0.0.2
|
||||
'@fuman/fetch': 0.0.3(tough-cookie@4.1.4)(zod@3.23.8)
|
||||
'@fuman/io': 0.0.3
|
||||
'@fuman/node': 0.0.3
|
||||
'@fuman/utils': 0.0.3
|
||||
cross-spawn: 7.0.6
|
||||
detect-indent: 7.0.1
|
||||
js-yaml: 4.1.0
|
||||
|
@ -4791,42 +4795,44 @@ snapshots:
|
|||
typescript: 5.5.4
|
||||
vite: 5.4.2(@types/node@20.10.0)
|
||||
zod: 3.23.8
|
||||
optionalDependencies:
|
||||
typedoc: 0.26.5(typescript@5.5.4)
|
||||
transitivePeerDependencies:
|
||||
- tough-cookie
|
||||
- valibot
|
||||
- yup
|
||||
|
||||
'@fuman/bun@0.0.2':
|
||||
'@fuman/bun@0.0.3':
|
||||
dependencies:
|
||||
'@fuman/io': 0.0.2
|
||||
'@fuman/net': 0.0.2
|
||||
'@fuman/utils': 0.0.2
|
||||
'@fuman/io': 0.0.3
|
||||
'@fuman/net': 0.0.3
|
||||
'@fuman/utils': 0.0.3
|
||||
|
||||
'@fuman/fetch@0.0.2(tough-cookie@4.1.4)(zod@3.23.8)':
|
||||
'@fuman/fetch@0.0.3(tough-cookie@4.1.4)(zod@3.23.8)':
|
||||
dependencies:
|
||||
'@fuman/utils': 0.0.1
|
||||
'@fuman/utils': 0.0.3
|
||||
optionalDependencies:
|
||||
tough-cookie: 4.1.4
|
||||
zod: 3.23.8
|
||||
|
||||
'@fuman/io@0.0.2':
|
||||
'@fuman/io@0.0.3':
|
||||
dependencies:
|
||||
'@fuman/utils': 0.0.1
|
||||
'@fuman/utils': 0.0.3
|
||||
|
||||
'@fuman/net@0.0.2':
|
||||
'@fuman/net@0.0.3':
|
||||
dependencies:
|
||||
'@fuman/io': 0.0.2
|
||||
'@fuman/utils': 0.0.1
|
||||
'@fuman/io': 0.0.3
|
||||
'@fuman/utils': 0.0.3
|
||||
|
||||
'@fuman/node@0.0.2':
|
||||
'@fuman/node@0.0.3':
|
||||
dependencies:
|
||||
'@fuman/io': 0.0.2
|
||||
'@fuman/net': 0.0.2
|
||||
'@fuman/utils': 0.0.1
|
||||
'@fuman/io': 0.0.3
|
||||
'@fuman/net': 0.0.3
|
||||
'@fuman/utils': 0.0.3
|
||||
|
||||
'@fuman/utils@0.0.1': {}
|
||||
|
||||
'@fuman/utils@0.0.2': {}
|
||||
'@fuman/utils@0.0.3': {}
|
||||
|
||||
'@humanwhocodes/module-importer@1.0.1': {}
|
||||
|
||||
|
@ -4898,20 +4904,21 @@ snapshots:
|
|||
'@jsr/std__fs': 0.221.0
|
||||
'@jsr/std__path': 0.221.0
|
||||
|
||||
'@jsr/fuman__deno@0.0.2':
|
||||
'@jsr/fuman__deno@0.0.3':
|
||||
dependencies:
|
||||
'@jsr/fuman__net': 0.0.2
|
||||
'@jsr/fuman__io': 0.0.3
|
||||
'@jsr/fuman__net': 0.0.3
|
||||
|
||||
'@jsr/fuman__io@0.0.2':
|
||||
'@jsr/fuman__io@0.0.3':
|
||||
dependencies:
|
||||
'@jsr/fuman__utils': 0.0.2
|
||||
'@jsr/fuman__utils': 0.0.3
|
||||
|
||||
'@jsr/fuman__net@0.0.2':
|
||||
'@jsr/fuman__net@0.0.3':
|
||||
dependencies:
|
||||
'@jsr/fuman__io': 0.0.2
|
||||
'@jsr/fuman__utils': 0.0.2
|
||||
'@jsr/fuman__io': 0.0.3
|
||||
'@jsr/fuman__utils': 0.0.3
|
||||
|
||||
'@jsr/fuman__utils@0.0.2': {}
|
||||
'@jsr/fuman__utils@0.0.3': {}
|
||||
|
||||
'@jsr/std__assert@0.217.0':
|
||||
dependencies:
|
||||
|
@ -5003,9 +5010,9 @@ snapshots:
|
|||
|
||||
'@mtcute/node@file:packages/node':
|
||||
dependencies:
|
||||
'@fuman/net': 0.0.2
|
||||
'@fuman/node': 0.0.2
|
||||
'@fuman/utils': 0.0.2
|
||||
'@fuman/net': 0.0.3
|
||||
'@fuman/node': 0.0.3
|
||||
'@fuman/utils': 0.0.3
|
||||
'@mtcute/core': link:packages/core
|
||||
'@mtcute/html-parser': link:packages/html-parser
|
||||
'@mtcute/markdown-parser': link:packages/markdown-parser
|
||||
|
|
Loading…
Reference in a new issue