build: bumped fuman
This commit is contained in:
parent
0d97b10ff5
commit
a953a51ce4
13 changed files with 117 additions and 169 deletions
|
@ -47,8 +47,8 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "2.26.0",
|
"@antfu/eslint-config": "2.26.0",
|
||||||
"@fuman/build": "https://pkg.pr.new/teidesu/fuman/@fuman/build@1a73dc1",
|
"@fuman/build": "https://pkg.pr.new/teidesu/fuman/@fuman/build@b0c74cb",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4",
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb",
|
||||||
"@types/deno": "npm:@teidesu/deno-types@1.46.3",
|
"@types/deno": "npm:@teidesu/deno-types@1.46.3",
|
||||||
"@types/node": "20.10.0",
|
"@types/node": "20.10.0",
|
||||||
"@types/bun": "1.1.14",
|
"@types/bun": "1.1.14",
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
"@mtcute/html-parser": "workspace:^",
|
"@mtcute/html-parser": "workspace:^",
|
||||||
"@mtcute/markdown-parser": "workspace:^",
|
"@mtcute/markdown-parser": "workspace:^",
|
||||||
"@mtcute/wasm": "workspace:^",
|
"@mtcute/wasm": "workspace:^",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4",
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb",
|
||||||
"@fuman/bun": "https://pkg.pr.new/teidesu/fuman/@fuman/bun@6017eb4",
|
"@fuman/bun": "https://pkg.pr.new/teidesu/fuman/@fuman/bun@b0c74cb",
|
||||||
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4",
|
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb",
|
||||||
"@fuman/io": "https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4"
|
"@fuman/io": "https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@mtcute/test": "workspace:^"
|
"@mtcute/test": "workspace:^"
|
||||||
|
|
|
@ -19,9 +19,9 @@
|
||||||
"gen-updates": "node ./scripts/generate-updates.cjs"
|
"gen-updates": "node ./scripts/generate-updates.cjs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fuman/io": "https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4",
|
"@fuman/io": "https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb",
|
||||||
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4",
|
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4",
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb",
|
||||||
"@mtcute/file-id": "workspace:^",
|
"@mtcute/file-id": "workspace:^",
|
||||||
"@mtcute/tl": "workspace:^",
|
"@mtcute/tl": "workspace:^",
|
||||||
"@mtcute/tl-runtime": "workspace:^",
|
"@mtcute/tl-runtime": "workspace:^",
|
||||||
|
|
|
@ -14,9 +14,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@db/sqlite": "npm:@jsr/db__sqlite@0.12.0",
|
"@db/sqlite": "npm:@jsr/db__sqlite@0.12.0",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4",
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb",
|
||||||
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4",
|
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb",
|
||||||
"@fuman/io": "https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4",
|
"@fuman/io": "https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb",
|
||||||
"@mtcute/core": "workspace:^",
|
"@mtcute/core": "workspace:^",
|
||||||
"@mtcute/html-parser": "workspace:^",
|
"@mtcute/html-parser": "workspace:^",
|
||||||
"@mtcute/markdown-parser": "workspace:^",
|
"@mtcute/markdown-parser": "workspace:^",
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mtcute/core": "workspace:^",
|
"@mtcute/core": "workspace:^",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4",
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb",
|
||||||
"events": "3.2.0"
|
"events": "3.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mtcute/tl-runtime": "workspace:^",
|
"@mtcute/tl-runtime": "workspace:^",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4",
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb",
|
||||||
"long": "5.2.3"
|
"long": "5.2.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
"@mtcute/html-parser": "workspace:^",
|
"@mtcute/html-parser": "workspace:^",
|
||||||
"@mtcute/markdown-parser": "workspace:^",
|
"@mtcute/markdown-parser": "workspace:^",
|
||||||
"@mtcute/wasm": "workspace:^",
|
"@mtcute/wasm": "workspace:^",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4",
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb",
|
||||||
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4",
|
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb",
|
||||||
"@fuman/node": "https://pkg.pr.new/teidesu/fuman/@fuman/node@6017eb4",
|
"@fuman/node": "https://pkg.pr.new/teidesu/fuman/@fuman/node@b0c74cb",
|
||||||
"better-sqlite3": "11.3.0"
|
"better-sqlite3": "11.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"long": "5.2.3",
|
"long": "5.2.3",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4",
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb",
|
||||||
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4"
|
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@mtcute/tl-utils": "workspace:^"
|
"@mtcute/tl-utils": "workspace:^"
|
||||||
|
|
|
@ -12,6 +12,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"long": "5.2.3",
|
"long": "5.2.3",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4"
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
"@mtcute/core": "workspace:^",
|
"@mtcute/core": "workspace:^",
|
||||||
"@mtcute/node": "workspace:^",
|
"@mtcute/node": "workspace:^",
|
||||||
"@mtcute/tl-utils": "workspace:^",
|
"@mtcute/tl-utils": "workspace:^",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4",
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb",
|
||||||
"@fuman/fetch": "https://pkg.pr.new/teidesu/fuman/@fuman/fetch@6017eb4",
|
"@fuman/fetch": "https://pkg.pr.new/teidesu/fuman/@fuman/fetch@b0c74cb",
|
||||||
"@types/js-yaml": "^4.0.5",
|
"@types/js-yaml": "^4.0.5",
|
||||||
"cheerio": "1.0.0-rc.12",
|
"cheerio": "1.0.0-rc.12",
|
||||||
"csv-parse": "^5.5.0",
|
"csv-parse": "^5.5.0",
|
||||||
|
|
|
@ -18,6 +18,6 @@
|
||||||
"@mtcute/core": "workspace:^",
|
"@mtcute/core": "workspace:^",
|
||||||
"@mtcute/node": "workspace:^",
|
"@mtcute/node": "workspace:^",
|
||||||
"@mtcute/web": "workspace:^",
|
"@mtcute/web": "workspace:^",
|
||||||
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4"
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mtcute/core": "workspace:^",
|
"@mtcute/core": "workspace:^",
|
||||||
"@mtcute/wasm": "workspace:^",
|
"@mtcute/wasm": "workspace:^",
|
||||||
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4",
|
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb",
|
||||||
"events": "3.2.0"
|
"events": "3.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
238
pnpm-lock.yaml
238
pnpm-lock.yaml
|
@ -15,11 +15,11 @@ importers:
|
||||||
specifier: 2.26.0
|
specifier: 2.26.0
|
||||||
version: 2.26.0(@typescript-eslint/utils@8.14.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))
|
version: 2.26.0(@typescript-eslint/utils@8.14.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':
|
'@fuman/build':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/build@1a73dc1
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/build@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/build@1a73dc1(tough-cookie@4.1.4)(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/build@b0c74cb(tough-cookie@4.1.4)(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@types/bun':
|
'@types/bun':
|
||||||
specifier: 1.1.14
|
specifier: 1.1.14
|
||||||
version: 1.1.14
|
version: 1.1.14
|
||||||
|
@ -105,17 +105,17 @@ importers:
|
||||||
packages/bun:
|
packages/bun:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/bun':
|
'@fuman/bun':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/bun@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/bun@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/bun@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/bun@b0c74cb
|
||||||
'@fuman/io':
|
'@fuman/io':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
'@fuman/net':
|
'@fuman/net':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@mtcute/core':
|
'@mtcute/core':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../core
|
version: link:../core
|
||||||
|
@ -135,16 +135,22 @@ importers:
|
||||||
|
|
||||||
packages/convert:
|
packages/convert:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@fuman/io':
|
||||||
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
'@fuman/net':
|
'@fuman/net':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@mtcute/core':
|
'@mtcute/core':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../core
|
version: link:../core
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
'@mtcute/node':
|
||||||
|
specifier: workspace:^
|
||||||
|
version: link:../node
|
||||||
'@mtcute/test':
|
'@mtcute/test':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../test
|
version: link:../test
|
||||||
|
@ -152,14 +158,14 @@ importers:
|
||||||
packages/core:
|
packages/core:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/io':
|
'@fuman/io':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
'@fuman/net':
|
'@fuman/net':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@mtcute/file-id':
|
'@mtcute/file-id':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../file-id
|
version: link:../file-id
|
||||||
|
@ -239,14 +245,14 @@ importers:
|
||||||
specifier: npm:@jsr/db__sqlite@0.12.0
|
specifier: npm:@jsr/db__sqlite@0.12.0
|
||||||
version: '@jsr/db__sqlite@0.12.0'
|
version: '@jsr/db__sqlite@0.12.0'
|
||||||
'@fuman/io':
|
'@fuman/io':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
'@fuman/net':
|
'@fuman/net':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@mtcute/core':
|
'@mtcute/core':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../core
|
version: link:../core
|
||||||
|
@ -270,8 +276,8 @@ importers:
|
||||||
packages/dispatcher:
|
packages/dispatcher:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@mtcute/core':
|
'@mtcute/core':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../core
|
version: link:../core
|
||||||
|
@ -286,8 +292,8 @@ importers:
|
||||||
packages/file-id:
|
packages/file-id:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@mtcute/tl-runtime':
|
'@mtcute/tl-runtime':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../tl-runtime
|
version: link:../tl-runtime
|
||||||
|
@ -328,14 +334,14 @@ importers:
|
||||||
packages/node:
|
packages/node:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/net':
|
'@fuman/net':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
'@fuman/node':
|
'@fuman/node':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/node@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/node@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/node@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/node@b0c74cb
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@mtcute/core':
|
'@mtcute/core':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../core
|
version: link:../core
|
||||||
|
@ -362,11 +368,11 @@ importers:
|
||||||
packages/test:
|
packages/test:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/net':
|
'@fuman/net':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@mtcute/core':
|
'@mtcute/core':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../core
|
version: link:../core
|
||||||
|
@ -397,11 +403,11 @@ importers:
|
||||||
version: 5.2.3
|
version: 5.2.3
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@fuman/fetch':
|
'@fuman/fetch':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/fetch@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/fetch@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/fetch@6017eb4(tough-cookie@4.1.4)(zod@3.23.8)
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/fetch@b0c74cb(tough-cookie@4.1.4)(zod@3.23.8)
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@mtcute/core':
|
'@mtcute/core':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../core
|
version: link:../core
|
||||||
|
@ -427,8 +433,8 @@ importers:
|
||||||
packages/tl-runtime:
|
packages/tl-runtime:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
long:
|
long:
|
||||||
specifier: 5.2.3
|
specifier: 5.2.3
|
||||||
version: 5.2.3
|
version: 5.2.3
|
||||||
|
@ -445,8 +451,8 @@ importers:
|
||||||
packages/wasm:
|
packages/wasm:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@fuman/utils':
|
'@fuman/utils':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
'@mtcute/core':
|
'@mtcute/core':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../core
|
version: link:../core
|
||||||
|
@ -460,8 +466,8 @@ importers:
|
||||||
packages/web:
|
packages/web:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/net':
|
'@fuman/net':
|
||||||
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
version: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
'@mtcute/core':
|
'@mtcute/core':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../core
|
version: link:../core
|
||||||
|
@ -904,20 +910,20 @@ packages:
|
||||||
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
|
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@1a73dc1':
|
'@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@b0c74cb':
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/build@1a73dc1}
|
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/build@b0c74cb}
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: 5.5.4
|
typescript: 5.5.4
|
||||||
vite: ^5.4.0
|
vite: ^5.4.0
|
||||||
|
|
||||||
'@fuman/bun@https://pkg.pr.new/teidesu/fuman/@fuman/bun@6017eb4':
|
'@fuman/bun@https://pkg.pr.new/teidesu/fuman/@fuman/bun@b0c74cb':
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/bun@6017eb4}
|
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/bun@b0c74cb}
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
|
|
||||||
'@fuman/fetch@https://pkg.pr.new/teidesu/fuman/@fuman/fetch@1a73dc1':
|
'@fuman/fetch@https://pkg.pr.new/teidesu/fuman/@fuman/fetch@b0c74cb':
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/fetch@1a73dc1}
|
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/fetch@b0c74cb}
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
tough-cookie: ^5.0.0 || ^4.0.0
|
tough-cookie: ^5.0.0 || ^4.0.0
|
||||||
|
@ -934,54 +940,20 @@ packages:
|
||||||
zod:
|
zod:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@fuman/fetch@https://pkg.pr.new/teidesu/fuman/@fuman/fetch@6017eb4':
|
'@fuman/io@https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb':
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/fetch@6017eb4}
|
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb}
|
||||||
version: 0.0.1
|
|
||||||
peerDependencies:
|
|
||||||
tough-cookie: ^5.0.0 || ^4.0.0
|
|
||||||
valibot: ^0.42.0
|
|
||||||
yup: ^1.0.0
|
|
||||||
zod: ^3.0.0
|
|
||||||
peerDependenciesMeta:
|
|
||||||
tough-cookie:
|
|
||||||
optional: true
|
|
||||||
valibot:
|
|
||||||
optional: true
|
|
||||||
yup:
|
|
||||||
optional: true
|
|
||||||
zod:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@fuman/io@https://pkg.pr.new/teidesu/fuman/@fuman/io@1a73dc1':
|
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/io@1a73dc1}
|
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
|
|
||||||
'@fuman/io@https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4':
|
'@fuman/net@https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb':
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4}
|
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb}
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
|
|
||||||
'@fuman/net@https://pkg.pr.new/teidesu/fuman/@fuman/net@1a73dc1':
|
'@fuman/node@https://pkg.pr.new/teidesu/fuman/@fuman/node@b0c74cb':
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/net@1a73dc1}
|
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/node@b0c74cb}
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
|
|
||||||
'@fuman/net@https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4':
|
'@fuman/utils@https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb':
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4}
|
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb}
|
||||||
version: 0.0.1
|
|
||||||
|
|
||||||
'@fuman/node@https://pkg.pr.new/teidesu/fuman/@fuman/node@1a73dc1':
|
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/node@1a73dc1}
|
|
||||||
version: 0.0.1
|
|
||||||
|
|
||||||
'@fuman/node@https://pkg.pr.new/teidesu/fuman/@fuman/node@6017eb4':
|
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/node@6017eb4}
|
|
||||||
version: 0.0.1
|
|
||||||
|
|
||||||
'@fuman/utils@https://pkg.pr.new/teidesu/fuman/@fuman/utils@1a73dc1':
|
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/utils@1a73dc1}
|
|
||||||
version: 0.0.1
|
|
||||||
|
|
||||||
'@fuman/utils@https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4':
|
|
||||||
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4}
|
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
|
|
||||||
'@humanwhocodes/module-importer@1.0.1':
|
'@humanwhocodes/module-importer@1.0.1':
|
||||||
|
@ -4290,13 +4262,13 @@ snapshots:
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.4': {}
|
'@eslint/object-schema@2.1.4': {}
|
||||||
|
|
||||||
'@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@1a73dc1(tough-cookie@4.1.4)(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))':
|
'@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@b0c74cb(tough-cookie@4.1.4)(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@drizzle-team/brocli': 0.10.2
|
'@drizzle-team/brocli': 0.10.2
|
||||||
'@fuman/fetch': https://pkg.pr.new/teidesu/fuman/@fuman/fetch@1a73dc1(tough-cookie@4.1.4)(zod@3.23.8)
|
'@fuman/fetch': https://pkg.pr.new/teidesu/fuman/@fuman/fetch@b0c74cb(tough-cookie@4.1.4)(zod@3.23.8)
|
||||||
'@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@1a73dc1
|
'@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
'@fuman/node': https://pkg.pr.new/teidesu/fuman/@fuman/node@1a73dc1
|
'@fuman/node': https://pkg.pr.new/teidesu/fuman/@fuman/node@b0c74cb
|
||||||
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@1a73dc1
|
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
cross-spawn: 7.0.3
|
cross-spawn: 7.0.3
|
||||||
detect-indent: 7.0.1
|
detect-indent: 7.0.1
|
||||||
js-yaml: 4.1.0
|
js-yaml: 4.1.0
|
||||||
|
@ -4311,59 +4283,35 @@ snapshots:
|
||||||
- valibot
|
- valibot
|
||||||
- yup
|
- yup
|
||||||
|
|
||||||
'@fuman/bun@https://pkg.pr.new/teidesu/fuman/@fuman/bun@6017eb4':
|
'@fuman/bun@https://pkg.pr.new/teidesu/fuman/@fuman/bun@b0c74cb':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4
|
'@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
'@fuman/net': https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
'@fuman/net': https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
|
|
||||||
'@fuman/fetch@https://pkg.pr.new/teidesu/fuman/@fuman/fetch@1a73dc1(tough-cookie@4.1.4)(zod@3.23.8)':
|
'@fuman/fetch@https://pkg.pr.new/teidesu/fuman/@fuman/fetch@b0c74cb(tough-cookie@4.1.4)(zod@3.23.8)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@1a73dc1
|
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
tough-cookie: 4.1.4
|
tough-cookie: 4.1.4
|
||||||
zod: 3.23.8
|
zod: 3.23.8
|
||||||
|
|
||||||
'@fuman/fetch@https://pkg.pr.new/teidesu/fuman/@fuman/fetch@6017eb4(tough-cookie@4.1.4)(zod@3.23.8)':
|
'@fuman/io@https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
optionalDependencies:
|
|
||||||
tough-cookie: 4.1.4
|
|
||||||
zod: 3.23.8
|
|
||||||
|
|
||||||
'@fuman/io@https://pkg.pr.new/teidesu/fuman/@fuman/io@1a73dc1':
|
'@fuman/net@https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@1a73dc1
|
'@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
|
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
|
|
||||||
'@fuman/io@https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4':
|
'@fuman/node@https://pkg.pr.new/teidesu/fuman/@fuman/node@b0c74cb':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
'@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@b0c74cb
|
||||||
|
'@fuman/net': https://pkg.pr.new/teidesu/fuman/@fuman/net@b0c74cb
|
||||||
|
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb
|
||||||
|
|
||||||
'@fuman/net@https://pkg.pr.new/teidesu/fuman/@fuman/net@1a73dc1':
|
'@fuman/utils@https://pkg.pr.new/teidesu/fuman/@fuman/utils@b0c74cb': {}
|
||||||
dependencies:
|
|
||||||
'@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@1a73dc1
|
|
||||||
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@1a73dc1
|
|
||||||
|
|
||||||
'@fuman/net@https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4':
|
|
||||||
dependencies:
|
|
||||||
'@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4
|
|
||||||
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
|
||||||
|
|
||||||
'@fuman/node@https://pkg.pr.new/teidesu/fuman/@fuman/node@1a73dc1':
|
|
||||||
dependencies:
|
|
||||||
'@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@1a73dc1
|
|
||||||
'@fuman/net': https://pkg.pr.new/teidesu/fuman/@fuman/net@1a73dc1
|
|
||||||
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@1a73dc1
|
|
||||||
|
|
||||||
'@fuman/node@https://pkg.pr.new/teidesu/fuman/@fuman/node@6017eb4':
|
|
||||||
dependencies:
|
|
||||||
'@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@6017eb4
|
|
||||||
'@fuman/net': https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4
|
|
||||||
'@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4
|
|
||||||
|
|
||||||
'@fuman/utils@https://pkg.pr.new/teidesu/fuman/@fuman/utils@1a73dc1': {}
|
|
||||||
|
|
||||||
'@fuman/utils@https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4': {}
|
|
||||||
|
|
||||||
'@humanwhocodes/module-importer@1.0.1': {}
|
'@humanwhocodes/module-importer@1.0.1': {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue