From a2c1b00903bb2c479bba33ac9a4910659a21b64d Mon Sep 17 00:00:00 2001 From: salimlaimeche Date: Tue, 14 Jul 2026 23:33:01 +0200 Subject: [PATCH] fix: publish SDK candidate through OIDC --- .github/workflows/release.yml | 3 +-- .sdk-source.json | 2 +- typescript/package.json | 2 +- typescript/src/version.ts | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3fda0f..72bc3d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,9 @@ jobs: - uses: actions/setup-node@v6 with: node-version: "24" - registry-url: https://registry.npmjs.org package-manager-cache: false - name: Use an OIDC-capable npm CLI - run: npm install --global npm@11.5.1 + run: npm install --global npm@11.18.0 - name: Install exact dependencies working-directory: typescript run: bun install --frozen-lockfile diff --git a/.sdk-source.json b/.sdk-source.json index 2534f42..d88a2b6 100644 --- a/.sdk-source.json +++ b/.sdk-source.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, - "sourceCommit": "bbd0e1f4eb538d87b53a43aae9bdd175fa1a4fc8", + "sourceCommit": "07f8895759ea6f2016d62d98cbdf3b6f0f2933ed", "contract": "contracts/2026.07/public-sdk-contract.json", "packages": [ "typescript" diff --git a/typescript/package.json b/typescript/package.json index e7dc8de..4e73113 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@ignitionai/sdk", - "version": "0.3.0-rc.1", + "version": "0.3.0-rc.2", "description": "TypeScript SDK for licensed and self-hosted IgnitionRAG deployments", "type": "module", "main": "./dist/cjs/index.js", diff --git a/typescript/src/version.ts b/typescript/src/version.ts index 1c9d214..473fefa 100644 --- a/typescript/src/version.ts +++ b/typescript/src/version.ts @@ -1 +1 @@ -export const VERSION = "0.3.0-rc.1"; +export const VERSION = "0.3.0-rc.2";