@chauvet/connect-base-profiles 2.0.6 → 2.0.7

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.
@@ -788,7 +788,7 @@ const baseProfiles = {
788
788
  end: 255
789
789
  },
790
790
  altCondition: {
791
- location: 8,
791
+ location: 10,
792
792
  minValue: 242,
793
793
  }
794
794
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chauvet/connect-base-profiles",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "type": "module",
5
5
  "main": "dist/baseProfiles.js",
6
6
  "types": "dist/baseProfiles.d.ts",
@@ -826,7 +826,7 @@ const baseProfiles: Record<number, BaseProfile> = {
826
826
  end: 255
827
827
  },
828
828
  altCondition: {
829
- location: 8,
829
+ location: 10,
830
830
  minValue: 242,
831
831
  }
832
832
  },