@matter/testing 0.16.0-alpha.0-20250807-37b08c9bb → 0.16.0-alpha.0-20250809-ee8375bcb

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.
@@ -9,7 +9,7 @@ export declare class PythonTest extends BaseTest {
9
9
  /**
10
10
  * Python commissioning logic is cleverly hidden in:
11
11
  *
12
- * connectedhomeip/src/python_testing/chip/testing/matter_testing.py
12
+ * connectedhomeip/src/python_testing/matter/testing/matter_testing.py
13
13
  */
14
14
  initializeSubject(subject: Subject): Promise<void>;
15
15
  invoke(subject: Subject, step: (title: string) => void, args: string[]): Promise<void>;
@@ -46,7 +46,7 @@ class PythonTest extends import_test.BaseTest {
46
46
  /**
47
47
  * Python commissioning logic is cleverly hidden in:
48
48
  *
49
- * connectedhomeip/src/python_testing/chip/testing/matter_testing.py
49
+ * connectedhomeip/src/python_testing/matter/testing/matter_testing.py
50
50
  */
51
51
  async initializeSubject(subject) {
52
52
  const { kind, passcode, discriminator, network } = subject.commissioning;
@@ -9,7 +9,7 @@ export declare class PythonTest extends BaseTest {
9
9
  /**
10
10
  * Python commissioning logic is cleverly hidden in:
11
11
  *
12
- * connectedhomeip/src/python_testing/chip/testing/matter_testing.py
12
+ * connectedhomeip/src/python_testing/matter/testing/matter_testing.py
13
13
  */
14
14
  initializeSubject(subject: Subject): Promise<void>;
15
15
  invoke(subject: Subject, step: (title: string) => void, args: string[]): Promise<void>;
@@ -13,7 +13,7 @@ class PythonTest extends BaseTest {
13
13
  /**
14
14
  * Python commissioning logic is cleverly hidden in:
15
15
  *
16
- * connectedhomeip/src/python_testing/chip/testing/matter_testing.py
16
+ * connectedhomeip/src/python_testing/matter/testing/matter_testing.py
17
17
  */
18
18
  async initializeSubject(subject) {
19
19
  const { kind, passcode, discriminator, network } = subject.commissioning;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/testing",
3
- "version": "0.16.0-alpha.0-20250807-37b08c9bb",
3
+ "version": "0.16.0-alpha.0-20250809-ee8375bcb",
4
4
  "description": "Test harness for running JavaScript and Matter certification tests",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  "types": "dist/esm/index.d.ts",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "git+https://github.com/matter-js/matter.git"
32
+ "url": "git+https://github.com/matter-js/matter.js.git"
33
33
  },
34
34
  "author": "matter.js authors",
35
35
  "contributors": [
@@ -37,15 +37,15 @@
37
37
  ],
38
38
  "license": "Apache-2.0",
39
39
  "bugs": {
40
- "url": "https://github.com/matter-js/matter/issues"
40
+ "url": "https://github.com/matter-js/matter.js/issues"
41
41
  },
42
- "homepage": "https://github.com/matter-js/matter#readme",
42
+ "homepage": "https://github.com/matter-js/matter.js#readme",
43
43
  "imports": {
44
44
  "#tools": "@matter/tools",
45
45
  "#tools/ansi-text": "@matter/tools/ansi-text"
46
46
  },
47
47
  "dependencies": {
48
- "@matter/tools": "0.16.0-alpha.0-20250807-37b08c9bb",
48
+ "@matter/tools": "0.16.0-alpha.0-20250809-ee8375bcb",
49
49
  "@types/express": "^5.0.3",
50
50
  "ansi-colors": "^4.1.3",
51
51
  "chai": "^4.5.0",
@@ -17,7 +17,7 @@ export class PythonTest extends BaseTest {
17
17
  /**
18
18
  * Python commissioning logic is cleverly hidden in:
19
19
  *
20
- * connectedhomeip/src/python_testing/chip/testing/matter_testing.py
20
+ * connectedhomeip/src/python_testing/matter/testing/matter_testing.py
21
21
  */
22
22
  async initializeSubject(subject: Subject) {
23
23
  const { kind, passcode, discriminator, network } = subject.commissioning;