pinyin-pro
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -0,1 +1,9 @@ | ||
## 3.0.7 | ||
- package.json 中去掉 readme 选项 | ||
## 3.0.6 | ||
- 修复 readme 中版本更新文档链接错误问题 | ||
## 3.0.5 | ||
@@ -2,0 +10,0 @@ |
@@ -0,0 +0,0 @@ export const DICT3: { [prop: string]: string } = { |
@@ -0,0 +0,0 @@ export const DICT5: { [prop: string]: string } = { |
@@ -0,0 +0,0 @@ export const INITIAL_LIST = [ |
@@ -0,0 +0,0 @@ import { DICT1 } from '../data/dict1'; |
export { pinyinFn as pinyin } from './pinyin'; |
@@ -0,0 +0,0 @@ import { |
{ | ||
"name": "pinyin-pro", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "汉字转拼音库。获取汉字、词语、句子等内容的拼音、韵母、声母、声调等信息。", | ||
@@ -59,4 +59,3 @@ "main": "./dist/index.js", | ||
} | ||
}, | ||
"readme": "README.md" | ||
} | ||
} |
@@ -24,5 +24,5 @@ [![pinyin-pro Logo](https://i.ibb.co/26fJ5vF/pinyin-logo.png)](https://github.com/zh-lx/pinyin-pro) | ||
当前版本: 3.0.5 -> 3.0.6 | ||
当前版本: 3.0.6 -> 3.0.7 | ||
- 修复 readme 中版本更新文档无法访问的问题 | ||
- package.json 中去掉 readme 选项 | ||
@@ -29,0 +29,0 @@ 点击查看 [版本更新文档](./CHANGELOG.md) |
@@ -0,0 +0,0 @@ const { pinyin } = require('../dist/index'); |
@@ -0,0 +0,0 @@ const { pinyin } = require('../dist/index'); |
@@ -0,0 +0,0 @@ const { pinyin } = require('../dist/index'); |
@@ -0,0 +0,0 @@ { |
export declare const DICT1: { | ||
[prop: string]: string; | ||
}; |
export declare const DICT2: { | ||
[prop: string]: string; | ||
}; |
export declare const DICT3: { | ||
[prop: string]: string; | ||
}; |
export declare const DICT4: { | ||
[prop: string]: string; | ||
}; |
export declare const DICT5: { | ||
[prop: string]: string; | ||
}; |
export declare const INITIAL_LIST: string[]; |
@@ -0,0 +0,0 @@ declare type GetPinYin = (word: string, length: number) => string; |
export { pinyinFn as pinyin } from './pinyin'; |
@@ -0,0 +0,0 @@ declare type PinyinFn = (word: string, options?: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1060938