@matter/dcl-data 2026.7.17 → 2026.7.31
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 +17 -0
- package/manifest.json +2 -2
- package/package.json +5 -5
package/data/vendors.json
CHANGED
|
@@ -3395,6 +3395,23 @@
|
|
|
3395
3395
|
"companyLegalName": "Shenzhen Giant Lighting Technology Co.,Ltd",
|
|
3396
3396
|
"creator": "cosmos1k53ty4e0xqv02audsw7edzuysuz4wald3ztzaj"
|
|
3397
3397
|
},
|
|
3398
|
+
{
|
|
3399
|
+
"vendorId": 5708,
|
|
3400
|
+
"vendorName": "Sleekpoint",
|
|
3401
|
+
"kind": "production",
|
|
3402
|
+
"companyLegalName": "Shenzhen Rundian Innovation Technology Co., Ltd.",
|
|
3403
|
+
"companyPreferredName": "Sleekpoint",
|
|
3404
|
+
"creator": "cosmos1g5lr42h6vytt6nsfej5ph3g6x065dnm56q0x3r"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"vendorId": 5711,
|
|
3408
|
+
"vendorName": "Qingping",
|
|
3409
|
+
"kind": "production",
|
|
3410
|
+
"companyLegalName": "Qingping Technology (Beijing) Co., Ltd.",
|
|
3411
|
+
"companyPreferredName": "Qingping",
|
|
3412
|
+
"vendorLandingPageURL": "https://www.qingping.co/",
|
|
3413
|
+
"creator": "cosmos1taf9f6hyzragndzznk859uu9pfm4pn7e0xpud5"
|
|
3414
|
+
},
|
|
3398
3415
|
{
|
|
3399
3416
|
"vendorId": 5715,
|
|
3400
3417
|
"vendorName": "murora",
|
package/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-07-
|
|
2
|
+
"builtAt": "2026-07-31T03:06:59.374Z",
|
|
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": 457,
|
|
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.7.
|
|
3
|
+
"version": "2026.7.31",
|
|
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,10 +51,10 @@
|
|
|
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.
|
|
57
|
-
"oxlint-tsgolint": "^0.
|
|
54
|
+
"@types/node": "^26.1.1",
|
|
55
|
+
"oxfmt": "^0.60.0",
|
|
56
|
+
"oxlint": "^1.75.0",
|
|
57
|
+
"oxlint-tsgolint": "^7.0.2001",
|
|
58
58
|
"typescript": "^6.0.3"
|
|
59
59
|
}
|
|
60
60
|
}
|