@helyx/module-moderation 1.0.1 → 1.0.2

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @helyx/sdk@0.14.0
9
+
3
10
  ## 1.0.1
4
11
 
5
12
  First public release preserves the previously applied unpublished `1.0.1` migration watermark. This is a retained-version exception, not another version increment; downgrading to `1.0.0` would prevent safe startup against existing installations.
package/manifest.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "healthExposure": "direct",
12
12
  "id": "helyx.moderation",
13
13
  "name": "Moderation",
14
- "version": "1.0.1",
14
+ "version": "1.0.2",
15
15
  "description": "Apply accountable staff moderation actions and review durable cases.",
16
16
  "entry": "./dist/index.js",
17
17
  "framework": "^0.1.0",
@@ -424,14 +424,26 @@
424
424
  "supportVisibility": "value",
425
425
  "default": "three_containers",
426
426
  "options": [
427
- { "value": "three_containers", "label": "A · Three containers" },
428
- { "value": "single_container", "label": "B · Single container" },
429
- { "value": "compact_incident", "label": "C · Compact incident" },
427
+ {
428
+ "value": "three_containers",
429
+ "label": "A · Three containers"
430
+ },
431
+ {
432
+ "value": "single_container",
433
+ "label": "B · Single container"
434
+ },
435
+ {
436
+ "value": "compact_incident",
437
+ "label": "C · Compact incident"
438
+ },
430
439
  {
431
440
  "value": "conversation_evidence",
432
441
  "label": "D · Conversation + evidence"
433
442
  },
434
- { "value": "spoiler_evidence", "label": "E · Spoiler evidence" }
443
+ {
444
+ "value": "spoiler_evidence",
445
+ "label": "E · Spoiler evidence"
446
+ }
435
447
  ]
436
448
  },
437
449
  {
@@ -611,12 +623,30 @@
611
623
  "required": true,
612
624
  "supportVisibility": "value",
613
625
  "options": [
614
- { "value": "60", "label": "60 seconds" },
615
- { "value": "300", "label": "5 minutes" },
616
- { "value": "600", "label": "10 minutes" },
617
- { "value": "3600", "label": "1 hour" },
618
- { "value": "86400", "label": "1 day" },
619
- { "value": "604800", "label": "1 week" }
626
+ {
627
+ "value": "60",
628
+ "label": "60 seconds"
629
+ },
630
+ {
631
+ "value": "300",
632
+ "label": "5 minutes"
633
+ },
634
+ {
635
+ "value": "600",
636
+ "label": "10 minutes"
637
+ },
638
+ {
639
+ "value": "3600",
640
+ "label": "1 hour"
641
+ },
642
+ {
643
+ "value": "86400",
644
+ "label": "1 day"
645
+ },
646
+ {
647
+ "value": "604800",
648
+ "label": "1 week"
649
+ }
620
650
  ]
621
651
  },
622
652
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helyx/module-moderation",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Apply accountable staff moderation actions and review durable cases.",
5
5
  "keywords": [
6
6
  "helyx",
@@ -51,6 +51,6 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@helyx/module-manifest": ">=0.11.0 <0.12.0",
54
- "@helyx/sdk": ">=0.13.0 <0.14.0"
54
+ "@helyx/sdk": ">=0.14.0"
55
55
  }
56
56
  }