@matter/dcl-data 2026.8.4 → 2026.8.12

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
@@ -3171,6 +3171,15 @@
3171
3171
  "vendorLandingPageURL": "https://www.senscomm.com/",
3172
3172
  "creator": "cosmos1nep46y6hl2uqvq4zquv86y3z6uuyl74ma76qym"
3173
3173
  },
3174
+ {
3175
+ "vendorId": 5633,
3176
+ "vendorName": "Owl Home Inc.",
3177
+ "kind": "production",
3178
+ "companyLegalName": "Owl Home Inc.",
3179
+ "companyPreferredName": "Owl Home",
3180
+ "vendorLandingPageURL": "https://getowlhome.com",
3181
+ "creator": "cosmos1c4muc2csr3228xylul2n3x4t7q08fam63ceytu"
3182
+ },
3174
3183
  {
3175
3184
  "vendorId": 5634,
3176
3185
  "vendorName": "Levven Electronics",
@@ -3579,6 +3588,13 @@
3579
3588
  "companyLegalName": "Guangdong Yozewit Intelligent Technology Co., Ltd.",
3580
3589
  "creator": "cosmos10fvt87qll4wzuuv0sc2x8k9t0yrt4rg6pcalcx"
3581
3590
  },
3591
+ {
3592
+ "vendorId": 5784,
3593
+ "vendorName": "CoreAPT",
3594
+ "kind": "production",
3595
+ "companyLegalName": "Shenzhen CoreAPT Technology Co., Ltd.",
3596
+ "creator": "cosmos1z68hvzayejdcq7z5pksex799cxwnwzqy0mxupn"
3597
+ },
3582
3598
  {
3583
3599
  "vendorId": 5786,
3584
3600
  "vendorName": "Sombra Shades",
package/manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "builtAt": "2026-08-04T03:06:34.577Z",
2
+ "builtAt": "2026-08-12T02:55:08.739Z",
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": 461,
19
+ "vendors": 463,
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.4",
3
+ "version": "2026.8.12",
4
4
  "type": "module",
5
5
  "description": "Daily snapshot of Matter DCL data for seeding matter.js services",
6
6
  "license": "Apache-2.0",
@@ -48,13 +48,13 @@
48
48
  "devDependencies": {
49
49
  "@matter/main": "dev",
50
50
  "@matter/testing": "dev",
51
- "@nacho-iot/js-tools": "^0.1.7",
51
+ "@nacho-iot/js-tools": "^0.2.0",
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.62.0",
56
+ "oxlint": "^1.77.0",
57
57
  "oxlint-tsgolint": "^7.0.2001",
58
- "typescript": "^6.0.3"
58
+ "typescript": "^7.0.2"
59
59
  }
60
60
  }