@biorate/connector 0.30.5 → 0.30.6
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/.nyc_output/{bf8bb8df-f0f7-4dd2-802b-6a889f119e6d.json → 8cc32672-1268-42d6-93b7-7b0ab876f7df.json} +0 -0
- package/.nyc_output/processinfo/{bf8bb8df-f0f7-4dd2-802b-6a889f119e6d.json → 8cc32672-1268-42d6-93b7-7b0ab876f7df.json} +1 -1
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +8 -0
- package/coverage/lcov-report/connector/index.html +1 -1
- package/coverage/lcov-report/connector/index.ts.html +1 -1
- package/coverage/lcov-report/connector/src/errors.ts.html +1 -1
- package/coverage/lcov-report/connector/src/index.html +1 -1
- package/coverage/lcov-report/connector/src/index.ts.html +1 -1
- package/coverage/lcov-report/index.html +1 -1
- package/package.json +4 -4
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"parent":null,"pid":
|
|
1
|
+
{"parent":null,"pid":70560,"argv":["/home/llevkin/.nvm/versions/node/v16.13.0/bin/node","/www/biorate/core/node_modules/.bin/npx","mocha","-r","ts-node/register","tests/**/*.spec.ts"],"execArgv":[],"cwd":"/www/biorate/core/packages/@biorate/connector","time":1655988229891,"ppid":70512,"coverageFilename":"/www/biorate/core/packages/@biorate/connector/.nyc_output/8cc32672-1268-42d6-93b7-7b0ab876f7df.json","externalId":"","uuid":"8cc32672-1268-42d6-93b7-7b0ab876f7df","files":["/www/biorate/core/packages/@biorate/connector/dist/index.js","/www/biorate/core/packages/@biorate/connector/dist/src/index.js","/www/biorate/core/packages/@biorate/connector/dist/src/errors.js","/www/biorate/core/packages/@biorate/connector/dist/src/interfaces.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"8cc32672-1268-42d6-93b7-7b0ab876f7df":{"parent":null,"children":[]}},"files":{"/www/biorate/core/packages/@biorate/connector/dist/index.js":["8cc32672-1268-42d6-93b7-7b0ab876f7df"],"/www/biorate/core/packages/@biorate/connector/dist/src/index.js":["8cc32672-1268-42d6-93b7-7b0ab876f7df"],"/www/biorate/core/packages/@biorate/connector/dist/src/errors.js":["8cc32672-1268-42d6-93b7-7b0ab876f7df"],"/www/biorate/core/packages/@biorate/connector/dist/src/interfaces.js":["8cc32672-1268-42d6-93b7-7b0ab876f7df"]},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.30.6](https://github.com/biorate/core/compare/v0.30.5...v0.30.6) (2022-06-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @biorate/connector
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.30.5](https://github.com/biorate/core/compare/v0.30.4...v0.30.5) (2022-06-23)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @biorate/connector
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at Thu Jun 23 2022
|
|
104
|
+
at Thu Jun 23 2022 15:43:53 GMT+0300 (Москва, стандартное время)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
74
74
|
Code coverage generated by
|
|
75
75
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
76
|
-
at Thu Jun 23 2022
|
|
76
|
+
at Thu Jun 23 2022 15:43:53 GMT+0300 (Москва, стандартное время)
|
|
77
77
|
</div>
|
|
78
78
|
<script src="../prettify.js"></script>
|
|
79
79
|
<script>
|
|
@@ -91,7 +91,7 @@ export class ConnectorConnectionNotExistsError extends BaseError {
|
|
|
91
91
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
92
92
|
Code coverage generated by
|
|
93
93
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
94
|
-
at Thu Jun 23 2022
|
|
94
|
+
at Thu Jun 23 2022 15:43:53 GMT+0300 (Москва, стандартное время)
|
|
95
95
|
</div>
|
|
96
96
|
<script src="../../prettify.js"></script>
|
|
97
97
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at Thu Jun 23 2022
|
|
119
|
+
at Thu Jun 23 2022 15:43:53 GMT+0300 (Москва, стандартное время)
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -439,7 +439,7 @@ export abstract class Connector<C extends IConnectorConfig, T = unknown>
|
|
|
439
439
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
440
440
|
Code coverage generated by
|
|
441
441
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
442
|
-
at Thu Jun 23 2022
|
|
442
|
+
at Thu Jun 23 2022 15:43:53 GMT+0300 (Москва, стандартное время)
|
|
443
443
|
</div>
|
|
444
444
|
<script src="../../prettify.js"></script>
|
|
445
445
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at Thu Jun 23 2022
|
|
119
|
+
at Thu Jun 23 2022 15:43:53 GMT+0300 (Москва, стандартное время)
|
|
120
120
|
</div>
|
|
121
121
|
<script src="prettify.js"></script>
|
|
122
122
|
<script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biorate/connector",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.6",
|
|
4
4
|
"description": "Connector interface",
|
|
5
5
|
"main": "dist",
|
|
6
6
|
"scripts": {
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"author": "llevkin",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@biorate/config": "0.30.
|
|
24
|
+
"@biorate/config": "0.30.6",
|
|
25
25
|
"@biorate/errors": "0.30.2",
|
|
26
|
-
"@biorate/inversion": "0.30.
|
|
26
|
+
"@biorate/inversion": "0.30.6"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "ef68679fa7c71ed1ac566db3e7f5ea3d881e2d61"
|
|
29
29
|
}
|