Skip to content

Commit 8c2e2ed

Browse files
committed
chore(repo): change copy to talk about supabase-js
1 parent 8b3e32f commit 8c2e2ed

File tree

24 files changed

+67
-68
lines changed

24 files changed

+67
-68
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ body:
9191
options:
9292
- label: Follow our [Code of Conduct](https://github.com/supabase/.github/blob/main/CODE_OF_CONDUCT.md)
9393
required: true
94-
- label: Read the [Contributing Guidelines](https://github.com/supabase/js-client-libs/blob/main/docs/CONTRIBUTING.md).
94+
- label: Read the [Contributing Guidelines](https://github.com/supabase/supabase-js/blob/main/docs/CONTRIBUTING.md).
9595
required: true
9696
- label: Read the [docs](https://supabase.com/docs/reference/javascript/introduction).
9797
required: true
98-
- label: Check that there isn't [already an issue](https://github.com/supabase/js-client-libs/issues) that reports the same bug to avoid creating a duplicate.
98+
- label: Check that there isn't [already an issue](https://github.com/supabase/supabase-js/issues) that reports the same bug to avoid creating a duplicate.
9999
required: true
100100
- label: Make sure this is a Supabase JS Library issue and not an issue with the Supabase platform. If it's a Supabase platform related bug, it should likely be reported to [supabase/supabase](https://github.com/supabase/supabase) instead.
101101
required: true
102-
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/supabase/js-client-libs/discussions) or join our [Discord Chat Server](https://discord.supabase.com//).
102+
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/supabase/supabase-js/discussions) or join our [Discord Chat Server](https://discord.supabase.com//).
103103
required: true
104104
- label: The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
105105
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body:
4040
options:
4141
- label: Follow our [Code of Conduct](https://github.com/supabase/.github/blob/main/CODE_OF_CONDUCT.md)
4242
required: true
43-
- label: Read the [Contributing Guidelines](https://github.com/supabase/js-client-libs/blob/main/docs/CONTRIBUTING.md).
43+
- label: Read the [Contributing Guidelines](https://github.com/supabase/supabase-js/blob/main/docs/CONTRIBUTING.md).
4444
required: true
4545
- label: Read the [docs](https://supabase.com/docs/reference/javascript/introduction).
4646
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Closes #(issue_number) <!-- If applicable -->
2929

3030
<!-- Ensure all items are checked before submitting -->
3131

32-
- [ ] I have read the [Contributing Guidelines](https://github.com/supabase/js-client-libs/blob/main/docs/CONTRIBUTING.md)
32+
- [ ] I have read the [Contributing Guidelines](https://github.com/supabase/supabase-js/blob/main/docs/CONTRIBUTING.md)
3333
- [ ] My PR title follows the [conventional commit format](https://www.conventionalcommits.org/): `<type>(<scope>): <description>`
3434
- [ ] I have run `npx nx format` to ensure consistent code formatting
3535
- [ ] I have added tests for new functionality (if applicable)

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
<hr style="margin-top: 50px; border: 1px solid #eee;">
134134
<p style="color: #999; font-size: 12px;">
135-
Generated from the <a href="https://github.com/supabase/js-client-libs">js-client-libs</a> monorepo.
135+
Generated from the <a href="https://github.com/supabase/supabase-js">supabase-js</a> monorepo.
136136
</p>
137137
</body>
138138
</html>

.github/workflows/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
preview:
2323
if: >
24-
github.repository == 'supabase/js-client-libs' &&
24+
github.repository == 'supabase/supabase-js' &&
2525
(github.event_name == 'push' ||
2626
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'trigger: preview')))
2727
runs-on: ubuntu-latest

.github/workflows/release-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
ref: 'master',
140140
inputs: {
141141
version: '${{ github.event.inputs.version_specifier }}',
142-
source: 'js-client-libs-stable-release'
142+
source: 'supabase-js-stable-release'
143143
}
144144
});
145145
@@ -170,6 +170,6 @@ jobs:
170170
ref: 'master',
171171
inputs: {
172172
version: '${{ github.event.inputs.version_specifier }}',
173-
source: 'js-client-libs-stable-release'
173+
source: 'supabase-js-stable-release'
174174
}
175175
});

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You are assisting with development in a unified Nx monorepo that consolidates al
1515
### Monorepo Structure
1616

1717
```text
18-
js-client-libs/
18+
supabase-js/
1919
├── packages/core/
2020
│ ├── supabase-js/ # @supabase/supabase-js - Main isomorphic client for Supabase
2121
│ ├── auth-js/ # @supabase/auth-js - Authentication client

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Supabase JS Client Libraries
22

3-
_A unified monorepo for all the Supabase JavaScript client libraries._
3+
_The Supabase JS monorepo containing all the Supabase JavaScript client libraries._
44

5-
> **📣 Coming from our old repositories?** This is a new unified monorepo structure. If you previously contributed to individual repositories like `supabase-js`, `auth-js`, `postgrest-js`, `realtime-js`, `storage-js`, or `functions-js`, please see our **[Migration Guide](./docs/MIGRATION.md)** to learn about the new structure and workflows.
5+
> **📣 Coming from our old repositories?** The `supabase-js` repository has been converted into a monorepo and all other client libraries have been absorbed into it. If you previously contributed to individual repositories like `auth-js`, `postgrest-js`, `realtime-js`, `storage-js`, or `functions-js`, please see our **[Migration Guide](./docs/MIGRATION.md)** to learn about the new structure and workflows.
66
77
## 📦 Libraries
88

@@ -23,8 +23,8 @@ This monorepo contains the complete suite of Supabase JavaScript client librarie
2323

2424
```bash
2525
# Clone the repository
26-
git clone https://github.com/supabase/js-client-libs.git
27-
cd js-client-libs
26+
git clone https://github.com/supabase/supabase-js.git
27+
cd supabase-js
2828

2929
# Install dependencies
3030
npm install
@@ -127,7 +127,7 @@ npx nx test <package-name> --coverage
127127
### Monorepo Structure
128128

129129
```tree
130-
js-client-libs/
130+
supabase-js/
131131
├── packages/
132132
│ └── core/ # Published libraries
133133
│ ├── auth-js/ # Authentication client
@@ -149,7 +149,7 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
149149

150150
- **Documentation**: [supabase.com/docs](https://supabase.com/docs)
151151
- **Community**: [GitHub Discussions](https://github.com/supabase/supabase/discussions)
152-
- **Issues**: [GitHub Issues](https://github.com/supabase/js-client-libs/issues)
152+
- **Issues**: [GitHub Issues](https://github.com/supabase/supabase-js/issues)
153153
- **Discord**: [Supabase Discord](https://discord.supabase.com)
154154

155155
---

WARP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This monorepo replaces the following individual repositories:
4343
## Project Structure
4444

4545
```text
46-
js-client-libs/
46+
supabase-js/
4747
├── packages/core/ # Published libraries
4848
│ ├── supabase-js/ # Main isomorphic client for Supabase (@supabase/supabase-js)
4949
│ ├── auth-js/ # Authentication client (@supabase/auth-js)

docs/CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributing to Supabase JS Libraries
22

3-
Thank you for your interest in contributing to the Supabase JavaScript client libraries! This guide will help you get started with contributing to this unified monorepo.
3+
Thank you for your interest in contributing to the Supabase JavaScript client libraries! This guide will help you get started with contributing to the Supabase JS monorepo.
44

5-
> **📣 Coming from a separate repository?** We recently unified all Supabase JS libraries into a single monorepo. If you previously contributed to `gotrue-js`, `postgrest-js`, `realtime-js`, `storage-js`, or `functions-js`, please read our **[Migration Guide](./MIGRATION.md)** to understand the new structure, workflow changes, and command mappings.
5+
> **📣 Coming from a separate repository?** The `supabase-js` repository has been converted into a monorepo and all other Supabase JS libraries have been absorbed into it. If you previously contributed to `auth-js`, `postgrest-js`, `realtime-js`, `storage-js`, or `functions-js`, please read our **[Migration Guide](MIGRATION.md)** to understand the new structure, workflow changes, and command mappings.
66
77
## 📋 Table of Contents
88

@@ -30,8 +30,8 @@ Thank you for your interest in contributing to the Supabase JavaScript client li
3030
2. **Clone your fork** locally:
3131

3232
```bash
33-
git clone [email protected]:YOUR_USERNAME/js-client-libs.git
34-
cd js-client-libs
33+
git clone [email protected]:YOUR_USERNAME/supabase-js.git
34+
cd supabase-js
3535
```
3636

3737
3. **Install dependencies**:
@@ -331,7 +331,7 @@ Official releases are handled by maintainers using Nx Release. You can read more
331331

332332
- **Documentation**: [supabase.com/docs](https://supabase.com/docs)
333333
- **Community**: [GitHub Discussions](https://github.com/supabase/supabase/discussions)
334-
- **Issues**: [GitHub Issues](https://github.com/supabase/js-client-libs/issues)
334+
- **Issues**: [GitHub Issues](https://github.com/supabase/supabase-js/issues)
335335
- **Discord**: [Supabase Discord](https://discord.supabase.com)
336336

337337
### Reporting Issues
@@ -347,8 +347,8 @@ When reporting issues, please include:
347347
### Asking Questions
348348

349349
- **General questions**: Use [GitHub Discussions](https://github.com/supabase/supabase/discussions)
350-
- **Bug reports**: Use [GitHub Issues](https://github.com/supabase/js-client-libs/issues)
351-
- **Feature requests**: Use [GitHub Issues](https://github.com/supabase/js-client-libs/issues) with the "enhancement" label
350+
- **Bug reports**: Use [GitHub Issues](https://github.com/supabase/supabase-js/issues)
351+
- **Feature requests**: Use [GitHub Issues](https://github.com/supabase/supabase-js/issues) with the "enhancement" label
352352

353353
## 🤝 Code of Conduct
354354

0 commit comments

Comments
 (0)