build: use builds from pkg.pr.new

This commit is contained in:
alina 🌸 2024-11-20 19:44:25 +03:00
parent 08b42b5ebc
commit 7b1ab384a0
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
15 changed files with 121 additions and 112 deletions

1
.npmrc
View file

@ -1,2 +1 @@
@jsr:registry=https://npm.jsr.io @jsr:registry=https://npm.jsr.io
@fuman:registry=https://npm.tei.su

View file

@ -47,8 +47,8 @@
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "2.26.0", "@antfu/eslint-config": "2.26.0",
"@fuman/build": "0.0.1", "@fuman/build": "https://pkg.pr.new/teidesu/fuman/@fuman/build@a3f52dc",
"@fuman/utils": "0.0.1", "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"@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/ws": "8.5.4", "@types/ws": "8.5.4",

View file

@ -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": "0.0.1", "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"@fuman/bun": "0.0.1", "@fuman/bun": "https://pkg.pr.new/teidesu/fuman/@fuman/bun@a3f52dc",
"@fuman/net": "0.0.1", "@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc",
"@fuman/io": "0.0.1" "@fuman/io": "https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc"
}, },
"devDependencies": { "devDependencies": {
"@mtcute/test": "workspace:^" "@mtcute/test": "workspace:^"

View file

@ -10,8 +10,8 @@
"exports": "./src/index.ts", "exports": "./src/index.ts",
"dependencies": { "dependencies": {
"@mtcute/core": "workspace:^", "@mtcute/core": "workspace:^",
"@fuman/utils": "0.0.1", "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"@fuman/net": "0.0.1" "@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc"
}, },
"devDependencies": { "devDependencies": {
"@mtcute/test": "workspace:^" "@mtcute/test": "workspace:^"

View file

@ -19,9 +19,9 @@
"gen-updates": "node ./scripts/generate-updates.cjs" "gen-updates": "node ./scripts/generate-updates.cjs"
}, },
"dependencies": { "dependencies": {
"@fuman/io": "0.0.1", "@fuman/io": "https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc",
"@fuman/net": "0.0.1", "@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc",
"@fuman/utils": "0.0.1", "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"@mtcute/file-id": "workspace:^", "@mtcute/file-id": "workspace:^",
"@mtcute/tl": "workspace:^", "@mtcute/tl": "workspace:^",
"@mtcute/tl-runtime": "workspace:^", "@mtcute/tl-runtime": "workspace:^",

View file

@ -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": "0.0.1", "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"@fuman/net": "0.0.1", "@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc",
"@fuman/io": "0.0.1", "@fuman/io": "https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc",
"@mtcute/core": "workspace:^", "@mtcute/core": "workspace:^",
"@mtcute/html-parser": "workspace:^", "@mtcute/html-parser": "workspace:^",
"@mtcute/markdown-parser": "workspace:^", "@mtcute/markdown-parser": "workspace:^",

View file

@ -13,7 +13,7 @@
}, },
"dependencies": { "dependencies": {
"@mtcute/core": "workspace:^", "@mtcute/core": "workspace:^",
"@fuman/utils": "0.0.1", "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"events": "3.2.0" "events": "3.2.0"
}, },
"devDependencies": { "devDependencies": {

View file

@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"@mtcute/tl-runtime": "workspace:^", "@mtcute/tl-runtime": "workspace:^",
"@fuman/utils": "0.0.1", "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"long": "5.2.3" "long": "5.2.3"
} }
} }

View file

