@instructure/quiz-core 17.48.0 → 17.48.1-rc.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.
@@ -164,13 +164,14 @@ export var SDKApp = (_dec = themeable(theme, styles), _dec(_class = (_temp = _cl
164
164
  outcomesEndpoint: PropTypes.string,
165
165
  outcomesToken: PropTypes.string,
166
166
  rceConfig: PropTypes.shape({
167
- contextId: PropTypes.string.isRequired,
168
- contextType: PropTypes.string.isRequired,
169
- canvasOrigin: PropTypes.string.isRequired,
170
- canvasUserId: PropTypes.string.isRequired,
171
- rcsHost: PropTypes.string.isRequired,
172
- rcsJwt: PropTypes.string.isRequired,
173
- rcsJwtRefreshFn: PropTypes.func.isRequired
167
+ contextId: PropTypes.string,
168
+ contextType: PropTypes.string,
169
+ canvasOrigin: PropTypes.string,
170
+ canvasUserId: PropTypes.string,
171
+ canvasToolId: PropTypes.string,
172
+ rcsHost: PropTypes.string,
173
+ rcsJwt: PropTypes.string,
174
+ rcsJwtRefreshFn: PropTypes.func
174
175
  }),
175
176
  timeZone: PropTypes.string,
176
177
  translations: PropTypes.objectOf(PropTypes.shape({
@@ -193,13 +193,14 @@ var SDKApp = (_dec = (0, _uiThemeable.themeable)(_theme.default, styles), _dec(_
193
193
  outcomesEndpoint: _propTypes.default.string,
194
194
  outcomesToken: _propTypes.default.string,
195
195
  rceConfig: _propTypes.default.shape({
196
- contextId: _propTypes.default.string.isRequired,
197
- contextType: _propTypes.default.string.isRequired,
198
- canvasOrigin: _propTypes.default.string.isRequired,
199
- canvasUserId: _propTypes.default.string.isRequired,
200
- rcsHost: _propTypes.default.string.isRequired,
201
- rcsJwt: _propTypes.default.string.isRequired,
202
- rcsJwtRefreshFn: _propTypes.default.func.isRequired
196
+ contextId: _propTypes.default.string,
197
+ contextType: _propTypes.default.string,
198
+ canvasOrigin: _propTypes.default.string,
199
+ canvasUserId: _propTypes.default.string,
200
+ canvasToolId: _propTypes.default.string,
201
+ rcsHost: _propTypes.default.string,
202
+ rcsJwt: _propTypes.default.string,
203
+ rcsJwtRefreshFn: _propTypes.default.func
203
204
  }),
204
205
  timeZone: _propTypes.default.string,
205
206
  translations: _propTypes.default.objectOf(_propTypes.default.shape({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "17.48.0",
3
+ "version": "17.48.1-rc.1+7b71c38ab",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -41,11 +41,11 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@instructure/outcomes-ui": "^2.1.2",
44
- "@instructure/quiz-common": "^17.48.0",
45
- "@instructure/quiz-i18n": "^17.48.0",
46
- "@instructure/quiz-interactions": "^17.48.0",
47
- "@instructure/quiz-number-input": "^17.48.0",
48
- "@instructure/quiz-rce": "^17.48.0",
44
+ "@instructure/quiz-common": "17.48.1-rc.1+7b71c38ab",
45
+ "@instructure/quiz-i18n": "17.48.1-rc.1+7b71c38ab",
46
+ "@instructure/quiz-interactions": "17.48.1-rc.1+7b71c38ab",
47
+ "@instructure/quiz-number-input": "17.48.1-rc.1+7b71c38ab",
48
+ "@instructure/quiz-rce": "17.48.1-rc.1+7b71c38ab",
49
49
  "@instructure/ui-a11y-content": "^7.20.0",
50
50
  "@instructure/ui-alerts": "^7.20.0",
51
51
  "@instructure/ui-avatar": "^7.20.0",
@@ -106,7 +106,7 @@
106
106
  "eventemitter3": "^3.1.0",
107
107
  "humps": "^2.0.0",
108
108
  "immutable": "^3.8.1",
109
- "instructure-validations": "^17.48.0",
109
+ "instructure-validations": "17.48.1-rc.1+7b71c38ab",
110
110
  "ipaddr.js": "^1.5.4",
111
111
  "isomorphic-fetch": "^2.2.0",
112
112
  "isuuid": "^0.1.0",
@@ -137,7 +137,7 @@
137
137
  "uuid": "^3.2.1"
138
138
  },
139
139
  "devDependencies": {
140
- "@instructure/quiz-scripts": "^17.48.0",
140
+ "@instructure/quiz-scripts": "17.48.0",
141
141
  "@instructure/ui-axe-check": "^7.20.0",
142
142
  "@instructure/ui-babel-preset": "^7.20.0",
143
143
  "@instructure/ui-karma-config": "^7.20.0",
@@ -156,7 +156,7 @@
156
156
  "intl": "^1.2.4",
157
157
  "jquery": "^2.2.3",
158
158
  "most-subject": "^5.3.0",
159
- "quiz-presets": "^17.48.0",
159
+ "quiz-presets": "17.48.1-rc.1+7b71c38ab",
160
160
  "react": "^16.8.6",
161
161
  "react-addons-test-utils": "^15.6.2",
162
162
  "react-dom": "^16.8.6",
@@ -172,5 +172,5 @@
172
172
  "publishConfig": {
173
173
  "access": "public"
174
174
  },
175
- "gitHead": "34b1213e648c56ecd78bb8d1fa79bd51dc3e496d"
175
+ "gitHead": "7b71c38abea77e305c51703cf3595e10a80783f1"
176
176
  }