@biorate/connector 3.1.1 → 3.1.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -69,7 +69,7 @@ container.get<IConfig>(Types.Config).merge({
69
69
 
70
70
  ## API Reference
71
71
 
72
- ### `Connector<C, R>` abstract class
72
+ ### `Connector<C extends IConnectorConfig, T>` abstract class
73
73
 
74
74
  | Member | Type | Description |
75
75
  |---------------------------|-------------------------------|------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/connector",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Connector interface",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -45,10 +45,10 @@
45
45
  "keywords": [],
46
46
  "author": "llevkin",
47
47
  "license": "MIT",
48
- "gitHead": "ff1dcf14a733ce8004ca582d2c421a2154ce97cb",
48
+ "gitHead": "e17a03900999e261a0eb04c6afb09b9535cad952",
49
49
  "dependencies": {
50
- "@biorate/config": "3.2.1",
51
- "@biorate/errors": "3.1.1",
52
- "@biorate/inversion": "3.1.1"
50
+ "@biorate/config": "3.2.2",
51
+ "@biorate/errors": "3.1.2",
52
+ "@biorate/inversion": "3.1.2"
53
53
  }
54
54
  }