[Pkg-javascript-commits] [node-unicode-property-aliases] 01/03: New upstream version 1.3.0+ds

Julien Puydt julien.puydt at laposte.net
Fri Feb 23 10:42:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository node-unicode-property-aliases.

commit caa22fb2e0e8df4424ca94bcc999b621a0169f97
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Feb 23 11:39:14 2018 +0100

    New upstream version 1.3.0+ds
---
 README.md    | 2 +-
 index.js     | 1 +
 package.json | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9b5eaea..472a62a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 _unicode-property-aliases_ offers the Unicode property alias mappings in an easy-to-consume JavaScript format.
 
-It’s based on [the `PropertyAliases.txt` data for Unicode v10.0.0](http://unicode.org/Public/10.0.0/ucd/PropertyAliases.txt).
+It’s based on [draft 16 of the `PropertyAliases.txt` data for Unicode v11.0.0](https://unicode.org/Public/11.0.0/ucd/PropertyAliases-11.0.0d16.txt).
 
 ## Installation
 
diff --git a/index.js b/index.js
index 607101f..1147def 100755
--- a/index.js
+++ b/index.js
@@ -32,6 +32,7 @@ module.exports = new Map([
 	['cjkRSUnicode', 'kRSUnicode'],
 	['Unicode_Radical_Stroke', 'kRSUnicode'],
 	['URS', 'kRSUnicode'],
+	['EqUIdeo', 'Equivalent_Unified_Ideograph'],
 	['isc', 'ISO_Comment'],
 	['JSN', 'Jamo_Short_Name'],
 	['na', 'Name'],
diff --git a/package.json b/package.json
index 84e20c2..e205ce3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "unicode-property-aliases",
-  "version": "1.2.0",
+  "version": "1.3.0",
   "description": "Unicode property alias mappings in JavaScript format.",
   "homepage": "https://github.com/mathiasbynens/unicode-property-aliases",
   "main": "index.js",
@@ -33,7 +33,7 @@
     "jsesc": "^2.0.0"
   },
   "scripts": {
-    "download": "curl http://unicode.org/Public/10.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
+    "download": "curl https://unicode.org/Public/11.0.0/ucd/PropertyAliases-11.0.0d16.txt > data/PropertyAliases.txt",
     "build": "node scripts/build.js",
     "test": "ava ./tests"
   }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-unicode-property-aliases.git



More information about the Pkg-javascript-commits mailing list