ropegeo-common 1.12.0 → 1.12.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.
@@ -42,7 +42,7 @@ class OnlineRopewikiPageView extends ropewikiPageView_1.RopewikiPageView {
42
42
  const getVersions = (id) => {
43
43
  const versions = downloadedImageVersions[id];
44
44
  if (versions == null) {
45
- throw new Error(`OnlineRopewikiPageView.toOffline missing downloaded image for id ${id}`);
45
+ return new imageVersions_1.ImageVersions({});
46
46
  }
47
47
  return versions;
48
48
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ropegeo-common",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "Shared domain models and helpers for RopeGeo and WebScraper",
5
5
  "license": "ISC",
6
6
  "repository": {