File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.30 "
2+ "." : " 0.1.0-alpha.31 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 15
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-d7dece4e944ac11225e837381a5f771dc82aa2feb37cc5ddcb83c3ed09367771 .yml
3- openapi_spec_hash : e5d9664ddfbca394030b9a9e24246dc7
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-679b42a61deffd275fd9e01d6e2c0024540cd0059f4cc01bb52cc2876aaff3af .yml
3+ openapi_spec_hash : 8c3eea1499910eb3683d774fe1a21f79
44config_hash : 8457a42ab599fb499cdacdb3ff40cfe9
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.31 (2026-05-19)
4+
5+ 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 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 6864155] ( https://github.com/sfcompute/nodes-typescript/commit/6864155eac287f3432224a71e546674e5c828dad ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** typescript:** upgrade tsc-multi so that it works with Node 26 ([ 59cf66e] ( https://github.com/sfcompute/nodes-typescript/commit/59cf66ec59802e16afe01a8b59d356e1bfb86aed ) )
15+
16+
17+ ### Chores
18+
19+ * ** tests:** remove redundant File import ([ 10d3ed9] ( https://github.com/sfcompute/nodes-typescript/commit/10d3ed9a84248e4a8b7e281abffca316792079f7 ) )
20+
321## 0.1.0-alpha.30 (2026-05-18)
422
523Full 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 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @sfcompute/nodes-sdk-alpha" ,
3- "version" : " 0.1.0-alpha.30 " ,
3+ "version" : " 0.1.0-alpha.31 " ,
44 "description" : " The official TypeScript library for the SFC Nodes API" ,
55 "author" : " SFC Nodes <hello@sfcompute.com>" ,
66 "types" : " dist/index.d.ts" ,
4343 "publint" : " ^0.2.12" ,
4444 "ts-jest" : " ^29.1.0" ,
4545 "ts-node" : " ^10.5.0" ,
46- "tsc-multi" : " https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9 /tsc-multi.tgz" ,
46+ "tsc-multi" : " https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11 /tsc-multi.tgz" ,
4747 "tsconfig-paths" : " ^4.0.0" ,
4848 "tslib" : " ^2.8.1" ,
4949 "typescript" : " 5.8.3" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { path } from '../../internal/utils/path';
1010 */
1111export class Images extends APIResource {
1212 /**
13- * > ⚠️ This endpoint is in [preview](/preview/about-preview ).
13+ * > ⚠️ This endpoint is in [public preview](/preview/roadmap ).
1414 *
1515 * List images in the specified workspace. Pass `sfc:workspace:sfcompute:public` as
1616 * the workspace to list sfc-provided public images instead.
@@ -24,7 +24,7 @@ export class Images extends APIResource {
2424 }
2525
2626 /**
27- * > ⚠️ This endpoint is in [preview](/preview/about-preview ).
27+ * > ⚠️ This endpoint is in [public preview](/preview/roadmap ).
2828 *
2929 * Retrieve an image by ID. Returns both user-owned and public images.
3030 */
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.30 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.31 ' ; // x-release-please-version
Original file line number Diff line number Diff line change 11import fs from 'fs' ;
22import type { ResponseLike } from '@sfcompute/nodes-sdk-alpha/internal/to-file' ;
33import { toFile } from '@sfcompute/nodes-sdk-alpha/core/uploads' ;
4- import { File } from 'node:buffer' ;
54
65class MyClass {
76 name : string = 'foo' ;
Original file line number Diff line number Diff line change @@ -3192,9 +3192,9 @@ ts-node@^10.5.0:
31923192 v8-compile-cache-lib "^3.0.0"
31933193 yn "3.1.1"
31943194
3195- " tsc-multi@https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9 /tsc-multi.tgz " :
3196- version "1.1.9 "
3197- resolved "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9 /tsc-multi.tgz#777f6f5d9e26bf0e94e5170990dd3a841d6707cd "
3195+ " tsc-multi@https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11 /tsc-multi.tgz " :
3196+ version "1.1.11 "
3197+ resolved "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11 /tsc-multi.tgz#010247051be13b55abdc98f787c017285149f4f2 "
31983198 dependencies :
31993199 debug "^4.3.7"
32003200 fast-glob "^3.3.2"
You can’t perform that action at this time.
0 commit comments