diff --git a/packages/polyfill-connectors/manifests/github.CHANGELOG.md b/packages/polyfill-connectors/manifests/github.CHANGELOG.md new file mode 100644 index 000000000..4d0ba90c6 --- /dev/null +++ b/packages/polyfill-connectors/manifests/github.CHANGELOG.md @@ -0,0 +1,5 @@ +# GitHub connector changelog + +## 0.5.1 + +- Rebuild the published connector artifact with bundled Zod 4.5.4, replacing 4.5.2. diff --git a/packages/polyfill-connectors/manifests/github.json b/packages/polyfill-connectors/manifests/github.json index a06b55d30..beffd8863 100644 --- a/packages/polyfill-connectors/manifests/github.json +++ b/packages/polyfill-connectors/manifests/github.json @@ -3,7 +3,7 @@ "connector_id": "https://registry.pdpp.org/connectors/github", "connector_key": "github", "manifest_uri": "https://registry.pdpp.org/connectors/github", - "version": "0.5.0", + "version": "0.5.1", "display_name": "GitHub", "runtime_requirements": { "bindings": { diff --git a/packages/polyfill-connectors/src/collector-runner.test.ts b/packages/polyfill-connectors/src/collector-runner.test.ts index e8f79518b..77216a6a2 100644 --- a/packages/polyfill-connectors/src/collector-runner.test.ts +++ b/packages/polyfill-connectors/src/collector-runner.test.ts @@ -16,7 +16,7 @@ import { runCollectorConnector, transformRecordsToCollectorEnvelopes, } from "./collector-runner.ts"; -import { LocalDeviceHttpError, type IngestBatchRequest, type LocalDeviceClient } from "./local-device-client.ts"; +import { type IngestBatchRequest, type LocalDeviceClient, LocalDeviceHttpError } from "./local-device-client.ts"; import { buildLocalDeviceOutboxId, LocalDeviceOutbox } from "./local-device-outbox.ts"; import { LocalDeviceQueue } from "./local-device-queue.ts"; import { RuntimeCapabilityMismatchError } from "./runtime-capabilities.ts";