@ -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": "0.0.1", "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"@fuman/net": "0.0.1", "@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc",
"@fuman/node": "0.0.1", "@fuman/node": "https://pkg.pr.new/teidesu/fuman/@fuman/node@a3f52dc",
"better-sqlite3": "11.3.0" "better-sqlite3": "11.3.0"
}, },
"devDependencies": { "devDependencies": {

View file

@ -25,8 +25,8 @@
}, },
"dependencies": { "dependencies": {
"long": "5.2.3", "long": "5.2.3",
"@fuman/utils": "0.0.1", "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"@fuman/net": "0.0.1" "@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc"
}, },
"devDependencies": { "devDependencies": {
"@mtcute/tl-utils": "workspace:^" "@mtcute/tl-utils": "workspace:^"

View file

@ -12,6 +12,6 @@
}, },
"dependencies": { "dependencies": {
"long": "5.2.3", "long": "5.2.3",
"@fuman/utils": "0.0.1" "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc"
} }
} }

View file

@ -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": "0.0.1-fix.1", "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"@fuman/fetch": "0.0.1-fix.2", "@fuman/fetch": "https://pkg.pr.new/teidesu/fuman/@fuman/fetch@a3f52dc",
"@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",

View file

@ -18,6 +18,6 @@
"@mtcute/core": "workspace:^", "@mtcute/core": "workspace:^",
"@mtcute/node": "workspace:^", "@mtcute/node": "workspace:^",
"@mtcute/web": "workspace:^", "@mtcute/web": "workspace:^",
"@fuman/utils": "0.0.1" "@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc"
} }
} }

View file

