@toss/hangul
Advanced tools
Comparing version 1.1.5 to 1.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.2.0](https://github.com/toss/slash/compare/@toss/hangul@1.1.5...@toss/hangul@1.2.0) (2023-02-27) | ||
### Features | ||
* **hangul:** add '이란/란' in josa ([#217](https://github.com/toss/slash/issues/217)) ([6b9811a](https://github.com/toss/slash/commit/6b9811af5e0e8d3dc5650b46ef735cbf2079818f)) | ||
## [1.1.5](https://github.com/toss/slash/compare/@toss/hangul@1.1.4...@toss/hangul@1.1.5) (2023-01-09) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
declare type JosaOption = '이/가' | '을/를' | '은/는' | '으로/로' | '와/과' | '이나/나' | '이에/에'; | ||
declare type JosaOption = '이/가' | '을/를' | '은/는' | '으로/로' | '와/과' | '이나/나' | '이에/에' | '이란/란'; | ||
export declare function josa(word: string, josa: JosaOption): string; | ||
@@ -3,0 +3,0 @@ export declare namespace josa { |
{ | ||
"name": "@toss/hangul", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"sideEffects": false, | ||
@@ -19,3 +19,3 @@ "exports": { | ||
"scripts": { | ||
"build": "rm -rf dist esm && tsc --declaration --emitDeclarationOnly --declarationDir dist && rollup -c rollup.config.js", | ||
"build": "rm -rf dist esm && tsc -p tsconfig.build.json --declaration --emitDeclarationOnly --declarationDir dist && rollup -c rollup.config.js", | ||
"prepack": "yarn build", | ||
@@ -56,4 +56,4 @@ "test": "jest", | ||
}, | ||
"gitHead": "5f19ba0bfe99bcd54edee089eaf6ff34f57e32cd", | ||
"gitHead": "682041fa96093cea0b8f33f5af911372493f43fe", | ||
"module": "./esm/index.mjs" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33405
25
758