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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.30"
".": "0.1.0-alpha.31"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 15
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-d7dece4e944ac11225e837381a5f771dc82aa2feb37cc5ddcb83c3ed09367771.yml
openapi_spec_hash: e5d9664ddfbca394030b9a9e24246dc7
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-679b42a61deffd275fd9e01d6e2c0024540cd0059f4cc01bb52cc2876aaff3af.yml
openapi_spec_hash: 8c3eea1499910eb3683d774fe1a21f79
config_hash: 8457a42ab599fb499cdacdb3ff40cfe9
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.1.0-alpha.31 (2026-05-19)

Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.30...v0.1.0-alpha.31)

### Features

* **api:** api update ([6864155](https://github.com/sfcompute/nodes-typescript/commit/6864155eac287f3432224a71e546674e5c828dad))


### Bug Fixes

* **typescript:** upgrade tsc-multi so that it works with Node 26 ([59cf66e](https://github.com/sfcompute/nodes-typescript/commit/59cf66ec59802e16afe01a8b59d356e1bfb86aed))


### Chores

* **tests:** remove redundant File import ([10d3ed9](https://github.com/sfcompute/nodes-typescript/commit/10d3ed9a84248e4a8b7e281abffca316792079f7))

## 0.1.0-alpha.30 (2026-05-18)

Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.29...v0.1.0-alpha.30)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfcompute/nodes-sdk-alpha",
"version": "0.1.0-alpha.30",
"version": "0.1.0-alpha.31",
"description": "The official TypeScript library for the SFC Nodes API",
"author": "SFC Nodes <hello@sfcompute.com>",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"publint": "^0.2.12",
"ts-jest": "^29.1.0",
"ts-node": "^10.5.0",
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz",
"tsconfig-paths": "^4.0.0",
"tslib": "^2.8.1",
"typescript": "5.8.3",
Expand Down
4 changes: 2 additions & 2 deletions src/resources/vms/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { path } from '../../internal/utils/path';
*/
export class Images extends APIResource {
/**
* > ⚠️ This endpoint is in [preview](/preview/about-preview).
* > ⚠️ This endpoint is in [public preview](/preview/roadmap).
*
* List images in the specified workspace. Pass `sfc:workspace:sfcompute:public` as
* the workspace to list sfc-provided public images instead.
Expand All @@ -24,7 +24,7 @@ export class Images extends APIResource {
}

/**
* > ⚠️ This endpoint is in [preview](/preview/about-preview).
* > ⚠️ This endpoint is in [public preview](/preview/roadmap).
*
* Retrieve an image by ID. Returns both user-owned and public images.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.1.0-alpha.30'; // x-release-please-version
export const VERSION = '0.1.0-alpha.31'; // x-release-please-version
1 change: 0 additions & 1 deletion tests/uploads.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import fs from 'fs';
import type { ResponseLike } from '@sfcompute/nodes-sdk-alpha/internal/to-file';
import { toFile } from '@sfcompute/nodes-sdk-alpha/core/uploads';
import { File } from 'node:buffer';

class MyClass {
name: string = 'foo';
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3192,9 +3192,9 @@ ts-node@^10.5.0:
v8-compile-cache-lib "^3.0.0"
yn "3.1.1"

"tsc-multi@https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz":
version "1.1.9"
resolved "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz#777f6f5d9e26bf0e94e5170990dd3a841d6707cd"
"tsc-multi@https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz":
version "1.1.11"
resolved "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz#010247051be13b55abdc98f787c017285149f4f2"
dependencies:
debug "^4.3.7"
fast-glob "^3.3.2"
Expand Down
Loading