@matter/types 0.16.0-alpha.0-20250902-38a7cc156 → 0.16.0-alpha.0-20250909-aecad94f3

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.
@@ -84,7 +84,7 @@ export declare namespace GeneralCommissioning {
84
84
  */
85
85
  ValueOutsideRange = 1,
86
86
  /**
87
- * Executed CommissioningComplet e outside CASE session.
87
+ * Executed CommissioningComplete outside CASE session.
88
88
  */
89
89
  InvalidAuthentication = 2,
90
90
  /**
@@ -84,7 +84,7 @@ export declare namespace GeneralCommissioning {
84
84
  */
85
85
  ValueOutsideRange = 1,
86
86
  /**
87
- * Executed CommissioningComplet e outside CASE session.
87
+ * Executed CommissioningComplete outside CASE session.
88
88
  */
89
89
  InvalidAuthentication = 2,
90
90
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/types",
3
- "version": "0.16.0-alpha.0-20250902-38a7cc156",
3
+ "version": "0.16.0-alpha.0-20250909-aecad94f3",
4
4
  "description": "Definitions for Matter application",
5
5
  "keywords": [
6
6
  "iot",
@@ -33,12 +33,12 @@
33
33
  "embed-examples": "embedme **/README.md"
34
34
  },
35
35
  "dependencies": {
36
- "@matter/general": "0.16.0-alpha.0-20250902-38a7cc156",
37
- "@matter/model": "0.16.0-alpha.0-20250902-38a7cc156"
36
+ "@matter/general": "0.16.0-alpha.0-20250909-aecad94f3",
37
+ "@matter/model": "0.16.0-alpha.0-20250909-aecad94f3"
38
38
  },
39
39
  "devDependencies": {
40
- "@matter/tools": "0.16.0-alpha.0-20250902-38a7cc156",
41
- "@matter/testing": "0.16.0-alpha.0-20250902-38a7cc156"
40
+ "@matter/tools": "0.16.0-alpha.0-20250909-aecad94f3",
41
+ "@matter/testing": "0.16.0-alpha.0-20250909-aecad94f3"
42
42
  },
43
43
  "files": [
44
44
  "dist/**/*",
@@ -100,7 +100,7 @@ export namespace GeneralCommissioning {
100
100
  ValueOutsideRange = 1,
101
101
 
102
102
  /**
103
- * Executed CommissioningComplet e outside CASE session.
103
+ * Executed CommissioningComplete outside CASE session.
104
104
  */
105
105
  InvalidAuthentication = 2,
106
106