File tree Expand file tree Collapse file tree 5 files changed +19
-9
lines changed
Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.5 "
2+ "." : " 0.1.0-alpha.6 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 8
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-d41b5a590956acc71242ed938a212ee64655756fbd4c2af91db937f97f4fd4f5 .yml
3- openapi_spec_hash : 19777fc4ebc8a243cf8ce3a9ad0e1da4
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-2e5c99b51651e369e3853f1702e4c2b6445b4e040d7fbf56af76e4bdf2bc2cc0 .yml
3+ openapi_spec_hash : 899fdbcb757727fd7d8d3e2883e885d0
44config_hash : 36084145cd36a6c9478230dbe4e451b3
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.6 (2025-08-05)
4+
5+ Full Changelog: [ v0.1.0-alpha.5...v0.1.0-alpha.6] ( https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.5...v0.1.0-alpha.6 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 049d35e] ( https://github.com/sfcompute/nodes-typescript/commit/049d35e4b0e33a0a82e5507c74ddba54dfe5a5e1 ) )
10+ * ** api:** manual updates ([ 9845a52] ( https://github.com/sfcompute/nodes-typescript/commit/9845a529496c5abcbe333ca7798cd5ae0e32c805 ) )
11+
12+
13+ ### Chores
14+
15+ * ** internal:** remove redundant imports config ([ da8315e] ( https://github.com/sfcompute/nodes-typescript/commit/da8315ea1d34cfbb9e726db92a478deea92d273a ) )
16+
317## 0.1.0-alpha.5 (2025-07-25)
418
519Full Changelog: [ v0.1.0-alpha.4...v0.1.0-alpha.5] ( https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.4...v0.1.0-alpha.5 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @sfcompute/nodes-sdk-alpha" ,
3- "version" : " 0.1.0-alpha.5 " ,
3+ "version" : " 0.1.0-alpha.6 " ,
44 "description" : " The official TypeScript library for the SFC Nodes API" ,
55 "author" :
" SFC Nodes <[email protected] >" ,
66 "types" : " dist/index.d.ts" ,
4646 "typescript" : " 5.8.3" ,
4747 "typescript-eslint" : " 8.31.1"
4848 },
49- "imports" : {
50- "@sfcompute/nodes-sdk-alpha" : " ." ,
51- "@sfcompute/nodes-sdk-alpha/*" : " ./src/*"
52- },
5349 "exports" : {
5450 "." : {
5551 "import" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.5 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.6 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments