Emit NodeNext compatible core package
Some checks failed
Codex Template Compliance / compliance (push) Successful in 5s
Build / build (push) Failing after 1m46s
Release Dry Run / release-dry-run (push) Successful in 41s

This commit is contained in:
2026-06-19 01:19:13 +02:00
parent 7fb3bd8414
commit 54282785d3
7 changed files with 18 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import { ModelProvider, ProviderProbeResult } from "./types";
import { createId, nowIso } from "./ids";
import { ModelProvider, ProviderProbeResult } from "./types.js";
import { createId, nowIso } from "./ids.js";
export function createProvider(
kind: ModelProvider["kind"],