|
1 | 1 | { |
2 | 2 | "name": "jira.js", |
3 | | - "version": "2.4.0", |
| 3 | + "version": "2.4.1", |
4 | 4 | "description": "jira.js is a powerful Node.JS/Browser module that allows you to interact with the Jira API very easily", |
5 | 5 | "main": "out/index.js", |
6 | 6 | "types": "out/index.d.ts", |
|
29 | 29 | "lint:base": "eslint --ext .ts", |
30 | 30 | "lint:fix": "npm run lint:tests -- --fix && npm run lint:src:agile -- --fix && npm run lint:src:clients -- --fix && npm run lint:src:services -- --fix && npm run lint:src:version2 -- --fix && npm run lint:src:version3 -- --fix && npm run lint:src:files -- --fix", |
31 | 31 | "doc": "typedoc --name Jira.js --out docs ./src", |
32 | | - "test": "npm run test:unit && npm run test:system", |
| 32 | + "test": "npm run test:unit && npm run test:e2e", |
33 | 33 | "test:unit": "jest tests/unit", |
34 | | - "test:system": "jest tests/system --setupFiles=./tests/setup.ts --runInBand", |
| 34 | + "test:e2e": "jest tests/integration --setupFiles=./tests/setup.ts --runInBand", |
35 | 35 | "test:verbose": "npm run test -- --verbose", |
36 | 36 | "test:coverage": "npm run test:unit:coverage && npm run test:system:coverage", |
37 | 37 | "test:unit:coverage": "npm run test:unit -- --coverage", |
|
44 | 44 | "devDependencies": { |
45 | 45 | "@types/express": "^4.17.12", |
46 | 46 | "@types/jest": "^26.0.23", |
47 | | - "@types/node": "^15.12.2", |
| 47 | + "@types/node": "^15.12.5", |
48 | 48 | "@types/oauth": "^0.9.1", |
49 | 49 | "@types/sinon": "^10.0.2", |
50 | | - "@typescript-eslint/eslint-plugin": "^4.26.1", |
51 | | - "@typescript-eslint/parser": "^4.26.1", |
| 50 | + "@typescript-eslint/eslint-plugin": "^4.28.1", |
| 51 | + "@typescript-eslint/parser": "^4.28.1", |
52 | 52 | "dotenv": "^10.0.0", |
53 | | - "eslint": "^7.28.0", |
| 53 | + "eslint": "^7.29.0", |
54 | 54 | "eslint-config-airbnb-typescript": "^12.3.1", |
55 | 55 | "eslint-import-resolver-typescript": "^2.4.0", |
56 | 56 | "eslint-plugin-import": "^2.23.4", |
57 | 57 | "jest": "^26.6.3", |
58 | | - "prettier": "^2.3.1", |
| 58 | + "prettier": "^2.3.2", |
59 | 59 | "prettier-plugin-jsdoc": "^0.3.23", |
60 | 60 | "sinon": "^11.1.1", |
61 | 61 | "ts-jest": "^26.5.6", |
62 | | - "typedoc": "^0.20.36", |
63 | | - "typescript": "^4.3.2" |
| 62 | + "typedoc": "^0.21.2", |
| 63 | + "typescript": "^4.3.4" |
64 | 64 | }, |
65 | 65 | "dependencies": { |
66 | 66 | "atlassian-jwt": "^2.0.1", |
|
0 commit comments