@revolugo/booking-api-client
Advanced tools
Comparing version 1.1.7 to 1.1.8-beta.0
@@ -6,3 +6,3 @@ "use strict"; | ||
const case_transformers_1 = require("./utils/case-transformers"); | ||
const INTERVAL = 1000; | ||
const INTERVAL = 1500; | ||
class Poller { | ||
@@ -13,3 +13,3 @@ constructor() { | ||
interval: INTERVAL, | ||
maxCallCount: 10 | ||
maxCallCount: 20 | ||
}; | ||
@@ -16,0 +16,0 @@ this.pollings = {}; |
@@ -33,3 +33,3 @@ { | ||
"types": "build/index.d.ts", | ||
"version": "1.1.7" | ||
"version": "1.1.8-beta.0" | ||
} |
@@ -20,3 +20,3 @@ import { v4 as uuidv4 } from 'uuid' | ||
const INTERVAL = 1000 | ||
const INTERVAL = 1500 | ||
@@ -38,3 +38,3 @@ export interface IPollerOptions<U> { | ||
interval: INTERVAL, | ||
maxCallCount: 10 | ||
maxCallCount: 20 | ||
} | ||
@@ -41,0 +41,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1115124
21823
1