@ellipticltd/aml-utils 0.15.3 → 0.15.5-SCR-812

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 (47) hide show
  1. package/.nyc_output/43e358d0-76a0-402c-b32e-26a347513bb4.json +1 -0
  2. package/.nyc_output/f8c694f5-2b17-4e37-9079-32079e715296.json +1 -0
  3. package/.nyc_output/processinfo/14c71e42-4ce7-487c-be9f-95228038c7ec.json +1 -0
  4. package/.nyc_output/processinfo/43e358d0-76a0-402c-b32e-26a347513bb4.json +1 -0
  5. package/.nyc_output/processinfo/470a2eff-bd46-45ef-bfd6-70c01fe4c9b3.json +1 -0
  6. package/.nyc_output/processinfo/f8c694f5-2b17-4e37-9079-32079e715296.json +1 -0
  7. package/.nyc_output/processinfo/index.json +1 -1
  8. package/README.md +4 -0
  9. package/coverage/errors/errors.js.html +1 -1
  10. package/coverage/errors/errors.spec.js.html +15 -15
  11. package/coverage/errors/index.html +12 -12
  12. package/coverage/file-parser/__tests/file-parser.spec.js.html +96 -96
  13. package/coverage/file-parser/__tests/index.html +32 -32
  14. package/coverage/file-parser/__tests/parse-row.spec.js.html +36 -36
  15. package/coverage/file-parser/__tests/sanitize-rows.spec.js.html +49 -49
  16. package/coverage/formatting/formatting.js.html +21 -21
  17. package/coverage/formatting/formatting.spec.js.html +30 -30
  18. package/coverage/formatting/index.html +28 -28
  19. package/coverage/index.html +54 -54
  20. package/coverage/middleware/index.html +1 -1
  21. package/coverage/middleware/middleware.js.html +1 -1
  22. package/coverage/orm-helpers/index.html +26 -26
  23. package/coverage/orm-helpers/ormHelpers.js.html +24 -24
  24. package/coverage/orm-helpers/ormHelpers.spec.js.html +9 -9
  25. package/coverage/types/index.html +1 -1
  26. package/coverage/types/types.js.html +1 -1
  27. package/coverage/validations/index.html +30 -30
  28. package/coverage/validations/validations.js.html +545 -236
  29. package/coverage/validations/validations.spec.js.html +525 -159
  30. package/dist/validations/validations.d.ts +12 -0
  31. package/dist/validations/validations.js +16 -0
  32. package/dist/validations/validations.spec.js +23 -0
  33. package/lib/validations/validations.js +16 -0
  34. package/lib/validations/validations.spec.js +29 -0
  35. package/package.json +1 -1
  36. package/.idea/aml-utils.iml +0 -12
  37. package/.idea/inspectionProfiles/Project_Default.xml +0 -6
  38. package/.idea/modules.xml +0 -8
  39. package/.idea/vcs.xml +0 -6
  40. package/.nyc_output/62fbf615-4746-451c-aa0c-c12cb22b7a9d.json +0 -1
  41. package/.nyc_output/fd0c5a49-1dee-497a-bd75-dcf009fcab1e.json +0 -1
  42. package/.nyc_output/processinfo/1aa97f38-9e09-4229-9e02-5f7fa02f213b.json +0 -1
  43. package/.nyc_output/processinfo/62fbf615-4746-451c-aa0c-c12cb22b7a9d.json +0 -1
  44. package/.nyc_output/processinfo/b5dcfb1d-3f6e-47a0-89e4-e93e7bcc51d7.json +0 -1
  45. package/.nyc_output/processinfo/fd0c5a49-1dee-497a-bd75-dcf009fcab1e.json +0 -1
  46. /package/.nyc_output/{1aa97f38-9e09-4229-9e02-5f7fa02f213b.json → 14c71e42-4ce7-487c-be9f-95228038c7ec.json} +0 -0
  47. /package/.nyc_output/{b5dcfb1d-3f6e-47a0-89e4-e93e7bcc51d7.json → 470a2eff-bd46-45ef-bfd6-70c01fe4c9b3.json} +0 -0
@@ -1 +0,0 @@
1
- {"uuid":"b5dcfb1d-3f6e-47a0-89e4-e93e7bcc51d7","parent":null,"pid":52119,"argv":["/Users/dominic.holm-kander/.nvm/versions/node/v10.1.0/bin/node","/Users/dominic.holm-kander/WebstormProjects/aml-utils/node_modules/.bin/npm","run","test:unit"],"execArgv":[],"cwd":"/Users/dominic.holm-kander/WebstormProjects/aml-utils","time":1620207611603,"ppid":52116,"root":"eeab0944-bfbc-4552-bd82-355da9f95d71","coverageFilename":"/Users/dominic.holm-kander/WebstormProjects/aml-utils/.nyc_output/b5dcfb1d-3f6e-47a0-89e4-e93e7bcc51d7.json","files":[]}
@@ -1 +0,0 @@
1
- {"uuid":"fd0c5a49-1dee-497a-bd75-dcf009fcab1e","parent":null,"pid":"52116","argv":["/Users/dominic.holm-kander/.nvm/versions/node/v10.1.0/bin/node","/Users/dominic.holm-kander/WebstormProjects/aml-utils/node_modules/.bin/nyc","npm","run","test:unit"],"execArgv":[],"cwd":"/Users/dominic.holm-kander/WebstormProjects/aml-utils","time":1620207610001,"ppid":null,"root":null,"coverageFilename":"/Users/dominic.holm-kander/WebstormProjects/aml-utils/.nyc_output/fd0c5a49-1dee-497a-bd75-dcf009fcab1e.json","files":["/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/errors/errors.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/errors/errors.spec.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/file-parser/__tests/file-parser.spec.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/file-parser/__tests/parse-row.spec.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/file-parser/__tests/sanitize-rows.spec.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/formatting/formatting.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/formatting/formatting.spec.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/middleware/middleware.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/orm-helpers/ormHelpers.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/orm-helpers/ormHelpers.spec.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/types/types.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/validations/validations.js","/Users/dominic.holm-kander/WebstormProjects/aml-utils/lib/validations/validations.spec.js"]}