@smart-cloud/publisher-exporter 1.0.9 → 1.0.10

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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/publisher-exporter",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
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.",
@@ -40,24 +40,24 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@smart-cloud/publisher-core": "^1.0.2",
43
- "@aws-sdk/client-cloudfront": "^3.1043.0",
44
- "@aws-sdk/client-s3": "^3.1043.0",
45
- "@aws-sdk/lib-storage": "^3.1043.0",
43
+ "@aws-sdk/client-cloudfront": "^3.1047.0",
44
+ "@aws-sdk/client-s3": "^3.1047.0",
45
+ "@aws-sdk/lib-storage": "^3.1047.0",
46
46
  "fast-glob": "^3.3.3",
47
47
  "mime-types": "^3.0.2",
48
- "playwright": "^1.59.1"
48
+ "playwright": "^1.60.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@eslint/js": "^10.0.1",
52
52
  "@types/mime-types": "^3.0.1",
53
- "@types/node": "^25.6.0",
54
- "@typescript-eslint/eslint-plugin": "^8.59.2",
55
- "@typescript-eslint/parser": "^8.59.2",
53
+ "@types/node": "^25.8.0",
54
+ "@typescript-eslint/eslint-plugin": "^8.59.3",
55
+ "@typescript-eslint/parser": "^8.59.3",
56
56
  "esbuild": "^0.28.0",
57
57
  "eslint": "^10.3.0",
58
58
  "globals": "^17.6.0",
59
59
  "tsup": "^8.5.1",
60
60
  "typescript": "^6.0.3",
61
- "typescript-eslint": "^8.59.2"
61
+ "typescript-eslint": "^8.59.3"
62
62
  }
63
63
  }