@plasmicapp/loader-splits
Advanced tools
Comparing version 1.0.58 to 1.0.59
@@ -215,2 +215,5 @@ "use strict"; | ||
} | ||
if (filters.customFilter && !filters.customFilter(split)) { | ||
return false; | ||
} | ||
return true; | ||
@@ -217,0 +220,0 @@ } |
@@ -12,2 +12,3 @@ import type { Split } from '@plasmicapp/loader-fetcher'; | ||
projectIds?: string[]; | ||
customFilter?: (split: Split) => boolean; | ||
} | ||
@@ -14,0 +15,0 @@ |
@@ -177,2 +177,5 @@ var __defProp = Object.defineProperty; | ||
} | ||
if (filters.customFilter && !filters.customFilter(split)) { | ||
return false; | ||
} | ||
return true; | ||
@@ -179,0 +182,0 @@ } |
@@ -215,2 +215,5 @@ "use strict"; | ||
} | ||
if (filters.customFilter && !filters.customFilter(split)) { | ||
return false; | ||
} | ||
return true; | ||
@@ -217,0 +220,0 @@ } |
{ | ||
"version": "1.0.58", | ||
"version": "1.0.59", | ||
"license": "MIT", | ||
@@ -42,3 +42,3 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@plasmicapp/loader-fetcher": "1.0.50", | ||
"@plasmicapp/loader-fetcher": "1.0.51", | ||
"@types/json-logic-js": "^1.2.1" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "86bf19e2066f81cf45510a8750973c8463f76472" | ||
"gitHead": "933d82fb98100cf0d00ccb97d60bb31c0bd82bcb" | ||
} |
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
58520
793