@getlupa/vue 0.1.7 → 0.1.8

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.
@@ -9402,7 +9402,6 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
9402
9402
  vue.watch(searchString, () => handleParamsChange());
9403
9403
  const handleParamsChange = () => {
9404
9404
  var _a, _b;
9405
- console.log("search", searchString.value, mounted.value);
9406
9405
  if (props.initialData && !mounted.value) {
9407
9406
  return;
9408
9407
  }
@@ -9400,7 +9400,6 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
9400
9400
  watch(searchString, () => handleParamsChange());
9401
9401
  const handleParamsChange = () => {
9402
9402
  var _a, _b;
9403
- console.log("search", searchString.value, mounted.value);
9404
9403
  if (props.initialData && !mounted.value) {
9405
9404
  return;
9406
9405
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/vue",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "main": "dist/lupaSearch.js",
5
5
  "module": "dist/lupaSearch.mjs",
6
6
  "types": "dist/src/index.d.ts",