@hed-hog/address 0.0.279 → 0.0.286

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
- ```markdown
2
1
  # @hed-hog/address
3
2
 
4
3
  Módulo para gerenciamento de endereços no HedHog. Fornece endpoints para criar, listar, atualizar e deletar endereços, com suporte a múltiplos tipos de endereço e controle de endereço primário por tipo.
@@ -469,5 +468,3 @@ Authorization: Bearer <token>
469
468
  ## Licença
470
469
 
471
470
  Parte do projeto HedHog Lab v2.
472
-
473
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/address",
3
- "version": "0.0.279",
3
+ "version": "0.0.286",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -11,10 +11,10 @@
11
11
  "@nestjs/mapped-types": "*",
12
12
  "@hed-hog/api": "0.0.4",
13
13
  "@hed-hog/api-pagination": "0.0.6",
14
- "@hed-hog/core": "0.0.279",
14
+ "@hed-hog/core": "0.0.286",
15
15
  "@hed-hog/api-locale": "0.0.13",
16
- "@hed-hog/api-types": "0.0.1",
17
- "@hed-hog/api-prisma": "0.0.5"
16
+ "@hed-hog/api-prisma": "0.0.5",
17
+ "@hed-hog/api-types": "0.0.1"
18
18
  },
19
19
  "exports": {
20
20
  ".": {