@ephox/polaris
Advanced tools
Comparing version 3.0.27 to 3.0.28
@@ -1,2 +0,2 @@ | ||
import { Splitting } from './Main'; | ||
import { Splitting } from './Splitting'; | ||
declare type BoundAtApi = <T, T2>(xs: T[], left: T2, right: T2, comparator: (a: T2, b: T) => boolean) => T[]; | ||
@@ -3,0 +3,0 @@ declare const boundAt: BoundAtApi; |
@@ -10,3 +10,3 @@ import { Adt } from '@ephox/katamari'; | ||
}; | ||
// tslint:disable-next-line | ||
// tslint:disable-next-line:variable-name | ||
export var Splitting = { | ||
@@ -13,0 +13,0 @@ include: adt.include, |
{ | ||
"name": "@ephox/polaris", | ||
"description": "This project does data manipulation on arrays and strings.", | ||
"version": "3.0.27", | ||
"version": "3.0.28", | ||
"repository": { | ||
@@ -22,3 +22,3 @@ "type": "git", | ||
"@ephox/dom-globals": "^1.1.2", | ||
"@ephox/katamari": "^2.4.23", | ||
"@ephox/katamari": "^2.4.24", | ||
"tslib": "^1.9.3" | ||
@@ -36,3 +36,3 @@ }, | ||
"types": "./lib/main/ts/ephox/polaris/api/Main.d.ts", | ||
"gitHead": "ded390ea447c9e7b68957b9539f3b61961e790e6" | ||
"gitHead": "7eb76ab93f9233ab2f921c65c6abd5823f5a300a" | ||
} |
import * as Boundaries from '../array/Boundaries'; | ||
import * as Slice from '../array/Slice'; | ||
import * as Split from '../array/Split'; | ||
import { Splitting } from './Main'; | ||
import { Splitting } from './Splitting'; | ||
@@ -23,2 +23,2 @@ type BoundAtApi = <T, T2>(xs: T[], left: T2, right: T2, comparator: (a: T2, b: T) => boolean) => T[]; | ||
boundAt | ||
}; | ||
}; |
@@ -38,3 +38,3 @@ import { Adt } from '@ephox/katamari'; | ||
// tslint:disable-next-line | ||
// tslint:disable-next-line:variable-name | ||
export const Splitting = { | ||
@@ -45,2 +45,2 @@ include: adt.include, | ||
cata | ||
}; | ||
}; |
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
258234
3561
Updated@ephox/katamari@^2.4.24