@statsig/client-core 3.30.2-beta.1 → 3.30.2-beta.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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const EventRetryConstants: {
|
|
2
2
|
readonly MAX_RETRY_ATTEMPTS: 5;
|
|
3
3
|
readonly DEFAULT_BATCH_SIZE: 100;
|
|
4
|
-
readonly MAX_PENDING_BATCHES:
|
|
4
|
+
readonly MAX_PENDING_BATCHES: 30;
|
|
5
5
|
readonly TICK_INTERVAL_MS: 1000;
|
|
6
6
|
readonly QUICK_FLUSH_WINDOW_MS: 200;
|
|
7
7
|
readonly MAX_LOCAL_STORAGE: 500;
|
package/src/StatsigMetadata.d.ts
CHANGED
package/src/StatsigMetadata.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StatsigMetadataProvider = exports.SDK_VERSION = void 0;
|
|
4
|
-
exports.SDK_VERSION = '3.30.2-beta.
|
|
4
|
+
exports.SDK_VERSION = '3.30.2-beta.2';
|
|
5
5
|
let metadata = {
|
|
6
6
|
sdkVersion: exports.SDK_VERSION,
|
|
7
7
|
sdkType: 'js-mono', // js-mono is overwritten by Precomp and OnDevice clients
|