@matter/dcl-data 2026.8.5 → 2026.8.13
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 +10 -1
- package/manifest.json +2 -2
- package/package.json +5 -5
package/data/vendors.json
CHANGED
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
"kind": "production",
|
|
1471
1471
|
"companyLegalName": "Pin Genie,Inc. ",
|
|
1472
1472
|
"vendorLandingPageURL": "https://lockly.com/",
|
|
1473
|
-
"creator": "
|
|
1473
|
+
"creator": "cosmos1etlz3txrrrldtndw8026dhq0ned8tefey7fsm0"
|
|
1474
1474
|
},
|
|
1475
1475
|
{
|
|
1476
1476
|
"vendorId": 5213,
|
|
@@ -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-
|
|
2
|
+
"builtAt": "2026-08-13T02:57:01.265Z",
|
|
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":
|
|
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.
|
|
3
|
+
"version": "2026.8.13",
|
|
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.
|
|
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.
|
|
56
|
-
"oxlint": "^1.
|
|
55
|
+
"oxfmt": "^0.62.0",
|
|
56
|
+
"oxlint": "^1.77.0",
|
|
57
57
|
"oxlint-tsgolint": "^7.0.2001",
|
|
58
|
-
"typescript": "^
|
|
58
|
+
"typescript": "^7.0.2"
|
|
59
59
|
}
|
|
60
60
|
}
|