@yaasl/devtools 0.10.1 → 0.10.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.
@@ -22,4 +22,4 @@ export interface ConnectionResponse {
22
22
  * Connections are used to display the stores value and value changes within the extension
23
23
  * as well as reacting to extension actions like time traveling.
24
24
  **/
25
- export declare const getReduxConnection: (name: string) => ConnectionResponse | null | undefined;
25
+ export declare const getReduxConnection: (name: string) => ConnectionResponse | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaasl/devtools",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "yaasl debugging tools (e.g. redux-devtools-extension middleware)",
5
5
  "author": "PrettyCoffee",
6
6
  "license": "MIT",
@@ -36,8 +36,8 @@
36
36
  "validate": "run-s lint test build"
37
37
  },
38
38
  "dependencies": {
39
- "@yaasl/core": "0.10.1",
40
- "@yaasl/utils": "0.10.1"
39
+ "@yaasl/core": "0.10.2",
40
+ "@yaasl/utils": "0.10.2"
41
41
  },
42
42
  "eslintConfig": {
43
43
  "extends": [