@smart-cloud/publisher-exporter 1.1.71 → 1.1.73

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/publisher-exporter",
3
- "version": "1.1.71",
3
+ "version": "1.1.73",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Headless Playwright static publisher for WordPress/Elementor sites with sitemap-only page discovery, strict asset capture, escaped URL rewrite, structured logs, and targeted retry modes.",
@@ -27,6 +27,7 @@
27
27
  "build:premium": "node scripts/build-premium.mjs",
28
28
  "verify:premium": "node scripts/verify-premium-build.mjs",
29
29
  "verify:browser-lifecycle": "node scripts/verify-browser-lifecycle.mjs",
30
+ "verify:page-http-retry": "node scripts/verify-page-http-retry.mjs",
30
31
  "check": "tsc -p tsconfig.json --noEmit",
31
32
  "lint": "eslint 'src/**/*.ts' --report-unused-disable-directives --max-warnings 0",
32
33
  "test": "node --test tests/*.test.mjs",
@@ -43,7 +44,7 @@
43
44
  "publish:site": "npm run build && npm run crawl && npm run deploy && npm run invalidate",
44
45
  "install:browsers": "playwright install chromium",
45
46
  "prepack": "npm run build:premium && npm run verify:premium",
46
- "release:npm": "npm run lint && npm run check && npm test && npm run verify:browser-lifecycle && npm run build && npm publish --access=public --registry=https://registry.npmjs.org/"
47
+ "release:npm": "npm run lint && npm run check && npm test && npm run verify:browser-lifecycle && npm run build:premium && npm run verify:page-http-retry -- --built && npm publish --access=public --registry=https://registry.npmjs.org/"
47
48
  },
48
49
  "dependencies": {
49
50
  "@aws-sdk/client-cloudfront": "^3.1127.0",