csv-sort 6.0.6 → 6.0.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.
- package/dist/csv-sort.esm.js +1 -1
- package/dist/csv-sort.umd.js +8 -8
- package/package.json +9 -9
package/dist/csv-sort.esm.js
CHANGED
package/dist/csv-sort.umd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name csv-sort
|
|
3
3
|
* @fileoverview Sorts double-entry bookkeeping CSV coming from internet banking
|
|
4
|
-
* @version 6.0.
|
|
4
|
+
* @version 6.0.7
|
|
5
5
|
* @author Roy Revelt, Codsen Ltd
|
|
6
6
|
* @license MIT
|
|
7
7
|
* {@link https://codsen.com/os/csv-sort/}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
/**
|
|
12
12
|
* @name ranges-sort
|
|
13
13
|
* @fileoverview Sort string index ranges
|
|
14
|
-
* @version 5.0.
|
|
14
|
+
* @version 5.0.7
|
|
15
15
|
* @author Roy Revelt, Codsen Ltd
|
|
16
16
|
* @license MIT
|
|
17
17
|
* {@link https://codsen.com/os/ranges-sort/}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
/**
|
|
20
20
|
* @name ranges-merge
|
|
21
21
|
* @fileoverview Merge and sort string index ranges
|
|
22
|
-
* @version 8.0.
|
|
22
|
+
* @version 8.0.7
|
|
23
23
|
* @author Roy Revelt, Codsen Ltd
|
|
24
24
|
* @license MIT
|
|
25
25
|
* {@link https://codsen.com/os/ranges-merge/}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
/**
|
|
28
28
|
* @name ranges-apply
|
|
29
29
|
* @fileoverview Take an array of string index ranges, delete/replace the string according to them
|
|
30
|
-
* @version 6.0.
|
|
30
|
+
* @version 6.0.7
|
|
31
31
|
* @author Roy Revelt, Codsen Ltd
|
|
32
32
|
* @license MIT
|
|
33
33
|
* {@link https://codsen.com/os/ranges-apply/}
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
/**
|
|
36
36
|
* @name string-collapse-leading-whitespace
|
|
37
37
|
* @fileoverview Collapse the leading and trailing whitespace of a string
|
|
38
|
-
* @version 6.0.
|
|
38
|
+
* @version 6.0.7
|
|
39
39
|
* @author Roy Revelt, Codsen Ltd
|
|
40
40
|
* @license MIT
|
|
41
41
|
* {@link https://codsen.com/os/string-collapse-leading-whitespace/}
|
|
@@ -44,7 +44,7 @@ function d(e,r=1){function t(e){return Array.from(e).reverse().join("")}function
|
|
|
44
44
|
/**
|
|
45
45
|
* @name ranges-push
|
|
46
46
|
* @fileoverview Gather string index ranges
|
|
47
|
-
* @version 6.0.
|
|
47
|
+
* @version 6.0.7
|
|
48
48
|
* @author Roy Revelt, Codsen Ltd
|
|
49
49
|
* @license MIT
|
|
50
50
|
* {@link https://codsen.com/os/ranges-push/}
|
|
@@ -52,7 +52,7 @@ function d(e,r=1){function t(e){return Array.from(e).reverse().join("")}function
|
|
|
52
52
|
/**
|
|
53
53
|
* @name string-remove-thousand-separators
|
|
54
54
|
* @fileoverview Detects and removes thousand separators (dot/comma/quote/space) from string-type digits
|
|
55
|
-
* @version 6.0.
|
|
55
|
+
* @version 6.0.7
|
|
56
56
|
* @author Roy Revelt, Codsen Ltd
|
|
57
57
|
* @license MIT
|
|
58
58
|
* {@link https://codsen.com/os/string-remove-thousand-separators/}
|
|
@@ -60,7 +60,7 @@ function d(e,r=1){function t(e){return Array.from(e).reverse().join("")}function
|
|
|
60
60
|
/**
|
|
61
61
|
* @name csv-split-easy
|
|
62
62
|
* @fileoverview Splits the CSV string into array of arrays, each representing a row of columns
|
|
63
|
-
* @version 6.0.
|
|
63
|
+
* @version 6.0.7
|
|
64
64
|
* @author Roy Revelt, Codsen Ltd
|
|
65
65
|
* @license MIT
|
|
66
66
|
* {@link https://codsen.com/os/csv-split-easy/}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "csv-sort",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.7",
|
|
4
4
|
"description": "Sorts double-entry bookkeeping CSV coming from internet banking",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accountancy",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@babel/runtime": "^7.16.3",
|
|
87
|
-
"csv-split-easy": "^6.0.
|
|
87
|
+
"csv-split-easy": "^6.0.7",
|
|
88
88
|
"currency.js": "^2.0.4",
|
|
89
89
|
"lodash.pull": "^4.1.0"
|
|
90
90
|
},
|
|
@@ -109,21 +109,21 @@
|
|
|
109
109
|
"@rollup/plugin-strip": "^2.1.0",
|
|
110
110
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
111
111
|
"@types/lodash.pull": "^4.1.6",
|
|
112
|
-
"@types/node": "^16.11.
|
|
112
|
+
"@types/node": "^16.11.10",
|
|
113
113
|
"@types/tap": "^15.0.5",
|
|
114
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
115
|
-
"@typescript-eslint/parser": "^5.
|
|
116
|
-
"core-js": "^3.19.
|
|
114
|
+
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
|
115
|
+
"@typescript-eslint/parser": "^5.5.0",
|
|
116
|
+
"core-js": "^3.19.2",
|
|
117
117
|
"cross-env": "^7.0.3",
|
|
118
118
|
"eslint": "^8.3.0",
|
|
119
|
-
"lect": "^0.18.
|
|
120
|
-
"rollup": "^2.60.
|
|
119
|
+
"lect": "^0.18.7",
|
|
120
|
+
"rollup": "^2.60.1",
|
|
121
121
|
"rollup-plugin-ascii": "^0.0.3",
|
|
122
122
|
"rollup-plugin-banner": "^0.2.1",
|
|
123
123
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
124
124
|
"rollup-plugin-dts": "^4.0.1",
|
|
125
125
|
"rollup-plugin-terser": "^7.0.2",
|
|
126
|
-
"tap": "^15.1.
|
|
126
|
+
"tap": "^15.1.5",
|
|
127
127
|
"tslib": "^2.3.1",
|
|
128
128
|
"typescript": "^4.5.2"
|
|
129
129
|
},
|