mysa-js-sdk 2.1.0 → 2.1.1
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/CHANGELOG.md +21 -0
- package/README.md +9 -34
- package/package.json +10 -29
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# mysa-js-sdk
|
|
2
|
+
|
|
3
|
+
## 2.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#149](https://github.com/bourquep/mysa2mqtt/pull/149)
|
|
8
|
+
[`89e2950`](https://github.com/bourquep/mysa2mqtt/commit/89e2950c4874db14ea9b682380c63984aaf7a9f4) Thanks
|
|
9
|
+
[@bourquep](https://github.com/bourquep)! - Moved development into the
|
|
10
|
+
[mysa2mqtt monorepo](https://github.com/bourquep/mysa2mqtt).
|
|
11
|
+
|
|
12
|
+
There are no functional changes in this release. The package's repository and homepage links now point at the
|
|
13
|
+
monorepo, and issues for all three packages are tracked at https://github.com/bourquep/mysa2mqtt/issues.
|
|
14
|
+
|
|
15
|
+
## Releases prior to 2.1.0
|
|
16
|
+
|
|
17
|
+
This package previously lived in its own repository and used semantic-release, which published its release notes to
|
|
18
|
+
GitHub Releases rather than to a changelog file.
|
|
19
|
+
|
|
20
|
+
See the [release history of the archived repository](https://github.com/bourquep/mysa-js-sdk/releases) for notes on
|
|
21
|
+
versions up to and including 2.1.0.
|
package/README.md
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
# Mysa Smart Thermostat JavaScript SDK
|
|
2
2
|
|
|
3
|
-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
4
|
-
[](#contributors-)
|
|
5
|
-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
6
|
-
|
|
7
3
|
[](https://www.npmjs.com/package/mysa-js-sdk)
|
|
8
|
-
[](https://github.com/bourquep/mysa2mqtt/actions/workflows/github-code-scanning/codeql)
|
|
5
|
+
[](https://github.com/bourquep/mysa2mqtt/actions/workflows/ci.yml)
|
|
10
6
|
|
|
11
7
|
A JavaScript SDK for accessing Mysa smart thermostats.
|
|
12
8
|
|
|
@@ -204,11 +200,11 @@ client.emitter.on('sessionChanged', (newSession) => {
|
|
|
204
200
|
### Reference documentation
|
|
205
201
|
|
|
206
202
|
The complete reference documentation for the `mysa-js-sdk` library can be found at
|
|
207
|
-
[https://bourquep.github.io/mysa-js-sdk/](https://bourquep.github.io/mysa-js-sdk/).
|
|
203
|
+
[https://bourquep.github.io/mysa2mqtt/mysa-js-sdk/](https://bourquep.github.io/mysa2mqtt/mysa-js-sdk/).
|
|
208
204
|
|
|
209
205
|
## Contributing
|
|
210
206
|
|
|
211
|
-
If you want to contribute to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines.
|
|
207
|
+
If you want to contribute to this project, please read the [CONTRIBUTING.md](../../CONTRIBUTING.md) file for guidelines.
|
|
212
208
|
|
|
213
209
|
## License
|
|
214
210
|
|
|
@@ -223,10 +219,10 @@ copyright notice and license text in any copy of the software or substantial por
|
|
|
223
219
|
|
|
224
220
|
## Support
|
|
225
221
|
|
|
226
|
-
For bug reports and feature requests, please use the [GitHub Issues](https://github.com/bourquep/
|
|
222
|
+
For bug reports and feature requests, please use the [GitHub Issues](https://github.com/bourquep/mysa2mqtt/issues)
|
|
227
223
|
page.
|
|
228
224
|
|
|
229
|
-
For general questions and discussions, join our [Discussion Forum](https://github.com/bourquep/
|
|
225
|
+
For general questions and discussions, join our [Discussion Forum](https://github.com/bourquep/mysa2mqtt/discussions).
|
|
230
226
|
|
|
231
227
|
## Acknowledgments
|
|
232
228
|
|
|
@@ -236,27 +232,6 @@ protocol which is being used by this library.
|
|
|
236
232
|
|
|
237
233
|
## Contributors ✨
|
|
238
234
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
<!-- prettier-ignore-start -->
|
|
243
|
-
<!-- markdownlint-disable -->
|
|
244
|
-
<table>
|
|
245
|
-
<tbody>
|
|
246
|
-
<tr>
|
|
247
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jagmandan"><img src="https://avatars.githubusercontent.com/u/227265405?v=4?s=100" width="100px;" alt="jagmandan"/><br /><sub><b>jagmandan</b></sub></a><br /><a href="https://github.com/bourquep/mysa-js-sdk/commits?author=jagmandan" title="Code">💻</a></td>
|
|
248
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/remiolivier"><img src="https://avatars.githubusercontent.com/u/1379047?v=4?s=100" width="100px;" alt="remiolivier"/><br /><sub><b>remiolivier</b></sub></a><br /><a href="https://github.com/bourquep/mysa-js-sdk/commits?author=remiolivier" title="Code">💻</a></td>
|
|
249
|
-
<td align="center" valign="top" width="14.28%"><a href="https://getbindery.dev"><img src="https://avatars.githubusercontent.com/u/75899046?v=4?s=100" width="100px;" alt="vavallee"/><br /><sub><b>vavallee</b></sub></a><br /><a href="https://github.com/bourquep/mysa-js-sdk/commits?author=vavallee" title="Code">💻</a></td>
|
|
250
|
-
<td align="center" valign="top" width="14.28%"><a href="http://olicarbo.me"><img src="https://avatars.githubusercontent.com/u/1908784?v=4?s=100" width="100px;" alt="Olivier Carbonneau"/><br /><sub><b>Olivier Carbonneau</b></sub></a><br /><a href="https://github.com/bourquep/mysa-js-sdk/commits?author=olicarbo" title="Code">💻</a></td>
|
|
251
|
-
<td align="center" valign="top" width="14.28%"><a href="https://element26.net"><img src="https://avatars.githubusercontent.com/u/7200365?v=4?s=100" width="100px;" alt="Daniel Caspi"/><br /><sub><b>Daniel Caspi</b></sub></a><br /><a href="https://github.com/bourquep/mysa-js-sdk/commits?author=dxdc" title="Code">💻</a></td>
|
|
252
|
-
</tr>
|
|
253
|
-
</tbody>
|
|
254
|
-
</table>
|
|
255
|
-
|
|
256
|
-
<!-- markdownlint-restore -->
|
|
257
|
-
<!-- prettier-ignore-end -->
|
|
258
|
-
|
|
259
|
-
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
260
|
-
|
|
261
|
-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
|
|
262
|
-
Contributions of any kind welcome!
|
|
235
|
+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors)
|
|
236
|
+
specification. See the [contributor list](https://github.com/bourquep/mysa2mqtt#contributors-) in the
|
|
237
|
+
repository README. Contributions of any kind welcome!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mysa-js-sdk",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "A JavaScript SDK for accessing Mysa smart thermostats.",
|
|
@@ -11,22 +11,25 @@
|
|
|
11
11
|
"api"
|
|
12
12
|
],
|
|
13
13
|
"publishConfig": {
|
|
14
|
-
"provenance": true
|
|
14
|
+
"provenance": true,
|
|
15
|
+
"access": "public"
|
|
15
16
|
},
|
|
16
17
|
"author": {
|
|
17
18
|
"name": "Pascal Bourque",
|
|
18
19
|
"email": "pascal@cosmos.moi"
|
|
19
20
|
},
|
|
20
21
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/bourquep/
|
|
22
|
+
"url": "https://github.com/bourquep/mysa2mqtt/issues"
|
|
22
23
|
},
|
|
23
|
-
"homepage": "https://github.com/bourquep/mysa-js-sdk",
|
|
24
|
+
"homepage": "https://github.com/bourquep/mysa2mqtt/tree/main/packages/mysa-js-sdk",
|
|
24
25
|
"repository": {
|
|
25
26
|
"type": "git",
|
|
26
|
-
"url": "git+https://github.com/bourquep/
|
|
27
|
+
"url": "git+https://github.com/bourquep/mysa2mqtt.git",
|
|
28
|
+
"directory": "packages/mysa-js-sdk"
|
|
27
29
|
},
|
|
28
30
|
"files": [
|
|
29
31
|
"README.md",
|
|
32
|
+
"CHANGELOG.md",
|
|
30
33
|
"LICENSE.txt",
|
|
31
34
|
"dist"
|
|
32
35
|
],
|
|
@@ -42,15 +45,10 @@
|
|
|
42
45
|
"example": "tsx --watch ./example/main.ts",
|
|
43
46
|
"example:raw": "MYSA_OUTPUT_RAW_DATA=true tsx --watch ./example/main.ts",
|
|
44
47
|
"lint": "eslint --max-warnings 0 src/**/*.ts",
|
|
45
|
-
"
|
|
48
|
+
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
46
49
|
"build": "tsup",
|
|
47
50
|
"build:docs": "typedoc"
|
|
48
51
|
},
|
|
49
|
-
"overrides": {
|
|
50
|
-
"minimatch@3.1.5": {
|
|
51
|
-
"brace-expansion": "^2.0.2"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
52
|
"dependencies": {
|
|
55
53
|
"@aws-sdk/client-iot": "3.1090.0",
|
|
56
54
|
"@aws-sdk/credential-providers": "3.1090.0",
|
|
@@ -61,26 +59,9 @@
|
|
|
61
59
|
"nanoid": "5.1.16"
|
|
62
60
|
},
|
|
63
61
|
"devDependencies": {
|
|
64
|
-
"@eslint/js": "9.39.5",
|
|
65
|
-
"@semantic-release/npm": "13.1.5",
|
|
66
62
|
"@types/lodash": "4.17.24",
|
|
67
|
-
"@types/node": "24.13.3",
|
|
68
|
-
"conventional-changelog-conventionalcommits": "9.3.1",
|
|
69
63
|
"dotenv": "17.4.2",
|
|
70
|
-
"eslint": "9.39.5",
|
|
71
|
-
"eslint-plugin-jsdoc": "61.7.1",
|
|
72
|
-
"eslint-plugin-tsdoc": "0.5.2",
|
|
73
64
|
"pino": "10.3.1",
|
|
74
|
-
"pino-pretty": "13.1.3"
|
|
75
|
-
"prettier": "3.9.5",
|
|
76
|
-
"prettier-plugin-jsdoc": "1.8.1",
|
|
77
|
-
"prettier-plugin-organize-imports": "4.3.0",
|
|
78
|
-
"semantic-release": "25.0.8",
|
|
79
|
-
"tsup": "8.5.1",
|
|
80
|
-
"tsx": "4.23.1",
|
|
81
|
-
"typedoc": "0.28.20",
|
|
82
|
-
"typedoc-material-theme": "1.4.1",
|
|
83
|
-
"typescript": "5.9.3",
|
|
84
|
-
"typescript-eslint": "8.64.0"
|
|
65
|
+
"pino-pretty": "13.1.3"
|
|
85
66
|
}
|
|
86
67
|
}
|