summitjs 0.4.0 → 0.4.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.
package/dist/summit.js CHANGED
@@ -1819,7 +1819,7 @@ function compileExpression(source) {
1819
1819
  }
1820
1820
 
1821
1821
  // src/errors.ts
1822
- var DOCS = "https://velofy.github.io/summit";
1822
+ var DOCS = "https://velofy.github.io/summitjs";
1823
1823
  function distance(a, b) {
1824
1824
  const m = a.length;
1825
1825
  const n = b.length;