@nsshunt/stsfhirclient 1.0.75 → 1.0.77
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsfhirclient",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.77",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/stsfhirclient.umd.js",
|
|
6
6
|
"module": "./dist/stsfhirclient.mjs",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"scripts": {
|
|
22
22
|
"lint": "eslint .",
|
|
23
23
|
"lintex": "eslint . --fix",
|
|
24
|
-
"test": "DEBUG=testcontainers vitest run --reporter verbose --pool forks",
|
|
24
|
+
"test": "FORCE_COLOR=3 DEBUG=testcontainers vitest run --reporter verbose --pool forks",
|
|
25
25
|
"test3": "DEBUG=testcontainers:containers vitest run --reporter verbose --pool forks",
|
|
26
26
|
"test2": "jest --detectOpenHandles --no-cache",
|
|
27
27
|
"testwatch": "jest --watchAll --detectOpenHandles --no-cache",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/nsshunt/stsfhirclient#readme",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@nsshunt/stsconfig": "^1.27.
|
|
43
|
-
"@nsshunt/stsdevtools": "^1.0.
|
|
42
|
+
"@nsshunt/stsconfig": "^1.27.28",
|
|
43
|
+
"@nsshunt/stsdevtools": "^1.0.66",
|
|
44
44
|
"@types/detect-node": "^2.0.2",
|
|
45
45
|
"@types/uuid": "^10.0.0",
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
47
|
-
"@typescript-eslint/parser": "^8.
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^8.42.0",
|
|
47
|
+
"@typescript-eslint/parser": "^8.42.0",
|
|
48
48
|
"eslint": "^9.34.0",
|
|
49
49
|
"globals": "^16.3.0",
|
|
50
50
|
"typescript": "^5.9.2",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"vitest": "^3.2.4"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@nsshunt/stsauthclient": "^1.0.
|
|
56
|
-
"@nsshunt/stssocketioutils": "^1.1.
|
|
57
|
-
"@nsshunt/stsutils": "^1.19.
|
|
55
|
+
"@nsshunt/stsauthclient": "^1.0.40",
|
|
56
|
+
"@nsshunt/stssocketioutils": "^1.1.29",
|
|
57
|
+
"@nsshunt/stsutils": "^1.19.39",
|
|
58
58
|
"axios": "^1.11.0",
|
|
59
59
|
"chalk": "^4.1.2",
|
|
60
60
|
"detect-node": "^2.1.0",
|