|
1 | 1 | { |
2 | 2 | "name": "jira.js", |
3 | | - "version": "2.4.1", |
| 3 | + "version": "2.4.2", |
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", |
|
31 | 31 | "doc": "typedoc --name Jira.js --out docs ./src", |
32 | 32 | "test": "npm run test:unit && npm run test:e2e", |
33 | 33 | "test:unit": "jest tests/unit", |
34 | | - "test:e2e": "jest tests/integration --setupFiles=./tests/setup.ts --runInBand", |
| 34 | + "test:e2e": "jest tests/e2e --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", |
|
42 | 42 | "testEnvironment": "node" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@types/express": "^4.17.12", |
46 | | - "@types/jest": "^26.0.23", |
47 | | - "@types/node": "^15.12.5", |
| 45 | + "@types/express": "^4.17.13", |
| 46 | + "@types/jest": "^26.0.24", |
| 47 | + "@types/node": "^16.0.1", |
48 | 48 | "@types/oauth": "^0.9.1", |
49 | 49 | "@types/sinon": "^10.0.2", |
50 | | - "@typescript-eslint/eslint-plugin": "^4.28.1", |
51 | | - "@typescript-eslint/parser": "^4.28.1", |
| 50 | + "@typescript-eslint/eslint-plugin": "^4.28.2", |
| 51 | + "@typescript-eslint/parser": "^4.28.2", |
52 | 52 | "dotenv": "^10.0.0", |
53 | | - "eslint": "^7.29.0", |
| 53 | + "eslint": "^7.30.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", |
|
60 | 60 | "sinon": "^11.1.1", |
61 | 61 | "ts-jest": "^26.5.6", |
62 | 62 | "typedoc": "^0.21.2", |
63 | | - "typescript": "^4.3.4" |
| 63 | + "typescript": "^4.3.5" |
64 | 64 | }, |
65 | 65 | "dependencies": { |
66 | 66 | "atlassian-jwt": "^2.0.1", |
|
0 commit comments