cldr-segments-full 44.1.0 → 45.0.0-ALPHA3
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 -1
- package/README.md +2 -2
- package/bower.json +3 -3
- package/package.json +7 -5
- 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
|
@@ -2,7 +2,7 @@ UNICODE LICENSE V3
|
|
|
2
2
|
|
|
3
3
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4
4
|
|
|
5
|
-
Copyright © 2004-
|
|
5
|
+
Copyright © 2004-2024 Unicode, Inc.
|
|
6
6
|
|
|
7
7
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
8
8
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -37,3 +37,5 @@ Except as contained in this notice, the name of a copyright holder shall
|
|
|
37
37
|
not be used in advertising or otherwise to promote the sale, use or other
|
|
38
38
|
dealings in these Data Files or Software without prior written
|
|
39
39
|
authorization of the copyright holder.
|
|
40
|
+
|
|
41
|
+
SPDX-License-Identifier: Unicode-3.0
|
package/README.md
CHANGED
|
@@ -21,9 +21,9 @@ 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-2024 Unicode, Inc.
|
|
25
25
|
[Terms of Use](http://www.unicode.org/copyright.html)
|
|
26
26
|
|
|
27
|
-
SPDX-License-Identifier: Unicode-
|
|
27
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
28
28
|
|
|
29
29
|
A copy of the license is included as [LICENSE](./LICENSE).
|
package/bower.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cldr-segments-full",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "45.0.0-ALPHA3",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"cldr-core": "
|
|
5
|
+
"cldr-core": "45.0.0-ALPHA3"
|
|
6
6
|
},
|
|
7
7
|
"main": "segments/**/*.json",
|
|
8
8
|
"ignore": [
|
|
9
9
|
".gitattributes",
|
|
10
10
|
"README.md"
|
|
11
11
|
],
|
|
12
|
-
"license": "Unicode-
|
|
12
|
+
"license": "Unicode-3.0"
|
|
13
13
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cldr-segments-full",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "45.0.0-ALPHA3",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"cldr-core": "
|
|
5
|
+
"cldr-core": "45.0.0-ALPHA3"
|
|
6
6
|
},
|
|
7
|
-
"description": "Text Segmentation data
|
|
7
|
+
"description": "Text Segmentation data",
|
|
8
8
|
"homepage": "https://cldr.unicode.org",
|
|
9
9
|
"author": "The Unicode Consortium",
|
|
10
10
|
"maintainers": [
|
|
@@ -22,6 +22,8 @@
|
|
|
22
22
|
"type": "git",
|
|
23
23
|
"url": "git://github.com/unicode-cldr/cldr-json.git"
|
|
24
24
|
},
|
|
25
|
-
"license": "Unicode-
|
|
26
|
-
"bugs": "https://cldr.unicode.org/index/bug-reports#TOC-Filing-a-Ticket"
|
|
25
|
+
"license": "Unicode-3.0",
|
|
26
|
+
"bugs": "https://cldr.unicode.org/index/bug-reports#TOC-Filing-a-Ticket",
|
|
27
|
+
"cldrVersion": "45",
|
|
28
|
+
"unicodeVersion": "15.1.0"
|
|
27
29
|
}
|