@directus/format-title
Advanced tools
Comparing version 9.0.0-rc.83 to 9.0.0-rc.84
{ | ||
"name": "@directus/format-title", | ||
"version": "9.0.0-rc.83", | ||
"version": "9.0.0-rc.84", | ||
"description": "Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)", | ||
@@ -32,17 +32,16 @@ "keywords": [ | ||
"build": "rollup -c rollup.config.js", | ||
"start": "rollup -c rollup.config.js -w", | ||
"prepublishOnly": "npm run build" | ||
"start": "rollup -c rollup.config.js -w" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "19.0.0", | ||
"@rollup/plugin-commonjs": "19.0.1", | ||
"@rollup/plugin-json": "4.1.0", | ||
"@rollup/plugin-node-resolve": "13.0.0", | ||
"@rollup/plugin-node-resolve": "13.0.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.52.3", | ||
"rollup": "2.53.2", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"rollup-plugin-terser": "7.0.2", | ||
"rollup-plugin-typescript2": "0.30.0", | ||
"typescript": "4.3.4" | ||
"typescript": "4.3.5" | ||
}, | ||
"gitHead": "04976eb13f8865d1d707845abc84353581573f1e" | ||
"gitHead": "f60deb9ca2f44ecd3f2bbaeaff9911746469f56d" | ||
} |
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
43934