@vizabi/reader-ddfcsv 4.0.3 → 4.0.4

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 (128) hide show
  1. package/.travis.yml +0 -0
  2. package/CHANGELOG.md +0 -0
  3. package/LICENSE +0 -0
  4. package/README.md +0 -0
  5. package/deploy.js +0 -0
  6. package/dist/reader-ddfcsv-polyfill.js +2 -10
  7. package/dist/reader-ddfcsv-polyfill.js.map +1 -1
  8. package/dist/reader-ddfcsv.js +2 -10
  9. package/dist/reader-ddfcsv.js.map +1 -1
  10. package/icon.png +0 -0
  11. package/lib/src/ddf-csv.d.ts +0 -0
  12. package/lib/src/ddf-csv.js +0 -0
  13. package/lib/src/ddf-csv.js.map +0 -0
  14. package/lib/src/ddfcsv-error.d.ts +0 -0
  15. package/lib/src/ddfcsv-error.js +0 -0
  16. package/lib/src/ddfcsv-error.js.map +0 -0
  17. package/lib/src/ddfcsv-reader.d.ts +0 -0
  18. package/lib/src/ddfcsv-reader.js +0 -0
  19. package/lib/src/ddfcsv-reader.js.map +0 -0
  20. package/lib/src/file-readers/backend-file-reader.d.ts +0 -0
  21. package/lib/src/file-readers/backend-file-reader.js +0 -0
  22. package/lib/src/file-readers/backend-file-reader.js.map +0 -0
  23. package/lib/src/file-readers/github-file-reader.d.ts +0 -0
  24. package/lib/src/file-readers/github-file-reader.js +0 -0
  25. package/lib/src/file-readers/github-file-reader.js.map +0 -0
  26. package/lib/src/index.d.ts +0 -0
  27. package/lib/src/index.js +0 -0
  28. package/lib/src/index.js.map +0 -0
  29. package/lib/src/interfaces.d.ts +0 -0
  30. package/lib/src/interfaces.js +0 -0
  31. package/lib/src/interfaces.js.map +0 -0
  32. package/lib/src/resource-selection-optimizer/in-clause-under-conjunction.d.ts +0 -0
  33. package/lib/src/resource-selection-optimizer/in-clause-under-conjunction.js +0 -0
  34. package/lib/src/resource-selection-optimizer/in-clause-under-conjunction.js.map +0 -0
  35. package/lib/src/resource-selection-optimizer/index.d.ts +0 -0
  36. package/lib/src/resource-selection-optimizer/index.js +0 -0
  37. package/lib/src/resource-selection-optimizer/index.js.map +0 -0
  38. package/lib-web/src/ddf-csv.d.ts +0 -0
  39. package/lib-web/src/ddf-csv.js +0 -0
  40. package/lib-web/src/ddf-csv.js.map +0 -0
  41. package/lib-web/src/ddfcsv-error.d.ts +0 -0
  42. package/lib-web/src/ddfcsv-error.js +0 -0
  43. package/lib-web/src/ddfcsv-error.js.map +0 -0
  44. package/lib-web/src/ddfcsv-reader.d.ts +0 -0
  45. package/lib-web/src/ddfcsv-reader.js +0 -0
  46. package/lib-web/src/ddfcsv-reader.js.map +0 -0
  47. package/lib-web/src/file-readers/frontend-file-reader.d.ts +0 -0
  48. package/lib-web/src/file-readers/frontend-file-reader.js +0 -0
  49. package/lib-web/src/file-readers/frontend-file-reader.js.map +0 -0
  50. package/lib-web/src/index-web.d.ts +0 -0
  51. package/lib-web/src/index-web.js +0 -0
  52. package/lib-web/src/index-web.js.map +0 -0
  53. package/lib-web/src/interfaces.d.ts +0 -0
  54. package/lib-web/src/interfaces.js +0 -0
  55. package/lib-web/src/interfaces.js.map +0 -0
  56. package/lib-web/src/resource-selection-optimizer/in-clause-under-conjunction.d.ts +0 -0
  57. package/lib-web/src/resource-selection-optimizer/in-clause-under-conjunction.js +0 -0
  58. package/lib-web/src/resource-selection-optimizer/in-clause-under-conjunction.js.map +0 -0
  59. package/lib-web/src/resource-selection-optimizer/index.d.ts +0 -0
  60. package/lib-web/src/resource-selection-optimizer/index.js +0 -0
  61. package/lib-web/src/resource-selection-optimizer/index.js.map +0 -0
  62. package/package.json +4 -3
  63. package/scripts/set-own-version.js +0 -0
  64. package/src/ddf-csv.ts +0 -0
  65. package/src/ddfcsv-error.ts +0 -0
  66. package/src/ddfcsv-reader.ts +0 -0
  67. package/src/file-readers/backend-file-reader.ts +0 -0
  68. package/src/file-readers/frontend-file-reader.ts +0 -0
  69. package/src/file-readers/github-file-reader.ts +0 -0
  70. package/src/index-web.ts +0 -0
  71. package/src/index.ts +0 -0
  72. package/src/interfaces.ts +0 -0
  73. package/src/resource-selection-optimizer/in-clause-under-conjunction.ts +0 -0
  74. package/src/resource-selection-optimizer/index.ts +0 -0
  75. package/src/test-cases/concepts.ts +0 -0
  76. package/src/test-cases/entities.ts +0 -0
  77. package/test/assets-fixtures/world-50m.json +0 -0
  78. package/test/assets.spec.ts +0 -0
  79. package/test/common.ts +0 -0
  80. package/test/definition/concepts-definition.spec.ts +0 -0
  81. package/test/definition/datapoints-definition.spec.ts +0 -0
  82. package/test/definition/entities-definition.spec.ts +0 -0
  83. package/test/definition/schema-definition.spec.ts +0 -0
  84. package/test/diagnostics.spec.ts +0 -0
  85. package/test/features-service.spec.ts +0 -0
  86. package/test/high-load.spec.ts +0 -0
  87. package/test/main.spec.ts +0 -0
  88. package/test/mocha.opts +0 -0
  89. package/test/multi-instances.spec.ts +0 -0
  90. package/test/result-fixtures/datapoints-assets.json +0 -0
  91. package/test/result-fixtures/in-clause-under-conjunction-1.json +0 -0
  92. package/test/result-fixtures/in-clause-under-conjunction-2.json +0 -0
  93. package/test/result-fixtures/multi-instances/concepts-sg.json +0 -0
  94. package/test/result-fixtures/multi-instances/concepts-soderstornsmodellen.json +0 -0
  95. package/test/result-fixtures/multi-instances/datapoints-sg.json +0 -0
  96. package/test/result-fixtures/multi-instances/datapoints-soderstornsmodellen.json +0 -0
  97. package/test/result-fixtures/multi-instances/entities-sg.json +0 -0
  98. package/test/result-fixtures/multi-instances/entities-soderstornsmodellen.json +0 -0
  99. package/test/result-fixtures/multi-instances/schema-sg.json +0 -0
  100. package/test/result-fixtures/multi-instances/schema-soderstornsmodellen.json +0 -0
  101. package/test/schema.spec.ts +0 -0
  102. package/test/tslint.json +0 -0
  103. package/tsconfig-web.json +0 -0
  104. package/tsconfig.json +0 -0
  105. package/tslint.json +0 -0
  106. package/.nyc_output/728a89bae7b247a7244820c1b6596c8b.json +0 -1
  107. package/.nyc_output/e875174b7b217be31b58605962f05304.json +0 -1
  108. package/coverage/base.css +0 -223
  109. package/coverage/block-navigation.js +0 -63
  110. package/coverage/index.html +0 -136
  111. package/coverage/prettify.css +0 -1
  112. package/coverage/prettify.js +0 -1
  113. package/coverage/sort-arrow-sprite.png +0 -0
  114. package/coverage/sorter.js +0 -158
  115. package/coverage/src/ddf-csv.ts.html +0 -2685
  116. package/coverage/src/ddfcsv-error.ts.html +0 -132
  117. package/coverage/src/ddfcsv-reader.ts.html +0 -435
  118. package/coverage/src/file-readers/backend-file-reader.ts.html +0 -147
  119. package/coverage/src/file-readers/github-file-reader.ts.html +0 -168
  120. package/coverage/src/file-readers/index.html +0 -110
  121. package/coverage/src/index.html +0 -136
  122. package/coverage/src/index.ts.html +0 -129
  123. package/coverage/src/resource-selection-optimizer/in-clause-under-conjunction.ts.html +0 -918
  124. package/coverage/src/resource-selection-optimizer/index.html +0 -110
  125. package/coverage/src/resource-selection-optimizer/index.ts.html +0 -102
  126. package/coverage/src/test-cases/concepts.ts.html +0 -150
  127. package/coverage/src/test-cases/entities.ts.html +0 -225
  128. package/coverage/src/test-cases/index.html +0 -110
