@rematch/select
Advanced tools
Comparing version 3.0.0-next.10 to 3.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.0.0](https://github.com/rematch/rematch/compare/@rematch/select@3.0.0-next.10...@rematch/select@3.0.0) (2021-01-31) | ||
**Note:** Version bump only for package @rematch/select | ||
# [3.0.0-next.10](https://github.com/rematch/rematch/compare/@rematch/select@3.0.0-next.9...@rematch/select@3.0.0-next.10) (2020-12-27) | ||
@@ -8,0 +16,0 @@ |
@@ -67,3 +67,3 @@ 'use strict'; | ||
{ | ||
if (typeof (selectorFactories === null || selectorFactories === void 0 ? void 0 : selectorFactories[selectorName]) !== 'function') { | ||
if (typeof (selectorFactories == null ? void 0 : selectorFactories[selectorName]) !== 'function') { | ||
throw new Error("Selector (" + model.name + "/" + selectorName + ") must be a function"); | ||
@@ -70,0 +70,0 @@ } |
@@ -64,3 +64,3 @@ import { createSelector, createStructuredSelector } from 'reselect'; | ||
if (process.env.NODE_ENV !== 'production') { | ||
if (typeof (selectorFactories === null || selectorFactories === void 0 ? void 0 : selectorFactories[selectorName]) !== 'function') { | ||
if (typeof (selectorFactories == null ? void 0 : selectorFactories[selectorName]) !== 'function') { | ||
throw new Error("Selector (" + model.name + "/" + selectorName + ") must be a function"); | ||
@@ -67,0 +67,0 @@ } |
@@ -67,3 +67,3 @@ (function (global, factory) { | ||
{ | ||
if (typeof (selectorFactories === null || selectorFactories === void 0 ? void 0 : selectorFactories[selectorName]) !== 'function') { | ||
if (typeof (selectorFactories == null ? void 0 : selectorFactories[selectorName]) !== 'function') { | ||
throw new Error("Selector (" + model.name + "/" + selectorName + ") must be a function"); | ||
@@ -70,0 +70,0 @@ } |
{ | ||
"name": "@rematch/select", | ||
"version": "3.0.0-next.10", | ||
"version": "3.0.0", | ||
"description": "Selectors plugin for Rematch", | ||
@@ -30,3 +30,3 @@ "homepage": "https://rematch.github.io/rematch", | ||
"devDependencies": { | ||
"@rematch/core": "^2.0.0-next.10", | ||
"@rematch/core": "^2.0.0", | ||
"redux": "^4.0.5" | ||
@@ -40,3 +40,3 @@ }, | ||
"hooks": { | ||
"pre-commit": "npm run lint" | ||
"pre-commit": "yarn lint" | ||
} | ||
@@ -60,3 +60,3 @@ }, | ||
}, | ||
"gitHead": "ade414a481bccc4cdb407fad5d922446ecfffe58" | ||
"gitHead": "d575883af19a6f105655ea23b143e64590720acb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
87430
2