@haste-health/x-fhir-query 0.7.2 → 0.8.0
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haste-health/x-fhir-query",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "tsc",
|
|
9
|
-
"test": "pnpm node --experimental-vm-modules $(pnpm bin jest)",
|
|
10
|
-
"publish": "pnpm build && pnpm npm publish --access public --tolerate-republish"
|
|
11
|
-
},
|
|
12
7
|
"dependencies": {
|
|
13
|
-
"@haste-health/fhirpath": "
|
|
8
|
+
"@haste-health/fhirpath": "^0.13.0"
|
|
14
9
|
},
|
|
10
|
+
"description": "Haste Health X-FHIR-Query library for TypeScript. Provides an implementation of the X-FHIR-Query specification.",
|
|
15
11
|
"devDependencies": {
|
|
16
12
|
"@babel/plugin-syntax-import-attributes": "^7.26.0",
|
|
17
13
|
"@babel/preset-env": "^7.26.9",
|
|
@@ -24,5 +20,9 @@
|
|
|
24
20
|
},
|
|
25
21
|
"files": [
|
|
26
22
|
"lib/**"
|
|
27
|
-
]
|
|
23
|
+
],
|
|
24
|
+
"scripts": {
|
|
25
|
+
"build": "tsc",
|
|
26
|
+
"test": "pnpm node --experimental-vm-modules $(pnpm bin jest)"
|
|
27
|
+
}
|
|
28
28
|
}
|