circuitscript 0.1.3 → 0.1.4

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.
@@ -1396,7 +1396,7 @@ class RenderFrame extends RenderObject {
1396
1396
  this.padding = (0, helpers_js_1.milsToMM)(100);
1397
1397
  this.gap = (0, helpers_js_1.milsToMM)(100);
1398
1398
  this.borderWidth = (0, ParamDefinition_js_1.numeric)(5);
1399
- this.direction = Frame_js_1.FramePlotDirection.Column;
1399
+ this.direction = Frame_js_1.FramePlotDirection.Row;
1400
1400
  this.width = null;
1401
1401
  this.height = null;
1402
1402
  this.subgraphId = "";
@@ -1391,7 +1391,7 @@ export class RenderFrame extends RenderObject {
1391
1391
  padding = milsToMM(100);
1392
1392
  gap = milsToMM(100);
1393
1393
  borderWidth = numeric(5);
1394
- direction = FramePlotDirection.Column;
1394
+ direction = FramePlotDirection.Row;
1395
1395
  width = null;
1396
1396
  height = null;
1397
1397
  subgraphId = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "circuitscript",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Interpreter for the circuitscript language",
5
5
  "homepage": "https://circuitscript.net",
6
6
  "engines": {