@contentful/rich-text-types
Advanced tools
Comparing version 12.1.2 to 13.0.0
@@ -19,3 +19,3 @@ 'use strict'; | ||
var _core = createCommonjsModule(function (module) { | ||
var core = module.exports = { version: '2.6.0' }; | ||
var core = module.exports = { version: '2.6.2' }; | ||
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef | ||
@@ -294,3 +294,3 @@ }); | ||
mode: _library ? 'pure' : 'global', | ||
copyright: '© 2018 Denis Pushkarev (zloirock.ru)' | ||
copyright: '© 2019 Denis Pushkarev (zloirock.ru)' | ||
}); | ||
@@ -297,0 +297,0 @@ }); |
{ | ||
"name": "@contentful/rich-text-types", | ||
"version": "12.1.2", | ||
"version": "13.0.0", | ||
"main": "dist/rich-text-types.es5.js", | ||
@@ -27,2 +27,4 @@ "typings": "dist/types/index.d.ts", | ||
"devDependencies": { | ||
"@types/jest": "^23.3.12", | ||
"@types/node": "^10.12.18", | ||
"core-js": "^2.5.7", | ||
@@ -44,3 +46,3 @@ "faker": "^4.1.0", | ||
}, | ||
"gitHead": "8cf8bb70502ae01ca8c4b88db96f421ad8a25d24" | ||
"gitHead": "ec8d032ca6dabb4c5a857611739cd0e5f34b52e5" | ||
} |
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
135967
17