package/icon.png CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/lib/src/index.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizabi/reader-ddfcsv",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Vizabi DDFcsv reader",
5
5
  "author": "Vyacheslav Chub<vyacheslav.chub@valor-software.com>",
6
6
  "license": "GPL-3.0",
@@ -9,7 +9,7 @@
9
9
  "access": "public"
10
10
  },
11
11
  "scripts": {
12
- "webpack": "webpack",
12
+ "webpack": "export NODE_OPTIONS=--openssl-legacy-provider && webpack",
13
13
  "webpack:tests": "webpack --config webpack.tests.config.js",
14
14
  "tslint:src": "./node_modules/.bin/tslint -c ./tslint.json 'src/**/*.ts'",
15
15
  "tslint:tests": "./node_modules/.bin/tslint -c ./test/tslint.json 'test/**/*.ts'",
@@ -86,7 +86,8 @@
86
86
  "lodash.trimstart": "4.5.1",
87
87
  "lodash.uniq": "4.5.0",
88
88
  "lodash.values": "4.3.0",
89
- "papaparse": "5.3.2"
89
+ "papaparse": "5.3.2",
90
+ "strip-bom": "3.0.0"
90
91
  },
91
92
  "devDependencies": {
92
93
  "@babel/code-frame": "7.0.0",
File without changes
package/src/ddf-csv.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/index-web.ts CHANGED
File without changes
package/src/index.ts CHANGED
File without changes
package/src/interfaces.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/test/common.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/test/main.spec.ts CHANGED
File without changes
package/test/mocha.opts CHANGED
File without changes
File without changes
File without changes
File without changes
package/test/tslint.json CHANGED
File without changes
package/tsconfig-web.json CHANGED
File without changes
package/tsconfig.json CHANGED
File without changes
package/tslint.json CHANGED
File without changes