@matter/dcl-data 2026.8.15 → 2026.8.19
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 +9 -1
- package/manifest.json +2 -2
- package/package.json +4 -4
package/data/vendors.json
CHANGED
|
@@ -3524,7 +3524,7 @@
|
|
|
3524
3524
|
},
|
|
3525
3525
|
{
|
|
3526
3526
|
"vendorId": 5732,
|
|
3527
|
-
"vendorName": "
|
|
3527
|
+
"vendorName": "Utilitech",
|
|
3528
3528
|
"kind": "production",
|
|
3529
3529
|
"companyLegalName": "Lowe's Companies, INC",
|
|
3530
3530
|
"companyPreferredName": "Lowe's",
|
|
@@ -3588,6 +3588,14 @@
|
|
|
3588
3588
|
"companyLegalName": "Guangdong Yozewit Intelligent Technology Co., Ltd.",
|
|
3589
3589
|
"creator": "cosmos10fvt87qll4wzuuv0sc2x8k9t0yrt4rg6pcalcx"
|
|
3590
3590
|
},
|
|
3591
|
+
{
|
|
3592
|
+
"vendorId": 5774,
|
|
3593
|
+
"vendorName": "BellaVista Solution LLC",
|
|
3594
|
+
"kind": "production",
|
|
3595
|
+
"companyLegalName": "BellaVista Solution LLC",
|
|
3596
|
+
"vendorLandingPageURL": "https://www.bellavistasolution.com/",
|
|
3597
|
+
"creator": "cosmos1dd944yru9pkc6406w9wcsxlmexd0hzrttmgv4s"
|
|
3598
|
+
},
|
|
3591
3599
|
{
|
|
3592
3600
|
"vendorId": 5784,
|
|
3593
3601
|
"vendorName": "CoreAPT",
|
package/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-08-
|
|
2
|
+
"builtAt": "2026-08-19T02:27:48.760Z",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
4
|
"sources": {
|
|
5
5
|
"dcl": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"paaRootsTest": 99,
|
|
17
17
|
"cdSigners": 6,
|
|
18
18
|
"cdSignersTest": 6,
|
|
19
|
-
"vendors":
|
|
19
|
+
"vendors": 465,
|
|
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.8.
|
|
3
|
+
"version": "2026.8.19",
|
|
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.2.0",
|
|
52
52
|
"@types/chai": "^4.3.20",
|
|
53
53
|
"@types/mocha": "^10.0.10",
|
|
54
|
-
"@types/node": "^26.
|
|
55
|
-
"oxfmt": "^0.
|
|
56
|
-
"oxlint": "^1.
|
|
54
|
+
"@types/node": "^26.2.0",
|
|
55
|
+
"oxfmt": "^0.63.0",
|
|
56
|
+
"oxlint": "^1.78.0",
|
|
57
57
|
"oxlint-tsgolint": "^7.0.2001",
|
|
58
58
|
"typescript": "^7.0.2"
|
|
59
59
|
}
|