vanilli-shop-client
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -398,2 +398,5 @@ "use strict"; | ||
mobx_1.action | ||
], ProductStore.prototype, "setSearchProp", null); | ||
__decorate([ | ||
mobx_1.action | ||
], ProductStore.prototype, "resetSearch", null); | ||
@@ -400,0 +403,0 @@ __decorate([ |
{ | ||
"name": "vanilli-shop-client", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Client for Vanilli Shop API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -146,2 +146,3 @@ import BaseStore from "./base-store"; | ||
@action | ||
setSearchProp(value: string, key: string) { | ||
@@ -148,0 +149,0 @@ const matchingProp = this.searchProps.find(x => x.key === key); |
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
271502
6058