@yakuzaa/jade 0.1.18 → 0.1.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.
Files changed (2) hide show
  1. package/commands/html.js +1 -1
  2. package/package.json +3 -3
package/commands/html.js CHANGED
@@ -467,7 +467,7 @@ function exportarCSV(dados, nomeArquivo) {
467
467
  }).join(';'))
468
468
  ];
469
469
  const bom = '\uFEFF'; // UTF-8 BOM para Excel
470
- const blob = new Blob([bom + linhas.join('\n')], { type: 'text/csv;charset=utf-8;' });
470
+ const blob = new Blob([bom + linhas.join('\\n')], { type: 'text/csv;charset=utf-8;' });
471
471
  const url = URL.createObjectURL(blob);
472
472
  const a = document.createElement('a');
473
473
  a.href = url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yakuzaa/jade",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "description": "Jade DSL — linguagem empresarial em português compilada para WebAssembly. Instala compilador + runtime + CLI.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,8 +17,8 @@
17
17
  "postinstall": "node postinstall.js"
18
18
  },
19
19
  "dependencies": {
20
- "@yakuzaa/jade-compiler": "^0.1.15",
21
- "@yakuzaa/jade-runtime": "^0.1.12"
20
+ "@yakuzaa/jade-compiler": "^0.1.16",
21
+ "@yakuzaa/jade-runtime": "^0.1.13"
22
22
  },
23
23
  "keywords": [
24
24
  "jade",