@burh/nuxt-core 1.0.478 → 1.0.480

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.
@@ -210,12 +210,11 @@ export default {
210
210
  return {
211
211
  focused: false,
212
212
  money: {
213
- type: Object,
214
213
  decimal: ',',
215
214
  thousands: '.',
216
215
  prefix: 'R$ ',
217
216
  suffix: '',
218
- precision: 0,
217
+ precision: 2
219
218
  }
220
219
  };
221
220
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.478",
3
+ "version": "1.0.480",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {
@@ -17,11 +17,11 @@
17
17
  "@blowstack/ckeditor-nuxt": "^0.6.0",
18
18
  "@chenfengyuan/vue-qrcode": "^1.0.1",
19
19
  "@ckeditor/ckeditor5-build-classic": "^27.0.0",
20
- "@fortawesome/fontawesome-svg-core": "^1.2.22",
20
+ "@fortawesome/fontawesome-svg-core": "1.2.22",
21
21
  "@fortawesome/free-brands-svg-icons": "^5.10.2",
22
22
  "@fortawesome/free-regular-svg-icons": "^5.10.2",
23
23
  "@fortawesome/free-solid-svg-icons": "^5.10.2",
24
- "@fortawesome/vue-fontawesome": "^0.1.7",
24
+ "@fortawesome/vue-fontawesome": "0.1.7",
25
25
  "@fullcalendar/core": "^4.2.0",
26
26
  "@fullcalendar/daygrid": "^4.1.0",
27
27
  "@fullcalendar/interaction": "^4.1.0",
@@ -51,7 +51,7 @@
51
51
  "moment": "^2.24.0",
52
52
  "nouislider": "^13.1.5",
53
53
  "nuxt": "^2.8.1",
54
- "nuxt-fontawesome": "^0.4.0",
54
+ "nuxt-fontawesome": "0.4.0",
55
55
  "nuxt-google-maps-module": "^1.6.0",
56
56
  "nuxt-maintenance-mode": "^0.3.0",
57
57
  "nuxt-sass-resources-loader": "^2.0.5",
@@ -111,5 +111,9 @@
111
111
  "bugs": {
112
112
  "url": "https://gitlab.com/gabrielesnack/burh-core/issues"
113
113
  },
114
- "homepage": "https://gitlab.com/gabrielesnack/burh-core#readme"
114
+ "homepage": "https://gitlab.com/gabrielesnack/burh-core#readme",
115
+ "engines": {
116
+ "node": "14.18.1"
117
+ },
118
+ "engineStrict": true
115
119
  }