interweave-emoji
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -0,1 +1,7 @@ | ||
### 6.0.1 - 2021-03-07 | ||
#### 🐞 Fixes | ||
- Include source folder for source maps work correctly. | ||
# 6.0.0 - 2021-01-18 | ||
@@ -2,0 +8,0 @@ |
@@ -15,3 +15,3 @@ import { Emoji, Emoticon, Hexcode, Locale, Shortcode, ShortcodePreset, Unicode } from 'emojibase'; | ||
export declare type Path = string | ((hexcode: Hexcode, config: PathConfig) => string); | ||
export declare type Size = string | number; | ||
export declare type Size = number | string; | ||
export interface Source { | ||
@@ -66,3 +66,3 @@ compact: boolean; | ||
/** List of shortcode presets to load and join with the dataset. */ | ||
shortcodes?: (string | ShortcodePreset)[]; | ||
shortcodes?: (ShortcodePreset | string)[]; | ||
/** Throw errors that occurred during a fetch. Defaults to `true`. */ | ||
@@ -69,0 +69,0 @@ throwErrors?: boolean; |
@@ -1,3 +0,5 @@ | ||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } | ||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
@@ -4,0 +6,0 @@ |
@@ -5,4 +5,6 @@ // Generated with Packemon: https://packemon.dev | ||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } | ||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
@@ -9,0 +11,0 @@ |
{ | ||
"name": "interweave-emoji", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Emoji support for Interweave.", | ||
@@ -14,2 +14,10 @@ "keywords": [ | ||
"types": "./dts/index.d.ts", | ||
"files": [ | ||
"dts/**/*.d.ts", | ||
"esm/**/*.{js,map}", | ||
"lib/**/*.{js,map}", | ||
"src/**/*.{ts,tsx,json}", | ||
"test.d.ts", | ||
"test.js" | ||
], | ||
"sideEffects": false, | ||
@@ -49,3 +57,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "a0f490151c458f78d389173da74e48b54504a52d" | ||
"gitHead": "ad7f0faa34408104791cbef152dcecd0e57d3e85" | ||
} |
Sorry, the diff of this file is not supported yet
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
101695
1716
32