emojify-lyrics
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -1,2 +0,2 @@ | ||
interface EmojifyOptions { | ||
export interface EmojifyOptions { | ||
replace?: boolean; | ||
@@ -9,2 +9,1 @@ replaceChance?: number; | ||
export declare function emojify(inputText: string, { replace, replaceChance, tripleCooldown, tripleChance, multimojiChance, }?: EmojifyOptions): string; | ||
export {}; |
{ | ||
"name": "emojify-lyrics", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Making the world a :slight_smile: place", | ||
@@ -28,16 +28,16 @@ "main": "dist/index.js", | ||
"@types/jest": "^27.4.1", | ||
"@typescript-eslint/eslint-plugin": "^5.15.0", | ||
"@typescript-eslint/parser": "^5.15.0", | ||
"eslint": "^8.11.0", | ||
"@typescript-eslint/eslint-plugin": "^5.19.0", | ||
"@typescript-eslint/parser": "^5.19.0", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-prettier": "^0.0.0-empty", | ||
"fs-extra": "^10.0.1", | ||
"fs-extra": "^10.1.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.5.1", | ||
"lint-staged": "^12.3.5", | ||
"lint-staged": "^12.3.8", | ||
"pinst": "^3.0.0", | ||
"prettier": "^2.5.1", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.6.2" | ||
"prettier": "^2.6.2", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.6.3" | ||
}, | ||
@@ -44,0 +44,0 @@ "husky": { |
@@ -9,3 +9,3 @@ import emojiOverridesJson from './overrides.json'; | ||
interface EmojifyOptions { | ||
export interface EmojifyOptions { | ||
replace?: boolean; | ||
@@ -12,0 +12,0 @@ /* Chance of replacing words with emojis when replace is enabled. 1 means always 0 means never. */ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
391121
10799