@matter/main 0.11.0-alpha.0-20241007-547af42a8 → 0.11.0-alpha.0-20241013-d38e934bb

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +10 -10
  2. package/src/tsconfig.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/main",
3
- "version": "0.11.0-alpha.0-20241007-547af42a8",
3
+ "version": "0.11.0-alpha.0-20241013-d38e934bb",
4
4
  "description": "Matter.js main entrypoint",
5
5
  "keywords": [
6
6
  "iot",
@@ -41,19 +41,19 @@
41
41
  "#*": "./src/*"
42
42
  },
43
43
  "dependencies": {
44
- "@noble/curves": "^1.5.0",
45
- "@matter/general": "0.11.0-alpha.0-20241007-547af42a8",
46
- "@matter/model": "0.11.0-alpha.0-20241007-547af42a8",
47
- "@matter/types": "0.11.0-alpha.0-20241007-547af42a8",
48
- "@matter/protocol": "0.11.0-alpha.0-20241007-547af42a8",
49
- "@matter/node": "0.11.0-alpha.0-20241007-547af42a8"
44
+ "@matter/general": "0.11.0-alpha.0-20241013-d38e934bb",
45
+ "@matter/model": "0.11.0-alpha.0-20241013-d38e934bb",
46
+ "@matter/node": "0.11.0-alpha.0-20241013-d38e934bb",
47
+ "@matter/protocol": "0.11.0-alpha.0-20241013-d38e934bb",
48
+ "@matter/types": "0.11.0-alpha.0-20241013-d38e934bb",
49
+ "@noble/curves": "^1.5.0"
50
50
  },
51
51
  "optionalDependencies": {
52
- "@matter/nodejs": "0.11.0-alpha.0-20241007-547af42a8",
53
- "@matter/react-native": "0.11.0-alpha.0-20241007-547af42a8"
52
+ "@matter/nodejs": "0.11.0-alpha.0-20241013-d38e934bb",
53
+ "@matter/react-native": "0.11.0-alpha.0-20241013-d38e934bb"
54
54
  },
55
55
  "devDependencies": {
56
- "@matter/tools": "0.11.0-alpha.0-20241007-547af42a8"
56
+ "@matter/tools": "0.11.0-alpha.0-20241013-d38e934bb"
57
57
  },
58
58
  "files": [
59
59
  "dist/**/*",
package/src/tsconfig.json CHANGED
@@ -14,19 +14,19 @@
14
14
  "path": "../../model/src"
15
15
  },
16
16
  {
17
- "path": "../../types/src"
17
+ "path": "../../node/src"
18
18
  },
19
19
  {
20
- "path": "../../protocol/src"
20
+ "path": "../../nodejs/src"
21
21
  },
22
22
  {
23
- "path": "../../node/src"
23
+ "path": "../../protocol/src"
24
24
  },
25
25
  {
26
- "path": "../../nodejs/src"
26
+ "path": "../../react-native/src"
27
27
  },
28
28
  {
29
- "path": "../../react-native/src"
29
+ "path": "../../types/src"
30
30
  }
31
31
  ]
32
32
  }