Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .sdk-source.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"sourceCommit": "bbd0e1f4eb538d87b53a43aae9bdd175fa1a4fc8",
"sourceCommit": "07f8895759ea6f2016d62d98cbdf3b6f0f2933ed",
"contract": "contracts/2026.07/public-sdk-contract.json",
"packages": [
"typescript"
Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.3.0-rc.1";
export const VERSION = "0.3.0-rc.2";