richie-education 2.25.0-b2.dev24 → 2.25.0-b2.dev25

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.
@@ -1,14 +1,12 @@
1
- export default {
2
- /**
3
- * Available users:
4
- * * admin
5
- * * user0
6
- * * user1
7
- * * user2
8
- * * user3
9
- * * user4
10
- * * organization_owner
11
- * * student_user
12
- */
13
- CURRENT_JOANIE_DEV_DEMO_USER: 'admin',
14
- };
1
+ /**
2
+ * Available users:
3
+ * * admin
4
+ * * user0
5
+ * * user1
6
+ * * user2
7
+ * * user3
8
+ * * user4
9
+ * * organization_owner
10
+ * * student_user
11
+ */
12
+ export const CURRENT_JOANIE_DEV_DEMO_USER = 'admin';
package/js/settings.ts CHANGED
@@ -1,4 +1,4 @@
1
- import defaultDevSettings from './settings.dev.dist';
1
+ import * as defaultDevSettings from './settings.dev.dist';
2
2
 
3
3
  export const API_LIST_DEFAULT_PARAMS = {
4
4
  limit: '21',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "richie-education",
3
- "version": "2.25.0-b2.dev24",
3
+ "version": "2.25.0-b2.dev25",
4
4
  "description": "A CMS to build learning portals for Open Education",
5
5
  "main": "sandbox/manage.py",
6
6
  "scripts": {