@faststore/sdk
Advanced tools
Comparing version 2.2.33 to 2.2.35
@@ -19,3 +19,3 @@ import { SDKError } from '../utils/error'; | ||
} | ||
return facets.filter((_, it) => it === 0 || it !== index); | ||
return facets.filter((_, it) => it !== index); | ||
}; | ||
@@ -22,0 +22,0 @@ export const setFacet = (facets, facet, unique) => { |
{ | ||
"name": "@faststore/sdk", | ||
"version": "2.2.33", | ||
"version": "2.2.35", | ||
"description": "Hooks for creating your next component library", | ||
@@ -53,3 +53,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "3ef3bacdc55e2a9719398e5920a564b231a86bc5" | ||
"gitHead": "dbb59ea5a444b7b542481b6842ab8bc230ed9a94" | ||
} |
@@ -27,3 +27,3 @@ import { SDKError } from '../utils/error' | ||
return facets.filter((_, it) => it === 0 || it !== index) | ||
return facets.filter((_, it) => it !== index) | ||
} | ||
@@ -30,0 +30,0 @@ |
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
115122