Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,8 @@ | ||
### [1.3.2](https://github.com/mixmaxhq/frecency/compare/v1.3.1...v1.3.2) (2020-01-18) | ||
### Bug Fixes | ||
* **import:** use relative paths to support webpack ([26dfda4](https://github.com/mixmaxhq/frecency/commit/26dfda4b83f2a72e9b9843557b73424e841e6432)) | ||
## Release History | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "frecency", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Frecency sorting for search results.", | ||
"main": "dist/main.js", | ||
"main": "./dist/main.js", | ||
"browser": { | ||
"./index.js": "dist/browser.js" | ||
"./index.js": "./dist/browser.js" | ||
}, | ||
@@ -14,9 +14,11 @@ "files": [ | ||
"scripts": { | ||
"build": "[ \"$WATCH\" == 'true' ] && rollup -cw || rollup -c", | ||
"ci": "npm run lint && npm run build", | ||
"ci:commitlint": "commitlint-jenkins --pr-only", | ||
"lint": "eslint . && flow", | ||
"prebuild": "rm -rf dist/", | ||
"build": "[ \"$WATCH\" == 'true' ] && rollup -cw || rollup -c", | ||
"prepublishOnly": "npm run build && if [ \"$CI\" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi", | ||
"semantic-release": "semantic-release", | ||
"test": "npm run build && jest", | ||
"watch": "WATCH=true yarn build", | ||
"prepublish": "npm run lint && npm run build && npm test" | ||
"watch": "WATCH=true yarn build" | ||
}, | ||
@@ -34,2 +36,5 @@ "repository": { | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@mixmaxhq/commitlint-jenkins": "^1.4.2", | ||
"@mixmaxhq/semantic-release-config": "^2.0.0", | ||
"babel-core": "^6.26.0", | ||
@@ -40,2 +45,3 @@ "babel-jest": "^22.4.3", | ||
"babel-preset-flow": "^6.23.0", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "^4.19.1", | ||
@@ -48,4 +54,22 @@ "eslint-config-mixmax": "^1.0.0", | ||
"rollup-plugin-babel": "^2.6.1", | ||
"rollup-plugin-replace": "^2.0.0" | ||
"rollup-plugin-replace": "^2.0.0", | ||
"semantic-release": "^16.0.2" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
}, | ||
"manualPublishMessage": "This repository is configured to use semantic-release for its releases. Please do not release manually.\n" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"release": { | ||
"extends": "@mixmaxhq/semantic-release-config" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
63195
18
1