richie-education 2.25.0-b2.dev141 → 2.25.0-b2.dev142

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.
@@ -101,7 +101,7 @@ const useUnionResource = <
101
101
  setError(undefined);
102
102
  setCursor(perPage);
103
103
  setIntegrityCount(0);
104
- setForceUpdate(new Date().getTime());
104
+ setForceUpdate(Date.now());
105
105
  };
106
106
 
107
107
  // we manualy observe key invalidation to trigger new search
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "richie-education",
3
- "version": "2.25.0-b2.dev141",
3
+ "version": "2.25.0-b2.dev142",
4
4
  "description": "A CMS to build learning portals for Open Education",
5
5
  "main": "sandbox/manage.py",
6
6
  "scripts": {