@rawdash/connector-jira 0.24.0 → 0.25.0
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -104,7 +104,7 @@ Jira Cloud uses cost-based rate limiting; 429 responses with Retry-After are hon
|
|
|
104
104
|
|
|
105
105
|
## Links
|
|
106
106
|
|
|
107
|
-
- [Rawdash docs](https://rawdash.dev/docs/connectors
|
|
107
|
+
- [Rawdash docs](https://rawdash.dev/docs/connectors)
|
|
108
108
|
- [Atlassian API docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/)
|
|
109
109
|
- [GitHub](https://github.com/rawdash/rawdash)
|
|
110
110
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rawdash/connector-jira",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "Rawdash connector for Jira Cloud — issues, status-change events, sprints, projects, and users",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"zod": "^4.4.3",
|
|
27
|
-
"@rawdash/core": "0.
|
|
27
|
+
"@rawdash/core": "0.25.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"fast-check": "^4.8.0",
|