@ephox/polaris
Advanced tools
Comparing version 3.0.24 to 3.0.25
{ | ||
"name": "@ephox/polaris", | ||
"description": "This project does data manipulation on arrays and strings.", | ||
"version": "3.0.24", | ||
"version": "3.0.25", | ||
"repository": { | ||
@@ -22,3 +22,3 @@ "type": "git", | ||
"@ephox/dom-globals": "^1.1.2", | ||
"@ephox/katamari": "^2.4.20", | ||
"@ephox/katamari": "^2.4.21", | ||
"tslib": "^1.9.3" | ||
@@ -36,3 +36,3 @@ }, | ||
"types": "./lib/main/ts/ephox/polaris/api/Main.d.ts", | ||
"gitHead": "c9e986dd8cd5c50b3e959edb6becdc8ef0c972b1" | ||
"gitHead": "e4ce8abb44edb83607d3d2c8cb6be6a3feaaf08e" | ||
} |
@@ -15,5 +15,5 @@ import { Unicode, Fun } from '@ephox/katamari'; | ||
const chars = Fun.constant(charsStr) as () => string; | ||
const wordbreak = Fun.constant(wordbreakStr) as () => string; | ||
const wordchar = Fun.constant(wordcharStr) as () => string; | ||
const chars = Fun.constant(charsStr); | ||
const wordbreak = Fun.constant(wordbreakStr); | ||
const wordchar = Fun.constant(wordcharStr); | ||
@@ -20,0 +20,0 @@ export { |
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
258141
Updated@ephox/katamari@^2.4.21