Skip to content

Commit b31d2fd

Browse files
mandarinifenos
andauthored
feat(storage): storage vectors and analytics in storage-js (#1752)
Co-authored-by: fenos <[email protected]>
1 parent c2f8d53 commit b31d2fd

39 files changed

+6036
-47
lines changed

deno.lock

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
},
130130
"test:integration": {
131131
"inputs": ["testing", "^production"],
132+
"dependsOn": ["^build"],
132133
"cache": true,
133134
"outputs": ["{projectRoot}/coverage"]
134135
},

packages/core/auth-js/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,4 @@ The Docker setup includes:
155155

156156
We welcome contributions! Please see our [Contributing Guide](../../../CONTRIBUTING.md) for details on how to get started.
157157

158-
For major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.
159-
160-
## Sponsors
161-
162-
We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don't exist we build them and open source them ourselves.
163-
164-
[![New Sponsor](https://user-images.githubusercontent.com/10214025/90518111-e74bbb00-e198-11ea-8f88-c9e3c1aa4b5b.png)](https://github.com/sponsors/supabase)
158+
For major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.

packages/core/postgrest-js/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ npx nx test:update postgrest-js
143143
# Type checking only
144144
npx nx test:types postgrest-js
145145

146-
# Format checking
147-
npx nx format:check postgrest-js
148146
```
149147

150148
#### Test Infrastructure
@@ -198,10 +196,4 @@ For major changes or if you're unsure about something, please open an issue firs
198196

199197
## License
200198

201-
This repo is licensed under MIT License.
202-
203-
## Sponsors
204-
205-
We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves. Thanks to these sponsors who are making the OSS ecosystem better for everyone.
206-
207-
[![New Sponsor](https://user-images.githubusercontent.com/10214025/90518111-e74bbb00-e198-11ea-8f88-c9e3c1aa4b5b.png)](https://github.com/sponsors/supabase)
199+
This repo is licensed under MIT License.

0 commit comments

Comments
 (0)