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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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,