|
17 | 17 | "docs:build": "cross-env NODE_ENV=production vue-cli-service docs --mode build", |
18 | 18 | "docs:deploy": "cross-env BASE_DOCS=/vue-auth-plugin/ yarn docs:build && gh-pages -d docs/.vuepress/dist", |
19 | 19 | "docs:serve": "vue-cli-service docs --mode serve", |
20 | | - "postversion": "git push --follow-tags", |
21 | 20 | "test": "vue-cli-service test:unit", |
22 | 21 | "test:coverage": "yarn test --coverage", |
23 | | - "test:send-coverages": "yarn coverage:codecovs && yarn coverage:coveralls && yarn coverage:codacy" |
| 22 | + "test:send-coverages": "yarn coverage:codecovs && yarn coverage:coveralls && yarn coverage:codacy", |
| 23 | + "commit": "git-cz", |
| 24 | + "semantic-release": "semantic-release", |
| 25 | + "postversion": "git commit -am 'chore(bump): bump version [skip-ci]' && git push --follow-tags" |
24 | 26 | }, |
25 | 27 | "main": "dist/vue-auth-plugin.common.js", |
26 | 28 | "module": "dist/vue-auth-plugin.esm.js", |
|
37 | 39 | "vue-router": "3.3.4" |
38 | 40 | }, |
39 | 41 | "devDependencies": { |
40 | | - "@types/jest": "26.0.4", |
| 42 | + "@semantic-release/changelog": "5.0.1", |
| 43 | + "@semantic-release/commit-analyzer": "8.0.1", |
| 44 | + "@semantic-release/git": "9.0.0", |
| 45 | + "@semantic-release/github": "7.0.7", |
| 46 | + "@semantic-release/npm": "7.0.5", |
| 47 | + "@semantic-release/release-notes-generator": "9.0.1", |
| 48 | + "@types/jest": "26.0.5", |
41 | 49 | "@vue/cli-plugin-babel": "4.4.6", |
42 | 50 | "@vue/cli-plugin-typescript": "4.4.6", |
43 | 51 | "@vue/cli-plugin-unit-jest": "4.4.6", |
44 | 52 | "@vue/cli-plugin-vuex": "4.4.6", |
45 | 53 | "@vue/cli-service": "4.4.6", |
46 | 54 | "@vue/test-utils": "1.0.3", |
47 | 55 | "axios": "0.19.2", |
48 | | - "axios-mock-adapter": "1.18.1", |
| 56 | + "axios-mock-adapter": "1.18.2", |
49 | 57 | "babel-core": "7.0.0-bridge.0", |
50 | 58 | "codacy-coverage": "3.4.0", |
51 | | - "codecov": "3.7.0", |
| 59 | + "codecov": "3.7.1", |
| 60 | + "commitizen": "^4.1.2", |
52 | 61 | "coveralls": "3.1.0", |
53 | 62 | "cross-env": "7.0.2", |
54 | 63 | "gh-pages": "3.1.0", |
|
57 | 66 | "jest-junit": "11.0.1", |
58 | 67 | "jest-sonar-reporter": "2.0.0", |
59 | 68 | "js-cookie": "2.2.1", |
| 69 | + "semantic-release": "^17.1.1", |
60 | 70 | "sonar-scanner": "3.1.0", |
61 | | - "ts-jest": "26.1.1", |
| 71 | + "ts-jest": "26.1.3", |
62 | 72 | "ts-node": "8.10.2", |
63 | | - "typescript": "3.9.6", |
| 73 | + "typescript": "3.9.7", |
64 | 74 | "vue": "2.6.11", |
65 | 75 | "vue-axios": "2.1.5", |
66 | 76 | "vue-cli-plugin-p11n": "0.4.0", |
|
93 | 103 | "license": "MIT", |
94 | 104 | "repository": "https://github.com/d0whc3r/vue-auth-plugin", |
95 | 105 | "sideeffects": false, |
96 | | - "types": "types/index.d.ts" |
| 106 | + "types": "types/index.d.ts", |
| 107 | + "publishConfig": { |
| 108 | + "registry": "https://registry.npmjs.org", |
| 109 | + "access": "public" |
| 110 | + }, |
| 111 | + "czConfig": { |
| 112 | + "path": "node_modules/cz-conventional-changelog" |
| 113 | + } |
97 | 114 | } |
0 commit comments