@helioslx/core 0.2.0 → 0.2.2
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 +1 -1
- package/CONTRIBUTING.md +3 -3
- package/README.md +2 -2
- package/SECURITY.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ All notable changes to this project will be documented here.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
|
|
6
6
|
and the project follows [Semantic Versioning](https://semver.org/), with the
|
|
7
7
|
pre-1.0 policy described in
|
|
8
|
-
[versioning](https://
|
|
8
|
+
[versioning](https://docs.helioslx.com/docs/core/guides/versioning).
|
|
9
9
|
|
|
10
10
|
## 0.2.0 - 2026-07-13
|
|
11
11
|
|
package/CONTRIBUTING.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Thanks for helping improve `@helioslx/core`.
|
|
4
4
|
|
|
5
5
|
Community expectations and project policy live in the
|
|
6
|
-
[Helios docs](https://
|
|
6
|
+
[Helios docs](https://docs.helioslx.com/docs/core) (code of conduct, governance,
|
|
7
7
|
support, trademark).
|
|
8
8
|
|
|
9
9
|
## Before opening work
|
|
@@ -38,7 +38,7 @@ npm pack --dry-run
|
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
Do not run network tests against a live lighting rig. Follow
|
|
41
|
-
[live-lighting safety](https://
|
|
41
|
+
[live-lighting safety](https://docs.helioslx.com/docs/core/guides/safety).
|
|
42
42
|
|
|
43
43
|
## Pull requests
|
|
44
44
|
|
|
@@ -72,7 +72,7 @@ not have the right to contribute.
|
|
|
72
72
|
product licensing.
|
|
73
73
|
|
|
74
74
|
Public changes follow
|
|
75
|
-
[versioning](https://
|
|
75
|
+
[versioning](https://docs.helioslx.com/docs/core/guides/versioning).
|
|
76
76
|
Update [CHANGELOG.md](CHANGELOG.md) under `Unreleased` for user-visible
|
|
77
77
|
changes.
|
|
78
78
|
|
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ or show concepts.
|
|
|
14
14
|
> **Live-lighting warning:** Test with disconnected fixtures or a closed test
|
|
15
15
|
> network first. Incorrect values, universes, priorities, or interface
|
|
16
16
|
> selection can move equipment, trigger strobes, or black out a venue. See
|
|
17
|
-
> [live-lighting safety](https://
|
|
17
|
+
> [live-lighting safety](https://docs.helioslx.com/docs/core/guides/safety)
|
|
18
18
|
> before connecting to a live rig.
|
|
19
19
|
|
|
20
20
|
## Requirements
|
|
@@ -150,7 +150,7 @@ when a transport ignores cancellation. Source transport shutdown is bounded by
|
|
|
150
150
|
## Documentation
|
|
151
151
|
|
|
152
152
|
Guides, API reference, examples, and community policies:
|
|
153
|
-
[helioslx
|
|
153
|
+
[docs.helioslx.com](https://docs.helioslx.com/docs/core).
|
|
154
154
|
|
|
155
155
|
Runnable samples also live in [`examples/`](examples/).
|
|
156
156
|
|
package/SECURITY.md
CHANGED
|
@@ -56,7 +56,7 @@ defect:
|
|
|
56
56
|
|
|
57
57
|
Operational safety incidents are important but are not automatically security
|
|
58
58
|
vulnerabilities. Follow
|
|
59
|
-
[live-lighting safety](https://
|
|
59
|
+
[live-lighting safety](https://docs.helioslx.com/docs/core/guides/safety)
|
|
60
60
|
immediately and use private reporting if an attacker can trigger the behavior.
|
|
61
61
|
|
|
62
62
|
## Disclosure
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helioslx/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "TypeScript toolkit for sending and observing sACN (E1.31) from Node.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"bugs": {
|
|
49
49
|
"url": "https://github.com/helioslx/core/issues"
|
|
50
50
|
},
|
|
51
|
-
"homepage": "https://
|
|
51
|
+
"homepage": "https://docs.helioslx.com/docs/core",
|
|
52
52
|
"keywords": [
|
|
53
53
|
"sacn",
|
|
54
54
|
"e1.31",
|