@ -15,7 +15,7 @@
"dependencies": { "dependencies": {
"@mtcute/core": "workspace:^", "@mtcute/core": "workspace:^",
"@mtcute/wasm": "workspace:^", "@mtcute/wasm": "workspace:^",
"@fuman/net": "0.0.1", "@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc",
"events": "3.2.0" "events": "3.2.0"
}, },
"devDependencies": { "devDependencies": {

View file

@ -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: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/build@a3f52dc
version: 0.0.1(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@a3f52dc(tough-cookie@4.1.4)(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@types/deno': '@types/deno':
specifier: npm:@teidesu/deno-types@1.46.3 specifier: npm:@teidesu/deno-types@1.46.3
version: '@teidesu/deno-types@1.46.3' version: '@teidesu/deno-types@1.46.3'
@ -105,17 +105,17 @@ importers:
packages/bun: packages/bun:
dependencies: dependencies:
'@fuman/bun': '@fuman/bun':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/bun@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/bun@a3f52dc
'@fuman/io': '@fuman/io':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc
'@fuman/net': '@fuman/net':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@mtcute/core': '@mtcute/core':
specifier: workspace:^ specifier: workspace:^
version: link:../core version: link:../core
@ -136,11 +136,11 @@ importers:
packages/convert: packages/convert:
dependencies: dependencies:
'@fuman/net': '@fuman/net':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@mtcute/core': '@mtcute/core':
specifier: workspace:^ specifier: workspace:^
version: link:../core version: link:../core
@ -152,14 +152,14 @@ importers:
packages/core: packages/core:
dependencies: dependencies:
'@fuman/io': '@fuman/io':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc
'@fuman/net': '@fuman/net':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@mtcute/file-id': '@mtcute/file-id':
specifier: workspace:^ specifier: workspace:^
version: link:../file-id version: link:../file-id
@ -239,14 +239,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: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc
'@fuman/net': '@fuman/net':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@mtcute/core': '@mtcute/core':
specifier: workspace:^ specifier: workspace:^
version: link:../core version: link:../core
@ -270,8 +270,8 @@ importers:
packages/dispatcher: packages/dispatcher:
dependencies: dependencies:
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@mtcute/core': '@mtcute/core':
specifier: workspace:^ specifier: workspace:^
version: link:../core version: link:../core
@ -286,8 +286,8 @@ importers:
packages/file-id: packages/file-id:
dependencies: dependencies:
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@mtcute/tl-runtime': '@mtcute/tl-runtime':
specifier: workspace:^ specifier: workspace:^
version: link:../tl-runtime version: link:../tl-runtime
@ -328,14 +328,14 @@ importers:
packages/node: packages/node:
dependencies: dependencies:
'@fuman/net': '@fuman/net':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
'@fuman/node': '@fuman/node':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/node@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/node@a3f52dc
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@mtcute/core': '@mtcute/core':
specifier: workspace:^ specifier: workspace:^
version: link:../core version: link:../core
@ -362,11 +362,11 @@ importers:
packages/test: packages/test:
dependencies: dependencies:
'@fuman/net': '@fuman/net':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@mtcute/core': '@mtcute/core':
specifier: workspace:^ specifier: workspace:^
version: link:../core version: link:../core
@ -396,9 +396,12 @@ importers:
specifier: 5.2.3 specifier: 5.2.3
version: 5.2.3 version: 5.2.3
devDependencies: devDependencies:
'@fuman/fetch':
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/fetch@a3f52dc
version: https://pkg.pr.new/teidesu/fuman/@fuman/fetch@a3f52dc(tough-cookie@4.1.4)(zod@3.23.8)
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@mtcute/core': '@mtcute/core':
specifier: workspace:^ specifier: workspace:^
version: link:../core version: link:../core
@ -424,8 +427,8 @@ importers:
packages/tl-runtime: packages/tl-runtime:
dependencies: dependencies:
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
long: long:
specifier: 5.2.3 specifier: 5.2.3
version: 5.2.3 version: 5.2.3
@ -442,8 +445,8 @@ importers:
packages/wasm: packages/wasm:
devDependencies: devDependencies:
'@fuman/utils': '@fuman/utils':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@mtcute/core': '@mtcute/core':
specifier: workspace:^ specifier: workspace:^
version: link:../core version: link:../core
@ -457,8 +460,8 @@ importers:
packages/web: packages/web:
dependencies: dependencies:
'@fuman/net': '@fuman/net':
specifier: 0.0.1 specifier: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
version: 0.0.1 version: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
'@mtcute/core': '@mtcute/core':
specifier: workspace:^ specifier: workspace:^
version: link:../core version: link:../core
@ -901,18 +904,21 @@ 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@0.0.1': '@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@a3f52dc':
resolution: {integrity: sha512-+1Yj/yuY9xeNWqiyyKBEx/8LLuBPET7BxbUf84eQd+z3GvN5cwciB7aeSAfVgJrfRQJM0GsBpy4Iv0MGDbt+pw==} resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/build@a3f52dc}
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@0.0.1': '@fuman/bun@https://pkg.pr.new/teidesu/fuman/@fuman/bun@a3f52dc':
resolution: {integrity: sha512-a2qael4OQNAv8bXgkH3ZtAC+slsXafVyetf33yFXGiI/g6xkH0lIY6ymbXkT6WVtkhfrNj0gBnIl/catUWkHoQ==} resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/bun@a3f52dc}
version: 0.0.1
'@fuman/fetch@0.0.1': '@fuman/fetch@https://pkg.pr.new/teidesu/fuman/@fuman/fetch@a3f52dc':
resolution: {integrity: sha512-cQVkw0QUbNlUzC5bfA4Vh65q0aeLfnu02W0dsuLNNzIW8fLzoVmwjVAKPL3CwSiZGEx51gAJmXuNyq0hOjaFSA==} resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/fetch@a3f52dc}
version: 0.0.1
peerDependencies: peerDependencies:
tough-cookie: ^5.0.0 || ^4.0.0 tough-cookie: ^5.0.0 || ^4.0.0
valibot: ^0.42.0 valibot: ^0.42.0
@ -928,17 +934,21 @@ packages:
zod: zod:
optional: true optional: true
'@fuman/io@0.0.1': '@fuman/io@https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc':
resolution: {integrity: sha512-CHMOH2btU7FiIJvjv1Uu31+KiRU1Il4dcmN5QL+udaOoR37ZJIsFAmFjv/lqKAkltnj/2XI68L/KPi8s0PPYlA==} resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc}
version: 0.0.1
'@fuman/net@0.0.1': '@fuman/net@https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc':
resolution: {integrity: sha512-rPXOrZYPzOGLCrm3C1o+nRyL5UsQFMbVcgIW6M783SgzNjSutjiF/gL/Zvx84vnbRleFE8BRSf7lcfF5zPLdQQ==} resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc}
version: 0.0.1
'@fuman/node@0.0.1': '@fuman/node@https://pkg.pr.new/teidesu/fuman/@fuman/node@a3f52dc':
resolution: {integrity: sha512-V/MNkRGBElAcTr4v2DBnxDn99AfG7hZnBl183narj/q2uYBjP/T8aN5BIeIJXK+Mqj+r5JZQhTw6z1hDSqXDFQ==} resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/node@a3f52dc}
version: 0.0.1
'@fuman/utils@0.0.1': '@fuman/utils@https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc':
resolution: {integrity: sha512-OJxfzheaRw1+EY4hAv1IyjyorGW+V9MmiH7JRXZTcCzIJ/gxWPLGRu2nSFuRgQVD/bzziV0iuggnI+gYZlydkQ==} resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc}
version: 0.0.1
'@humanwhocodes/module-importer@1.0.1': '@humanwhocodes/module-importer@1.0.1':
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
@ -4243,13 +4253,13 @@ snapshots:
'@eslint/object-schema@2.1.4': {} '@eslint/object-schema@2.1.4': {}
'@fuman/build@0.0.1(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@a3f52dc(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': 0.0.1(tough-cookie@4.1.4)(zod@3.23.8) '@fuman/fetch': https://pkg.pr.new/teidesu/fuman/@fuman/fetch@a3f52dc(tough-cookie@4.1.4)(zod@3.23.8)
'@fuman/io': 0.0.1 '@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc
'@fuman/node': 0.0.1 '@fuman/node': https://pkg.pr.new/teidesu/fuman/@fuman/node@a3f52dc
'@fuman/utils': 0.0.1 '@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
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
@ -4264,35 +4274,35 @@ snapshots:
- valibot - valibot
- yup - yup
'@fuman/bun@0.0.1': '@fuman/bun@https://pkg.pr.new/teidesu/fuman/@fuman/bun@a3f52dc':
dependencies: dependencies:
'@fuman/io': 0.0.1 '@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc
'@fuman/net': 0.0.1 '@fuman/net': https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
'@fuman/utils': 0.0.1 '@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@fuman/fetch@0.0.1(tough-cookie@4.1.4)(zod@3.23.8)': '@fuman/fetch@https://pkg.pr.new/teidesu/fuman/@fuman/fetch@a3f52dc(tough-cookie@4.1.4)(zod@3.23.8)':
dependencies: dependencies:
'@fuman/utils': 0.0.1 '@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
optionalDependencies: optionalDependencies:
tough-cookie: 4.1.4 tough-cookie: 4.1.4
zod: 3.23.8 zod: 3.23.8
'@fuman/io@0.0.1': '@fuman/io@https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc':
dependencies: dependencies:
'@fuman/utils': 0.0.1 '@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@fuman/net@0.0.1': '@fuman/net@https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc':
dependencies: dependencies:
'@fuman/io': 0.0.1 '@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc
'@fuman/utils': 0.0.1 '@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@fuman/node@0.0.1': '@fuman/node@https://pkg.pr.new/teidesu/fuman/@fuman/node@a3f52dc':
dependencies: dependencies:
'@fuman/io': 0.0.1 '@fuman/io': https://pkg.pr.new/teidesu/fuman/@fuman/io@a3f52dc
'@fuman/net': 0.0.1 '@fuman/net': https://pkg.pr.new/teidesu/fuman/@fuman/net@a3f52dc
'@fuman/utils': 0.0.1 '@fuman/utils': https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc
'@fuman/utils@0.0.1': {} '@fuman/utils@https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc': {}
'@humanwhocodes/module-importer@1.0.1': {} '@humanwhocodes/module-importer@1.0.1': {}