@ubnt/unifi-connect-ui
Advanced tools
Comparing version 1.3.9 to 1.3.10
@@ -1,1 +0,1 @@ | ||
{ "name": "@ubnt/unifi-connect-ui", "version": "1.3.9", "description": "Web UI for UniFi Connect", "scripts": { "test": "cross-env NODE_ENV=development && jest --maxWorkers=50% --config test/jest.config.js", "test:coverage": "npm run clean && cross-env NODE_ENV=development && npm run test -- --coverage", "test:watch": "cross-env NODE_ENV=development && npm run test -- --watchAll", "start": "webpack-dev-server --env development --config webpack/webpack.config.js", "build": "npm run clean && webpack --env production --config webpack/webpack.config.js", "build:dev": "npm run clean && webpack --env development --config webpack/webpack.config.js", "build:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && replace-in-file --configFile=changelog.config.js", "clean": "rimraf dist coverage", "lint": "eslint 'src/*/**.js'" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint --edit $1", "pre-push": "npm run test" } }, "lint-staged": { "*.js": [ "eslint --cache", "prettier --write" ] } } | ||
{ "name": "@ubnt/unifi-connect-ui", "version": "1.3.10", "description": "Web UI for UniFi Connect", "scripts": { "test": "cross-env NODE_ENV=development && jest --maxWorkers=50% --config test/jest.config.js", "test:coverage": "npm run clean && cross-env NODE_ENV=development && npm run test -- --coverage", "test:watch": "cross-env NODE_ENV=development && npm run test -- --watchAll", "start": "webpack-dev-server --env development --config webpack/webpack.config.js", "build": "npm run clean && webpack --env production --config webpack/webpack.config.js", "build:dev": "npm run clean && webpack --env development --config webpack/webpack.config.js", "build:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && replace-in-file --configFile=changelog.config.js", "clean": "rimraf dist coverage", "lint": "eslint 'src/*/**.js'" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint --edit $1", "pre-push": "npm run test" } }, "lint-staged": { "*.js": [ "eslint --cache", "prettier --write" ] } } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8598
3464625