studiokit-scaffolding-js 7.0.11-alpha.7 → 7.0.12

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.
@@ -98,7 +98,7 @@ function sendFetch(config) {
98
98
  switch (_k.label) {
99
99
  case 0:
100
100
  method = config.method || 'GET';
101
- credentials = config.credentials || 'same-origin';
101
+ credentials = config.credentials || undefined;
102
102
  _k.label = 1;
103
103
  case 1:
104
104
  _k.trys.push([1, 9, , 10]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "studiokit-scaffolding-js",
3
- "version": "7.0.11-alpha.7",
3
+ "version": "7.0.12",
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",