@healflow/shared 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,8 +63,8 @@ pnpm --filter @healflow/shared typecheck
63
63
 
64
64
  ## Related packages
65
65
 
66
- - [`@healflow/classification`](../classification) — failure classification
67
- - [`@healflow/playwright`](../playwright) — runtime plugin
66
+ - [@healflow/classification](https://www.npmjs.com/package/@healflow/classification) — failure classification
67
+ - [@healflow/playwright](https://www.npmjs.com/package/@healflow/playwright) — runtime plugin
68
68
 
69
69
  ## License
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healflow/shared",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Shared types, events, and contracts for HealFlow",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",