From 7c373b405e707a2925cb7e0eb868d06cf49f47e5 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 23 Sep 2026 19:14:47 +0000 Subject: [PATCH 1/2] chore(environments-client): release 0.4.0 with the List and Link value types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The generated spec and types already carry `List`, `Link` and `item_type` — they match the live prod definition byte for byte, confirmed by re-running `openapi` and `typegen` against https://docs.api.epilot.io/environments.yaml. Only the published package was behind: 0.3.1 predates them, so consumers still see `EnvironmentValueType` as 'String' | 'SecretString' and have to declare the types locally. Bumps to 0.4.0 and consumes the pending changeset, which already called this a minor. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01JtZjbi6NieSBt1z5gAwv8M --- .changeset/environments-client-link-type.md | 5 ----- clients/environments-client/package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .changeset/environments-client-link-type.md diff --git a/.changeset/environments-client-link-type.md b/.changeset/environments-client-link-type.md deleted file mode 100644 index 2ebcf2528..000000000 --- a/.changeset/environments-client-link-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@epilot/environments-client': minor ---- - -Add the `Link` environment variable value type: one URL with a translatable label and description (ER-5387) diff --git a/clients/environments-client/package.json b/clients/environments-client/package.json index d22d34419..448c506fa 100644 --- a/clients/environments-client/package.json +++ b/clients/environments-client/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/environments-client", - "version": "0.3.1", + "version": "0.4.0", "description": "JavaScript client library for the epilot Environments API", "main": "dist/index.js", "types": "dist/index.d.ts", From 44f33169a75d49c37ce9233b287dcf75b5a140df Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 23 Sep 2026 19:24:00 +0000 Subject: [PATCH 2/2] chore: keep the environments-client changeset Co-Authored-By: Claude Opus 5.5 Claude-Session: https://claude.ai/code/session_01JtZjbi6NieSBt1z5gAwv8M --- .changeset/environments-client-link-type.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/environments-client-link-type.md diff --git a/.changeset/environments-client-link-type.md b/.changeset/environments-client-link-type.md new file mode 100644 index 000000000..2ebcf2528 --- /dev/null +++ b/.changeset/environments-client-link-type.md @@ -0,0 +1,5 @@ +--- +'@epilot/environments-client': minor +--- + +Add the `Link` environment variable value type: one URL with a translatable label and description (ER-5387)