@slickgrid-universal/text-export 1.3.3 → 1.3.7

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/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2
2
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
3
- [![lerna--lite](https://img.shields.io/badge/maintained%20with-lerna--lite-d428ff)](https://github.com/ghiscoding/lerna-lite)
3
+ [![lerna--lite](https://img.shields.io/badge/maintained%20with-lerna--lite-e137ff)](https://github.com/ghiscoding/lerna-lite)
4
4
  [![npm](https://img.shields.io/npm/v/@slickgrid-universal/text-export.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/text-export)
5
5
  [![npm](https://img.shields.io/npm/dy/@slickgrid-universal/text-export?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/text-export)
6
6
 
@@ -9,10 +9,10 @@
9
9
  [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
10
10
  [![codecov](https://codecov.io/gh/ghiscoding/slickgrid-universal/branch/master/graph/badge.svg)](https://codecov.io/gh/ghiscoding/slickgrid-universal)
11
11
 
12
- ## Text Export Service (text file)
12
+ ## Text Export Service (text file)
13
13
  #### @slickgrid-universal/text-export
14
14
 
15
- Simple Export to File Service that allows to export as CSV or Text (`.csv` or `.txt`), user can also choose which data separator to use for the export (comma, colon, semicolon, ...).
15
+ Simple Export to File Service that allows to export as CSV or Text (`.csv` or `.txt`), user can also choose which data separator to use for the export (comma, colon, semicolon, ...).
16
16
 
17
17
  There are a couple of reasons to use this package (it could be used instead of the `excel-export`)
18
18
  - if you want to export to a text file with any type of separator (tab, colon, semicolon, comma)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/text-export",
3
- "version": "1.3.3",
3
+ "version": "1.3.7",
4
4
  "description": "Export to Text File (csv/txt) Service.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -42,8 +42,8 @@
42
42
  "not dead"
43
43
  ],
44
44
  "dependencies": {
45
- "@slickgrid-universal/common": "1.3.3",
46
- "@slickgrid-universal/utils": "1.3.3",
45
+ "@slickgrid-universal/common": "~1.3.7",
46
+ "@slickgrid-universal/utils": "~1.3.7",
47
47
  "text-encoding-utf-8": "^1.0.2"
48
48
  },
49
49
  "devDependencies": {
@@ -56,5 +56,5 @@
56
56
  "type": "ko_fi",
57
57
  "url": "https://ko-fi.com/ghiscoding"
58
58
  },
59
- "gitHead": "e4706ae145bf7f979dff80618f902d186ccb9136"
59
+ "gitHead": "7bd8203e076005690a5321321c64ebea2811aa5b"
60
60
  }