@dcrackel/hematournamentui 1.0.338 → 1.0.341

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcrackel/hematournamentui",
3
3
  "private": false,
4
- "version": "1.0.338",
4
+ "version": "1.0.341",
5
5
  "type": "module",
6
6
  "main": "dist/HemaTournamentUI-lib.umd.js",
7
7
  "module": "dist/HemaTournamentUI-lib.es.js",
@@ -55,11 +55,11 @@ export default {
55
55
  },
56
56
  uploadServer: {
57
57
  type: String,
58
- default: 'http://localhost:3000/api/upload/'
58
+ default: ''
59
59
  },
60
60
  imageServer: {
61
61
  type: String,
62
- default: 'http://localhost:3000/uploads/'
62
+ default: ''
63
63
  },
64
64
  cropperOptions: {
65
65
  type: Object,
@@ -94,11 +94,11 @@ export default {
94
94
  },
95
95
  uploadServer: {
96
96
  type: String,
97
- default: 'http://localhost:3000/api/upload/'
97
+ default: ''
98
98
  },
99
99
  imageServer: {
100
100
  type: String,
101
- default: 'http://localhost:3000/uploads/'
101
+ default: ''
102
102
  },
103
103
  locations: {
104
104
  type: Array,
@@ -144,12 +144,10 @@ export default {
144
144
  default: 'profile-pic'
145
145
  },
146
146
  uploadServer: {
147
- type: String,
148
- default: 'http://localhost:3000/api/upload/'
147
+ type: String
149
148
  },
150
149
  imageServer: {
151
- type: String,
152
- default: 'http://localhost:3000/uploads/'
150
+ type: String
153
151
  },
154
152
  fencingClubs: {
155
153
  type: Array,
@@ -114,11 +114,11 @@ export default {
114
114
  },
115
115
  uploadServer: {
116
116
  type: String,
117
- default: 'http://localhost:3000/uploads/'
117
+ default: ''
118
118
  },
119
119
  imageServer: {
120
120
  type: String,
121
- default: 'http://localhost:3000/uploads/'
121
+ default: ''
122
122
  }
123
123
  },
124
124
  data() {
@@ -127,11 +127,11 @@ export default {
127
127
  },
128
128
  uploadServer: {
129
129
  type: String,
130
- default: 'http://localhost:3000/uploads/'
130
+ default: ''
131
131
  },
132
132
  imageServer: {
133
133
  type: String,
134
- default: 'http://localhost:3000/uploads/'
134
+ default: ''
135
135
  },
136
136
  userLevel: {
137
137
  type: String,