@burh/nuxt-core 1.0.373 → 1.0.374

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,8 +210,6 @@ export default {
210
210
  6: 'Doutorado'
211
211
  };
212
212
 
213
- console.log(typeFormation[id]);
214
-
215
213
  return typeFormation[id] || '-';
216
214
  }
217
215
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.373",
3
+ "version": "1.0.374",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {