@svgmoji/noto
Advanced tools
Comparing version 3.0.0 to 3.1.0
# @svgmoji/noto | ||
## 3.1.0 | ||
> 2021-02-15 | ||
### Minor Changes | ||
- 75b361fc: Update svg files to latest versions and fix some issues with missing files. Also fix missing emoji for `openmoji`. | ||
- 088f5d3e: Make `@svgmoji/core` a direct dependency for all icon packages. | ||
### Patch Changes | ||
- Updated dependencies [7c81be1b] | ||
- Updated dependencies [edd4a29c] | ||
- @svgmoji/core@3.1.0 | ||
## 3.0.0 | ||
@@ -4,0 +19,0 @@ |
@@ -8,6 +8,2 @@ 'use strict'; | ||
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; } | ||
var _defineProperty__default = /*#__PURE__*/_interopDefault(_defineProperty); | ||
class Notomoji extends core.Moji { | ||
@@ -17,5 +13,5 @@ constructor() { | ||
_defineProperty__default['default'](this, "name", 'noto'); | ||
_defineProperty(this, "name", 'noto'); | ||
_defineProperty__default['default'](this, "version", VERSION); | ||
_defineProperty(this, "version", VERSION); | ||
} | ||
@@ -40,5 +36,5 @@ | ||
}; | ||
const VERSION = (["3.0.0"][0]); | ||
const VERSION = (["3.1.0"][0]); | ||
exports.NOTO_META = NOTO_META; | ||
exports.Notomoji = Notomoji; |
@@ -30,4 +30,4 @@ import _defineProperty from '@babel/runtime/helpers/esm/defineProperty'; | ||
}; | ||
const VERSION = (["3.0.0"][0]); | ||
const VERSION = (["3.1.0"][0]); | ||
export { NOTO_META, Notomoji }; |
@@ -8,6 +8,2 @@ 'use strict'; | ||
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; } | ||
var _defineProperty__default = /*#__PURE__*/_interopDefault(_defineProperty); | ||
class Notomoji extends core.Moji { | ||
@@ -17,5 +13,5 @@ constructor() { | ||
_defineProperty__default['default'](this, "name", 'noto'); | ||
_defineProperty(this, "name", 'noto'); | ||
_defineProperty__default['default'](this, "version", VERSION); | ||
_defineProperty(this, "version", VERSION); | ||
} | ||
@@ -40,5 +36,5 @@ | ||
}; | ||
const VERSION = (["3.0.0"][0]); | ||
const VERSION = (["3.1.0"][0]); | ||
exports.NOTO_META = NOTO_META; | ||
exports.Notomoji = Notomoji; |
@@ -8,6 +8,2 @@ 'use strict'; | ||
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; } | ||
var _defineProperty__default = /*#__PURE__*/_interopDefault(_defineProperty); | ||
class Notomoji extends core.Moji { | ||
@@ -17,5 +13,5 @@ constructor() { | ||
_defineProperty__default['default'](this, "name", 'noto'); | ||
_defineProperty(this, "name", 'noto'); | ||
_defineProperty__default['default'](this, "version", VERSION); | ||
_defineProperty(this, "version", VERSION); | ||
} | ||
@@ -40,5 +36,5 @@ | ||
}; | ||
const VERSION = (["3.0.0"][0]); | ||
const VERSION = (["3.1.0"][0]); | ||
exports.NOTO_META = NOTO_META; | ||
exports.Notomoji = Notomoji; |
@@ -30,4 +30,4 @@ import _defineProperty from '@babel/runtime/helpers/esm/defineProperty'; | ||
}; | ||
const VERSION = (["3.0.0"][0]); | ||
const VERSION = (["3.1.0"][0]); | ||
export { NOTO_META, Notomoji }; |
{ | ||
"name": "@svgmoji/noto", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "The svgmoji sprites for the [`noto-emoji`](https://github.com/googlefonts/noto-emoji) library.", | ||
@@ -43,10 +43,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.5" | ||
"@babel/runtime": "^7.12.5", | ||
"@svgmoji/core": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@svgmoji/core": "3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@svgmoji/core": "^3.0.0" | ||
}, | ||
"publishConfig": { | ||
@@ -53,0 +48,0 @@ "access": "public" |
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
0
27587229
271
+ Added@svgmoji/core@^3.1.0