@statsig/client-core 3.5.0 → 3.5.1
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
package/src/NetworkConfig.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export type Endpoint = (typeof Endpoint)[keyof typeof Endpoint];
|
|
|
7
7
|
export declare const NetworkDefault: {
|
|
8
8
|
rgstr: "https://prodregistryv2.org/v1";
|
|
9
9
|
initialize: "https://featureassets.org/v1";
|
|
10
|
-
download_config_specs: "https://
|
|
10
|
+
download_config_specs: "https://api.statsigcdn.com/v1";
|
|
11
11
|
};
|
|
12
12
|
export type NetworkPriority = 'high' | 'low' | 'auto';
|
|
13
13
|
export type NetworkArgs = RequestInit & {
|
package/src/NetworkConfig.js
CHANGED
|
@@ -9,7 +9,7 @@ exports.Endpoint = {
|
|
|
9
9
|
exports.NetworkDefault = {
|
|
10
10
|
[exports.Endpoint._rgstr]: 'https://prodregistryv2.org/v1',
|
|
11
11
|
[exports.Endpoint._initialize]: 'https://featureassets.org/v1',
|
|
12
|
-
[exports.Endpoint._download_config_specs]: 'https://
|
|
12
|
+
[exports.Endpoint._download_config_specs]: 'https://api.statsigcdn.com/v1',
|
|
13
13
|
};
|
|
14
14
|
exports.NetworkParam = {
|
|
15
15
|
EventCount: 'ec',
|
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.5.
|
|
4
|
+
exports.SDK_VERSION = '3.5.1';
|
|
5
5
|
let metadata = {
|
|
6
6
|
sdkVersion: exports.SDK_VERSION,
|
|
7
7
|
sdkType: 'js-mono', // js-mono is overwritten by Precomp and OnDevice clients
|