ihsm 0.1.21 โ 0.1.23
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/README.md +2 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
[](https://github.com/filasieno/ihsm/actions/workflows/docs.yml)
|
|
3
3
|
[](https://github.com/filasieno/ihsm/blob/HEAD/LICENSE)
|
|
4
4
|
[](https://www.npmjs.com/package/ihsm)
|
|
5
|
+
[](https://www.npmjs.com/package/@ihsm/core)
|
|
6
|
+
[](https://www.npmjs.com/package/@ihsm/otel)
|
|
5
7
|
[](https://github.com/filasieno/ihsm/blob/HEAD/package.json)
|
|
6
8
|
|
|
7
9
|
# ihsm
|
|
@@ -24,8 +26,6 @@ It uses event-driven programming, class-based hierarchical statecharts, and the
|
|
|
24
26
|
|
|
25
27
|
๐งช [Deterministic Testing](https://filasieno.github.io/ihsm/testing)
|
|
26
28
|
|
|
27
|
-
๐ฌ [Open an issue](https://github.com/filasieno/ihsm/issues)
|
|
28
|
-
|
|
29
29
|
---
|
|
30
30
|
|
|
31
31
|
## Development (from source)
|
|
@@ -462,18 +462,6 @@ The reference page combines the manual with embedded playgrounds. The testing ch
|
|
|
462
462
|
|
|
463
463
|
---
|
|
464
464
|
|
|
465
|
-
## Contributing
|
|
466
|
-
|
|
467
|
-
Contributions are welcome โ bug reports, docs, and code. See **[CONTRIBUTING.md](./CONTRIBUTING.md)** for the development environment, build commands, and PR guidelines.
|
|
468
|
-
|
|
469
|
-
- Bug reports โ [issue template](https://github.com/filasieno/ihsm/issues/new?template=bug_report.yml)
|
|
470
|
-
- Features โ [issue template](https://github.com/filasieno/ihsm/issues/new?template=feature_request.yml)
|
|
471
|
-
- Security โ [GitHub Security Advisories](https://github.com/filasieno/ihsm/security/advisories/new)
|
|
472
|
-
|
|
473
|
-
Please follow [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).
|
|
474
|
-
|
|
475
|
-
---
|
|
476
|
-
|
|
477
465
|
## License
|
|
478
466
|
|
|
479
467
|
[MIT](./LICENSE) ยฉ Fabio N. Filasieno, Roberto Boati
|
package/package.json
CHANGED