hangul-romanization
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.REVISED_ROMANIZATION_OF_KOREAN = void 0; | ||
exports.REVISED_ROMANIZATION_OF_KOREAN = { | ||
@@ -8,0 +9,0 @@ vowels: [ |
@@ -0,0 +0,0 @@ /** |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.convert = void 0; | ||
var revisedRomanizationOfKorean_1 = require("./conversionSystems/revisedRomanizationOfKorean"); | ||
@@ -8,0 +9,0 @@ var UNICODE_OFFSET = 44032; |
{ | ||
"name": "hangul-romanization", | ||
"repository": "https://github.com/Tyriar/hangul-romanization", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Romanizes Hangul (Korean) characters", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -18,4 +19,4 @@ "build": "tsc", | ||
"license": "MIT", | ||
"dependencies": { | ||
"typescript": "^2.0.3" | ||
"devDependencies": { | ||
"typescript": "^4.8.2" | ||
}, | ||
@@ -22,0 +23,0 @@ "files": [ |
9311
0
260
1
- Removedtypescript@^2.0.3
- Removedtypescript@2.9.2(transitive)