@matter/types 0.12.0-alpha.0-20250107-af5a068c3 → 0.12.0-alpha.0-20250110-6349da2f0

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.
@@ -8,4 +8,5 @@ export * from "./BitmapSchema.js";
8
8
  export * from "./PairingCodeSchema.js";
9
9
  export * from "./QrCodeSchema.js";
10
10
  export * from "./Schema.js";
11
+ export * from "./SpecificationVersionSchema.js";
11
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,iCAAiC,CAAC"}
@@ -20,6 +20,7 @@ __reExport(schema_exports, require("./BitmapSchema.js"), module.exports);
20
20
  __reExport(schema_exports, require("./PairingCodeSchema.js"), module.exports);
21
21
  __reExport(schema_exports, require("./QrCodeSchema.js"), module.exports);
22
22
  __reExport(schema_exports, require("./Schema.js"), module.exports);
23
+ __reExport(schema_exports, require("./SpecificationVersionSchema.js"), module.exports);
23
24
  /**
24
25
  * @license
25
26
  * Copyright 2022-2024 Matter.js Authors
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/schema/index.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAOA,2BAAc,8BAPd;AAQA,2BAAc,8BARd;AASA,2BAAc,mCATd;AAUA,2BAAc,8BAVd;AAWA,2BAAc,wBAXd;AAAA;AAAA;AAAA;AAAA;AAAA;",
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAOA,2BAAc,8BAPd;AAQA,2BAAc,8BARd;AASA,2BAAc,mCATd;AAUA,2BAAc,8BAVd;AAWA,2BAAc,wBAXd;AAYA,2BAAc,4CAZd;AAAA;AAAA;AAAA;AAAA;AAAA;",
5
5
  "names": []
6
6
  }
@@ -8,4 +8,5 @@ export * from "./BitmapSchema.js";
8
8
  export * from "./PairingCodeSchema.js";
9
9
  export * from "./QrCodeSchema.js";
10
10
  export * from "./Schema.js";
11
+ export * from "./SpecificationVersionSchema.js";
11
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,iCAAiC,CAAC"}
@@ -8,4 +8,5 @@ export * from "./BitmapSchema.js";
8
8
  export * from "./PairingCodeSchema.js";
9
9
  export * from "./QrCodeSchema.js";
10
10
  export * from "./Schema.js";
11
+ export * from "./SpecificationVersionSchema.js";
11
12
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/schema/index.ts"],
4
- "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAOA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAOA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
5
5
  "names": []
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/types",
3
- "version": "0.12.0-alpha.0-20250107-af5a068c3",
3
+ "version": "0.12.0-alpha.0-20250110-6349da2f0",
4
4
  "description": "Definitions for Matter application",
5
5
  "keywords": [
6
6
  "iot",
@@ -33,13 +33,13 @@
33
33
  "embed-examples": "embedme **/README.md"
34
34
  },
35
35
  "dependencies": {
36
- "@matter/general": "0.12.0-alpha.0-20250107-af5a068c3",
37
- "@matter/model": "0.12.0-alpha.0-20250107-af5a068c3",
36
+ "@matter/general": "0.12.0-alpha.0-20250110-6349da2f0",
37
+ "@matter/model": "0.12.0-alpha.0-20250110-6349da2f0",
38
38
  "@noble/curves": "^1.7.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@matter/tools": "0.12.0-alpha.0-20250107-af5a068c3",
42
- "@matter/testing": "0.12.0-alpha.0-20250107-af5a068c3"
41
+ "@matter/tools": "0.12.0-alpha.0-20250110-6349da2f0",
42
+ "@matter/testing": "0.12.0-alpha.0-20250110-6349da2f0"
43
43
  },
44
44
  "files": [
45
45
  "dist/**/*",
@@ -10,3 +10,4 @@ export * from "./BitmapSchema.js";
10
10
  export * from "./PairingCodeSchema.js";
11
11
  export * from "./QrCodeSchema.js";
12
12
  export * from "./Schema.js";
13
+ export * from "./SpecificationVersionSchema.js";