@matter/dcl-data 2026.8.4 → 2026.8.5
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 +7 -0
- package/manifest.json +2 -2
- package/package.json +4 -4
package/data/vendors.json
CHANGED
|
@@ -3579,6 +3579,13 @@
|
|
|
3579
3579
|
"companyLegalName": "Guangdong Yozewit Intelligent Technology Co., Ltd.",
|
|
3580
3580
|
"creator": "cosmos10fvt87qll4wzuuv0sc2x8k9t0yrt4rg6pcalcx"
|
|
3581
3581
|
},
|
|
3582
|
+
{
|
|
3583
|
+
"vendorId": 5784,
|
|
3584
|
+
"vendorName": "CoreAPT",
|
|
3585
|
+
"kind": "production",
|
|
3586
|
+
"companyLegalName": "Shenzhen CoreAPT Technology Co., Ltd.",
|
|
3587
|
+
"creator": "cosmos1z68hvzayejdcq7z5pksex799cxwnwzqy0mxupn"
|
|
3588
|
+
},
|
|
3582
3589
|
{
|
|
3583
3590
|
"vendorId": 5786,
|
|
3584
3591
|
"vendorName": "Sombra Shades",
|
package/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-08-
|
|
2
|
+
"builtAt": "2026-08-05T09:09:19.783Z",
|
|
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": 462,
|
|
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.5",
|
|
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": "^26.1.
|
|
55
|
-
"oxfmt": "^0.
|
|
56
|
-
"oxlint": "^1.
|
|
54
|
+
"@types/node": "^26.1.2",
|
|
55
|
+
"oxfmt": "^0.61.0",
|
|
56
|
+
"oxlint": "^1.76.0",
|
|
57
57
|
"oxlint-tsgolint": "^7.0.2001",
|
|
58
58
|
"typescript": "^6.0.3"
|
|
59
59
|
}
|