@kameleoon/react-sdk 6.1.0 → 6.1.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nativeEventSource.js","sourceRoot":"","sources":["../../src/eventSource/nativeEventSource.ts"],"names":[],"mappings":";;;;;;AAAA,wFAAoD;AAQpD;IAAA;IAMA,CAAC;IAHQ,iDAAU,GAAjB,UAAkB,GAAW;QAC3B,OAAO,IAAI,mBAAmB,CAAC,GAAG,CAAC,CAAC;IACtC,CAAC;IACH,mCAAC;AAAD,CAAC,AAND,IAMC;AANY,oEAA4B;AAQzC;IAGE,6BAAY,GAAW;QACrB,IAAM,WAAW,GAAG,IAAI,mCAAW,CAAC,GAAG,CAAC,CAAC;QAEzC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAEM,kCAAI,GAAX,UAAY,EAIoB;YAH9B,QAAQ,cAAA,EACR,SAAS,eAAA,EACT,OAAO,aAAA;QAEP,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,SAAS,EAAE,UAAC,
|
|
1
|
+
{"version":3,"file":"nativeEventSource.js","sourceRoot":"","sources":["../../src/eventSource/nativeEventSource.ts"],"names":[],"mappings":";;;;;;AAAA,wFAAoD;AAQpD;IAAA;IAMA,CAAC;IAHQ,iDAAU,GAAjB,UAAkB,GAAW;QAC3B,OAAO,IAAI,mBAAmB,CAAC,GAAG,CAAC,CAAC;IACtC,CAAC;IACH,mCAAC;AAAD,CAAC,AAND,IAMC;AANY,oEAA4B;AAQzC;IAGE,6BAAY,GAAW;QACrB,IAAM,WAAW,GAAG,IAAI,mCAAW,CAAC,GAAG,CAAC,CAAC;QAEzC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAEM,kCAAI,GAAX,UAAY,EAIoB;YAH9B,QAAQ,cAAA,EACR,SAAS,eAAA,EACT,OAAO,aAAA;QAEP,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,SAAS,EAAE,UAAC,OAAqB;YACjE,IAAI,OAAO,CAAC,IAAI,EAAE;gBAChB,IAAM,OAAK,GAAsB,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;gBAClD,IAAU,aAAa,GAAS,OAAK,SAAd,EAAE,EAAE,GAAK,OAAK,GAAV,CAAW;gBAE9C,IAAI,QAAQ,KAAK,aAAa,EAAE;oBAC9B,OAAO,CAAC,EAAE,CAAC,CAAC;iBACb;aACF;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IAEM,mCAAK,GAAZ;QACE,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;IAC3B,CAAC;IACH,0BAAC;AAAD,CAAC,AA7BD,IA6BC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Device, Browser, PageView, JSONType, Conversion, CustomData, DeviceType, BrowserType, Environment, KameleoonException, KameleoonStorageKey, } from '@kameleoon/javascript-sdk-core';
|
|
1
|
+
export { Device, Browser, PageView, JSONType, Conversion, CustomData, DeviceType, BrowserType, Environment, VariableType, KameleoonException, KameleoonStorageKey, } from '@kameleoon/javascript-sdk-core';
|
|
2
2
|
export { default as KameleoonProvider, IKameleoonProviderProps, } from './KameleoonProvider';
|
|
3
3
|
export { KameleoonContext } from './KameleoonContext';
|
|
4
4
|
export { createClient } from './kameleoonClient';
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.useFlushData = exports.useAddData = exports.useRemoteData = exports.useConfigurationUpdate = exports.useTrackConversion = exports.useFeatureVariable = exports.useFeatureFlagActive = exports.useTriggerExperiment = exports.useFeatureFlagVariationKey = exports.useVisitorFeatureFlags = exports.useVisitorExperiments = exports.useFeatureFlags = exports.useExperiments = exports.useInitialize = exports.createClient = exports.KameleoonContext = exports.KameleoonProvider = exports.KameleoonStorageKey = exports.KameleoonException = exports.Environment = exports.BrowserType = exports.DeviceType = exports.CustomData = exports.Conversion = exports.PageView = exports.Browser = exports.Device = void 0;
|
|
6
|
+
exports.useFlushData = exports.useAddData = exports.useRemoteData = exports.useConfigurationUpdate = exports.useTrackConversion = exports.useFeatureVariable = exports.useFeatureFlagActive = exports.useTriggerExperiment = exports.useFeatureFlagVariationKey = exports.useVisitorFeatureFlags = exports.useVisitorExperiments = exports.useFeatureFlags = exports.useExperiments = exports.useInitialize = exports.createClient = exports.KameleoonContext = exports.KameleoonProvider = exports.KameleoonStorageKey = exports.KameleoonException = exports.VariableType = exports.Environment = exports.BrowserType = exports.DeviceType = exports.CustomData = exports.Conversion = exports.PageView = exports.Browser = exports.Device = void 0;
|
|
7
7
|
var javascript_sdk_core_1 = require("@kameleoon/javascript-sdk-core");
|
|
8
8
|
Object.defineProperty(exports, "Device", { enumerable: true, get: function () { return javascript_sdk_core_1.Device; } });
|
|
9
9
|
Object.defineProperty(exports, "Browser", { enumerable: true, get: function () { return javascript_sdk_core_1.Browser; } });
|
|
@@ -13,6 +13,7 @@ Object.defineProperty(exports, "CustomData", { enumerable: true, get: function (
|
|
|
13
13
|
Object.defineProperty(exports, "DeviceType", { enumerable: true, get: function () { return javascript_sdk_core_1.DeviceType; } });
|
|
14
14
|
Object.defineProperty(exports, "BrowserType", { enumerable: true, get: function () { return javascript_sdk_core_1.BrowserType; } });
|
|
15
15
|
Object.defineProperty(exports, "Environment", { enumerable: true, get: function () { return javascript_sdk_core_1.Environment; } });
|
|
16
|
+
Object.defineProperty(exports, "VariableType", { enumerable: true, get: function () { return javascript_sdk_core_1.VariableType; } });
|
|
16
17
|
Object.defineProperty(exports, "KameleoonException", { enumerable: true, get: function () { return javascript_sdk_core_1.KameleoonException; } });
|
|
17
18
|
Object.defineProperty(exports, "KameleoonStorageKey", { enumerable: true, get: function () { return javascript_sdk_core_1.KameleoonStorageKey; } });
|
|
18
19
|
var KameleoonProvider_1 = require("./KameleoonProvider");
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,sEAawC;AAZtC,6GAAA,MAAM,OAAA;AACN,8GAAA,OAAO,OAAA;AACP,+GAAA,QAAQ,OAAA;AAER,iHAAA,UAAU,OAAA;AACV,iHAAA,UAAU,OAAA;AACV,iHAAA,UAAU,OAAA;AACV,kHAAA,WAAW,OAAA;AACX,kHAAA,WAAW,OAAA;AACX,mHAAA,YAAY,OAAA;AACZ,yHAAA,kBAAkB,OAAA;AAClB,0HAAA,mBAAmB,OAAA;AAErB,yDAG6B;AAF3B,uIAAA,OAAO,OAAqB;AAG9B,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA;AACzB,qDAAiD;AAAxC,+GAAA,YAAY,OAAA;AACrB,iDAAuE;AAA9D,8GAAA,aAAa,OAAA;AACtB,mDAA0E;AAAjE,gHAAA,cAAc,OAAA;AACvB,qDAA6E;AAApE,kHAAA,eAAe,OAAA;AACxB,iEAGiC;AAF/B,8HAAA,qBAAqB,OAAA;AAGvB,mEAGkC;AAFhC,gIAAA,sBAAsB,OAAA;AAGxB,2EAGsC;AAFpC,wIAAA,0BAA0B,OAAA;AAG5B,+DAGgC;AAF9B,4HAAA,oBAAoB,OAAA;AAGtB,+DAGgC;AAF9B,4HAAA,oBAAoB,OAAA;AAGtB,2DAG8B;AAF5B,wHAAA,kBAAkB,OAAA;AAGpB,2DAG8B;AAF5B,wHAAA,kBAAkB,OAAA;AAGpB,mEAGkC;AAFhC,gIAAA,sBAAsB,OAAA;AAGxB,iDAAuE;AAA9D,8GAAA,aAAa,OAAA;AACtB,2CAA8D;AAArD,wGAAA,UAAU,OAAA;AACnB,+CAAoE;AAA3D,4GAAA,YAAY,OAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kameleoon/react-sdk",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"description": "Kameleoon React SDK",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@kameleoon/javascript-sdk-core": "*",
|
|
39
39
|
"react-native": "^0.71.4",
|
|
40
|
-
"react-native-event-source": "
|
|
40
|
+
"react-native-event-source": "git+https://github.com/Slava-Inyu/react-native-event-source-common-js",
|
|
41
41
|
"react-native-mmkv": "2.4.4",
|
|
42
42
|
"validator": "^13.6.0"
|
|
43
43
|
},
|