Skip to content

Commit 7c0b3de

Browse files
committed
v3.0.4
1 parent 0b8a563 commit 7c0b3de

File tree

3 files changed

+88
-86
lines changed

3 files changed

+88
-86
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
node-version: 18
9090
- name: Installing dependencies
9191
run: npm ci
92+
- name: Building sources
93+
run: npm run build
9294
- name: Publishing
9395
run: npm publish
9496
env:

package-lock.json

Lines changed: 80 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira.js",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
@@ -67,11 +67,11 @@
6767
"devDependencies": {
6868
"@swc-node/register": "^1.8.0",
6969
"@swc/helpers": "^0.5.6",
70-
"@types/node": "^18.19.18",
70+
"@types/node": "^18.19.21",
7171
"@types/sinon": "^17.0.3",
72-
"@typescript-eslint/eslint-plugin": "^7.0.2",
73-
"@typescript-eslint/parser": "^7.0.2",
74-
"ava": "^6.1.1",
72+
"@typescript-eslint/eslint-plugin": "^7.1.0",
73+
"@typescript-eslint/parser": "^7.1.0",
74+
"ava": "^6.1.2",
7575
"dotenv": "^16.4.5",
7676
"eslint": "^8.57.0",
7777
"eslint-config-airbnb-base": "^15.0.0",
@@ -81,7 +81,7 @@
8181
"prettier-plugin-jsdoc": "^1.3.0",
8282
"sinon": "^17.0.1",
8383
"ts-node": "^10.9.2",
84-
"typedoc": "^0.25.8",
84+
"typedoc": "^0.25.9",
8585
"typedoc-plugin-extras": "^3.0.0",
8686
"typescript": "^5.3.3"
8787
},

0 commit comments

Comments
 (0)