@natrave/shared-entities 1.2.19 → 1.2.20

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.
@@ -101,7 +101,7 @@ __decorateClass([
101
101
  ], Tournament.prototype, "registrationFee", 2);
102
102
  __decorateClass([
103
103
  Column({
104
- name: "registration_fee",
104
+ name: "referee_fee",
105
105
  type: "int",
106
106
  default: 0,
107
107
  comment: "Valor da taxa de arbitragem (em centavos)."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natrave/shared-entities",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "Entidades compartilhadass da NaTrave",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.js",