Fix
Some checks failed
Lint / lint (push) Failing after 10s

This commit is contained in:
Julien Valverdé
2026-02-03 13:36:01 +01:00
parent 6a9388e5a1
commit 9bee83a385
3 changed files with 6 additions and 2 deletions

View File

@@ -42,7 +42,8 @@
"@effect/platform-node": "^0.104.1",
"openapi-to-effect": "^0.9.3",
"tsx": "^4.21.0",
"undici": "^7.19.0"
"undici": "^7.19.0",
"yaml": "^2.8.2"
},
"peerDependencies": {
"@effect/platform": "^0.94.2",

View File

@@ -1,8 +1,8 @@
import { FetchHttpClient, FileSystem, HttpClient, Path } from "@effect/platform"
import { BunContext, BunRuntime } from "@effect/platform-bun"
import { YAML } from "bun"
import { Effect, pipe } from "effect"
import { run } from "openapi-to-effect"
import * as YAML from "yaml"
const versions = ["v1.53"]