@ahooksjs/use-filter-plugin
Advanced tools
Comparing version 0.1.6 to 0.1.7-alpha.0
@@ -36,5 +36,5 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } | ||
filterRef.current = filterParams; | ||
query(_objectSpread(_objectSpread({}, filterParams), {}, { | ||
query({ | ||
current: 1 | ||
})); | ||
}); | ||
} | ||
@@ -41,0 +41,0 @@ } |
@@ -43,5 +43,5 @@ "use strict"; | ||
filterRef.current = filterParams; | ||
query(_objectSpread(_objectSpread({}, filterParams), {}, { | ||
query({ | ||
current: 1 | ||
})); | ||
}); | ||
} | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "@ahooksjs/use-filter-plugin", | ||
"version": "0.1.6", | ||
"version": "0.1.7-alpha.0", | ||
"scripts": { | ||
@@ -13,3 +13,3 @@ "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" | ||
"dependencies": { | ||
"@ahooksjs/use-table": "^0.1.6" | ||
"@ahooksjs/use-table": "^0.1.7-alpha.0" | ||
}, | ||
@@ -25,3 +25,3 @@ "repository": { | ||
], | ||
"gitHead": "785cf8a7c3fd2afe4bd427c5c2fadbd0be8f0690" | ||
"gitHead": "be773cd68d4a4f7c2babfd1a0285550bed32a282" | ||
} |
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
7085