Skip to content

Commit 1e00ec0

Browse files
chore: update SDK settings
1 parent b7fa0ce commit 1e00ec0

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
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/brand-dot-dev/context-typescript-sdk/actions/workflows/publish-npm.yml
3+
# You can run this workflow by navigating to https://www.github.com/context-dot-dev/typescript-sdk/actions/workflows/publish-npm.yml
44
name: Publish NPM
55
on:
66
workflow_dispatch:

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release_doctor:
1010
name: release doctor
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'brand-dot-dev/context-typescript-sdk' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
12+
if: github.repository == 'context-dot-dev/typescript-sdk' && (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: 20
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev%2Fcontext.dev-3a8af8deb24e840300df2b1a74edfb075287af9f38e6d343960ba75fce00ab68.yml
33
openapi_spec_hash: acc99bb843c5c7d630bc2a80b1b97444
4-
config_hash: e3bb8a87f170d88b108b79860173d125
4+
config_hash: 2b9a3f5957d6fe15f0e53b32642b99fa

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:brand-dot-dev/context-typescript-sdk.git
45+
$ npm install git+ssh://git@github.com:context-dot-dev/typescript-sdk.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/brand-dot-dev/context-typescript-sdk
53-
$ cd context-typescript-sdk
52+
$ git clone https://www.github.com/context-dot-dev/typescript-sdk
53+
$ cd typescript-sdk
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/brand-dot-dev/context-typescript-sdk/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/context-dot-dev/typescript-sdk/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
@@ -344,7 +344,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
344344

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

347-
We are keen for your feedback; please open an [issue](https://www.github.com/brand-dot-dev/context-typescript-sdk/issues) with questions, bugs, or suggestions.
347+
We are keen for your feedback; please open an [issue](https://www.github.com/context-dot-dev/typescript-sdk/issues) with questions, bugs, or suggestions.
348348

349349
## Requirements
350350

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:brand-dot-dev/context-typescript-sdk",
9+
"repository": "github:context-dot-dev/typescript-sdk",
1010
"license": "Apache-2.0",
1111
"packageManager": "yarn@1.22.22",
1212
"files": [

packages/mcp-server/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/brand-dot-dev/context-typescript-sdk.git"
12+
"url": "git+https://github.com/context-dot-dev/typescript-sdk.git"
1313
},
14-
"homepage": "https://github.com/brand-dot-dev/context-typescript-sdk/tree/main/packages/mcp-server#readme",
14+
"homepage": "https://github.com/context-dot-dev/typescript-sdk/tree/main/packages/mcp-server#readme",
1515
"documentation": "https://docs.context.dev/",
1616
"server": {
1717
"type": "node",

packages/mcp-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"type": "commonjs",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/brand-dot-dev/context-typescript-sdk.git",
11+
"url": "git+https://github.com/context-dot-dev/typescript-sdk.git",
1212
"directory": "packages/mcp-server"
1313
},
14-
"homepage": "https://github.com/brand-dot-dev/context-typescript-sdk/tree/main/packages/mcp-server#readme",
14+
"homepage": "https://github.com/context-dot-dev/typescript-sdk/tree/main/packages/mcp-server#readme",
1515
"license": "Apache-2.0",
1616
"packageManager": "yarn@1.22.22",
1717
"private": false,

0 commit comments

Comments
 (0)