@matterbridge/core 3.10.0-dev-20260717-930d5aa → 3.10.0
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.
- package/dist/matter/export.d.ts +0 -11
- package/dist/matter/export.js +0 -11
- package/package.json +5 -5
package/dist/matter/export.d.ts
CHANGED
|
@@ -1,14 +1,3 @@
|
|
|
1
1
|
export * from '@matter/main';
|
|
2
2
|
export { AttributeElement, ClusterElement, ClusterModel, CommandElement, EventElement, FieldElement, MatterDefinition } from '@matter/main/model';
|
|
3
3
|
export { MdnsService, Val } from '@matter/main/protocol';
|
|
4
|
-
export { CommonAreaNamespaceTag as AreaNamespaceTag } from '@matter/main/node';
|
|
5
|
-
export { CommonClosureTag as ClosureTag } from '@matter/main/node';
|
|
6
|
-
export { CommonCompassDirectionTag as CompassDirectionTag } from '@matter/main/node';
|
|
7
|
-
export { CommonCompassLocationTag as CompassLocationTag } from '@matter/main/node';
|
|
8
|
-
export { CommonDirectionTag as DirectionTag } from '@matter/main/node';
|
|
9
|
-
export { CommonLandmarkNamespaceTag as LandmarkNamespaceTag } from '@matter/main/node';
|
|
10
|
-
export { CommonLevelTag as LevelTag } from '@matter/main/node';
|
|
11
|
-
export { CommonLocationTag as LocationTag } from '@matter/main/node';
|
|
12
|
-
export { CommonNumberTag as NumberTag } from '@matter/main/node';
|
|
13
|
-
export { CommonPositionTag as PositionTag } from '@matter/main/node';
|
|
14
|
-
export { CommonRelativePositionTag as RelativePositionTag } from '@matter/main/node';
|
package/dist/matter/export.js
CHANGED
|
@@ -1,14 +1,3 @@
|
|
|
1
1
|
export * from '@matter/main';
|
|
2
2
|
export { AttributeElement, ClusterElement, ClusterModel, CommandElement, EventElement, FieldElement, MatterDefinition } from '@matter/main/model';
|
|
3
3
|
export { MdnsService, Val } from '@matter/main/protocol';
|
|
4
|
-
export { CommonAreaNamespaceTag as AreaNamespaceTag } from '@matter/main/node';
|
|
5
|
-
export { CommonClosureTag as ClosureTag } from '@matter/main/node';
|
|
6
|
-
export { CommonCompassDirectionTag as CompassDirectionTag } from '@matter/main/node';
|
|
7
|
-
export { CommonCompassLocationTag as CompassLocationTag } from '@matter/main/node';
|
|
8
|
-
export { CommonDirectionTag as DirectionTag } from '@matter/main/node';
|
|
9
|
-
export { CommonLandmarkNamespaceTag as LandmarkNamespaceTag } from '@matter/main/node';
|
|
10
|
-
export { CommonLevelTag as LevelTag } from '@matter/main/node';
|
|
11
|
-
export { CommonLocationTag as LocationTag } from '@matter/main/node';
|
|
12
|
-
export { CommonNumberTag as NumberTag } from '@matter/main/node';
|
|
13
|
-
export { CommonPositionTag as PositionTag } from '@matter/main/node';
|
|
14
|
-
export { CommonRelativePositionTag as RelativePositionTag } from '@matter/main/node';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/core",
|
|
3
|
-
"version": "3.10.0
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"description": "Matterbridge core library",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"homepage": "https://matterbridge.io/",
|
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
},
|
|
133
133
|
"dependencies": {
|
|
134
134
|
"@matter/main": "0.17.5",
|
|
135
|
-
"@matterbridge/dgram": "3.10.0
|
|
136
|
-
"@matterbridge/thread": "3.10.0
|
|
137
|
-
"@matterbridge/types": "3.10.0
|
|
138
|
-
"@matterbridge/utils": "3.10.0
|
|
135
|
+
"@matterbridge/dgram": "3.10.0",
|
|
136
|
+
"@matterbridge/thread": "3.10.0",
|
|
137
|
+
"@matterbridge/types": "3.10.0",
|
|
138
|
+
"@matterbridge/utils": "3.10.0",
|
|
139
139
|
"escape-html": "1.0.3",
|
|
140
140
|
"express": "5.2.1",
|
|
141
141
|
"express-rate-limit": "8.5.2",
|