Skip to content

Commit

Permalink
Update dependencies and prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Dec 23, 2023
1 parent bbbec01 commit c2e9d86
Show file tree
Hide file tree
Showing 29 changed files with 1,040 additions and 5,493 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Package info

## Changelog

### Release v1.7.3
* Dependency updates.

### Release v1.7.2
* Dependency updates.

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--light-color-text-aside: #6e6e6e;
--light-color-link: #1f70c2;

--light-color-ts-keyword: #056bd6;
--light-color-ts-project: #b111c9;
--light-color-ts-module: var(--light-color-ts-project);
--light-color-ts-namespace: var(--light-color-ts-project);
Expand Down Expand Up @@ -50,6 +51,7 @@
--dark-color-text-aside: #dddddd;
--dark-color-link: #00aff4;

--dark-color-ts-keyword: #3399ff;
--dark-color-ts-project: #e358ff;
--dark-color-ts-module: var(--dark-color-ts-project);
--dark-color-ts-namespace: var(--dark-color-ts-project);
Expand Down Expand Up @@ -91,6 +93,7 @@
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -132,6 +135,7 @@
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -180,6 +184,7 @@ body {
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -219,6 +224,7 @@ body {
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -984,6 +990,11 @@ a.tsd-index-link {
overflow-x: auto;
}

.tsd-signature-keyword {
color: var(--color-ts-keyword);
font-weight: normal;
}

.tsd-signature-symbol {
color: var(--color-text-aside);
font-weight: normal;
Expand Down
232 changes: 18 additions & 214 deletions docs/classes/AbstractService.html

Large diffs are not rendered by default.

371 changes: 28 additions & 343 deletions docs/classes/CommandService.html

Large diffs are not rendered by default.

414 changes: 34 additions & 380 deletions docs/classes/GetStateData.html

Large diffs are not rendered by default.

356 changes: 34 additions & 322 deletions docs/classes/GetStateDataObject.html

Large diffs are not rendered by default.

409 changes: 33 additions & 376 deletions docs/classes/GetStateDataSysInfo.html

Large diffs are not rendered by default.

457 changes: 35 additions & 422 deletions docs/classes/GetStateService.html

Large diffs are not rendered by default.

254 changes: 18 additions & 236 deletions docs/classes/Logger.html

Large diffs are not rendered by default.

292 changes: 16 additions & 276 deletions docs/classes/RelayDataInterpreter.html

Large diffs are not rendered by default.

355 changes: 29 additions & 326 deletions docs/classes/RelayDataObject.html

Large diffs are not rendered by default.

289 changes: 22 additions & 267 deletions docs/classes/SetStateService.html

Large diffs are not rendered by default.

399 changes: 30 additions & 369 deletions docs/classes/UsrcfgCgiService.html

Large diffs are not rendered by default.

102 changes: 3 additions & 99 deletions docs/enums/DosageTarget.html

Large diffs are not rendered by default.

174 changes: 12 additions & 162 deletions docs/enums/GetStateCategory.html

Large diffs are not rendered by default.

103 changes: 2 additions & 101 deletions docs/enums/LogLevel.html

Large diffs are not rendered by default.

96 changes: 3 additions & 93 deletions docs/enums/RelayStateBitMask.html

Large diffs are not rendered by default.

102 changes: 3 additions & 99 deletions docs/enums/SetStateValue.html

Large diffs are not rendered by default.

114 changes: 14 additions & 100 deletions docs/index.html

Large diffs are not rendered by default.

137 changes: 2 additions & 135 deletions docs/interfaces/IGetStateCategories.html

Large diffs are not rendered by default.

177 changes: 10 additions & 167 deletions docs/interfaces/IGetStateServiceConfig.html

Large diffs are not rendered by default.

180 changes: 11 additions & 169 deletions docs/interfaces/ILogger.html

Large diffs are not rendered by default.

151 changes: 9 additions & 142 deletions docs/interfaces/IServiceConfig.html

Large diffs are not rendered by default.

81 changes: 5 additions & 76 deletions docs/modules.html

Large diffs are not rendered by default.

69 changes: 2 additions & 67 deletions docs/variables/GETSTATE.html

Large diffs are not rendered by default.

Loading

0 comments on commit c2e9d86

Please sign in to comment.