@matter/dcl-data 2026.8.1 → 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 CHANGED
@@ -394,6 +394,15 @@
394
394
  "companyPreferredName": "Trust International BV",
395
395
  "creator": "cosmos1f6hvuqphxa0yaelnmnrtqswq203rwcr2sfn6d6"
396
396
  },
397
+ {
398
+ "vendorId": 4727,
399
+ "vendorName": "Adeo",
400
+ "kind": "production",
401
+ "companyLegalName": "Adeo Services FR",
402
+ "companyPreferredName": "Adeo",
403
+ "vendorLandingPageURL": "https://www.adeo.com",
404
+ "creator": "cosmos1nh2ce8rlj9rqtrt04a4mje086vrk9wn4prezqd"
405
+ },
397
406
  {
398
407
  "vendorId": 4735,
399
408
  "vendorName": "Nordic Semiconductor ASA",
@@ -3395,6 +3404,13 @@
3395
3404
  "companyLegalName": "Seasonal Specialties LLC",
3396
3405
  "creator": "cosmos1qdm07nyyy0v4tftjuq0ps87gkgqhxg37sj2mh5"
3397
3406
  },
3407
+ {
3408
+ "vendorId": 5705,
3409
+ "vendorName": "MANHOT",
3410
+ "kind": "production",
3411
+ "companyLegalName": "Shenzhen Manhe Intelligent Technology Co., Ltd.",
3412
+ "creator": "cosmos1gs238k4ecd7kp2ky7epedx8d7eegql75xyq65j"
3413
+ },
3398
3414
  {
3399
3415
  "vendorId": 5707,
3400
3416
  "vendorName": "Giant Lighting Technology ",
@@ -3563,6 +3579,13 @@
3563
3579
  "companyLegalName": "Guangdong Yozewit Intelligent Technology Co., Ltd.",
3564
3580
  "creator": "cosmos10fvt87qll4wzuuv0sc2x8k9t0yrt4rg6pcalcx"
3565
3581
  },
3582
+ {
3583
+ "vendorId": 5784,
3584
+ "vendorName": "CoreAPT",
3585
+ "kind": "production",
3586
+ "companyLegalName": "Shenzhen CoreAPT Technology Co., Ltd.",
3587
+ "creator": "cosmos1z68hvzayejdcq7z5pksex799cxwnwzqy0mxupn"
3588
+ },
3566
3589
  {
3567
3590
  "vendorId": 5786,
3568
3591
  "vendorName": "Sombra Shades",
@@ -3577,6 +3600,15 @@
3577
3600
  "companyLegalName": "Musen Connect, Inc.",
3578
3601
  "creator": "cosmos1uvduck58655urun8ya6l8p2qdzkvd5hxpa5u6r"
3579
3602
  },
3603
+ {
3604
+ "vendorId": 5809,
3605
+ "vendorName": "Refoss",
3606
+ "kind": "production",
3607
+ "companyLegalName": "FLEXBEE HK LIMITED",
3608
+ "companyPreferredName": "Refoss",
3609
+ "vendorLandingPageURL": "https://www.refoss.net",
3610
+ "creator": "cosmos1zqjg7rze3qg5p97xmuswwdsj9g3372tdxme83y"
3611
+ },
3580
3612
  {
3581
3613
  "vendorId": 24582,
3582
3614
  "vendorName": "Google LLC",
package/manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "builtAt": "2026-08-01T03:06:22.085Z",
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": 458,
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.1",
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.1",
55
- "oxfmt": "^0.60.0",
56
- "oxlint": "^1.75.0",
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
  }