@matter/dcl-data 2026.6.9 → 2026.6.16
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 +14 -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",
|
|
@@ -3414,6 +3421,13 @@
|
|
|
3414
3421
|
"companyLegalName": "3T-Components",
|
|
3415
3422
|
"creator": "cosmos104hwq7pycrnfsumzxaa7042v2yk9mhlp83sq48"
|
|
3416
3423
|
},
|
|
3424
|
+
{
|
|
3425
|
+
"vendorId": 5749,
|
|
3426
|
+
"vendorName": "Veto",
|
|
3427
|
+
"kind": "production",
|
|
3428
|
+
"companyLegalName": "Veto Global Sourcing LTD.",
|
|
3429
|
+
"creator": "cosmos1tfsv7zyxserca3h8pu9gpxnn377ryh3jhsvfmj"
|
|
3430
|
+
},
|
|
3417
3431
|
{
|
|
3418
3432
|
"vendorId": 5753,
|
|
3419
3433
|
"vendorName": "Yozewit Intelligent",
|
package/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-06-
|
|
2
|
+
"builtAt": "2026-06-16T03:14:25.827Z",
|
|
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": 440,
|
|
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.16",
|
|
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
|
}
|