Skip to content

Commit f74cefc

Browse files
authored
Fix up GitHub files related to TypeScript SDK (#2943)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent 6414ec8 commit f74cefc

File tree

7 files changed

+6
-209
lines changed

7 files changed

+6
-209
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
5-
{ "repo": "clockworklabs/spacetimedb-typescript-sdk" }
5+
{ "repo": "clockworklabs/SpacetimeDB" }
66
],
77
"commit": false,
88
"fixed": [],

.github/pull_request_template.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/spacetimedb-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/lint.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 146 deletions
This file was deleted.

DEVELOP.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Migration note
2+
3+
We are in the process of moving from the `spacetimedb-typescript-sdk` repo to the `sdks/typescript` subdirectory of [SpacetimeDB](https://github.com/clockworklabs/SpacetimeDB). **Any new changes should be made there**. The `spacetimedb-typescript-sdk` repo will only be updated on release. Apologies in advance for any sharp edges while the migration is in progress.
4+
15
# Notes for maintainers
26

37
The directory `packages/sdk/src/client_api` is generated from [the SpacetimeDB client-api-messages](https://github.com/clockworklabs/SpacetimeDB/tree/master/crates/client-api-messages).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
`@clockworklabs/spacetimedb-sdk` is a TypeScript SDK for SpacetimeDB.
22

3-
Source code can be found here on [GitHub](https://github.com/clockworklabs/spacetimedb-typescript-sdk/blob/main/packages/sdk).
3+
Source code can be found here on [GitHub](https://github.com/clockworklabs/SpacetimeDB/blob/master/sdks/typescript/packages/sdk).

0 commit comments

Comments
 (0)