@vizabi/reader-ddfcsv 4.3.0 → 4.3.2
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/lib/src/ddfcsv-reader.js
CHANGED
|
@@ -8,7 +8,7 @@ const cross_project_diagnostics_1 = require("cross-project-diagnostics");
|
|
|
8
8
|
const lib_1 = require("cross-project-diagnostics/lib");
|
|
9
9
|
const github_path_adapter_1 = require("./file-readers/github-path-adapter");
|
|
10
10
|
const myName = '@vizabi/reader-ddfcsv';
|
|
11
|
-
const myVersion = '4.3.
|
|
11
|
+
const myVersion = '4.3.2';
|
|
12
12
|
function prepareDDFCsvReaderObject(defaultResourceReader) {
|
|
13
13
|
return function (externalResourceReader, logger) {
|
|
14
14
|
return {
|
|
@@ -8,7 +8,7 @@ const cross_project_diagnostics_1 = require("cross-project-diagnostics");
|
|
|
8
8
|
const lib_1 = require("cross-project-diagnostics/lib");
|
|
9
9
|
const github_path_adapter_1 = require("./file-readers/github-path-adapter");
|
|
10
10
|
const myName = '@vizabi/reader-ddfcsv';
|
|
11
|
-
const myVersion = '4.3.
|
|
11
|
+
const myVersion = '4.3.2';
|
|
12
12
|
function prepareDDFCsvReaderObject(defaultResourceReader) {
|
|
13
13
|
return function (externalResourceReader, logger) {
|
|
14
14
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizabi/reader-ddfcsv",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"description": "Vizabi DDFcsv reader",
|
|
5
5
|
"author": "Vyacheslav Chub<vyacheslav.chub@valor-software.com>",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"lodash.flatmap": "4.5.0",
|
|
74
74
|
"lodash.flatten": "4.4.0",
|
|
75
75
|
"lodash.flattendeep": "4.4.0",
|
|
76
|
+
"lodash.get": "4.4.2",
|
|
76
77
|
"lodash.has": "4.5.2",
|
|
77
78
|
"lodash.head": "4.0.1",
|
|
78
79
|
"lodash.includes": "4.3.0",
|
|
@@ -80,6 +81,7 @@
|
|
|
80
81
|
"lodash.isnil": "4.0.0",
|
|
81
82
|
"lodash.isobject": "3.0.2",
|
|
82
83
|
"lodash.isstring": "4.0.1",
|
|
84
|
+
"lodash.keys": "4.2.0",
|
|
83
85
|
"lodash.map": "4.6.0",
|
|
84
86
|
"lodash.set": "4.3.2",
|
|
85
87
|
"lodash.size": "4.2.0",
|
|
@@ -113,7 +115,6 @@
|
|
|
113
115
|
"conventional-github-releaser": "1.1.9",
|
|
114
116
|
"copy-webpack-plugin": "4.5.2",
|
|
115
117
|
"html-webpack-plugin": "3.2.0",
|
|
116
|
-
"lodash.keys": "4.2.0",
|
|
117
118
|
"mocha": "5.2.0",
|
|
118
119
|
"nyc": "12.0.2",
|
|
119
120
|
"rimraf": "2.6.2",
|