mnemosyne-core 2.1.3 → 2.1.5

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.
@@ -323,7 +323,7 @@ function getVersion() {
323
323
  const pkg = JSON.parse(readFileSync4(resolve4(process.cwd(), "package.json"), "utf-8"));
324
324
  return pkg.version;
325
325
  } catch {
326
- return "2.1.3";
326
+ return "2.1.5";
327
327
  }
328
328
  }
329
329
  }
@@ -1347,7 +1347,7 @@ function getVersion2() {
1347
1347
  const pkg = JSON.parse(readFileSync4(resolve4(process.cwd(), "package.json"), "utf-8"));
1348
1348
  return pkg.version;
1349
1349
  } catch {
1350
- return "2.1.3";
1350
+ return "2.1.5";
1351
1351
  }
1352
1352
  }
1353
1353
  }
@@ -1620,7 +1620,7 @@ var PKG_VERSION = (() => {
1620
1620
  const pkg = JSON.parse(__require("fs").readFileSync(__require("path").resolve(__dirname, "../../package.json"), "utf-8"));
1621
1621
  return pkg.version;
1622
1622
  } catch {
1623
- return "2.1.3";
1623
+ return "2.1.5";
1624
1624
  }
1625
1625
  })();
1626
1626
  function handleHealth(store, pathname, method, res) {