@medrunner/api-client 0.7.0-beta.18 → 0.7.0-beta.19

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@medrunner/api-client",
3
- "version": "0.7.0-beta.18",
3
+ "version": "0.7.0-beta.19",
4
4
  "description": "Wrapper library for the Medrunner API",
5
5
  "packageManager": "pnpm@10.28.2",
6
6
  "scripts": {
7
7
  "build": "tsup",
8
8
  "build:docs": "tsc -p tsconfig.docs.json",
9
- "lint": "pnpx eslint src",
9
+ "lint": "eslint src",
10
10
  "lint:fix": "pnpm run lint --fix",
11
- "prettier": "pnpx prettier src --check",
11
+ "prettier": "prettier src --check",
12
12
  "prettier:fix": "pnpm run prettier --write",
13
- "check": "pnpm run '/(lint|prettier)/'",
13
+ "check": "pnpm run '/^(lint|prettier)$/'",
14
14
  "update-packages": "pnpm ncu"
15
15
  },
16
16
  "publishConfig": {
@@ -47,15 +47,15 @@
47
47
  ],
48
48
  "dependencies": {
49
49
  "@microsoft/signalr": "10.0.0",
50
- "axios": "1.13.4",
51
- "qs": "^6.14.1",
50
+ "axios": "1.13.5",
51
+ "qs": "6.14.1",
52
52
  "ts-log": "2.2.7"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@eslint/eslintrc": "3.3.3",
56
56
  "@eslint/js": "9.39.2",
57
- "@types/node": "24.10.9",
58
- "@types/qs": "^6.14.0",
57
+ "@types/node": "24.10.12",
58
+ "@types/qs": "6.14.0",
59
59
  "@typescript-eslint/eslint-plugin": "8.54.0",
60
60
  "@typescript-eslint/parser": "8.54.0",
61
61
  "eslint": "9.39.2",