@marcohefti/request-network-api-client 0.5.1 → 0.5.6

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": "@marcohefti/request-network-api-client",
3
- "version": "0.5.1",
3
+ "version": "0.5.6",
4
4
  "private": false,
5
5
  "description": "Request Network API client for Node and Browser.",
6
6
  "publishConfig": {
@@ -11,6 +11,10 @@
11
11
  "type": "git",
12
12
  "url": "git+ssh://git@github.com/marcohefti/request-network-api-client-ts.git"
13
13
  },
14
+ "homepage": "https://github.com/marcohefti/request-network-api-client-ts#readme",
15
+ "bugs": {
16
+ "url": "https://github.com/marcohefti/request-network-api-client-ts/issues"
17
+ },
14
18
  "engines": {
15
19
  "node": ">=20"
16
20
  },
@@ -128,6 +132,7 @@
128
132
  "eslint-plugin-import": "^2.32.0",
129
133
  "eslint-plugin-prettier": "^5.5.4",
130
134
  "eslint-plugin-sonarjs": "^3.0.5",
135
+ "eslint-import-resolver-typescript": "^3.7.0",
131
136
  "concurrently": "^9.1.0",
132
137
  "express": "^4.19.2",
133
138
  "msw": "^2.11.6",
@@ -136,7 +141,6 @@
136
141
  "tsup": "^8.5.0",
137
142
  "typescript": "^5.9.3",
138
143
  "typescript-eslint": "^8.46.2",
139
- "vitepress": "^1.6.4",
140
144
  "vitest": "^4.0.5",
141
145
  "tsx": "^4.19.2"
142
146
  },
@@ -160,9 +164,6 @@
160
164
  "fetch:openapi": "node scripts/fetch-openapi.mjs",
161
165
  "generate:types": "node scripts/generate-types.mjs",
162
166
  "generate:zod": "node scripts/generate-zod.mjs",
163
- "prepare:spec": "pnpm run fetch:openapi && pnpm run generate:types && pnpm run generate:zod",
164
- "docs:dev": "vitepress dev docs-site",
165
- "docs:build": "vitepress build docs-site",
166
- "docs:preview": "vitepress preview docs-site"
167
+ "prepare:spec": "pnpm run fetch:openapi && pnpm run generate:types && pnpm run generate:zod"
167
168
  }
168
169
  }