@@ -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",
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user