string-converter
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -7,3 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "convert", { enumerable: true, get: function () { return string_converter_1.convert; } }); | ||
(0, tslib_1.__exportStar)(require("./types"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,2 @@ import { StringLike } from "../../types"; | ||
*/ | ||
export declare const convertToBoolean: (value?: StringLike | undefined) => boolean | undefined; | ||
export declare const convertToBoolean: (value?: StringLike) => boolean | undefined; |
@@ -1,1 +0,1 @@ | ||
export declare type StringConvertedType = number | boolean | string | undefined; | ||
export type StringConvertedType = number | boolean | string | undefined; |
import { StringConvertible } from "."; | ||
export declare type StringLike = string | StringConvertible; | ||
export type StringLike = string | StringConvertible; |
{ | ||
"name": "string-converter", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Converts strings to other javascript types", | ||
@@ -48,33 +48,32 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"lodash-es": "^4.17.21", | ||
"tslib": "^2.3.1" | ||
"tslib": "^2.5.3" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"@types/jest": "^27.0.2", | ||
"@types/lodash-es": "^4.17.5", | ||
"@typescript-eslint/eslint-plugin": "^4.31.2", | ||
"@typescript-eslint/parser": "^4.31.2", | ||
"commitlint": "^13.1.0", | ||
"@commitlint/config-conventional": "^17.6.5", | ||
"@types/jest": "^29.5.2", | ||
"@types/lodash-es": "^4.17.7", | ||
"@typescript-eslint/eslint-plugin": "^5.60.0", | ||
"@typescript-eslint/parser": "^5.60.0", | ||
"commitlint": "^17.6.5", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jest": "^24.4.2", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.26.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"husky": "^7.0.2", | ||
"jest": "^27.2.1", | ||
"jest-extended": "^0.11.5", | ||
"lint-staged": "^11.1.2", | ||
"minimist": "^1.2.5", | ||
"prettier": "^2.4.1", | ||
"rimraf": "^3.0.2", | ||
"shx": "^0.3.3", | ||
"ts-jest": "^27.0.5", | ||
"typedoc": "^0.22.4", | ||
"typescript": "^4.4.3" | ||
"eslint": "^8.43.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.2.2", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"husky": "^8.0.3", | ||
"jest": "^29.5.0", | ||
"jest-extended": "^4.0.0", | ||
"lint-staged": "^13.2.2", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.1", | ||
"shx": "^0.3.4", | ||
"ts-jest": "^29.1.0", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -81,0 +80,0 @@ "husky": { |
Sorry, the diff of this file is not supported yet
1
13825
- Removedlodash-es@^4.17.21
- Removedlodash-es@4.17.21(transitive)
Updatedtslib@^2.5.3