@marketeer-intelligence/framework-device 0.1.0-alpha.8 → 0.1.0-alpha.9

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.
@@ -4,7 +4,7 @@ import { DateTime } from 'luxon';
4
4
  function isRowValue(candidate) {
5
5
  if (!Array.isArray(candidate))
6
6
  return false;
7
- if (candidate.length !== 6)
7
+ if (candidate.length !== 5)
8
8
  return false;
9
9
  return candidate.every(element => typeof element === 'string');
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marketeer-intelligence/framework-device",
3
- "version": "0.1.0-alpha.8",
3
+ "version": "0.1.0-alpha.9",
4
4
  "description": "framework/device layer modules for marketeer-intelligence app",
5
5
  "author": "juniorCitizen1978 <juniorCitizen1978@gmail.com>",
6
6
  "private": false,