@healflow/classification 0.1.1 → 0.1.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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -70,8 +70,8 @@ pnpm --filter @healflow/classification test
|
|
|
70
70
|
|
|
71
71
|
## Related packages
|
|
72
72
|
|
|
73
|
-
- [
|
|
74
|
-
- [
|
|
73
|
+
- [@healflow/shared](https://www.npmjs.com/package/@healflow/shared) — domain types and enums
|
|
74
|
+
- [@healflow/ingestion](https://www.npmjs.com/package/@healflow/ingestion) — parses reports then classifies
|
|
75
75
|
|
|
76
76
|
## License
|
|
77
77
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@healflow/classification",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "HealFlow failure classification engine",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@healflow/shared": "^0.1.
|
|
8
|
+
"@healflow/shared": "^0.1.2"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"tsx": "^4.19.2",
|