bruce-models 2.2.7 → 2.2.9
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/dist/bruce-models.es5.js +2 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -2
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/api/api-getters.js +1 -1
- package/dist/lib/api/api-getters.js.map +1 -1
- package/dist/lib/server/hosting-location.js +1 -1
- package/dist/lib/server/hosting-location.js.map +1 -1
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -1179,7 +1179,7 @@
|
|
|
1179
1179
|
})).settings;
|
|
1180
1180
|
let hostingKey = settings["HostingLocation.Key"];
|
|
1181
1181
|
if (!hostingKey) {
|
|
1182
|
-
hostingKey = settings.
|
|
1182
|
+
hostingKey = settings.DBLocation;
|
|
1183
1183
|
}
|
|
1184
1184
|
if (!hostingKey) {
|
|
1185
1185
|
hostingKey = GuessKey({
|
|
@@ -1752,7 +1752,7 @@
|
|
|
1752
1752
|
this.guardian[key] = new exports.GuardianApi.Api({
|
|
1753
1753
|
env
|
|
1754
1754
|
});
|
|
1755
|
-
this.
|
|
1755
|
+
this.guardian[key].SetSessionId(this.sessionId);
|
|
1756
1756
|
}
|
|
1757
1757
|
return this.guardian[key];
|
|
1758
1758
|
}
|