@softwareventures/nullable
Advanced tools
+14
-11
| { | ||
| "name": "@softwareventures/nullable", | ||
| "version": "1.4.0", | ||
| "version": "2.0.0", | ||
| "description": "Pure functional utilities for nullable types", | ||
| "keywords": [ | ||
| "lambda", | ||
| "TypeScript", | ||
| "functional", | ||
| "lambda", | ||
| "nullable", | ||
@@ -18,4 +18,4 @@ "option" | ||
| "scripts": { | ||
| "fix": "eslint . --fix && prettier --write .", | ||
| "lint": "eslint . && prettier --check .", | ||
| "fix": "tsc --noEmit && eslint . --fix && prettier --write .", | ||
| "lint": "tsc --noEmit && eslint . && prettier --check .", | ||
| "prepare": "tsc", | ||
@@ -26,17 +26,20 @@ "semantic-release": "semantic-release", | ||
| "sideEffects": false, | ||
| "engines": { | ||
| "node": "^12 || ^14 || >=16" | ||
| }, | ||
| "dependencies": { | ||
| "tslib": "2.2.0" | ||
| "tslib": "2.3.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@softwareventures/eslint-config": "3.6.2", | ||
| "@softwareventures/eslint-config": "3.6.3", | ||
| "@softwareventures/prettier-config": "1.0.2", | ||
| "@softwareventures/semantic-release-config": "1.1.1", | ||
| "@softwareventures/semantic-release-config": "1.2.0", | ||
| "@softwareventures/tsconfig": "5.1.0", | ||
| "ava": "3.15.0", | ||
| "cz-conventional-changelog": "3.3.0", | ||
| "eslint": "7.26.0", | ||
| "prettier": "2.3.0", | ||
| "semantic-release": "17.4.3", | ||
| "eslint": "7.30.0", | ||
| "prettier": "2.3.2", | ||
| "semantic-release": "17.4.4", | ||
| "ts-node": "9.1.1", | ||
| "typescript": "4.2.4" | ||
| "typescript": "4.3.5" | ||
| }, | ||
@@ -43,0 +46,0 @@ "eslintConfig": { |
15584
0.55%+ Added
- Removed
Updated