@instructure/quiz-core 17.41.0 → 17.41.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.
package/es/config.js CHANGED
@@ -4,8 +4,7 @@ import store from 'store'; // NOTE: Configuration from environment variables is
4
4
 
5
5
  var quizzesVars = process.quizzes_vars || process.env || {};
6
6
  export var environment = {
7
- nodeEnv: quizzesVars.NODE_ENV || 'development',
8
- rceHost: quizzesVars.RCE_HOST || 'dvgcns7dz7zc.cloudfront.net/rce_service/versions'
7
+ nodeEnv: quizzesVars.NODE_ENV || 'development'
9
8
  };
10
9
 
11
10
  environment.inDevelopment = function () {
@@ -219,7 +219,7 @@ export var QuizAndItemAnalysis = (_dec = themeable(theme, styles), _dec(_class =
219
219
  level: "h3",
220
220
  as: "h2",
221
221
  color: "primary"
222
- }, t('Item??? Analysis'))), itemAnalyses.toArray().map(function (itemAnalysis, i) {
222
+ }, t('Item Analysis'))), itemAnalyses.toArray().map(function (itemAnalysis, i) {
223
223
  var itemMetrics = _this2.generateItemAnalysisMetrics(itemAnalysis);
224
224
 
225
225
  return /*#__PURE__*/React.createElement(ItemAnalysisRow, {
package/lib/config.js CHANGED
@@ -14,8 +14,7 @@ var _store = _interopRequireDefault(require("store"));
14
14
  // TODO: figure out if any consumers are still passing in quizzes_vars - (don't think so)
15
15
  var quizzesVars = process.quizzes_vars || process.env || {};
16
16
  var environment = {
17
- nodeEnv: quizzesVars.NODE_ENV || 'development',
18
- rceHost: quizzesVars.RCE_HOST || 'dvgcns7dz7zc.cloudfront.net/rce_service/versions'
17
+ nodeEnv: quizzesVars.NODE_ENV || 'development'
19
18
  };
20
19
  exports.environment = environment;
21
20
 
@@ -250,7 +250,7 @@ var QuizAndItemAnalysis = (_dec = (0, _uiThemeable.themeable)(_theme.default, st
250
250
  level: "h3",
251
251
  as: "h2",
252
252
  color: "primary"
253
- }, (0, _formatMessage.default)('Item??? Analysis'))), itemAnalyses.toArray().map(function (itemAnalysis, i) {
253
+ }, (0, _formatMessage.default)('Item Analysis'))), itemAnalyses.toArray().map(function (itemAnalysis, i) {
254
254
  var itemMetrics = _this2.generateItemAnalysisMetrics(itemAnalysis);
255
255
 
256
256
  return /*#__PURE__*/_react.default.createElement(_index3.default, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "17.41.0",
3
+ "version": "17.41.1-rc.1+44971655e",
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.41.0",
45
- "@instructure/quiz-i18n": "^17.41.0",
46
- "@instructure/quiz-interactions": "^17.41.0",
47
- "@instructure/quiz-number-input": "^17.41.0",
48
- "@instructure/quiz-rce": "^17.41.0",
44
+ "@instructure/quiz-common": "17.41.1-rc.1+44971655e",
45
+ "@instructure/quiz-i18n": "17.41.1-rc.1+44971655e",
46
+ "@instructure/quiz-interactions": "17.41.1-rc.1+44971655e",
47
+ "@instructure/quiz-number-input": "17.41.1-rc.1+44971655e",
48
+ "@instructure/quiz-rce": "17.41.1-rc.1+44971655e",
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.41.0",
109
+ "instructure-validations": "17.41.1-rc.1+44971655e",
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.41.0",
140
+ "@instructure/quiz-scripts": "17.41.1-rc.1+44971655e",
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.41.0",
159
+ "quiz-presets": "17.41.1-rc.1+44971655e",
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": "89831a99d80817384cddddf4d96b75535056b652"
175
+ "gitHead": "44971655ee872f205ea6222a5ddebc4cc95918ee"
176
176
  }