@directus/format-title
Advanced tools
Comparing version 2.2.1 to 2.3.0
@@ -119,3 +119,4 @@ 'use strict'; | ||
'MySQL', | ||
'PostgreSQL' | ||
'PostgreSQL', | ||
'WYSIWYG' | ||
]; | ||
@@ -122,0 +123,0 @@ |
@@ -115,3 +115,4 @@ import decamelize from 'decamelize'; | ||
'MySQL', | ||
'PostgreSQL' | ||
'PostgreSQL', | ||
'WYSIWYG' | ||
]; | ||
@@ -118,0 +119,0 @@ |
{ | ||
"name": "@directus/format-title", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)", | ||
@@ -5,0 +5,0 @@ "main": "dist/format-title.cjs.js", |
Sorry, the diff of this file is too big to display
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
108718
706