@datagrok/hit-triage 1.4.2 → 1.4.4

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/.eslintrc.json CHANGED
@@ -16,7 +16,8 @@
16
16
  ],
17
17
  "rules": {
18
18
  "no-unused-vars": "off",
19
- "@typescript-eslint/no-unused-vars": ["warn", { "varsIgnorePattern": "^(_|ui$|grok$|DG$)", "argsIgnorePattern": "^_"}],
19
+ "@typescript-eslint/no-unused-vars": ["warn", { "varsIgnorePattern": "^(_|ui$|grok$|DG$)", "argsIgnorePattern": "^_"}],
20
+ "@typescript-eslint/require-array-sort-compare": "error",
20
21
  "indent": [
21
22
  "error",
22
23
  2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # HitTriage changelog
2
2
 
3
+ ## 1.4.4 (2025-02-07)
4
+
5
+ * Fix permission check for admin members
6
+ * Add Default file storage for campaign files
7
+
8
+ ## 1.4.3 (2025-02-06)
9
+
10
+ * Fix campaign auto-naming when creating new campaigns
11
+
3
12
  ## 1.4.2 (2025-02-03)
4
13
 
5
14
  Correctly set semantic types for all columns in joining dataframes