Skip to content

Commit

Permalink
Dev1 (#60)
Browse files Browse the repository at this point in the history
* Cleanup

* Fixes

* updated lerna config

* v1.0.1-alpha.0

* publish fixes

* Fixes

* v1.0.1-alpha.1

* Minor fixes

* Cleanup package.json

* lerna config

* v1.0.1-alpha.2

* Bugfix

* v1.0.1-alpha.3

* temporary fixes

* v1.0.1-alpha.4

* minor fix

* v1.0.1-alpha.5

* added matter server as separate service

* matter server updates

* Add lerna.json to the staging area

* chore(release): publish v1.0.1-alpha.6

* reccommit: 1

* reccommit: 1

* 1

* 1

* updated scope

* various updates

* Prepare for init server release

* fixes

* cleanup

* various updates

* cleanup

* fixes

* updated async logic for server.listen

* chore(release): publish v1.0.1-alpha.11

* updates to auth

* chore(release): publish v1.0.1-alpha.12

* auth fixes

* chore(release): publish v1.0.1-alpha.13

* fixes

* chore(release): publish v1.0.1-alpha.14

* remove xmldoc dep

* remove xmldoc

* chore(release): publish v1.0.1-alpha.15

* various fixes

* chore(release): publish v1.0.1-alpha.16

* import fix

* chore(release): publish v1.0.1-alpha.17

* Fixes

* chore(release): publish v1.0.1-alpha.18

* cleanup

* chore(release): publish v1.0.1-alpha.19

* version check cleanup

* chore(release): publish v1.0.1-alpha.20

* fixes

* chore(release): publish v1.0.1-alpha.21

* minor fixes

* fixes

* chore(release): publish v1.0.1-alpha.22

* updates to env. variable loading

* chore(release): publish v1.0.1-alpha.23

* updated event handling logic for bridged device behavior

* chore(release): publish v1.0.1-alpha.24

* src

* chore(release): publish v1.0.1-alpha.25

* Fixes #1

* cleanup

* chore(release): publish v1.0.1-alpha.26

* Mapping updates

* chore(release): publish v1.0.1-alpha.27

* updates

* chore(release): publish v1.0.1-alpha.28

* cleanup

* migrate to matter.js v 0.11

* v11

* chore(release): publish v1.0.1-alpha.29

* disabling cjs build for now

* Fixes & cleanup
  • Loading branch information
pradeepmouli authored Nov 17, 2024
1 parent b4134d4 commit b01859b
Show file tree
Hide file tree
Showing 127 changed files with 12,519 additions and 11,755 deletions.
1,258 changes: 1,257 additions & 1 deletion DeviceMapClean.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/matter-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pmouli/isy-matter-server",
"version": "1.0.1-alpha.28",
"version": "1.0.1-alpha.29",
"description": "Service to expose an ISY device as a Matter Border router",
"keywords": [
"matter",
Expand Down Expand Up @@ -35,7 +35,7 @@
"commander": "12.1.0",
"dotenv": "^16.4.5",
"dotenv-expand": "11.0.6",
"isy-nodejs": "^1.0.1-alpha.28",
"isy-nodejs": "^1.0.1-alpha.29",
"winston": "^3.15.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"apps/*"
],
"version": "1.0.1-alpha.28",
"version": "1.0.1-alpha.29",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
Loading

0 comments on commit b01859b

Please sign in to comment.