@chauvet/connect-base-profiles 2.2.4 → 2.2.5

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.
package/README.md CHANGED
@@ -40,7 +40,14 @@ npm run bump:major
40
40
  This will automatically update your package.json, create a Git commit, and tag it with the new version.
41
41
 
42
42
  ---
43
- ### 3. Push Your Changes and Tags
43
+ ### 3. Commit and Tag
44
+ ```bash
45
+ git commit -m
46
+ ```
47
+
48
+
49
+ ---
50
+ ### 4. Push Your Changes and Tags
44
51
  If the version command didn’t automatically push your commit and tag, do so now:
45
52
 
46
53
  ```bash
@@ -48,7 +55,7 @@ git push
48
55
  ```
49
56
 
50
57
  ---
51
- ### 4. Publish to npm
58
+ ### 5. Publish to npm
52
59
  Finally, publish your changes. If your package is scoped and intended to be publicly available, use:
53
60
 
54
61
  ```bash
@@ -56,7 +63,7 @@ npm run package
56
63
  ```
57
64
 
58
65
  ---
59
- ### 5. Verify
66
+ ### 6. Verify
60
67
  Check the published version on npm:
61
68
 
62
69
  ```bash
@@ -66,7 +73,7 @@ npm info @chauvet/connect-base-profiles
66
73
  You should see the newly published version in the output. If everything looks good, your updated package is now available for others to install.
67
74
 
68
75
  ---
69
- ### 6. update the package where it is being used
76
+ ### 7. update the package where it is being used
70
77
 
71
78
  ```bash
72
79
  npm run update-base-profiles
@@ -4639,9 +4639,11 @@ const baseProfiles = {
4639
4639
  {
4640
4640
  location: 9,
4641
4641
  label: 'Foreground Dimmer',
4642
- range: {
4643
- start: 132,
4644
- end: 198
4642
+ defaultValue: 255,
4643
+ condition: {
4644
+ location: 7,
4645
+ minValue: 110,
4646
+ maxValue: 198
4645
4647
  },
4646
4648
  },
4647
4649
  {
@@ -4717,10 +4719,12 @@ const baseProfiles = {
4717
4719
  {
4718
4720
  location: 11,
4719
4721
  label: 'Background Dimmer',
4720
- range: {
4721
- start: 132,
4722
- end: 198
4723
- }
4722
+ defaultValue: 255,
4723
+ condition: {
4724
+ location: 7,
4725
+ minValue: 110,
4726
+ maxValue: 198
4727
+ },
4724
4728
  },
4725
4729
  {
4726
4730
  location: 12,
@@ -4886,10 +4890,16 @@ const baseProfiles = {
4886
4890
  {
4887
4891
  location: 9,
4888
4892
  label: 'Foreground Dimmer',
4889
- range: {
4890
- start: 132,
4891
- end: 198
4893
+ defaultValue: 255,
4894
+ condition: {
4895
+ location: 8,
4896
+ minValue: 110,
4897
+ maxValue: 198
4892
4898
  },
4899
+ range: {
4900
+ start: 0,
4901
+ end: 255
4902
+ }
4893
4903
  },
4894
4904
  {
4895
4905
  location: 10,
@@ -4964,9 +4974,15 @@ const baseProfiles = {
4964
4974
  {
4965
4975
  location: 11,
4966
4976
  label: 'Background Dimmer',
4977
+ defaultValue: 255,
4978
+ condition: {
4979
+ location: 8,
4980
+ minValue: 110,
4981
+ maxValue: 198
4982
+ },
4967
4983
  range: {
4968
- start: 132,
4969
- end: 198
4984
+ start: 0,
4985
+ end: 255
4970
4986
  }
4971
4987
  },
4972
4988
  {
@@ -5349,11 +5365,6 @@ const baseProfiles = {
5349
5365
  location: 9,
5350
5366
  label: 'Foreground Color',
5351
5367
  defaultValue: 0,
5352
- condition: {
5353
- location: 7,
5354
- minValue: 110,
5355
- maxValue: 198
5356
- },
5357
5368
  values: [
5358
5369
  {
5359
5370
  item: 'Off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chauvet/connect-base-profiles",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "type": "module",
5
5
  "main": "dist/baseProfiles.js",
6
6
  "types": "dist/baseProfiles.d.ts",
@@ -4708,9 +4708,11 @@ const baseProfiles: Record<number, BaseProfile> = {
4708
4708
  {
4709
4709
  location: 9,
4710
4710
  label: 'Foreground Dimmer',
4711
- range: {
4712
- start: 132,
4713
- end: 198
4711
+ defaultValue: 255,
4712
+ condition: {
4713
+ location: 7,
4714
+ minValue: 110,
4715
+ maxValue: 198
4714
4716
  },
4715
4717
  },
4716
4718
  {
@@ -4786,10 +4788,12 @@ const baseProfiles: Record<number, BaseProfile> = {
4786
4788
  {
4787
4789
  location: 11,
4788
4790
  label: 'Background Dimmer',
4789
- range: {
4790
- start: 132,
4791
- end: 198
4792
- }
4791
+ defaultValue: 255,
4792
+ condition: {
4793
+ location: 7,
4794
+ minValue: 110,
4795
+ maxValue: 198
4796
+ },
4793
4797
  },
4794
4798
  {
4795
4799
  location: 12,
@@ -4957,10 +4961,16 @@ const baseProfiles: Record<number, BaseProfile> = {
4957
4961
  {
4958
4962
  location: 9,
4959
4963
  label: 'Foreground Dimmer',
4960
- range: {
4961
- start: 132,
4962
- end: 198
4964
+ defaultValue: 255,
4965
+ condition: {
4966
+ location: 8,
4967
+ minValue: 110,
4968
+ maxValue: 198
4963
4969
  },
4970
+ range: {
4971
+ start: 0,
4972
+ end: 255
4973
+ }
4964
4974
  },
4965
4975
  {
4966
4976
  location: 10,
@@ -5035,9 +5045,15 @@ const baseProfiles: Record<number, BaseProfile> = {
5035
5045
  {
5036
5046
  location: 11,
5037
5047
  label: 'Background Dimmer',
5048
+ defaultValue: 255,
5049
+ condition: {
5050
+ location: 8,
5051
+ minValue: 110,
5052
+ maxValue: 198
5053
+ },
5038
5054
  range: {
5039
- start: 132,
5040
- end: 198
5055
+ start: 0,
5056
+ end: 255
5041
5057
  }
5042
5058
  },
5043
5059
  {
@@ -5425,12 +5441,7 @@ const baseProfiles: Record<number, BaseProfile> = {
5425
5441
  location: 9,
5426
5442
  label: 'Foreground Color',
5427
5443
  defaultValue: 0,
5428
- condition: {
5429
- location: 7,
5430
- minValue: 110,
5431
- maxValue: 198
5432
5444
 
5433
- },
5434
5445
  values: [
5435
5446
  {
5436
5447
  item: 'Off',
@@ -5475,7 +5486,6 @@ const baseProfiles: Record<number, BaseProfile> = {
5475
5486
  location: 7,
5476
5487
  minValue: 110,
5477
5488
  maxValue: 198
5478
-
5479
5489
  },
5480
5490
  range: {
5481
5491
  start: 0,