@lad-tech/nsc-toolkit 1.9.1 → 1.10.1

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 (31) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/coverage/clover.xml +6 -6
  3. package/coverage/coverage-final.json +12 -12
  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 +3 -3
  13. package/coverage/lcov-report/examples/LogicService/methods/WeirdSum.ts.html +1 -1
  14. package/coverage/lcov-report/examples/LogicService/methods/index.html +7 -7
  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 +2 -2
  19. package/coverage/lcov-report/examples/MathService/methods/Sum.ts.html +2 -2
  20. package/coverage/lcov-report/examples/MathService/methods/SumStream.ts.html +2 -2
  21. package/coverage/lcov-report/examples/MathService/methods/index.html +5 -5
  22. package/coverage/lcov-report/examples/MathService/service.ts.html +1 -1
  23. package/coverage/lcov-report/index.html +8 -8
  24. package/coverage/lcov.info +5 -5
  25. package/dist/injector.js.map +1 -1
  26. package/dist/types/Client.d.ts +1 -1
  27. package/dist/types/Container.d.ts +5 -5
  28. package/dist/types/Union/Broker.d.ts +1 -1
  29. package/dist/types/injector.d.ts +5 -5
  30. package/dist/types/interfaces.d.ts +8 -8
  31. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [1.9.1](https://github.com/lad-tech/nsc-toolkit/compare/v1.9.0...v1.9.1) (2023-05-29)
1
+ ## [1.10.1](https://github.com/lad-tech/nsc-toolkit/compare/v1.10.0...v1.10.1) (2023-06-27)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * Исправлена ошибка с обработкой потока ([e8f5a2b](https://github.com/lad-tech/nsc-toolkit/commit/e8f5a2b4b914cda3ed6ce1305f45c84d84c7e328))
6
+ * Update inject arguments types ([f1c3b69](https://github.com/lad-tech/nsc-toolkit/commit/f1c3b694f18b6ad44ceeaee4cc3855f077a382f8))
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1685363248325" clover="3.2.0">
3
- <project timestamp="1685363248325" name="All files">
2
+ <coverage generated="1687871100620" clover="3.2.0">
3
+ <project timestamp="1687871100620" name="All files">
4
4
  <metrics statements="845" coveredstatements="724" conditionals="328" coveredconditionals="258" methods="193" coveredmethods="143" elements="1366" coveredelements="1125" complexity="0" loc="845" ncloc="845" 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"/>
@@ -236,8 +236,8 @@
236
236
  <line num="69" count="0" type="stmt"/>
237
237
  <line num="72" count="4" type="stmt"/>
238
238
  <line num="74" count="4" type="stmt"/>
239
- <line num="76" count="9" type="stmt"/>
240
- <line num="78" count="9" type="cond" truecount="1" falsecount="0"/>
239
+ <line num="76" count="10" type="stmt"/>
240
+ <line num="78" count="10" type="cond" truecount="1" falsecount="0"/>
241
241
  <line num="79" count="3" type="stmt"/>
242
242
  <line num="80" count="3" type="stmt"/>
243
243
  <line num="81" count="3" type="stmt"/>
@@ -253,14 +253,14 @@
253
253
  <line num="105" count="3" type="stmt"/>
254
254
  <line num="106" count="3" type="stmt"/>
255
255
  <line num="108" count="0" type="stmt"/>
256
- <line num="113" count="6" type="cond" truecount="1" falsecount="0"/>
256
+ <line num="113" count="7" type="cond" truecount="1" falsecount="0"/>
257
257
  <line num="114" count="1" type="stmt"/>
258
258
  <line num="115" count="1" type="stmt"/>
259
259
  <line num="116" count="1" type="stmt"/>
260
260
  <line num="117" count="1" type="cond" truecount="3" falsecount="1"/>
261
261
  <line num="118" count="1" type="stmt"/>
262
262
  <line num="119" count="1" type="stmt"/>
263
- <line num="122" count="5" type="stmt"/>
263
+ <line num="122" count="6" type="stmt"/>
264
264
  <line num="128" count="2" type="stmt"/>
265
265
  <line num="129" count="2" type="stmt"/>
266
266
  <line num="133" count="11" type="stmt"/>