Skip to content

Commit 6e2debc

Browse files
Merge pull request #16 from sfcompute/release-please--branches--main--changes--next--components--nodes-sdk-alpha
2 parents f560864 + b6850b7 commit 6e2debc

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.5"
2+
".": "0.1.0-alpha.6"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: 36084145cd36a6c9478230dbe4e451b3

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

519
Full 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)

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -46,10 +46,6 @@
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",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

0 commit comments

Comments
 (0)