@smart-cloud/publisher-exporter 1.1.66 → 1.1.67

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 CHANGED
@@ -213,8 +213,10 @@ DynamoDB heartbeats while a synchronous Lambda invocation is running and
213
213
  forwards them to the existing runtime progress snapshot. Workers write those
214
214
  rows directly with conditionally increasing sequence numbers.
215
215
 
216
- Rewrite requests carry the original object MIME type, and workers preserve it
217
- when writing transformed HTML, CSS, JavaScript, or other text back to S3. After
216
+ Workers prefer the origin response `Content-Type`, fall back to the resource
217
+ extension only when the header is absent or invalid, and preserve that value
218
+ when writing transformed HTML, CSS, JavaScript, or other text back to S3. The
219
+ deploy worker includes `Content-Type` in its unchanged-object decision. After
218
220
  upgrading from an earlier delegated rewrite implementation, republish affected
219
221
  targets to replace already incorrect object metadata.
220
222