@smart-cloud/publisher-exporter 1.1.76 → 1.1.77
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 +8 -0
- package/dist/content-sync.js +15 -15
- package/dist/crawl.js +13 -13
- package/dist/deploy.js +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,14 @@ It is designed to run outside WordPress. The WordPress plugin only manages runti
|
|
|
6
6
|
|
|
7
7
|
## Release notes
|
|
8
8
|
|
|
9
|
+
### 1.1.77
|
|
10
|
+
|
|
11
|
+
- Report delegated rewrite progress as monotonic job-wide file and completed-batch totals, even when concurrent Lambda batches finish out of order.
|
|
12
|
+
- Keep per-task DynamoDB rewrite snapshots available at debug level instead of allowing their independent counters to overwrite the visible job activity.
|
|
13
|
+
- Apply the same aggregate progress reporting to deployment-profile rewrites.
|
|
14
|
+
|
|
15
|
+
This is a coordinator-only observability update. Upgrade the external coordinator; no WordPress plugin or Lambda worker update is required.
|
|
16
|
+
|
|
9
17
|
### 1.1.76
|
|
10
18
|
|
|
11
19
|
- Restore parser-authored React mount points and shadow hosts to their pristine light-DOM state immediately before HTML serialization. Runtime detection uses `ReactDOM.createRoot()` and `attachShadow()` browser primitives rather than plugin names or component-specific selectors.
|