cldr-segments-full 42.0.0 → 43.0.0-ALPHA2
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 +3 -3
- package/README.md +2 -2
- package/bower.json +2 -2
- package/package.json +3 -3
- 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/fi/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/sv/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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
|
2
2
|
|
|
3
|
-
See Terms of Use
|
|
4
|
-
Data Files and Software.
|
|
3
|
+
See Terms of Use <https://www.unicode.org/copyright.html>
|
|
4
|
+
for definitions of Unicode Inc.’s Data Files and Software.
|
|
5
5
|
|
|
6
6
|
NOTICE TO USER: Carefully read the following legal agreement.
|
|
7
7
|
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
|
@@ -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-2023 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/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Text Segmentation data
|
|
4
4
|
|
|
5
|
-
This package contains
|
|
5
|
+
This package contains all locales.
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
[](https://www.npmjs.org/package/cldr-segments-full)
|
|
@@ -21,7 +21,7 @@ the data contained here, please file a new ticket at [Unicode Jira](https://unic
|
|
|
21
21
|
|
|
22
22
|
## License
|
|
23
23
|
|
|
24
|
-
Copyright © 1991-
|
|
24
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
25
25
|
[Terms of Use](http://www.unicode.org/copyright.html)
|
|
26
26
|
|
|
27
27
|
SPDX-License-Identifier: Unicode-DFS-2016
|
package/bower.json
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cldr-segments-full",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "43.0.0-ALPHA2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"cldr-core": "
|
|
5
|
+
"cldr-core": "43.0.0-ALPHA2"
|
|
6
6
|
},
|
|
7
|
-
"description": "Text Segmentation data (
|
|
7
|
+
"description": "Text Segmentation data (all locales)",
|
|
8
8
|
"homepage": "https://cldr.unicode.org",
|
|
9
9
|
"author": "The Unicode Consortium",
|
|
10
10
|
"maintainers": [
|