@stamhoofd/excel-writer 2.86.0 → 2.87.0
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../index.ts","../src/xlsxcolumnfilterer.ts","../src/xlsxtransformer.ts","../src/exporttoexcel.ts","../src/interfaces.ts","../src/stream-writer/xlsxapppropswriter.ts","../src/stream-writer/xlsxcontenttypeswriter.ts","../src/stream-writer/xlsxcorepropswriter.ts","../src/stream-writer/xlsxfilewriter.ts","../src/stream-writer/xlsxrelationswriter.ts","../src/stream-writer/xlsxsharedstringswriter.ts","../src/stream-writer/xlsxsheetwriter.ts","../src/stream-writer/xlsxstyleswriter.ts","../src/stream-writer/xlsxthemewriter.ts","../src/stream-writer/xlsxworkbookwriter.ts","../src/stream-writer/xlsxwriter.ts","../src/stream-writer/escapexml.ts","../src/stream-writer/index.ts","../src/stream-writer/interfaces.ts","../src/stream-writer/adapters/archiverwriteradapter.ts","../../../environment.d.ts","../../../jest-extended.d.ts","../../stamhoofd.d.ts"],"version":"5.
|
|
1
|
+
{"root":["../index.ts","../src/xlsxcolumnfilterer.ts","../src/xlsxtransformer.ts","../src/exporttoexcel.ts","../src/interfaces.ts","../src/stream-writer/xlsxapppropswriter.ts","../src/stream-writer/xlsxcontenttypeswriter.ts","../src/stream-writer/xlsxcorepropswriter.ts","../src/stream-writer/xlsxfilewriter.ts","../src/stream-writer/xlsxrelationswriter.ts","../src/stream-writer/xlsxsharedstringswriter.ts","../src/stream-writer/xlsxsheetwriter.ts","../src/stream-writer/xlsxstyleswriter.ts","../src/stream-writer/xlsxthemewriter.ts","../src/stream-writer/xlsxworkbookwriter.ts","../src/stream-writer/xlsxwriter.ts","../src/stream-writer/escapexml.ts","../src/stream-writer/index.ts","../src/stream-writer/interfaces.ts","../src/stream-writer/adapters/archiverwriteradapter.ts","../../../environment.d.ts","../../../jest-extended.d.ts","../../stamhoofd.d.ts"],"version":"5.8.3"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../../index.ts","../../src/xlsxcolumnfilterer.ts","../../src/xlsxtransformer.ts","../../src/exporttoexcel.ts","../../src/interfaces.ts","../../src/stream-writer/xlsxapppropswriter.ts","../../src/stream-writer/xlsxcontenttypeswriter.ts","../../src/stream-writer/xlsxcorepropswriter.ts","../../src/stream-writer/xlsxfilewriter.ts","../../src/stream-writer/xlsxrelationswriter.ts","../../src/stream-writer/xlsxsharedstringswriter.ts","../../src/stream-writer/xlsxsheetwriter.ts","../../src/stream-writer/xlsxstyleswriter.ts","../../src/stream-writer/xlsxthemewriter.ts","../../src/stream-writer/xlsxworkbookwriter.ts","../../src/stream-writer/xlsxwriter.ts","../../src/stream-writer/escapexml.ts","../../src/stream-writer/index.ts","../../src/stream-writer/interfaces.ts","../../src/stream-writer/adapters/archiverwriteradapter.ts","../../../../environment.d.ts","../../../../jest-extended.d.ts","../../../stamhoofd.d.ts"],"version":"5.
|
|
1
|
+
{"root":["../../index.ts","../../src/xlsxcolumnfilterer.ts","../../src/xlsxtransformer.ts","../../src/exporttoexcel.ts","../../src/interfaces.ts","../../src/stream-writer/xlsxapppropswriter.ts","../../src/stream-writer/xlsxcontenttypeswriter.ts","../../src/stream-writer/xlsxcorepropswriter.ts","../../src/stream-writer/xlsxfilewriter.ts","../../src/stream-writer/xlsxrelationswriter.ts","../../src/stream-writer/xlsxsharedstringswriter.ts","../../src/stream-writer/xlsxsheetwriter.ts","../../src/stream-writer/xlsxstyleswriter.ts","../../src/stream-writer/xlsxthemewriter.ts","../../src/stream-writer/xlsxworkbookwriter.ts","../../src/stream-writer/xlsxwriter.ts","../../src/stream-writer/escapexml.ts","../../src/stream-writer/index.ts","../../src/stream-writer/interfaces.ts","../../src/stream-writer/adapters/archiverwriteradapter.ts","../../../../environment.d.ts","../../../../jest-extended.d.ts","../../../stamhoofd.d.ts"],"version":"5.8.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stamhoofd/excel-writer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.87.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./esm/dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "372713e1e4b626d6b4ce4f3d148f14948528312e"
|
|
28
28
|
}
|