Comparing version 1.0.2 to 1.0.3
@@ -11,3 +11,2 @@ import store from './store'; | ||
} | ||
stateMap[name]["producer"](action); | ||
@@ -14,0 +13,0 @@ }; |
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
// import { tools.isCorrectVal, tools.isObject } from './utils'; | ||
import { isObservable, defer, of, merge, Subject, Observable } from 'rxjs'; | ||
@@ -149,3 +148,2 @@ import { switchMap, pluck, filter } from 'rxjs/operators'; | ||
var new_obs$ = new Subject(); | ||
/* new_obs$.__type__ = type; */ | ||
@@ -152,0 +150,0 @@ var _obs$ = obs$.pipe(switchMap(function (event) { |
{ | ||
"name": "frer", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./es/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9249
241