cldr-segments-full 40.0.0 → 41.0.0-ALPHA4
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.
- package/LICENSE +1 -1
- package/bower.json +2 -2
- package/package.json +2 -2
- package/segments/de/suppressions.json +1 -1
- package/segments/el/suppressions.json +1 -1
- package/segments/en/suppressions.json +1 -1
- package/segments/es/suppressions.json +1 -1
- package/segments/fr/suppressions.json +1 -1
- package/segments/it/suppressions.json +1 -1
- package/segments/ja/suppressions.json +1 -1
- package/segments/pt/suppressions.json +1 -1
- package/segments/ru/suppressions.json +1 -1
- package/segments/und/suppressions.json +1 -1
- package/segments/zh/suppressions.json +1 -1
- package/segments/zh-Hant/suppressions.json +1 -1
package/LICENSE
CHANGED
|
@@ -13,7 +13,7 @@ THE DATA FILES OR SOFTWARE.
|
|
|
13
13
|
|
|
14
14
|
COPYRIGHT AND PERMISSION NOTICE
|
|
15
15
|
|
|
16
|
-
Copyright © 1991-
|
|
16
|
+
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
|
|
17
17
|
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
|
|
18
18
|
|
|
19
19
|
Permission is hereby granted, free of charge, to any person obtaining
|
package/bower.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cldr-segments-full",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "41.0.0-ALPHA4",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"cldr-core": "
|
|
5
|
+
"cldr-core": "41.0.0-ALPHA4"
|
|
6
6
|
},
|
|
7
7
|
"description": "Text Segmentation data (complete)",
|
|
8
8
|
"homepage": "https://cldr.unicode.org",
|