@dbml/core
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -49,3 +49,5 @@ "use strict"; | ||
_ref$indexes = _ref.indexes, | ||
indexes = _ref$indexes === void 0 ? [] : _ref$indexes; | ||
indexes = _ref$indexes === void 0 ? [] : _ref$indexes, | ||
_ref$headerColor = _ref.headerColor, | ||
headerColor = _ref$headerColor === void 0 ? '#316896' : _ref$headerColor; | ||
@@ -57,2 +59,3 @@ _classCallCheck(this, Table); | ||
_this.alias = alias; | ||
_this.headerColor = headerColor; | ||
_this.fields = []; | ||
@@ -59,0 +62,0 @@ _this.indexes = []; // Connected ref |
{ | ||
"name": "@dbml/core", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "> TODO: description", | ||
@@ -9,2 +9,6 @@ "author": "Holistics <dev@holistics.io>", | ||
"repository": "https://github.com/holistics/dbml/tree/master/packages/dbml-core", | ||
"keywords": [ | ||
"dbml", | ||
"dbml-core" | ||
], | ||
"directories": { | ||
@@ -53,3 +57,3 @@ "lib": "lib", | ||
}, | ||
"gitHead": "eb3fe91e309483fdd7716ba7e4967563f1ada64d" | ||
"gitHead": "54f59deb69df710f839f26652e4c655853d59ebb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
849678
17691