Comparing version 1.0.0 to 1.0.1
@@ -1,5 +0,13 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
### [1.0.1](https://github.com/untool/pathifist/compare/v1.0.0...v1.0.1) (2021-10-06) | ||
### Bug Fixes | ||
* add typescript declarations ([70285ad](https://github.com/untool/pathifist/commit/70285adb80f1bdfcbaad3ae1953dd26989e347c4)) | ||
* correct lint-staged config ([67691c3](https://github.com/untool/pathifist/commit/67691c3369ebc30a09799ec46555c475d983f8a9)) | ||
<a name="1.0.0"></a> | ||
@@ -6,0 +14,0 @@ # [1.0.0](https://github.com/untool/pathifist/compare/v0.0.2...v1.0.0) (2018-10-24) |
{ | ||
"name": "pathifist", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "URL Path Utility", | ||
"main": "index.js", | ||
"types": "typings.d.ts", | ||
"scripts": { | ||
@@ -29,57 +30,27 @@ "test": "ava --verbose", | ||
"devDependencies": { | ||
"@commitlint/cli": "^7.0.0", | ||
"@commitlint/config-conventional": "^7.0.0", | ||
"@commitlint/travis-cli": "^7.0.0", | ||
"ava": "^0.25.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^5.0.0", | ||
"eslint-config-prettier": "^3.0.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"husky": "^1.0.0", | ||
"lint-staged": "^7.0.0", | ||
"@commitlint/cli": "^12.0.0", | ||
"@commitlint/config-conventional": "^12.0.0", | ||
"@commitlint/travis-cli": "^12.0.0", | ||
"@untool/eslint-config": "^1.0.0", | ||
"@untool/prettier-config": "^1.0.0", | ||
"ava": "^3.0.0", | ||
"cz-conventional-changelog": "^3.0.0", | ||
"eslint": "^7.0.0", | ||
"husky": "^4.0.0", | ||
"lint-staged": "^10.0.0", | ||
"prettier": "^1.13.4", | ||
"standard-version": "^4.2.0" | ||
"standard-version": "^9.0.0" | ||
}, | ||
"renovate": { | ||
"extends": [ | ||
"config:base" | ||
], | ||
"ignoreDeps": [ | ||
"prettier" | ||
], | ||
"lockFileMaintenance": { | ||
"enabled": true | ||
}, | ||
"pinVersions": false, | ||
"prCreation": "not-pending", | ||
"semanticCommits": true, | ||
"semanticPrefix": "chore:" | ||
"@untool/renovate-config:base" | ||
] | ||
}, | ||
"prettier": { | ||
"trailingComma": "es5", | ||
"singleQuote": true, | ||
"proseWrap": "never" | ||
}, | ||
"prettier": "@untool/prettier-config", | ||
"eslintConfig": { | ||
"extends": [ | ||
"eslint:recommended", | ||
"prettier" | ||
], | ||
"plugins": [ | ||
"prettier" | ||
], | ||
"rules": { | ||
"prettier/prettier": "error" | ||
}, | ||
"env": { | ||
"node": true | ||
}, | ||
"globals": { | ||
"Promise": true | ||
} | ||
"extends": "@untool/eslint-config" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"prettier --write", | ||
"git add" | ||
"prettier --write" | ||
] | ||
@@ -86,0 +57,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
120
11559
1