@nsshunt/stsfhirclient 2.0.23 → 2.0.25
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/dist/stsfhirclient.cjs +1 -1
- package/package.json +4 -4
package/dist/stsfhirclient.cjs
CHANGED
|
@@ -34,7 +34,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
34
34
|
var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
//#endregion
|
|
36
36
|
let axios = require("axios");
|
|
37
|
-
axios = __toESM(axios);
|
|
37
|
+
axios = __toESM(axios, 1);
|
|
38
38
|
let _nsshunt_stsutils = require("@nsshunt/stsutils");
|
|
39
39
|
let _socket_io_component_emitter = require("@socket.io/component-emitter");
|
|
40
40
|
//#region src/fhir-searchTypes/fhirSearchTypes.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsfhirclient",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.25",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/stsfhirclient.cjs",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"eslint": "^10.2.0",
|
|
47
47
|
"globals": "^17.4.0",
|
|
48
48
|
"typescript": "^6.0.2",
|
|
49
|
-
"vite": "^8.0.
|
|
49
|
+
"vite": "^8.0.8",
|
|
50
50
|
"vitest": "^4.1.3"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@nsshunt/stssocketioutils": "^2.0.
|
|
54
|
-
"@nsshunt/stsutils": "^1.19.
|
|
53
|
+
"@nsshunt/stssocketioutils": "^2.0.45",
|
|
54
|
+
"@nsshunt/stsutils": "^1.19.100",
|
|
55
55
|
"ajv": "^8.18.0",
|
|
56
56
|
"axios": "^1.15.0",
|
|
57
57
|
"chalk": "^5.6.2",
|