@matter/dcl-data 2026.6.24 → 2026.6.29

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
@@ -3431,6 +3431,13 @@
3431
3431
  "companyPreferredName": "Lowe's",
3432
3432
  "creator": "cosmos1m8n5c5rt6w9y65ssr42atrmw0ngcmrzfe7gwdz"
3433
3433
  },
3434
+ {
3435
+ "vendorId": 5737,
3436
+ "vendorName": "Fanimation",
3437
+ "kind": "production",
3438
+ "companyLegalName": "Fanimation Inc.",
3439
+ "creator": "cosmos1vwjhlft8e0hlnscu4aemy6azngc04v5lvt3fkd"
3440
+ },
3434
3441
  {
3435
3442
  "vendorId": 5741,
3436
3443
  "vendorName": "Anchen",
@@ -3445,6 +3452,13 @@
3445
3452
  "companyLegalName": "3T-Components",
3446
3453
  "creator": "cosmos104hwq7pycrnfsumzxaa7042v2yk9mhlp83sq48"
3447
3454
  },
3455
+ {
3456
+ "vendorId": 5746,
3457
+ "vendorName": "Gmerit",
3458
+ "kind": "production",
3459
+ "companyLegalName": "Gmerit Holdings Ltd.",
3460
+ "creator": "cosmos169zf7x74hv8y3pp3df3ws6llkkv6r4j3vzlq48"
3461
+ },
3448
3462
  {
3449
3463
  "vendorId": 5749,
3450
3464
  "vendorName": "Veto",
package/manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "builtAt": "2026-06-24T03:12:21.163Z",
2
+ "builtAt": "2026-06-29T03:14:52.943Z",
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": 443,
19
+ "vendors": 445,
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.24",
3
+ "version": "2026.6.29",
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": "^25.9.1",
55
- "oxfmt": "^0.54.0",
56
- "oxlint": "^1.68.0",
54
+ "@types/node": "^26.0.0",
55
+ "oxfmt": "^0.55.0",
56
+ "oxlint": "^1.71.0",
57
57
  "oxlint-tsgolint": "^0.23.0",
58
58
  "typescript": "^6.0.3"
59
59
  }