|
1 | 1 | {
|
2 | 2 | "name": "jira.js",
|
3 |
| - "version": "4.1.2", |
| 3 | + "version": "4.1.3", |
4 | 4 | "description": "A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.",
|
5 | 5 | "main": "out/index.js",
|
6 | 6 | "types": "out/index.d.ts",
|
|
19 | 19 | "library"
|
20 | 20 | ],
|
21 | 21 | "scripts": {
|
22 |
| - "build": "tsc", |
| 22 | + "build": "npm run build:src && npm run build:tests", |
| 23 | + "build:src": "tsc --project tsconfig.json", |
| 24 | + "build:tests": "tsc --project tests/tsconfig.json", |
23 | 25 | "prettier": "prettier --write src",
|
24 | 26 | "lint": "npm run lint:tests && npm run lint:examples && npm run lint:src:agile && npm run lint:src:clients && npm run lint:src:services && npm run lint:src:version2 && npm run lint:src:version3 && npm run lint:src:files",
|
25 | 27 | "lint:tests": "npm run lint:base -- tests",
|
|
59 | 61 | "devDependencies": {
|
60 | 62 | "@types/node": "^18.19.86",
|
61 | 63 | "@types/sinon": "^17.0.4",
|
62 |
| - "@typescript-eslint/eslint-plugin": "^8.29.0", |
63 |
| - "@typescript-eslint/parser": "^8.29.0", |
64 |
| - "dotenv": "^16.4.7", |
| 64 | + "@typescript-eslint/eslint-plugin": "^8.30.0", |
| 65 | + "@typescript-eslint/parser": "^8.30.0", |
| 66 | + "dotenv": "^16.5.0", |
65 | 67 | "eslint": "^8.57.1",
|
66 | 68 | "eslint-config-airbnb-base": "^15.0.0",
|
67 | 69 | "eslint-import-resolver-typescript": "^3.10.0",
|
68 | 70 | "eslint-plugin-import": "^2.31.0",
|
69 | 71 | "prettier": "^3.5.3",
|
70 | 72 | "prettier-plugin-jsdoc": "^1.3.2",
|
71 | 73 | "sinon": "^18.0.1",
|
72 |
| - "typedoc": "^0.28.1", |
| 74 | + "typedoc": "^0.28.2", |
73 | 75 | "typescript": "^5.8.3",
|
74 | 76 | "vite-tsconfig-paths": "^5.1.4",
|
75 | 77 | "vitest": "^3.1.1"
|
|
0 commit comments