@directus/format-title
Advanced tools
Comparing version 9.0.0-rc.100 to 9.0.0-rc.101
{ | ||
"name": "@directus/format-title", | ||
"version": "9.0.0-rc.100", | ||
"version": "9.0.0-rc.101", | ||
"description": "Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)", | ||
@@ -17,2 +17,9 @@ "keywords": [ | ||
"main": "dist/format-title.cjs.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/format-title.bundler.js", | ||
"require": "./dist/format-title.cjs.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"module": "dist/format-title.bundler.js", | ||
@@ -40,3 +47,3 @@ "unpkg": "dist/format-title.global.min.js", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.58.3", | ||
"rollup": "2.59.0", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
@@ -47,3 +54,3 @@ "rollup-plugin-terser": "7.0.2", | ||
}, | ||
"gitHead": "41abc239221c0973ca1f83457be14f21155dc52d" | ||
"gitHead": "37cf80e0fe1320610ffc0b4da9411ef51bd46afb" | ||
} |
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
44219