@kubb/plugin-client 0.0.0-canary-20241127163811 → 0.0.0-canary-20241205200646

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/client.d.cts CHANGED
@@ -1,4 +1,5 @@
1
- import axios, { AxiosRequestConfig, AxiosResponse } from 'axios';
1
+ import * as axios from 'axios';
2
+ import { AxiosRequestConfig, AxiosResponse } from 'axios';
2
3
 
3
4
  /**
4
5
  * Subset of AxiosRequestConfig
package/dist/client.d.ts CHANGED
@@ -1,4 +1,5 @@
1
- import axios, { AxiosRequestConfig, AxiosResponse } from 'axios';
1
+ import * as axios from 'axios';
2
+ import { AxiosRequestConfig, AxiosResponse } from 'axios';
2
3
 
3
4
  /**
4
5
  * Subset of AxiosRequestConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-client",
3
- "version": "0.0.0-canary-20241127163811",
3
+ "version": "0.0.0-canary-20241205200646",
4
4
  "description": "Generator plugin-client",
5
5
  "keywords": [
6
6
  "typescript",
@@ -72,23 +72,23 @@
72
72
  "!/**/__tests__/**"
73
73
  ],
74
74
  "dependencies": {
75
- "@kubb/core": "0.0.0-canary-20241127163811",
76
- "@kubb/fs": "0.0.0-canary-20241127163811",
77
- "@kubb/oas": "0.0.0-canary-20241127163811",
78
- "@kubb/plugin-oas": "0.0.0-canary-20241127163811",
79
- "@kubb/plugin-ts": "0.0.0-canary-20241127163811",
80
- "@kubb/plugin-zod": "0.0.0-canary-20241127163811",
81
- "@kubb/react": "0.0.0-canary-20241127163811"
75
+ "@kubb/core": "0.0.0-canary-20241205200646",
76
+ "@kubb/fs": "0.0.0-canary-20241205200646",
77
+ "@kubb/oas": "0.0.0-canary-20241205200646",
78
+ "@kubb/plugin-oas": "0.0.0-canary-20241205200646",
79
+ "@kubb/plugin-ts": "0.0.0-canary-20241205200646",
80
+ "@kubb/plugin-zod": "0.0.0-canary-20241205200646",
81
+ "@kubb/react": "0.0.0-canary-20241205200646"
82
82
  },
83
83
  "devDependencies": {
84
- "axios": "^1.7.8",
84
+ "axios": "^1.7.9",
85
85
  "tsup": "^8.3.5",
86
86
  "typescript": "^5.7.2",
87
- "@kubb/config-ts": "0.0.0-canary-20241127163811",
88
- "@kubb/config-tsup": "0.0.0-canary-20241127163811"
87
+ "@kubb/config-ts": "0.0.0-canary-20241205200646",
88
+ "@kubb/config-tsup": "0.0.0-canary-20241205200646"
89
89
  },
90
90
  "peerDependencies": {
91
- "@kubb/react": "0.0.0-canary-20241127163811",
91
+ "@kubb/react": "0.0.0-canary-20241205200646",
92
92
  "axios": "^1.7.2"
93
93
  },
94
94
  "peerDependenciesMeta": {