@haste-health/client 0.15.3 → 0.16.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/lib/.DS_Store +0 -0
- package/package.json +11 -11
- package/src/.DS_Store +0 -0
package/lib/.DS_Store
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haste-health/client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"homepage": "https://haste.health",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/HasteHealth/HasteHealth.git"
|
|
8
8
|
},
|
|
9
|
+
"description": "Haste Health FHIR Client library.",
|
|
9
10
|
"main": "./lib/index.js",
|
|
10
11
|
"types": "./lib/index.d.ts",
|
|
11
12
|
"type": "module",
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "tsc",
|
|
14
|
-
"test": "pnpm node --experimental-vm-modules $(pnpm bin jest)",
|
|
15
|
-
"publish": "pnpm build && pnpm npm publish --access public --tolerate-republish"
|
|
16
|
-
},
|
|
17
13
|
"exports": {
|
|
18
14
|
".": "./lib/index.js",
|
|
19
15
|
"./lib/url": "./lib/url.js",
|
|
@@ -27,19 +23,23 @@
|
|
|
27
23
|
"./http": "./lib/http/index.js"
|
|
28
24
|
},
|
|
29
25
|
"devDependencies": {
|
|
30
|
-
"@haste-health/fhir-types": "workspace:^",
|
|
31
26
|
"@jest/globals": "^29.7.0",
|
|
32
27
|
"jest": "^29.7.0",
|
|
33
28
|
"ts-jest": "^29.3.2",
|
|
34
|
-
"typescript": "5.9.2"
|
|
29
|
+
"typescript": "5.9.2",
|
|
30
|
+
"@haste-health/fhir-types": "^0.13.0"
|
|
35
31
|
},
|
|
36
32
|
"dependencies": {
|
|
37
|
-
"@haste-health/operation-execution": "
|
|
38
|
-
"@haste-health/operation-outcomes": "
|
|
33
|
+
"@haste-health/operation-execution": "^0.15.0",
|
|
34
|
+
"@haste-health/operation-outcomes": "^0.12.0"
|
|
39
35
|
},
|
|
40
36
|
"files": [
|
|
41
37
|
"lib/**",
|
|
42
38
|
"README.md",
|
|
43
39
|
"src/**"
|
|
44
|
-
]
|
|
40
|
+
],
|
|
41
|
+
"scripts": {
|
|
42
|
+
"build": "tsc",
|
|
43
|
+
"test": "pnpm node --experimental-vm-modules $(pnpm bin jest)"
|
|
44
|
+
}
|
|
45
45
|
}
|
package/src/.DS_Store
ADDED
|
Binary file
|