@dreki-gg/pi-jira 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +10 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @dreki-gg/pi-jira
|
|
2
2
|
|
|
3
|
+
## [0.3.1](https://github.com/jalbarrang/pi-jira/compare/v0.3.0...v0.3.1) (2026-07-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** bump dependencies to latest ([#4](https://github.com/jalbarrang/pi-jira/issues/4)) ([d8d7545](https://github.com/jalbarrang/pi-jira/commit/d8d7545035e8d51c485f63345a8ee322c6e13b44))
|
|
9
|
+
|
|
3
10
|
## [0.3.0](https://github.com/jalbarrang/pi-jira/compare/v0.2.0...v0.3.0) (2026-07-11)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dreki-gg/pi-jira",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Jira tools for pi via an authenticated Atlassian CLI (acli) session — pull ticket context and write concise comments",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
]
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@types/node": "
|
|
38
|
+
"@types/node": "26",
|
|
39
39
|
"bun-types": "^1.3.14",
|
|
40
|
-
"oxfmt": "^0.
|
|
41
|
-
"oxlint": "^1.
|
|
42
|
-
"typescript": "^
|
|
43
|
-
"@earendil-works/pi-coding-agent": "^0.
|
|
44
|
-
"typebox": "^1.
|
|
40
|
+
"oxfmt": "^0.58.0",
|
|
41
|
+
"oxlint": "^1.73.0",
|
|
42
|
+
"typescript": "^7.0.2",
|
|
43
|
+
"@earendil-works/pi-coding-agent": "^0.80.6",
|
|
44
|
+
"typebox": "^1.3.6"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@earendil-works/pi-coding-agent": "*",
|
|
@@ -54,5 +54,8 @@
|
|
|
54
54
|
"typebox": {
|
|
55
55
|
"optional": true
|
|
56
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"publishConfig": {
|
|
59
|
+
"access": "public"
|
|
57
60
|
}
|
|
58
61
|
}
|