@lad-tech/nsc-toolkit 1.5.2 → 1.5.3
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/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [1.5.
|
|
1
|
+
## [1.5.3](https://github.com/lad-tech/nsc-toolkit/compare/v1.5.2...v1.5.3) (2023-01-25)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* Изменен тип Emitter ([9ed924a](https://github.com/lad-tech/nsc-toolkit/commit/9ed924ab9b7097cc40944ab3be70b96411173918))
|
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1674658631940" clover="3.2.0">
|
|
3
|
+
<project timestamp="1674658631940" name="All files">
|
|
4
4
|
<metrics statements="530" coveredstatements="449" conditionals="280" coveredconditionals="195" methods="93" coveredmethods="83" elements="903" coveredelements="727" complexity="0" loc="530" ncloc="530" packages="3" files="11" classes="11"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="502" coveredstatements="421" conditionals="280" coveredconditionals="195" methods="85" coveredmethods="75"/>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
132
|
Code coverage generated by
|
|
133
133
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at 2023-01-
|
|
134
|
+
at 2023-01-25T14:57:11.918Z
|
|
135
135
|
</div>
|
|
136
136
|
<script src="prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -46,7 +46,7 @@ export interface Message<M = any> {
|
|
|
46
46
|
code?: number;
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
|
-
export declare type Emitter = Record<string, (params:
|
|
49
|
+
export declare type Emitter = Record<string, (params: any) => void>;
|
|
50
50
|
export interface CacheSettings {
|
|
51
51
|
service: CacheService;
|
|
52
52
|
timeout: number;
|