studiokit-scaffolding-js 6.0.0 → 6.0.1-alpha.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.
@@ -128,7 +128,7 @@ function getToken() {
128
128
  noStore: true
129
129
  });
130
130
  return [4 /*yield*/, effects_1.race({
131
- receivedResult: effects_1.take(function (action) { return actions_1.isTransientModelFetchErrorAction(action) && action.modelPath === 'caliperToken'; }),
131
+ receivedResult: effects_1.take(function (action) { return actions_1.isTransientModelFetchResultAction(action) && action.modelPath === 'caliperToken'; }),
132
132
  failedResult: effects_1.take(function (action) { return actions_1.isTransientModelFetchErrorAction(action) && action.modelPath === 'caliperToken'; })
133
133
  })];
134
134
  case 1:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "studiokit-scaffolding-js",
3
- "version": "6.0.0",
3
+ "version": "6.0.1-alpha.1",
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",