@hedhog/admin 0.0.86 → 0.0.88

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/hedhog.yaml +0 -3
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -1115,8 +1115,6 @@ data:
1115
1115
  region: US
1116
1116
  - code: pt
1117
1117
  region: BR
1118
- - code: fr
1119
- region: FR
1120
1118
  translation_namespaces:
1121
1119
  - name: translation
1122
1120
  relations:
@@ -1325,7 +1323,6 @@ tables:
1325
1323
  - name: code
1326
1324
  type: char
1327
1325
  length: 3
1328
- default: BRA
1329
1326
  - type: created_at
1330
1327
  - type: updated_at
1331
1328
  ifNotExists: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.86",
3
+ "version": "0.0.88",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {