@yaasl/devtools 0.10.0-alpha.1 → 0.10.0-alpha.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.
package/dist/@types/logger.d.ts
CHANGED
|
@@ -8,4 +8,4 @@ export interface LoggerOptions {
|
|
|
8
8
|
*
|
|
9
9
|
* @returns The effect to be used on atoms.
|
|
10
10
|
**/
|
|
11
|
-
export declare const logger: (...[optionsArg]: [] | [undefined] | [LoggerOptions]) => import("
|
|
11
|
+
export declare const logger: (...[optionsArg]: [] | [undefined] | [LoggerOptions]) => import("@yaasl/core").EffectAtomCallback<LoggerOptions | undefined, any>;
|
|
@@ -13,5 +13,5 @@ export interface ReduxDevtoolsOptions {
|
|
|
13
13
|
*
|
|
14
14
|
* @returns The effect to be used on atoms.
|
|
15
15
|
**/
|
|
16
|
-
export declare const reduxDevtools: (...[optionsArg]: [] | [undefined] | [ReduxDevtoolsOptions]) => import("
|
|
16
|
+
export declare const reduxDevtools: (...[optionsArg]: [] | [undefined] | [ReduxDevtoolsOptions]) => import("@yaasl/core").EffectAtomCallback<ReduxDevtoolsOptions | undefined, any>;
|
|
17
17
|
export declare const disconnectAllConnections: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaasl/devtools",
|
|
3
|
-
"version": "0.10.0-alpha.
|
|
3
|
+
"version": "0.10.0-alpha.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.0-alpha.
|
|
40
|
-
"@yaasl/utils": "0.10.0-alpha.
|
|
39
|
+
"@yaasl/core": "0.10.0-alpha.2",
|
|
40
|
+
"@yaasl/utils": "0.10.0-alpha.2"
|
|
41
41
|
},
|
|
42
42
|
"eslintConfig": {
|
|
43
43
|
"extends": [
|