@gravitywelluk/string-manipulation
Advanced tools
Comparing version 1.0.2 to 1.0.3
export { default as sentenceCase } from "./sentence-case"; | ||
export { default as titleCase } from "./title-case"; |
@@ -6,4 +6,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sentenceCase = void 0; | ||
exports.titleCase = exports.sentenceCase = void 0; | ||
var sentence_case_1 = require("./sentence-case"); | ||
Object.defineProperty(exports, "sentenceCase", { enumerable: true, get: function () { return __importDefault(sentence_case_1).default; } }); | ||
var title_case_1 = require("./title-case"); | ||
Object.defineProperty(exports, "titleCase", { enumerable: true, get: function () { return __importDefault(title_case_1).default; } }); |
{ | ||
"name": "@gravitywelluk/string-manipulation", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Library of commonly used string manipulations", | ||
@@ -42,3 +42,9 @@ "keywords": [ | ||
}, | ||
"gitHead": "a990aca8afe6a52949c6c6263bc6d09212432307" | ||
"gitHead": "c0efb991759a39e8cae18f560c39e5199a6155ad", | ||
"devDependencies": { | ||
"jest": "^27.2.0" | ||
}, | ||
"dependencies": { | ||
"title-case": "^3.0.3" | ||
} | ||
} |
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
5872
9
55
1
1
+ Addedtitle-case@^3.0.3
+ Addedtitle-case@3.0.3(transitive)
+ Addedtslib@2.8.1(transitive)