@ludens-reklame/profiler-client
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -99,3 +99,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function () { | ||
var response, data_1, error_3; | ||
var query, response, data_1, error_3; | ||
return __generator(this, function (_a) { | ||
@@ -106,3 +106,7 @@ switch (_a.label) { | ||
if (!window) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, fetch(profilerURL + "/personalizations", { | ||
query = { | ||
organization: this.organization, | ||
contactRef: this.contactRef | ||
}; | ||
return [4 /*yield*/, fetch(profilerURL + "/personalizations?" + qs.stringify(query), { | ||
mode: 'cors' | ||
@@ -109,0 +113,0 @@ })]; |
{ | ||
"name": "@ludens-reklame/profiler-client", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Profiler for all", | ||
@@ -17,2 +17,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/qs": "^6.5.1", | ||
"awesome-typescript-loader": "^5.2.1", | ||
@@ -19,0 +20,0 @@ "babel-core": "^6.26.3", |
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
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
12593
207
5