@matter/dcl-data 2026.7.7 → 2026.7.10

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
@@ -3423,6 +3423,15 @@
3423
3423
  "companyLegalName": "Airam Electric Oy Ab",
3424
3424
  "creator": "cosmos1eqmyx4c93uak4t2lcfuc7zjc5zn4dht7juygqk"
3425
3425
  },
3426
+ {
3427
+ "vendorId": 5722,
3428
+ "vendorName": "Sense Say Technology",
3429
+ "kind": "production",
3430
+ "companyLegalName": "Sense Say Technology (Shenzhen) Limited",
3431
+ "companyPreferredName": "Sense Say Technology",
3432
+ "vendorLandingPageURL": "https://sensesaytech.com",
3433
+ "creator": "cosmos1h548dsrpcms284u0033nrdms3k0m55a4tw3l4d"
3434
+ },
3426
3435
  {
3427
3436
  "vendorId": 5726,
3428
3437
  "vendorName": "Mobile Labs",
package/manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "builtAt": "2026-07-07T03:09:42.540Z",
2
+ "builtAt": "2026-07-10T03:09:02.100Z",
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": 451,
19
+ "vendors": 452,
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.7.7",
3
+ "version": "2026.7.10",
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,10 +51,10 @@
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.0.1",
55
- "oxfmt": "^0.56.0",
56
- "oxlint": "^1.71.0",
57
- "oxlint-tsgolint": "^0.23.0",
54
+ "@types/node": "^26.1.0",
55
+ "oxfmt": "^0.58.0",
56
+ "oxlint": "^1.72.0",
57
+ "oxlint-tsgolint": "^0.24.0",
58
58
  "typescript": "^6.0.3"
59
59
  }
60
60
  }