@plusscommunities/pluss-core-aws 2.0.25-beta.3 → 2.0.25-beta.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.
@@ -41,6 +41,8 @@ const DEFAULT_PROTECTED_FIELDS = [
41
41
  "PublishedToSites", // HQ-only field; copies don't carry the multi-site list
42
42
  "UnsentNotification", // each copy's notification state is independent
43
43
  "Deleted", // cascadeHqRetract is the dedicated path; propagateHqEdit must not touch this
44
+ "UnixTimestamp", // per-copy fan-out timestamp; HQ-source MODIFY must not rewind copies' feed position
45
+ "UnixTimestampReverse", // ↳ paired with UnixTimestamp; same rationale (used as feed-sort key on community sites)
44
46
  ];
45
47
 
46
48
  // ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-core-aws",
3
- "version": "2.0.25-beta.3",
3
+ "version": "2.0.25-beta.4",
4
4
  "description": "Core extension package for Pluss Communities platform",
5
5
  "scripts": {
6
6
  "betapatch": "npm version prepatch --preid=beta",