@chauvet/connect-base-profiles 2.2.4 → 2.2.6

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
@@ -166,15 +166,15 @@ const baseProfiles = {
166
166
  value: 11,
167
167
  },
168
168
  {
169
- item: 'Auto 2, PulseIn',
169
+ item: 'Auto 2, Pulse In',
170
170
  value: 38,
171
171
  },
172
172
  {
173
- item: 'Auto 3, PulseOut',
173
+ item: 'Auto 3, Pulse Out',
174
174
  value: 65,
175
175
  },
176
176
  {
177
- item: 'Auto 4, SmoothFade',
177
+ item: 'Auto 4, Smooth Fade',
178
178
  value: 161,
179
179
  },
180
180
  {
@@ -235,15 +235,15 @@ const baseProfiles = {
235
235
  value: 11,
236
236
  },
237
237
  {
238
- item: 'Auto 2, PulseIn',
238
+ item: 'Auto 2, Pulse In',
239
239
  value: 38,
240
240
  },
241
241
  {
242
- item: 'Auto 3, PulseOut',
242
+ item: 'Auto 3, Pulse Out',
243
243
  value: 65,
244
244
  },
245
245
  {
246
- item: 'Auto 4, SmoothFade',
246
+ item: 'Auto 4, Smooth Fade',
247
247
  value: 161,
248
248
  },
249
249
  {
@@ -1237,43 +1237,43 @@ const baseProfiles = {
1237
1237
  value: 0,
1238
1238
  },
1239
1239
  {
1240
- item: 'Auto 1,SolidFade',
1240
+ item: 'Auto 1, Color-Fade',
1241
1241
  value: 11,
1242
1242
  },
1243
1243
  {
1244
- item: 'Auto 2,SolidSnap',
1244
+ item: 'Auto 2, Color-Snap',
1245
1245
  value: 19,
1246
1246
  },
1247
1247
  {
1248
- item: 'Auto 3,ChaseL',
1248
+ item: 'Auto 3, Chase-L',
1249
1249
  value: 27,
1250
1250
  },
1251
1251
  {
1252
- item: 'Auto 4,ChaseR',
1252
+ item: 'Auto 4, Chase-R',
1253
1253
  value: 35,
1254
1254
  },
1255
1255
  {
1256
- item: 'Auto 5,ChaseLR',
1256
+ item: 'Auto 5, Chase-LR',
1257
1257
  value: 43,
1258
1258
  },
1259
1259
  {
1260
- item: 'Auto 6,ScrollL',
1260
+ item: 'Auto 6, Scroll-L',
1261
1261
  value: 51,
1262
1262
  },
1263
1263
  {
1264
- item: 'Auto 7,ScrollR',
1264
+ item: 'Auto 7, Scroll-R',
1265
1265
  value: 59,
1266
1266
  },
1267
1267
  {
1268
- item: 'Auto 8,2x2',
1268
+ item: 'Auto 8, 2x2',
1269
1269
  value: 67,
1270
1270
  },
1271
1271
  {
1272
- item: 'Auto 9,Blinker',
1272
+ item: 'Auto 9, Blinker',
1273
1273
  value: 75,
1274
1274
  },
1275
1275
  {
1276
- item: 'Auto 10,ZoomIn',
1276
+ item: 'Auto 10, Zoom-In',
1277
1277
  value: 83,
1278
1278
  },
1279
1279
  {
@@ -1281,67 +1281,67 @@ const baseProfiles = {
1281
1281
  value: 91,
1282
1282
  },
1283
1283
  {
1284
- item: 'Auto 12,Zoom.I/O.Fade',
1284
+ item: 'Auto 12, Zoom-I/O-Fade',
1285
1285
  value: 99,
1286
1286
  },
1287
1287
  {
1288
- item: 'Auto 13,Bounce',
1288
+ item: 'Auto 13, Bounce',
1289
1289
  value: 107,
1290
1290
  },
1291
1291
  {
1292
- item: 'Auto 14,Stack',
1292
+ item: 'Auto 14, Stack',
1293
1293
  value: 115,
1294
1294
  },
1295
1295
  {
1296
- item: 'Auto 15,StackFade',
1296
+ item: 'Auto 15, Stack-Fade',
1297
1297
  value: 123,
1298
1298
  },
1299
1299
  {
1300
- item: 'Auto 16,StackFlash',
1300
+ item: 'Auto 16, Stack-Flash',
1301
1301
  value: 131,
1302
1302
  },
1303
1303
  {
1304
- item: 'Auto 17,RunwayL',
1304
+ item: 'Auto 17, Runway-L',
1305
1305
  value: 139,
1306
1306
  },
1307
1307
  {
1308
- item: 'Auto 18,RunwayR',
1308
+ item: 'Auto 18, Runway-R',
1309
1309
  value: 147,
1310
1310
  },
1311
1311
  {
1312
- item: 'Auto 19,TicTak',
1312
+ item: 'Auto 19, TicTak',
1313
1313
  value: 155,
1314
1314
  },
1315
1315
  {
1316
- item: 'Auto 20,TicTakL',
1316
+ item: 'Auto 20, TicTak-L',
1317
1317
  value: 163,
1318
1318
  },
1319
1319
  {
1320
- item: 'Auto 21,TicTakR',
1320
+ item: 'Auto 21, TicTak-R',
1321
1321
  value: 171,
1322
1322
  },
1323
1323
  {
1324
- item: 'Auto 22,BlockA L',
1324
+ item: 'Auto 22, Block-A L',
1325
1325
  value: 179,
1326
1326
  },
1327
1327
  {
1328
- item: 'Auto 23,BlockB L',
1328
+ item: 'Auto 23, Block-B L',
1329
1329
  value: 187,
1330
1330
  },
1331
1331
  {
1332
- item: 'Auto 24,BlockZoom',
1332
+ item: 'Auto 24, Block-Zoom',
1333
1333
  value: 195,
1334
1334
  },
1335
1335
  {
1336
- item: 'Auto 25,StackA',
1336
+ item: 'Auto 25, Stack-A',
1337
1337
  value: 203,
1338
1338
  },
1339
1339
  {
1340
- item: 'Auto 26,BlokBounce',
1340
+ item: 'Auto 26, Blok-Bounce',
1341
1341
  value: 111,
1342
1342
  },
1343
1343
  {
1344
- item: 'Auto 27,ZoomStack',
1344
+ item: 'Auto 27, Zoom-Stack',
1345
1345
  value: 219,
1346
1346
  },
1347
1347
  {
@@ -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: 8,
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: 8,
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.6",
4
4
  "type": "module",
5
5
  "main": "dist/baseProfiles.js",
6
6
  "types": "dist/baseProfiles.d.ts",
@@ -192,15 +192,15 @@ const baseProfiles: Record<number, BaseProfile> = {
192
192
  value: 11,
193
193
  },
194
194
  {
195
- item: 'Auto 2, PulseIn',
195
+ item: 'Auto 2, Pulse In',
196
196
  value: 38,
197
197
  },
198
198
  {
199
- item: 'Auto 3, PulseOut',
199
+ item: 'Auto 3, Pulse Out',
200
200
  value: 65,
201
201
  },
202
202
  {
203
- item: 'Auto 4, SmoothFade',
203
+ item: 'Auto 4, Smooth Fade',
204
204
  value: 161,
205
205
  },
206
206
  {
@@ -261,15 +261,15 @@ const baseProfiles: Record<number, BaseProfile> = {
261
261
  value: 11,
262
262
  },
263
263
  {
264
- item: 'Auto 2, PulseIn',
264
+ item: 'Auto 2, Pulse In',
265
265
  value: 38,
266
266
  },
267
267
  {
268
- item: 'Auto 3, PulseOut',
268
+ item: 'Auto 3, Pulse Out',
269
269
  value: 65,
270
270
  },
271
271
  {
272
- item: 'Auto 4, SmoothFade',
272
+ item: 'Auto 4, Smooth Fade',
273
273
  value: 161,
274
274
  },
275
275
  {
@@ -1281,43 +1281,43 @@ const baseProfiles: Record<number, BaseProfile> = {
1281
1281
  value: 0,
1282
1282
  },
1283
1283
  {
1284
- item: 'Auto 1,SolidFade',
1284
+ item: 'Auto 1, Color-Fade',
1285
1285
  value: 11,
1286
1286
  },
1287
1287
  {
1288
- item: 'Auto 2,SolidSnap',
1288
+ item: 'Auto 2, Color-Snap',
1289
1289
  value: 19,
1290
1290
  },
1291
1291
  {
1292
- item: 'Auto 3,ChaseL',
1292
+ item: 'Auto 3, Chase-L',
1293
1293
  value: 27,
1294
1294
  },
1295
1295
  {
1296
- item: 'Auto 4,ChaseR',
1296
+ item: 'Auto 4, Chase-R',
1297
1297
  value: 35,
1298
1298
  },
1299
1299
  {
1300
- item: 'Auto 5,ChaseLR',
1300
+ item: 'Auto 5, Chase-LR',
1301
1301
  value: 43,
1302
1302
  },
1303
1303
  {
1304
- item: 'Auto 6,ScrollL',
1304
+ item: 'Auto 6, Scroll-L',
1305
1305
  value: 51,
1306
1306
  },
1307
1307
  {
1308
- item: 'Auto 7,ScrollR',
1308
+ item: 'Auto 7, Scroll-R',
1309
1309
  value: 59,
1310
1310
  },
1311
1311
  {
1312
- item: 'Auto 8,2x2',
1312
+ item: 'Auto 8, 2x2',
1313
1313
  value: 67,
1314
1314
  },
1315
1315
  {
1316
- item: 'Auto 9,Blinker',
1316
+ item: 'Auto 9, Blinker',
1317
1317
  value: 75,
1318
1318
  },
1319
1319
  {
1320
- item: 'Auto 10,ZoomIn',
1320
+ item: 'Auto 10, Zoom-In',
1321
1321
  value: 83,
1322
1322
  },
1323
1323
  {
@@ -1325,67 +1325,67 @@ const baseProfiles: Record<number, BaseProfile> = {
1325
1325
  value: 91,
1326
1326
  },
1327
1327
  {
1328
- item: 'Auto 12,Zoom.I/O.Fade',
1328
+ item: 'Auto 12, Zoom-I/O-Fade',
1329
1329
  value: 99,
1330
1330
  },
1331
1331
  {
1332
- item: 'Auto 13,Bounce',
1332
+ item: 'Auto 13, Bounce',
1333
1333
  value: 107,
1334
1334
  },
1335
1335
  {
1336
- item: 'Auto 14,Stack',
1336
+ item: 'Auto 14, Stack',
1337
1337
  value: 115,
1338
1338
  },
1339
1339
  {
1340
- item: 'Auto 15,StackFade',
1340
+ item: 'Auto 15, Stack-Fade',
1341
1341
  value: 123,
1342
1342
  },
1343
1343
  {
1344
- item: 'Auto 16,StackFlash',
1344
+ item: 'Auto 16, Stack-Flash',
1345
1345
  value: 131,
1346
1346
  },
1347
1347
  {
1348
- item: 'Auto 17,RunwayL',
1348
+ item: 'Auto 17, Runway-L',
1349
1349
  value: 139,
1350
1350
  },
1351
1351
  {
1352
- item: 'Auto 18,RunwayR',
1352
+ item: 'Auto 18, Runway-R',
1353
1353
  value: 147,
1354
1354
  },
1355
1355
  {
1356
- item: 'Auto 19,TicTak',
1356
+ item: 'Auto 19, TicTak',
1357
1357
  value: 155,
1358
1358
  },
1359
1359
  {
1360
- item: 'Auto 20,TicTakL',
1360
+ item: 'Auto 20, TicTak-L',
1361
1361
  value: 163,
1362
1362
  },
1363
1363
  {
1364
- item: 'Auto 21,TicTakR',
1364
+ item: 'Auto 21, TicTak-R',
1365
1365
  value: 171,
1366
1366
  },
1367
1367
  {
1368
- item: 'Auto 22,BlockA L',
1368
+ item: 'Auto 22, Block-A L',
1369
1369
  value: 179,
1370
1370
  },
1371
1371
  {
1372
- item: 'Auto 23,BlockB L',
1372
+ item: 'Auto 23, Block-B L',
1373
1373
  value: 187,
1374
1374
  },
1375
1375
  {
1376
- item: 'Auto 24,BlockZoom',
1376
+ item: 'Auto 24, Block-Zoom',
1377
1377
  value: 195,
1378
1378
  },
1379
1379
  {
1380
- item: 'Auto 25,StackA',
1380
+ item: 'Auto 25, Stack-A',
1381
1381
  value: 203,
1382
1382
  },
1383
1383
  {
1384
- item: 'Auto 26,BlokBounce',
1384
+ item: 'Auto 26, Blok-Bounce',
1385
1385
  value: 111,
1386
1386
  },
1387
1387
  {
1388
- item: 'Auto 27,ZoomStack',
1388
+ item: 'Auto 27, Zoom-Stack',
1389
1389
  value: 219,
1390
1390
  },
1391
1391
  {
@@ -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: 8,
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: 8,
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,