|
10 | 10 | ],
|
11 | 11 | "scripts": {
|
12 | 12 | "clean": "rimraf dist lib/generated-client .kiota",
|
13 |
| - "kiota-info": "cross-env KIOTA_VERSION=v1.17.0 kiota info -l typescript", |
14 |
| - "generate-registry-sdk": "cross-env KIOTA_VERSION=v1.17.0 kiota generate --serializer none --deserializer none -l typescript -d ../common/src/main/resources/META-INF/openapi.json -c ApicurioRegistryClient -o ./lib/generated-client", |
| 13 | + "kiota-info": "cross-env KIOTA_VERSION=v1.18.0 kiota info -l typescript", |
| 14 | + "generate-registry-sdk": "cross-env KIOTA_VERSION=v1.18.0 kiota generate --serializer none --deserializer none -l typescript -d ../common/src/main/resources/META-INF/openapi.json -c ApicurioRegistryClient -o ./lib/generated-client", |
15 | 15 | "dev": "vite",
|
16 | 16 | "build": "tsc --p ./tsconfig-build.json && vite build",
|
17 | 17 | "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
18 | 18 | },
|
19 | 19 | "peerDependencies": {
|
20 |
| - "@microsoft/kiota-abstractions": "1.0.0-preview.59", |
21 |
| - "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.58", |
22 |
| - "@microsoft/kiota-serialization-form": "1.0.0-preview.48", |
23 |
| - "@microsoft/kiota-serialization-json": "1.0.0-preview.59", |
24 |
| - "@microsoft/kiota-serialization-multipart": "1.0.0-preview.37", |
25 |
| - "@microsoft/kiota-serialization-text": "1.0.0-preview.56" |
| 20 | + "@microsoft/kiota-abstractions": "1.0.0-preview.63", |
| 21 | + "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.62", |
| 22 | + "@microsoft/kiota-serialization-form": "1.0.0-preview.51", |
| 23 | + "@microsoft/kiota-serialization-json": "1.0.0-preview.63", |
| 24 | + "@microsoft/kiota-serialization-multipart": "1.0.0-preview.41", |
| 25 | + "@microsoft/kiota-serialization-text": "1.0.0-preview.60" |
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 | 28 | "@apicurio/eslint-config": "0.2.0",
|
|
0 commit comments