@matter/dcl-data 2026.8.5 → 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",
package/manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "builtAt": "2026-08-05T09:09:19.783Z",
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": 462,
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.5",
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
54
  "@types/node": "^26.1.2",
55
- "oxfmt": "^0.61.0",
56
- "oxlint": "^1.76.0",
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
  }