@rethinkhealth/hl7v2-jsonify 0.2.9 → 0.2.11

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 +7 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -109,7 +109,7 @@ This plugin only transforms AST nodes and does not execute code. Ensure you trus
109
109
 
110
110
  ## Contributing
111
111
 
112
- We welcome contributions! Please see our [Contributing Guide](../../CONTRIBUTING.md) for more details.
112
+ We welcome contributions! Please see our [Contributing Guide][github-contributing] for more details.
113
113
 
114
114
  1. Fork the repository
115
115
  2. Create your feature branch (`git checkout -b feature/amazing-feature`)
@@ -119,10 +119,14 @@ We welcome contributions! Please see our [Contributing Guide](../../CONTRIBUTING
119
119
 
120
120
  ## Code of Conduct
121
121
 
122
- To ensure a welcoming and positive environment, we have a [Code of Conduct](../../CODE_OF_CONDUCT.md) that all contributors and participants are expected to adhere to.
122
+ To ensure a welcoming and positive environment, we have a [Code of Conduct][github-code-of-conduct] that all contributors and participants are expected to adhere to.
123
123
 
124
124
  ## License
125
125
 
126
126
  Copyright 2025 Rethink Health, SUARL. All rights reserved.
127
127
 
128
- This program is licensed to you under the terms of the [MIT License](https://opensource.org/licenses/MIT). This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [LICENSE](../../LICENSE) file for details.
128
+ This program is licensed to you under the terms of the [MIT License](https://opensource.org/licenses/MIT). This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [LICENSE][github-license] file for details.
129
+
130
+ [github-code-of-conduct]: https://github.com/rethinkhealth/hl7v2/blob/main/CODE_OF_CONDUCT.md
131
+ [github-license]: https://github.com/rethinkhealth/hl7v2/blob/main/LICENSE
132
+ [github-contributing]: https://github.com/rethinkhealth/hl7v2/blob/main/CONTRIBUTING.md
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rethinkhealth/hl7v2-jsonify",
3
3
  "description": "hl7v2 plugin to transform hl7v2 messages to a simplified JSON representation",
4
- "version": "0.2.9",
4
+ "version": "0.2.11",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Melek Somai",
@@ -28,7 +28,7 @@
28
28
  "tsup": "8.5.0",
29
29
  "typescript": "^5.8.3",
30
30
  "vitest": "^3.2.4",
31
- "@rethinkhealth/hl7v2-ast": "0.2.9",
31
+ "@rethinkhealth/hl7v2-ast": "0.2.11",
32
32
  "@rethinkhealth/testing": "0.0.1",
33
33
  "@rethinkhealth/tsconfig": "0.0.1"
34
34
  },