@credal/actions 0.2.60 → 0.2.61

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.
@@ -815,7 +815,7 @@ export const jiraAssignJiraTicketDefinition = {
815
815
  provider: "jira",
816
816
  };
817
817
  export const jiraPublicCommentOnServiceDeskRequestDefinition = {
818
- description: "Comments publically on a Jira service desk request with specified content",
818
+ description: "Comments publicly on a Jira service desk request with specified content",
819
819
  scopes: ["write:comment:jira"],
820
820
  parameters: {
821
821
  type: "object",
@@ -1349,7 +1349,7 @@ export const jiraOrgAssignJiraTicketDefinition = {
1349
1349
  provider: "jiraOrg",
1350
1350
  };
1351
1351
  export const jiraOrgPublicCommentOnServiceDeskRequestDefinition = {
1352
- description: "Comments publically on a Jira service desk request with specified content",
1352
+ description: "Comments publicly on a Jira service desk request with specified content",
1353
1353
  scopes: ["write:comment:jira"],
1354
1354
  parameters: {
1355
1355
  type: "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@credal/actions",
3
- "version": "0.2.60",
3
+ "version": "0.2.61",
4
4
  "type": "module",
5
5
  "description": "AI Actions by Credal AI",
6
6
  "sideEffects": false,