cec-nuxt-lib 0.6.5 → 0.6.6

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/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "cec-nuxt-lib",
3
3
  "configKey": "cec-nuxt-lib",
4
- "version": "0.6.5"
4
+ "version": "0.6.6"
5
5
  }
@@ -377,9 +377,9 @@ const makeAddressItem = (prop, text) => {
377
377
  return `<p class="mb-0" itemprop="${prop}">${text}</p>`;
378
378
  };
379
379
 
380
- cont formatId = (str) => {
381
- return str.replace('?', '').replace(/\W/g, '-');
382
- }
380
+ const formatId = (str) => {
381
+ return str.replace('?', '').replace(/\W/g, '-');
382
+ };
383
383
 
384
384
  const makeQuestions = (data, id) => {
385
385
  data.question.forEach((qu, j) => {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.6.5",
2
+ "version": "0.6.6",
3
3
  "name": "cec-nuxt-lib",
4
4
  "description": "Nuxt components and assets",
5
5
  "license": "MIT",