@matter/main 0.11.2 → 0.11.3-alpha.0-20241105-ecad0373d

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -50,6 +50,7 @@ To have Typescript and your IDE know all the relevant exported functionality you
50
50
  ```json5
51
51
  {
52
52
  compilerOptions: {
53
+ "target": "es2022", // Matter.js most likely won't work with older versions of ES
53
54
  moduleResolution: "node16", // Required to support package.json exports
54
55
  module: "node16", // Required to make sure all imports are js
55
56
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/main",
3
- "version": "0.11.2",
3
+ "version": "0.11.3-alpha.0-20241105-ecad0373d",
4
4
  "description": "Matter.js main entrypoint",
5
5
  "keywords": [
6
6
  "iot",
@@ -41,18 +41,18 @@
41
41
  "#*": "./src/*"
42
42
  },
43
43
  "dependencies": {
44
- "@matter/general": "0.11.2",
45
- "@matter/model": "0.11.2",
46
- "@matter/node": "0.11.2",
47
- "@matter/protocol": "0.11.2",
48
- "@matter/types": "0.11.2",
44
+ "@matter/general": "0.11.3-alpha.0-20241105-ecad0373d",
45
+ "@matter/model": "0.11.3-alpha.0-20241105-ecad0373d",
46
+ "@matter/node": "0.11.3-alpha.0-20241105-ecad0373d",
47
+ "@matter/protocol": "0.11.3-alpha.0-20241105-ecad0373d",
48
+ "@matter/types": "0.11.3-alpha.0-20241105-ecad0373d",
49
49
  "@noble/curves": "^1.5.0"
50
50
  },
51
51
  "optionalDependencies": {
52
- "@matter/nodejs": "0.11.2"
52
+ "@matter/nodejs": "0.11.3-alpha.0-20241105-ecad0373d"
53
53
  },
54
54
  "devDependencies": {
55
- "@matter/tools": "0.11.2"
55
+ "@matter/tools": "0.11.3-alpha.0-20241105-ecad0373d"
56
56
  },
57
57
  "files": [
58
58
  "dist/**/*",