@matter/dcl-data 2026.6.30 → 2026.7.3
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 +25 -0
- package/manifest.json +2 -2
- package/package.json +3 -3
package/data/vendors.json
CHANGED
|
@@ -265,6 +265,15 @@
|
|
|
265
265
|
"vendorLandingPageURL": "https://www.pki-center.com/",
|
|
266
266
|
"creator": "cosmos1ffrg2cwnlv9ar3jg9tva4qawv4wdmyw50pdn66"
|
|
267
267
|
},
|
|
268
|
+
{
|
|
269
|
+
"vendorId": 4508,
|
|
270
|
+
"vendorName": "Sinope Technologies",
|
|
271
|
+
"kind": "production",
|
|
272
|
+
"companyLegalName": "Sinope Technologies Inc",
|
|
273
|
+
"companyPreferredName": "Sinope",
|
|
274
|
+
"vendorLandingPageURL": "https://www.sinopetech.com",
|
|
275
|
+
"creator": "cosmos1vhftslqvr307mmzt86hr544vecm9cvjzw4y3ud"
|
|
276
|
+
},
|
|
268
277
|
{
|
|
269
278
|
"vendorId": 4614,
|
|
270
279
|
"vendorName": "EME Americas",
|
|
@@ -3393,6 +3402,13 @@
|
|
|
3393
3402
|
"vendorLandingPageURL": "https://www.gbank365.com",
|
|
3394
3403
|
"creator": "cosmos1pr29v3qj6sfdzhzenyekvdvnr0u5ytgu9xv6lv"
|
|
3395
3404
|
},
|
|
3405
|
+
{
|
|
3406
|
+
"vendorId": 5718,
|
|
3407
|
+
"vendorName": "IFLYTEK",
|
|
3408
|
+
"kind": "production",
|
|
3409
|
+
"companyLegalName": "iFLYTEK Co., Ltd.",
|
|
3410
|
+
"creator": "cosmos1cdtk9tq8wk3kr0urpqqqhvk9e3v3w0fw20as3f"
|
|
3411
|
+
},
|
|
3396
3412
|
{
|
|
3397
3413
|
"vendorId": 5720,
|
|
3398
3414
|
"vendorName": "Wing Tech",
|
|
@@ -3438,6 +3454,15 @@
|
|
|
3438
3454
|
"companyPreferredName": "Lowe's",
|
|
3439
3455
|
"creator": "cosmos1m8n5c5rt6w9y65ssr42atrmw0ngcmrzfe7gwdz"
|
|
3440
3456
|
},
|
|
3457
|
+
{
|
|
3458
|
+
"vendorId": 5733,
|
|
3459
|
+
"vendorName": "DongGuan SAMPO Electronics Co., Ltd.",
|
|
3460
|
+
"kind": "production",
|
|
3461
|
+
"companyLegalName": "DongGuan SAMPO Electronics Co., Ltd.",
|
|
3462
|
+
"companyPreferredName": "DongGuan SAMPO Electronics Co., Ltd.",
|
|
3463
|
+
"vendorLandingPageURL": "https://www.sampo-electronics.com",
|
|
3464
|
+
"creator": "cosmos1kvgpnmshf4y25up2ada5f7esupw6gl2nmtmw26"
|
|
3465
|
+
},
|
|
3441
3466
|
{
|
|
3442
3467
|
"vendorId": 5737,
|
|
3443
3468
|
"vendorName": "Fanimation",
|
package/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-
|
|
2
|
+
"builtAt": "2026-07-03T03:08:33.816Z",
|
|
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":
|
|
19
|
+
"vendors": 449,
|
|
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.
|
|
3
|
+
"version": "2026.7.3",
|
|
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,8 +51,8 @@
|
|
|
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.
|
|
55
|
-
"oxfmt": "^0.
|
|
54
|
+
"@types/node": "^26.0.1",
|
|
55
|
+
"oxfmt": "^0.56.0",
|
|
56
56
|
"oxlint": "^1.71.0",
|
|
57
57
|
"oxlint-tsgolint": "^0.23.0",
|
|
58
58
|
"typescript": "^6.0.3"
|