Comparing version 0.2.14 to 0.2.15
{ | ||
"name": "enonic-fp", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "Functional programming helpers for Enonic XP", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"lint": "eslint --fix 'src/**/*.ts'", | ||
"prepublish": "npm run lint && npm run build" | ||
"prepublishOnly": "npm run lint && npm run build" | ||
}, | ||
@@ -29,24 +29,12 @@ "repository": { | ||
"dependencies": { | ||
"enonic-types": "^0.0.19", | ||
"enonic-types": "^0.0.20", | ||
"fp-ts": "^2.4.1" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.16.0", | ||
"@typescript-eslint/parser": "^2.16.0", | ||
"@typescript-eslint/eslint-plugin": "^2.17.0", | ||
"@typescript-eslint/parser": "^2.17.0", | ||
"eslint": "^6.8.0", | ||
"husky": "^4.0.10", | ||
"lint-staged": "^10.0.0", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^3.7.5" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.ts": [ | ||
"eslint --fix 'src/**/*.ts'" | ||
] | ||
} | ||
} |
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
5
46385
+ Addedenonic-types@0.0.20(transitive)
- Removedenonic-types@0.0.19(transitive)
Updatedenonic-types@^0.0.20