@matter/dcl-data 2026.6.22 → 2026.6.26
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/data/vendors.json +23 -0
- package/manifest.json +2 -2
- package/package.json +4 -4
package/data/vendors.json
CHANGED
|
@@ -305,6 +305,13 @@
|
|
|
305
305
|
"vendorLandingPageURL": "https://www.orvibo.com",
|
|
306
306
|
"creator": "cosmos1u7um30yf68zugm897tgpq7s6vhkhk4t2ykm0hq"
|
|
307
307
|
},
|
|
308
|
+
{
|
|
309
|
+
"vendorId": 4641,
|
|
310
|
+
"vendorName": "Viessmann",
|
|
311
|
+
"kind": "production",
|
|
312
|
+
"companyLegalName": "Viessmann Elektronik GmbH",
|
|
313
|
+
"creator": "cosmos1fnkpgvxma6hk4542l4guglz9qar290z3q08vd8"
|
|
314
|
+
},
|
|
308
315
|
{
|
|
309
316
|
"vendorId": 4644,
|
|
310
317
|
"vendorName": "Sunricher",
|
|
@@ -3400,6 +3407,15 @@
|
|
|
3400
3407
|
"companyLegalName": "Airam Electric Oy Ab",
|
|
3401
3408
|
"creator": "cosmos1eqmyx4c93uak4t2lcfuc7zjc5zn4dht7juygqk"
|
|
3402
3409
|
},
|
|
3410
|
+
{
|
|
3411
|
+
"vendorId": 5726,
|
|
3412
|
+
"vendorName": "Mobile Labs",
|
|
3413
|
+
"kind": "production",
|
|
3414
|
+
"companyLegalName": "Mobile Labs sp. z o.o.",
|
|
3415
|
+
"companyPreferredName": "Mobile Labs",
|
|
3416
|
+
"vendorLandingPageURL": "https://mobilelabs.io",
|
|
3417
|
+
"creator": "cosmos1evmyhy3392sjasyxwj45awz92v6xhnxm0pp6ka"
|
|
3418
|
+
},
|
|
3403
3419
|
{
|
|
3404
3420
|
"vendorId": 5728,
|
|
3405
3421
|
"vendorName": "NuWatt",
|
|
@@ -3429,6 +3445,13 @@
|
|
|
3429
3445
|
"companyLegalName": "3T-Components",
|
|
3430
3446
|
"creator": "cosmos104hwq7pycrnfsumzxaa7042v2yk9mhlp83sq48"
|
|
3431
3447
|
},
|
|
3448
|
+
{
|
|
3449
|
+
"vendorId": 5746,
|
|
3450
|
+
"vendorName": "Gmerit",
|
|
3451
|
+
"kind": "production",
|
|
3452
|
+
"companyLegalName": "Gmerit Holdings Ltd.",
|
|
3453
|
+
"creator": "cosmos169zf7x74hv8y3pp3df3ws6llkkv6r4j3vzlq48"
|
|
3454
|
+
},
|
|
3432
3455
|
{
|
|
3433
3456
|
"vendorId": 5749,
|
|
3434
3457
|
"vendorName": "Veto",
|
package/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-06-
|
|
2
|
+
"builtAt": "2026-06-26T03:13:22.216Z",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
4
|
"sources": {
|
|
5
5
|
"dcl": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"paaRootsTest": 97,
|
|
17
17
|
"cdSigners": 6,
|
|
18
18
|
"cdSignersTest": 6,
|
|
19
|
-
"vendors":
|
|
19
|
+
"vendors": 444,
|
|
20
20
|
"vendorsTest": 0
|
|
21
21
|
}
|
|
22
22
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/dcl-data",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.26",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Daily snapshot of Matter DCL data for seeding matter.js services",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"@nacho-iot/js-tools": "^0.1.7",
|
|
52
52
|
"@types/chai": "^4.3.20",
|
|
53
53
|
"@types/mocha": "^10.0.10",
|
|
54
|
-
"@types/node": "^
|
|
55
|
-
"oxfmt": "^0.
|
|
56
|
-
"oxlint": "^1.
|
|
54
|
+
"@types/node": "^26.0.0",
|
|
55
|
+
"oxfmt": "^0.55.0",
|
|
56
|
+
"oxlint": "^1.71.0",
|
|
57
57
|
"oxlint-tsgolint": "^0.23.0",
|
|
58
58
|
"typescript": "^6.0.3"
|
|
59
59
|
}
|