@girder/core 3.2.1 → 3.2.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girder/core",
3
- "version": "3.2.1",
3
+ "version": "3.2.3",
4
4
  "description": "Extensible data management platform",
5
5
  "homepage": "https://girder.readthedocs.org",
6
6
  "bugs": {
@@ -231,4 +231,5 @@ var AssetstoresView = View.extend({
231
231
  }
232
232
  });
233
233
 
234
+ export { assetstoreImportViewMap };
234
235
  export default AssetstoresView;