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.
Files changed (2) hide show
  1. package/README.md +2 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
  [![Documentation](https://img.shields.io/github/actions/workflow/status/filasieno/ihsm/docs.yml?label=docs)](https://github.com/filasieno/ihsm/actions/workflows/docs.yml)
3
3
  [![License: MIT](https://img.shields.io/github/license/filasieno/ihsm)](https://github.com/filasieno/ihsm/blob/HEAD/LICENSE)
4
4
  [![npm version](https://img.shields.io/npm/v/ihsm)](https://www.npmjs.com/package/ihsm)
5
+ [![npm @ihsm/core](https://img.shields.io/npm/v/@ihsm/core?label=%40ihsm%2Fcore)](https://www.npmjs.com/package/@ihsm/core)
6
+ [![npm @ihsm/otel](https://img.shields.io/npm/v/@ihsm/otel?label=%40ihsm%2Fotel)](https://www.npmjs.com/package/@ihsm/otel)
5
7
  [![Node](https://img.shields.io/badge/node-%3E%3D22-339933?logo=node.js)](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
@@ -152,5 +152,5 @@
152
152
  "pretypecheck": "npm run prepare:ide"
153
153
  },
154
154
  "types": "./lib/cjs/index.d.ts",
155
- "version": "0.1.21"
155
+ "version": "0.1.23"
156
156
  }