gscdump 0.36.0 → 0.36.2

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.
@@ -1813,7 +1813,6 @@ function gscdumpApi(options) {
1813
1813
  retryDelay: 1e3,
1814
1814
  retryStatusCodes: [
1815
1815
  408,
1816
- 409,
1817
1816
  425,
1818
1817
  429,
1819
1818
  500,
package/dist/index.mjs CHANGED
@@ -2503,7 +2503,6 @@ function gscdumpApi(options) {
2503
2503
  retryDelay: 1e3,
2504
2504
  retryStatusCodes: [
2505
2505
  408,
2506
- 409,
2507
2506
  425,
2508
2507
  429,
2509
2508
  500,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gscdump",
3
3
  "type": "module",
4
- "version": "0.36.0",
4
+ "version": "0.36.2",
5
5
  "description": "Google Search Console API wrapper with typed query builder, streaming pagination, and SEO analysis functions",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -98,7 +98,7 @@
98
98
  "defu": "^6.1.7",
99
99
  "ofetch": "^1.5.1",
100
100
  "ufo": "^1.6.4",
101
- "@gscdump/contracts": "0.36.0"
101
+ "@gscdump/contracts": "0.36.2"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@googleapis/indexing": "^6.0.1",