@chauvet/connect-base-profiles 1.6.1 → 1.6.2
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/dist/baseProfiles.js +8 -8
- package/package.json +2 -2
package/dist/baseProfiles.js
CHANGED
|
@@ -258,7 +258,7 @@ const baseProfiles = {
|
|
|
258
258
|
name: 'GENERIC DRGBA',
|
|
259
259
|
},
|
|
260
260
|
10001: {
|
|
261
|
-
profileId:
|
|
261
|
+
profileId: 10001,
|
|
262
262
|
channels: 15,
|
|
263
263
|
rgbRelation: {
|
|
264
264
|
r: 2,
|
|
@@ -276,7 +276,7 @@ const baseProfiles = {
|
|
|
276
276
|
name: 'FREEDOM 1',
|
|
277
277
|
},
|
|
278
278
|
10002: {
|
|
279
|
-
profileId:
|
|
279
|
+
profileId: 10002,
|
|
280
280
|
channels: 15,
|
|
281
281
|
rgbRelation: {
|
|
282
282
|
r: 2,
|
|
@@ -294,7 +294,7 @@ const baseProfiles = {
|
|
|
294
294
|
name: 'FREEDOM 2',
|
|
295
295
|
},
|
|
296
296
|
10003: {
|
|
297
|
-
profileId:
|
|
297
|
+
profileId: 10003,
|
|
298
298
|
channels: 8,
|
|
299
299
|
rgbRelation: {
|
|
300
300
|
r: 4,
|
|
@@ -312,7 +312,7 @@ const baseProfiles = {
|
|
|
312
312
|
name: 'FREEDOM 3',
|
|
313
313
|
},
|
|
314
314
|
10004: {
|
|
315
|
-
profileId:
|
|
315
|
+
profileId: 10004,
|
|
316
316
|
channels: 8,
|
|
317
317
|
rgbRelation: {
|
|
318
318
|
r: 4,
|
|
@@ -330,7 +330,7 @@ const baseProfiles = {
|
|
|
330
330
|
name: 'FREEDOM 4',
|
|
331
331
|
},
|
|
332
332
|
10005: {
|
|
333
|
-
profileId:
|
|
333
|
+
profileId: 10005,
|
|
334
334
|
channels: 6,
|
|
335
335
|
rgbRelation: {
|
|
336
336
|
r: 2,
|
|
@@ -348,7 +348,7 @@ const baseProfiles = {
|
|
|
348
348
|
name: 'FREEDOM 5',
|
|
349
349
|
},
|
|
350
350
|
10006: {
|
|
351
|
-
profileId:
|
|
351
|
+
profileId: 10006,
|
|
352
352
|
channels: 8,
|
|
353
353
|
rgbRelation: {
|
|
354
354
|
r: 4,
|
|
@@ -366,7 +366,7 @@ const baseProfiles = {
|
|
|
366
366
|
name: 'FREEDOM 6',
|
|
367
367
|
},
|
|
368
368
|
10007: {
|
|
369
|
-
profileId:
|
|
369
|
+
profileId: 10007,
|
|
370
370
|
channels: 8,
|
|
371
371
|
rgbRelation: {
|
|
372
372
|
r: 3,
|
|
@@ -384,7 +384,7 @@ const baseProfiles = {
|
|
|
384
384
|
name: 'FREEDOM 7',
|
|
385
385
|
},
|
|
386
386
|
10008: {
|
|
387
|
-
profileId:
|
|
387
|
+
profileId: 10008,
|
|
388
388
|
channels: 9,
|
|
389
389
|
rgbRelation: {
|
|
390
390
|
r: 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chauvet/connect-base-profiles",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/baseProfiles.js",
|
|
6
6
|
"types": "dist/baseProfiles.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"bump:patch": "npm version patch --no-git-tag-version",
|
|
11
11
|
"bump:minor": "npm version minor --no-git-tag-version",
|
|
12
12
|
"bump:major": "npm version major --no-git-tag-version",
|
|
13
|
-
"package": " npm publish --access public",
|
|
13
|
+
"package": "npm run build && npm publish --access public",
|
|
14
14
|
"check": "npm info @chauvet/connect-base-profiles"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [],
|