studiokit-scaffolding-js 4.11.4 → 4.12.0

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.
@@ -23,7 +23,7 @@ var ticketProviderService = {
23
23
  },
24
24
  getAppServiceName: function () {
25
25
  var location = windowService_1.default.getLocation();
26
- return location.protocol + "//" + location.host;
26
+ return location.protocol + "//" + location.host + "/";
27
27
  },
28
28
  removeTicket: function () {
29
29
  var location = windowService_1.default.getLocation();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "studiokit-scaffolding-js",
3
- "version": "4.11.4",
3
+ "version": "4.12.0",
4
4
  "description": "Common scaffolding for Studio apps at Purdue",
5
5
  "repository": "https://gitlab.com/purdue-informatics/studiokit/studiokit-scaffolding-js",
6
6
  "license": "MIT",