|
15 | 15 | "prepublishOnly": "yarn compile", |
16 | 16 | "semantic-release": "semantic-release", |
17 | 17 | "docker-release": "mdep docker release", |
18 | | - "release": "yarn && yarn semantic-release", |
| 18 | + "release": "yarn --frozen-lockfile && yarn semantic-release", |
19 | 19 | "commitmsg": "commitlint -e $GIT_PARAMS", |
20 | 20 | "preparecommitmsg": "./node_modules/@makeomatic/deploy/git-hooks/prepare-commit-msg $GIT_PARAMS" |
21 | 21 | }, |
22 | 22 | "publishConfig": { |
23 | 23 | "access": "public" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@microfleet/core": "^10.2.4", |
| 26 | + "@microfleet/core": "^10.3.1", |
27 | 27 | "@microfleet/transport-amqp": "^13.0.1", |
28 | 28 | "bluebird": "^3.5.1", |
29 | 29 | "bluebird-retry": "^0.11.0", |
|
40 | 40 | "stdout-stream": "^1.4.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@makeomatic/deploy": "^6.0.2", |
44 | | - "@semantic-release/exec": "^2.2.3", |
| 43 | + "@makeomatic/deploy": "^6.1.0", |
| 44 | + "@semantic-release/changelog": "^2.0.2", |
| 45 | + "@semantic-release/exec": "^2.2.4", |
| 46 | + "@semantic-release/git": "^5.0.0", |
45 | 47 | "babel-cli": "^6.26.0", |
46 | | - "babel-eslint": "^8.2.2", |
47 | | - "babel-plugin-istanbul": "^4.1.5", |
| 48 | + "babel-eslint": "^8.2.3", |
| 49 | + "babel-plugin-istanbul": "^4.1.6", |
48 | 50 | "babel-plugin-transform-class-properties": "^6.24.1", |
49 | 51 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
50 | 52 | "babel-plugin-transform-strict-mode": "^6.24.1", |
51 | 53 | "babel-register": "^6.26.0", |
52 | 54 | "cheerio": "^1.0.0-rc.2", |
53 | | - "codecov": "^3.0.0", |
| 55 | + "codecov": "^3.0.2", |
54 | 56 | "cross-env": "^5.1.4", |
55 | 57 | "eslint": "^4.19.1", |
56 | 58 | "eslint-config-makeomatic": "^2.0.1", |
57 | | - "eslint-plugin-import": "^2.10.0", |
| 59 | + "eslint-plugin-import": "^2.11.0", |
58 | 60 | "eslint-plugin-promise": "^3.7.0", |
59 | 61 | "jest": "^22.4.3", |
60 | 62 | "json": "^9.0.6", |
61 | 63 | "rimraf": "^2.6.2" |
62 | 64 | }, |
| 65 | + "files": [ |
| 66 | + "src/", |
| 67 | + "lib/", |
| 68 | + "schemas/" |
| 69 | + ], |
63 | 70 | "jest": { |
64 | 71 | "testPathIgnorePatterns": [ |
65 | 72 | "/node_modules/", |
|
0 commit comments