@drawcall/charta 0.0.0 → 0.1.7

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.
@@ -22,7 +22,7 @@ function resolveHeights(position, items, interpreter, reverse) {
22
22
  return item.explicitWallY;
23
23
  }
24
24
  if (lastY == null) {
25
- interpreter.reportError(new ChartaError(`Wall at ${position.join('/')}: ${reverse ? 'missing topY and no susequent layer' : 'missing bottomY and no preceding layer'}`, interpreter.getSource(), item.loc));
25
+ interpreter.reportError(new ChartaError(`Wall at ${position.join('/')}: ${reverse ? 'missing topY and no subsequent layer' : 'missing bottomY and no preceding layer'}`, interpreter.getSource(), item.loc));
26
26
  return undefined;
27
27
  }
28
28
  return lastY;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drawcall/charta",
3
- "version": "0.0.0",
3
+ "version": "0.1.7",
4
4
  "author": "Bela Bohlender",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "homepage": "https://drawcall.ai",