Skip to content

Commit 43903dc

Browse files
chore(stainless): update SDKs for PR #116
1 parent 0c0a780 commit 43903dc

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow is triggered when a GitHub release is created.
22
# It can also be run manually to re-publish to NPM in case it failed for some reason.
3-
# You can run this workflow by navigating to https://www.github.com/onkernel/hypeman-ts/actions/workflows/publish-npm.yml
3+
# You can run this workflow by navigating to https://www.github.com/kernel/hypeman/actions/workflows/publish-npm.yml
44
name: Publish NPM
55
on:
66
workflow_dispatch:

.github/workflows/release-doctor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Release Doctor
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- stl-ts-main
66
workflow_dispatch:
77

88
jobs:
99
release_doctor:
1010
name: release doctor
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'onkernel/hypeman-ts' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
12+
if: github.repository == 'kernel/hypeman' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313

1414
steps:
1515
- uses: actions/checkout@v6

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 37
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fhypeman-57c5cb3d3dc57a03333475dc1817875a36eead6be9439c0203d1832c32b068d5.yml
33
openapi_spec_hash: 14f7b09e6e010020f42981dddeb0b415
4-
config_hash: d452c139da1e46a44a68b91e8a40de72
4+
config_hash: a1af5d178d489535e5daee07b8d45d07

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ If you’d like to use the repository from source, you can either install from g
4242
To install via git:
4343

4444
```sh
45-
$ npm install git+ssh://git@github.com:onkernel/hypeman-ts.git
45+
$ npm install git+ssh://git@github.com:kernel/hypeman.git
4646
```
4747

4848
Alternatively, to link a local copy of the repo:
4949

5050
```sh
5151
# Clone
52-
$ git clone https://www.github.com/onkernel/hypeman-ts
53-
$ cd hypeman-ts
52+
$ git clone https://www.github.com/kernel/hypeman
53+
$ cd hypeman
5454

5555
# With yarn
5656
$ yarn link
@@ -93,7 +93,7 @@ the changes aren't made through the automated pipeline, you may want to make rel
9393

9494
### Publish with a GitHub workflow
9595

96-
You can release to package managers by using [the `Publish NPM` GitHub action](https://www.github.com/onkernel/hypeman-ts/actions/workflows/publish-npm.yml). This requires a setup organization or repository secret to be set up.
96+
You can release to package managers by using [the `Publish NPM` GitHub action](https://www.github.com/kernel/hypeman/actions/workflows/publish-npm.yml). This requires a setup organization or repository secret to be set up.
9797

9898
### Publish manually
9999

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
361361

362362
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
363363

364-
We are keen for your feedback; please open an [issue](https://www.github.com/onkernel/hypeman-ts/issues) with questions, bugs, or suggestions.
364+
We are keen for your feedback; please open an [issue](https://www.github.com/kernel/hypeman/issues) with questions, bugs, or suggestions.
365365

366366
## Requirements
367367

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",
9-
"repository": "github:onkernel/hypeman-ts",
9+
"repository": "github:kernel/hypeman",
1010
"license": "Apache-2.0",
1111
"packageManager": "pnpm@10.30.1",
1212
"files": [

0 commit comments

Comments
 (0)