@lad-tech/nsc-toolkit 1.11.1 → 1.11.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.
Files changed (27) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/coverage/clover.xml +7 -7
  3. package/coverage/coverage-final.json +1 -1
  4. package/coverage/lcov-report/examples/LogicService/adapters/Configurator.ts.html +1 -1
  5. package/coverage/lcov-report/examples/LogicService/adapters/Repository.ts.html +1 -1
  6. package/coverage/lcov-report/examples/LogicService/adapters/index.html +1 -1
  7. package/coverage/lcov-report/examples/LogicService/adapters/index.ts.html +1 -1
  8. package/coverage/lcov-report/examples/LogicService/index.html +1 -1
  9. package/coverage/lcov-report/examples/LogicService/index.ts.html +1 -1
  10. package/coverage/lcov-report/examples/LogicService/inversion.types.ts.html +1 -1
  11. package/coverage/lcov-report/examples/LogicService/methods/GetUser.ts.html +1 -1
  12. package/coverage/lcov-report/examples/LogicService/methods/GetUserV2.ts.html +1 -1
  13. package/coverage/lcov-report/examples/LogicService/methods/WeirdSum.ts.html +1 -1
  14. package/coverage/lcov-report/examples/LogicService/methods/index.html +1 -1
  15. package/coverage/lcov-report/examples/LogicService/service.ts.html +1 -1
  16. package/coverage/lcov-report/examples/MathService/index.html +1 -1
  17. package/coverage/lcov-report/examples/MathService/index.ts.html +1 -1
  18. package/coverage/lcov-report/examples/MathService/methods/Fibonacci.ts.html +1 -1
  19. package/coverage/lcov-report/examples/MathService/methods/Sum.ts.html +1 -1
  20. package/coverage/lcov-report/examples/MathService/methods/SumStream.ts.html +1 -1
  21. package/coverage/lcov-report/examples/MathService/methods/index.html +1 -1
  22. package/coverage/lcov-report/examples/MathService/service.ts.html +1 -1
  23. package/coverage/lcov-report/index.html +5 -5
  24. package/coverage/lcov.info +88 -92
  25. package/dist/Service.js +7 -6
  26. package/dist/Service.js.map +1 -1
  27. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [1.11.1](https://github.com/lad-tech/nsc-toolkit/compare/v1.11.0...v1.11.1) (2023-06-28)
1
+ ## [1.11.2](https://github.com/lad-tech/nsc-toolkit/compare/v1.11.1...v1.11.2) (2023-07-06)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * Исправление грамматических ошибок в README.md ([#56](https://github.com/lad-tech/nsc-toolkit/issues/56)) ([9eec736](https://github.com/lad-tech/nsc-toolkit/commit/9eec7368a0e58912812eed220acace01ce67db5b))
6
+ * fix unhandled rejection if adapter throw error ([#58](https://github.com/lad-tech/nsc-toolkit/issues/58)) ([64bbc4b](https://github.com/lad-tech/nsc-toolkit/commit/64bbc4b1c32a2d997effec6650a4d8b46810b70e))
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1687964542190" clover="3.2.0">
3
- <project timestamp="1687964542190" name="All files">
4
- <metrics statements="849" coveredstatements="727" conditionals="329" coveredconditionals="258" methods="193" coveredmethods="143" elements="1371" coveredelements="1128" complexity="0" loc="849" ncloc="849" packages="9" files="33" classes="33"/>
2
+ <coverage generated="1688674057372" clover="3.2.0">
3
+ <project timestamp="1688674057372" name="All files">
4
+ <metrics statements="849" coveredstatements="727" conditionals="329" coveredconditionals="258" methods="191" coveredmethods="142" elements="1369" coveredelements="1127" complexity="0" loc="849" ncloc="849" packages="9" files="33" classes="33"/>
5
5
  <package name="examples.LogicService">
6
6
  <metrics statements="28" coveredstatements="28" conditionals="2" coveredconditionals="1" methods="5" coveredmethods="5"/>
7
7
  <file name="index.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/index.ts">
@@ -204,7 +204,7 @@
204
204
  </file>
205
205
  </package>
206
206
  <package name="src">
207
- <metrics statements="591" coveredstatements="517" conditionals="315" coveredconditionals="250" methods="104" coveredmethods="97"/>
207
+ <metrics statements="591" coveredstatements="517" conditionals="315" coveredconditionals="250" methods="102" coveredmethods="96"/>
208
208
  <file name="Client.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Client.ts">
209
209
  <metrics statements="136" coveredstatements="126" conditionals="101" coveredconditionals="90" methods="18" coveredmethods="17"/>
210
210
  <line num="1" count="4" type="stmt"/>
@@ -425,7 +425,7 @@
425
425
  <line num="68" count="3" type="stmt"/>
426
426
  </file>
427
427
  <file name="Service.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Service.ts">
428
- <metrics statements="294" coveredstatements="243" conditionals="141" coveredconditionals="106" methods="51" coveredmethods="46"/>
428
+ <metrics statements="294" coveredstatements="243" conditionals="141" coveredconditionals="106" methods="49" coveredmethods="45"/>
429
429
  <line num="1" count="4" type="stmt"/>
430
430
  <line num="2" count="4" type="stmt"/>
431
431
  <line num="3" count="4" type="stmt"/>
@@ -474,11 +474,11 @@
474
474
  <line num="107" count="4" type="stmt"/>
475
475
  <line num="108" count="4" type="stmt"/>
476
476
  <line num="109" count="4" type="stmt"/>
477
- <line num="111" count="0" type="stmt"/>
477
+ <line num="110" count="4" type="stmt"/>
478
478
  <line num="112" count="0" type="stmt"/>
479
479
  <line num="113" count="0" type="stmt"/>
480
480
  <line num="114" count="0" type="stmt"/>
481
- <line num="116" count="4" type="stmt"/>
481
+ <line num="115" count="0" type="stmt"/>
482
482
  <line num="123" count="5" type="stmt"/>
483
483
  <line num="124" count="5" type="stmt"/>
484
484
  <line num="125" count="5" type="stmt"/>