notherbase-fs 1.1.19 → 1.1.20

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.
@@ -52,6 +52,7 @@ let front = function front(detail) {
52
52
  externalStyles: detail.options.externalStyles,
53
53
  main: detail.options.main,
54
54
  scripts: detail.options.scripts,
55
+ inventory: foundInventory,
55
56
  query: req.query
56
57
  });
57
58
  }
@@ -63,6 +64,7 @@ let front = function front(detail) {
63
64
  externalStyles: detail.options.externalStyles,
64
65
  main: detail.options.main,
65
66
  scripts: detail.options.scripts,
67
+ inventory: foundInventory,
66
68
  query: req.query
67
69
  });
68
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notherbase-fs",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "Functions to help make developing for NotherBase easier.",
5
5
  "main": "index.js",
6
6
  "scripts": {