@ot-builder/ft-layout
Advanced tools
+15
-1
@@ -5,3 +5,17 @@ { | ||
| { | ||
| "date": "Sun, 02 Feb 2020 00:08:25 GMT", | ||
| "date": "Sun, 09 Feb 2020 00:13:03 GMT", | ||
| "tag": "@ot-builder/ft-layout_v0.4.0", | ||
| "version": "0.4.0", | ||
| "comments": { | ||
| "minor": [ | ||
| { | ||
| "comment": "Create initial implementation of the CLI", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "47d5d1484da1b29f9878270d9d75487102393d62" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sun, 02 Feb 2020 00:09:43 GMT", | ||
| "tag": "@ot-builder/ft-layout_v0.3.1", | ||
@@ -8,0 +22,0 @@ "version": "0.3.1", |
+8
-2
| # Change Log - @ot-builder/ft-layout | ||
| This log was last generated on Sun, 02 Feb 2020 00:08:25 GMT and should not be manually modified. | ||
| This log was last generated on Sun, 09 Feb 2020 00:13:03 GMT and should not be manually modified. | ||
| ## 0.4.0 | ||
| Sun, 09 Feb 2020 00:13:03 GMT | ||
| ### Minor changes | ||
| - Create initial implementation of the CLI (belleve@typeof.net) | ||
| ## 0.3.1 | ||
| Sun, 02 Feb 2020 00:08:25 GMT | ||
| Sun, 02 Feb 2020 00:09:43 GMT | ||
@@ -8,0 +14,0 @@ ### Patches |
@@ -6,3 +6,3 @@ "use strict"; | ||
| create: function createTable(scripts = new Map(), features = [], lookups = [], featureVariations = undefined) { | ||
| return new TableImpl(scripts, features, lookups, featureVariations); | ||
| return { scripts, features, lookups, featureVariations }; | ||
| } | ||
@@ -12,10 +12,2 @@ }; | ||
| exports.CreateTable = CreateTable; | ||
| class TableImpl { | ||
| constructor(scripts, features, lookups, featureVariations) { | ||
| this.scripts = scripts; | ||
| this.features = features; | ||
| this.lookups = lookups; | ||
| this.featureVariations = featureVariations; | ||
| } | ||
| } | ||
| //# sourceMappingURL=factories.js.map |
+1
-1
@@ -8,3 +8,3 @@ { | ||
| }, | ||
| "version": "0.3.1", | ||
| "version": "0.4.0", | ||
| "main": "./lib/index.js", | ||
@@ -11,0 +11,0 @@ "types": "./lib/index.d.ts", |
47306
0.55%1098
0.55%