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.29"
".": "0.1.0-alpha.30"
}
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-bef77b99228a46dabf4fa0d83d626af67a1f16adf612b90810b99591cb435dcd.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company/sfc-nodes-d7dece4e944ac11225e837381a5f771dc82aa2feb37cc5ddcb83c3ed09367771.yml
openapi_spec_hash: e5d9664ddfbca394030b9a9e24246dc7
config_hash: 4ea510d6a5c84c7055b51a248a2aacbf
config_hash: 8457a42ab599fb499cdacdb3ff40cfe9
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 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)

### Bug Fixes

* **publish:** pin yarn publish to registry.npmjs.org ([#41](https://github.com/sfcompute/nodes-typescript/issues/41)) ([36e044e](https://github.com/sfcompute/nodes-typescript/commit/36e044e8c8b9a5cc1a13a7825ff3a5090838085d))
* use `npm publish` so the auth token actually gets used ([#43](https://github.com/sfcompute/nodes-typescript/issues/43)) ([1495892](https://github.com/sfcompute/nodes-typescript/commit/14958928dc85f03f2773823ce8f9ca04b1ad6a52))

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

Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.28...v0.1.0-alpha.29)
Expand Down
2 changes: 1 addition & 1 deletion 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.29",
"version": "0.1.0-alpha.30",
"description": "The official TypeScript library for the SFC Nodes API",
"author": "SFC Nodes <hello@sfcompute.com>",
"types": "dist/index.d.ts",
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.29'; // x-release-please-version
export const VERSION = '0.1.0-alpha.30'; // x-release-please-version
Loading