@formatjs/intl-segmenter 11.5.9 → 11.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
1
  import { __assign, __spreadArray } from "tslib";
2
- import { SegmentationRules } from './cldr-segmentation-rules.generated';
3
- import { replaceVariables, isSurrogate } from './segmentation-utils';
4
- import { GetOption, SupportedLocales, CanonicalizeLocaleList, GetOptionsObject, getInternalSlot, setInternalSlot, getMultiInternalSlots, } from '@formatjs/ecma402-abstract';
2
+ import { CanonicalizeLocaleList, GetOption, GetOptionsObject, SupportedLocales, getInternalSlot, getMultiInternalSlots, setInternalSlot, } from '@formatjs/ecma402-abstract';
5
3
  import { ResolveLocale } from '@formatjs/intl-localematcher';
4
+ import { SegmentationRules } from './cldr-segmentation-rules.generated';
5
+ import { isSurrogate, replaceVariables } from './segmentation-utils';
6
6
  /**
7
- * Adds $ to before rules and ^ to after rules for strickness
7
+ * Adds $ to before rules and ^ to after rules for strictness
8
8
  * Replaces variables
9
9
  * Initializes the RegExp
10
10
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-segmenter",
3
- "version": "11.5.9",
3
+ "version": "11.6.0",
4
4
  "description": "Polyfill for Intl.Segmenter",
5
5
  "keywords": [
6
6
  "intl",