@matter/dcl-data 2026.6.6 → 2026.6.11
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 +21 -0
- package/manifest.json +2 -2
- package/package.json +3 -3
package/data/vendors.json
CHANGED
|
@@ -3263,6 +3263,13 @@
|
|
|
3263
3263
|
"companyLegalName": "DREO PTE. LTD.",
|
|
3264
3264
|
"creator": "cosmos1mmq24v6pclwdlp4x3lglprytyeduna87rwep2l"
|
|
3265
3265
|
},
|
|
3266
|
+
{
|
|
3267
|
+
"vendorId": 5675,
|
|
3268
|
+
"vendorName": "Hombli",
|
|
3269
|
+
"kind": "production",
|
|
3270
|
+
"companyLegalName": "Avanca International B.V.",
|
|
3271
|
+
"creator": "cosmos13q4zv4hz7slyjv83uqzu3drsg2mwc3de3mxwkk"
|
|
3272
|
+
},
|
|
3266
3273
|
{
|
|
3267
3274
|
"vendorId": 5679,
|
|
3268
3275
|
"vendorName": "DJI",
|
|
@@ -3407,6 +3414,20 @@
|
|
|
3407
3414
|
"companyLegalName": "Shenzhen Anchen Technology Co., Ltd.",
|
|
3408
3415
|
"creator": "cosmos1uy5pwmddgqcgyll3n7hd3vhucgxvn5fhjy7p3r"
|
|
3409
3416
|
},
|
|
3417
|
+
{
|
|
3418
|
+
"vendorId": 5745,
|
|
3419
|
+
"vendorName": "3T-Components",
|
|
3420
|
+
"kind": "production",
|
|
3421
|
+
"companyLegalName": "3T-Components",
|
|
3422
|
+
"creator": "cosmos104hwq7pycrnfsumzxaa7042v2yk9mhlp83sq48"
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"vendorId": 5753,
|
|
3426
|
+
"vendorName": "Yozewit Intelligent",
|
|
3427
|
+
"kind": "production",
|
|
3428
|
+
"companyLegalName": "Guangdong Yozewit Intelligent Technology Co., Ltd.",
|
|
3429
|
+
"creator": "cosmos10fvt87qll4wzuuv0sc2x8k9t0yrt4rg6pcalcx"
|
|
3430
|
+
},
|
|
3410
3431
|
{
|
|
3411
3432
|
"vendorId": 24582,
|
|
3412
3433
|
"vendorName": "Google LLC",
|
package/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-06-
|
|
2
|
+
"builtAt": "2026-06-11T03:12:19.699Z",
|
|
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": 439,
|
|
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.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Daily snapshot of Matter DCL data for seeding matter.js services",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"@types/chai": "^4.3.20",
|
|
53
53
|
"@types/mocha": "^10.0.10",
|
|
54
54
|
"@types/node": "^25.9.1",
|
|
55
|
-
"oxfmt": "^0.
|
|
56
|
-
"oxlint": "^1.
|
|
55
|
+
"oxfmt": "^0.54.0",
|
|
56
|
+
"oxlint": "^1.68.0",
|
|
57
57
|
"oxlint-tsgolint": "^0.23.0",
|
|
58
58
|
"typescript": "^6.0.3"
|
|
59
59
|
}
|