@matter/dcl-data 2026.6.9 → 2026.6.11

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
@@ -3263,6 +3263,13 @@
3263
3263
  "companyLegalName": "DREO PTE. LTD.",
3264
3264
  "creator": "cosmos1mmq24v6pclwdlp4x3lglprytyeduna87rwep2l"
3265
3265
  },
3266
+ {
3267
+ "vendorId": 5675,
3268
+ "vendorName": "Hombli",
3269
+ "kind": "production",
3270
+ "companyLegalName": "Avanca International B.V.",
3271
+ "creator": "cosmos13q4zv4hz7slyjv83uqzu3drsg2mwc3de3mxwkk"
3272
+ },
3266
3273
  {
3267
3274
  "vendorId": 5679,
3268
3275
  "vendorName": "DJI",
package/manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "builtAt": "2026-06-09T03:13:12.364Z",
2
+ "builtAt": "2026-06-11T03:12:19.699Z",
3
3
  "schemaVersion": 1,
4
4
  "sources": {
5
5
  "dcl": {
@@ -16,7 +16,7 @@
16
16
  "paaRootsTest": 97,
17
17
  "cdSigners": 6,
18
18
  "cdSignersTest": 6,
19
- "vendors": 438,
19
+ "vendors": 439,
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.6.9",
3
+ "version": "2026.6.11",
4
4
  "type": "module",
5
5
  "description": "Daily snapshot of Matter DCL data for seeding matter.js services",
6
6
  "license": "Apache-2.0",
@@ -52,8 +52,8 @@
52
52
  "@types/chai": "^4.3.20",
53
53
  "@types/mocha": "^10.0.10",
54
54
  "@types/node": "^25.9.1",
55
- "oxfmt": "^0.51.0",
56
- "oxlint": "^1.66.0",
55
+ "oxfmt": "^0.54.0",
56
+ "oxlint": "^1.68.0",
57
57
  "oxlint-tsgolint": "^0.23.0",
58
58
  "typescript": "^6.0.3"
59
59
  }