@directus/format-title
Advanced tools
Comparing version 9.0.0-rc.23 to 9.0.0-rc.24
{ | ||
"name": "@directus/format-title", | ||
"version": "9.0.0-rc.23", | ||
"version": "9.0.0-rc.24", | ||
"description": "Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)", | ||
@@ -16,5 +16,6 @@ "keywords": [ | ||
], | ||
"main": "dist/format-title.umd.js", | ||
"module": "dist/format-title.es5.js", | ||
"typings": "dist/types/format-title.d.ts", | ||
"main": "dist/format-title.cjs.js", | ||
"module": "dist/format-title.bundler.js", | ||
"unpkg": "dist/format-title.global.min.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
@@ -31,4 +32,4 @@ "dist" | ||
"prebuild": "rimraf dist", | ||
"build": "tsc --module commonjs && rollup -c rollup.config.ts", | ||
"start": "rollup -c rollup.config.ts -w", | ||
"build": "rollup -c rollup.config.js", | ||
"start": "rollup -c rollup.config.js -w", | ||
"prepublishOnly": "npm run build", | ||
@@ -42,3 +43,3 @@ "lint": "eslint \"src/**/*.ts\"" | ||
}, | ||
"gitHead": "f45b42efec960be30d8e9068899d7c5e477ab8f3" | ||
"gitHead": "637c7a32ef278b3e091479589b39bdb64cddb3d9" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
43171
16
504
1