bmssp 0.1.0 → 0.4.0

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/docs/index.html CHANGED
@@ -67,7 +67,7 @@
67
67
  </head>
68
68
  <body>
69
69
  <div class="container">
70
- <h1>Tsinghua SSSP - BMSSP</h1>
70
+ <h1>Tsinghua SSSP - BMSSP JS</h1>
71
71
  <p>
72
72
  Implementation of the Single Source Shortest Path (SSSP) algorithm - Bounded Multiple Source Shortest Paths (BMSSP), originally published by Tsinghua University's research.
73
73
  </p>
package/index.js CHANGED
@@ -1 +1 @@
1
- console.log("Hello, World!");
1
+ console.log("Hello, World v0.4.0!");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmssp",
3
- "version": "0.1.0",
3
+ "version": "0.4.0",
4
4
  "description": "Javascript package implementation of the bmssp algorithm.",
5
5
  "keywords": [
6
6
  "shortest-paths",