Skip to content

Commit 2c80250

Browse files
committedMay 30, 2023
Update readme
1 parent 16f90bd commit 2c80250

File tree

2 files changed

+55
-4
lines changed

2 files changed

+55
-4
lines changed
 

‎README.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
232232
<a href="https://proxy.com">proxy.com</a>
233233
</td>
234234
</tr>
235-
<tr>
235+
<tr>
236236
<td align="center">
237237
<a href="https://trigger.dev/">
238238
<img src="https://avatars.githubusercontent.com/u/95297378?s=200&v=4" width="200px;" alt="Trigger.dev logo" />
@@ -256,6 +256,19 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
256256
<p>Simple file processing for developers.</p>
257257
</td>
258258
</tr>
259+
<tr>
260+
<td align="center">
261+
<a href="https://infisical.com">
262+
<img src="https://github.com/Infisical/infisical/assets/3084745/1b056b77-414b-48a3-9d07-f8f7f8dabf05" width="200px;" alt="Infisical logo" />
263+
</a>
264+
<br />
265+
<b>Infisical</b>
266+
<br />
267+
<a href="https://infisical.com">infisical.com</a>
268+
<br/>
269+
<p>Open-source platform for secret management: sync secrets across your team/infrastructure and prevent secret leaks.</p>
270+
</td>
271+
</tr>
259272
</table>
260273

261274
#### Silver
@@ -392,7 +405,7 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
392405
</td>
393406
</tr>
394407
<tr>
395-
<td align="center">
408+
<td align="center">
396409
<a href="https://learnwithjason.dev">
397410
<img src="https://avatars.githubusercontent.com/u/66575486?s=200&v=4" width="100px;" alt="Learn with Jason logo"/>
398411
</a>
@@ -423,6 +436,18 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
423436
<br />
424437
</td>
425438
</tr>
439+
<tr>
440+
<td align="center">
441+
<a href="https://twitter.com/alexdotjs">
442+
<img src="https://avatars.githubusercontent.com/u/459267?v=4" width="100px;" alt="Katt profile picture"/>
443+
</a>
444+
<br />
445+
<b>Alex / KATT</b>
446+
<br/>
447+
<a href="https://twitter.com/alexdotjs">Creator of tRPC</a>
448+
<br />
449+
</td>
450+
</tr>
426451
</table>
427452

428453
### Ecosystem

‎deno/lib/README.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
232232
<a href="https://proxy.com">proxy.com</a>
233233
</td>
234234
</tr>
235-
<tr>
235+
<tr>
236236
<td align="center">
237237
<a href="https://trigger.dev/">
238238
<img src="https://avatars.githubusercontent.com/u/95297378?s=200&v=4" width="200px;" alt="Trigger.dev logo" />
@@ -256,6 +256,19 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
256256
<p>Simple file processing for developers.</p>
257257
</td>
258258
</tr>
259+
<tr>
260+
<td align="center">
261+
<a href="https://infisical.com">
262+
<img src="https://github.com/Infisical/infisical/assets/3084745/1b056b77-414b-48a3-9d07-f8f7f8dabf05" width="200px;" alt="Infisical logo" />
263+
</a>
264+
<br />
265+
<b>Infisical</b>
266+
<br />
267+
<a href="https://infisical.com">infisical.com</a>
268+
<br/>
269+
<p>Open-source platform for secret management: sync secrets across your team/infrastructure and prevent secret leaks.</p>
270+
</td>
271+
</tr>
259272
</table>
260273

261274
#### Silver
@@ -392,7 +405,7 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
392405
</td>
393406
</tr>
394407
<tr>
395-
<td align="center">
408+
<td align="center">
396409
<a href="https://learnwithjason.dev">
397410
<img src="https://avatars.githubusercontent.com/u/66575486?s=200&v=4" width="100px;" alt="Learn with Jason logo"/>
398411
</a>
@@ -423,6 +436,18 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
423436
<br />
424437
</td>
425438
</tr>
439+
<tr>
440+
<td align="center">
441+
<a href="https://twitter.com/alexdotjs">
442+
<img src="https://avatars.githubusercontent.com/u/459267?v=4" width="100px;" alt="Katt profile picture"/>
443+
</a>
444+
<br />
445+
<b>Alex / KATT</b>
446+
<br/>
447+
<a href="https://twitter.com/alexdotjs">Creator of tRPC</a>
448+
<br />
449+
</td>
450+
</tr>
426451
</table>
427452

428453
### Ecosystem
@@ -495,6 +520,7 @@ There are a growing number of tools that are built atop or support Zod natively!
495520

496521
#### Powered by Zod
497522

523+
- [`freerstore`](https://github.com/JacobWeisenburger/freerstore): Firestore cost optimizer.
498524
- [`slonik`](https://github.com/gajus/slonik/tree/gajus/add-zod-validation-backwards-compatible#runtime-validation-and-static-type-inference): Node.js Postgres client with strong Zod integration.
499525
- [`soly`](https://github.com/mdbetancourt/soly): Create CLI applications with zod.
500526
- [`zod-xlsx`](https://github.com/sidwebworks/zod-xlsx): A xlsx based resource validator using Zod schemas.

0 commit comments

Comments
 (0)
Please sign in to comment.