@wildberries/databus-service-products
Advanced tools
Comparing version 0.1.1 to 0.1.2-beta.1
@@ -24,2 +24,3 @@ export declare type BaseAction = () => { | ||
excludeEndpoinds?: Array<string>; | ||
fromLocalStorageFirst?: boolean; | ||
}; | ||
@@ -26,0 +27,0 @@ export declare type ListenerType<T> = (params: T) => void; |
{ | ||
"name": "@wildberries/databus-service-products", | ||
"version": "0.1.1", | ||
"version": "0.1.2-beta.1", | ||
"main": "dist/index.js", | ||
@@ -36,3 +36,3 @@ "types": "dist/index.d.ts", | ||
"typescript": "3.8.3", | ||
"@ravilm/databus": "0.0.1-beta.2" | ||
"@ravilm/databus": "1.0.1" | ||
}, | ||
@@ -62,2 +62,2 @@ "eslintConfig": { | ||
] | ||
} | ||
} |
9643
151