@elice/material-exercise 1.250212.0 → 1.250221.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.
@@ -90,8 +90,6 @@ var ExerciseRunnerControllerRunningInfo = function ExerciseRunnerControllerRunni
90
90
  offset: 0,
91
91
  count: 1,
92
92
  userId: userId
93
- }, {
94
- signal: abortCtrl.signal
95
93
  }).then(function (res) {
96
94
  return res.exerciseRunnings;
97
95
  }).then(function (exerciseRunnings) {
@@ -81,8 +81,6 @@ var ExerciseRunnerControllerRunningInfo = function ExerciseRunnerControllerRunni
81
81
  offset: 0,
82
82
  count: 1,
83
83
  userId: userId
84
- }, {
85
- signal: abortCtrl.signal
86
84
  }).then(function (res) {
87
85
  return res.exerciseRunnings;
88
86
  }).then(function (exerciseRunnings) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-exercise",
3
- "version": "1.250212.0",
3
+ "version": "1.250221.0",
4
4
  "description": "User view and editing components of Elice material exercise",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -83,8 +83,8 @@
83
83
  "@elice/icons": "^1.230814.0",
84
84
  "@elice/intl": "0.241127.0",
85
85
  "@elice/markdown": "1.241015.0",
86
- "@elice/material-shared-types": "1.250204.0",
87
- "@elice/material-shared-utils": "1.250204.0",
86
+ "@elice/material-shared-types": "1.250221.0",
87
+ "@elice/material-shared-utils": "1.250221.0",
88
88
  "@elice/mui-elements": "^5.250108.0-controllabel.0",
89
89
  "@elice/mui-system": "^5.250108.0-controllabel.0",
90
90
  "@elice/types": "1.241220.0",