@hed-hog/address 0.0.278 → 0.0.279

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 +3 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ ```markdown
1
2
  # @hed-hog/address
2
3
 
3
4
  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.
@@ -468,3 +469,5 @@ Authorization: Bearer <token>
468
469
  ## Licença
469
470
 
470
471
  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.278",
3
+ "version": "0.0.279",
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
15
  "@hed-hog/api-locale": "0.0.13",
15
- "@hed-hog/core": "0.0.278",
16
- "@hed-hog/api-prisma": "0.0.5",
17
- "@hed-hog/api-types": "0.0.1"
16
+ "@hed-hog/api-types": "0.0.1",
17
+ "@hed-hog/api-prisma": "0.0.5"
18
18
  },
19
19
  "exports": {
20
20
  ".": {