Skip to content

Commit

Permalink
release: 0.10.0 (#171)
Browse files Browse the repository at this point in the history
* Include module url in links object
* release: 0.10.0

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
  • Loading branch information
stainless-app[bot] authored Jul 16, 2024
1 parent 5657bc1 commit 55cf0fe
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 13 deletions.
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.9.0"
".": "0.10.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 27
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-18498233cc845cd4b7ba929669a5143d42d43f7939d7ee833001b37d125dbe29.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-1163fdd3bd8539ac941dba4e86357b43427c205cac02ff209e68e206f5e69e68.yml
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.10.0 (2024-07-16)

Full Changelog: [v0.9.0...v0.10.0](https://github.com/val-town/sdk/compare/v0.9.0...v0.10.0)

### Features

* **api:** OpenAPI spec update via Stainless API ([#170](https://github.com/val-town/sdk/issues/170)) ([984d372](https://github.com/val-town/sdk/commit/984d372c3446ccc6aea40b1ba036902ae513c41e))
* **api:** OpenAPI spec update via Stainless API ([#172](https://github.com/val-town/sdk/issues/172)) ([78118c3](https://github.com/val-town/sdk/commit/78118c3ac4ca3261cd72841214521007639a44c0))
* **api:** OpenAPI spec update via Stainless API ([#173](https://github.com/val-town/sdk/issues/173)) ([c0762e4](https://github.com/val-town/sdk/commit/c0762e4897f9b1807c18ffcbcac89aed42136d53))
* **api:** OpenAPI spec update via Stainless API ([#174](https://github.com/val-town/sdk/issues/174)) ([35406ad](https://github.com/val-town/sdk/commit/35406ad43151c6de7d598a20431b2df18e2e39fa))
* **api:** OpenAPI spec update via Stainless API ([#175](https://github.com/val-town/sdk/issues/175)) ([2491f1b](https://github.com/val-town/sdk/commit/2491f1b094382e21f7907b76b69b4f68d8e5e151))
* **api:** OpenAPI spec update via Stainless API ([#176](https://github.com/val-town/sdk/issues/176)) ([00f7b06](https://github.com/val-town/sdk/commit/00f7b06f1f1db428554925866cc8e335309822bc))
* **api:** OpenAPI spec update via Stainless API ([#177](https://github.com/val-town/sdk/issues/177)) ([086af07](https://github.com/val-town/sdk/commit/086af07ab8263e00e69b9c4795d9a5bde30c1cc9))
* **api:** OpenAPI spec update via Stainless API ([#178](https://github.com/val-town/sdk/issues/178)) ([963c85a](https://github.com/val-town/sdk/commit/963c85a37028de150306653468708645d305b9c4))
* **api:** OpenAPI spec update via Stainless API ([#179](https://github.com/val-town/sdk/issues/179)) ([d51d295](https://github.com/val-town/sdk/commit/d51d2950689bae9e5a43657cc0d68f24e8612b5c))
* **api:** OpenAPI spec update via Stainless API ([#180](https://github.com/val-town/sdk/issues/180)) ([e98f807](https://github.com/val-town/sdk/commit/e98f807aceee1ac86ccb58ddd0037661ce39658a))
* **api:** OpenAPI spec update via Stainless API ([#181](https://github.com/val-town/sdk/issues/181)) ([e29485b](https://github.com/val-town/sdk/commit/e29485b8c54903a1a34b94f732e692ff75d740f6))
* **api:** OpenAPI spec update via Stainless API ([#182](https://github.com/val-town/sdk/issues/182)) ([a3e99f6](https://github.com/val-town/sdk/commit/a3e99f6b5f05dd71b546e73d8b4da01083037664))

## 0.9.0 (2024-07-12)

Full Changelog: [v0.8.0...v0.9.0](https://github.com/val-town/sdk/compare/v0.8.0...v0.9.0)
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This library provides convenient access to the Val Town REST API from server-side TypeScript or JavaScript.

The REST API documentation can be found [on docs.val.town](https://docs.val.town). The full API of this library can be found in [api.md](api.md).
The REST API documentation can be found on [docs.val.town](https://docs.val.town). The full API of this library can be found in [api.md](api.md).

It is generated with [Stainless](https://www.stainlessapi.com/).

Expand Down Expand Up @@ -275,14 +275,6 @@ TypeScript >= 4.5 is supported.

The following runtimes are supported:

- Node.js 18 LTS or later ([non-EOL](https://endoflife.date/nodejs)) versions.
- Deno v1.28.0 or higher, using `import ValTown from "npm:@valtown/sdk"`.
- Bun 1.0 or later.
- Cloudflare Workers.
- Vercel Edge Runtime.
- Jest 28 or greater with the `"node"` environment (`"jsdom"` is not supported at this time).
- Nitro v2.6 or greater.

Note that React Native is not supported at this time.

If you are interested in other runtime environments, please open or upvote an issue on GitHub.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valtown/sdk",
"version": "0.9.0",
"version": "0.10.0",
"description": "The official TypeScript library for the Val Town API",
"author": "Val Town <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions src/resources/alias/username/val-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ export namespace ValNameRetrieveResponse {
}

export interface Links {
/**
* The URL of this Val’s source code as a module
*/
module: string;

/**
* The URL of this val on this API
*/
Expand Down
10 changes: 10 additions & 0 deletions src/resources/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ export namespace BasicVal {
}

export interface Links {
/**
* The URL of this Val’s source code as a module
*/
module: string;

/**
* The URL of this val on this API
*/
Expand Down Expand Up @@ -160,6 +165,11 @@ export namespace ExtendedVal {
}

export interface Links {
/**
* The URL of this Val’s source code as a module
*/
module: string;

/**
* The URL of this val on this API
*/
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.9.0'; // x-release-please-version
export const VERSION = '0.10.0'; // x-release-please-version

0 comments on commit 55cf0fe

Please sign in to comment.