vsrepo 1.3.8 → 1.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,15 @@
1
- # VSRepository
1
+ <div align="center">
2
+ <img src="https://res.cloudinary.com/ddbfifdxd/image/upload/w_200,q_auto,f_auto/v1786386427/VS_logo_TextoAbaixo_yev4tq.png" alt="VSRepository Logo" width="200"/>
3
+
4
+ <p style="margin-top: 12px;">
5
+ <img src="https://img.shields.io/npm/v/vsrepo?style=flat-square" alt="npm version"/>
6
+ <img src="https://img.shields.io/npm/l/vsrepo?style=flat-square" alt="npm license"/>
7
+ <img src="https://img.shields.io/npm/dt/vsrepo?style=flat-square" alt="npm downloads"/>
8
+ <img src="https://img.shields.io/badge/inspired%20by-JpaRepository-E73121?style=flat-square" alt="inspired by JpaRepository"/>
9
+ </p>
10
+ </div>
2
11
 
3
- ![npm](https://img.shields.io/npm/v/vsrepo?style=flat-square)
4
- ![NPM License](https://img.shields.io/npm/l/vsrepo?style=flat-square)
5
- ![NPM Downloads](https://img.shields.io/npm/dt/vsrepo?style=flat-square)
12
+ # VSRepository
6
13
 
7
14
  🇺🇸 You're reading the English version. [🇧🇷 Ler em português](./README.pt-BR.md)
8
15
 
package/README.pt-BR.md CHANGED
@@ -1,8 +1,15 @@
1
- # VSRepository
1
+ <div align="center">
2
+ <img src="https://res.cloudinary.com/ddbfifdxd/image/upload/w_200,q_auto,f_auto/v1786386427/VS_logo_TextoAbaixo_yev4tq.png" alt="VSRepository Logo" width="200"/>
3
+
4
+ <p style="margin-top: 12px;">
5
+ <img src="https://img.shields.io/npm/v/vsrepo?style=flat-square" alt="npm version"/>
6
+ <img src="https://img.shields.io/npm/l/vsrepo?style=flat-square" alt="npm license"/>
7
+ <img src="https://img.shields.io/npm/dt/vsrepo?style=flat-square" alt="npm downloads"/>
8
+ <img src="https://img.shields.io/badge/inspired%20by-JpaRepository-E73121?style=flat-square" alt="inspired by JpaRepository"/>
9
+ </p>
10
+ </div>
2
11
 
3
- ![npm](https://img.shields.io/npm/v/vsrepo?style=flat-square)
4
- ![NPM License](https://img.shields.io/npm/l/vsrepo?style=flat-square)
5
- ![NPM Downloads](https://img.shields.io/npm/dt/vsrepo?style=flat-square)
12
+ # VSRepository
6
13
 
7
14
  🇧🇷 Você está lendo a versão em português. [🇺🇸 Read in English](./README.md)
8
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vsrepo",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "A repository pattern library for Prisma",
5
5
  "homepage": "https://github.com/jaobrabo123/VSRepository#readme",
6
6
  "repository": {