@kubb/swagger-ts 2.5.3 → 2.6.0
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/components.d.cts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/oas.d.cts +1 -1
- package/dist/oas.d.ts +1 -1
- package/package.json +11 -11
- /package/dist/{index-x0xIwSiH.d.cts → index-BKDH3fXc.d.cts} +0 -0
- /package/dist/{index-x0xIwSiH.d.ts → index-BKDH3fXc.d.ts} +0 -0
- /package/dist/{types-Y_otwxvd.d.cts → types-WZh-GEfj.d.cts} +0 -0
- /package/dist/{types-Y_otwxvd.d.ts → types-WZh-GEfj.d.ts} +0 -0
package/dist/components.d.cts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { OasBuilder } from '@kubb/swagger';
|
2
2
|
import { KubbFile } from '@kubb/core';
|
3
|
-
import { P as PluginOptions } from './types-
|
3
|
+
import { P as PluginOptions } from './types-WZh-GEfj.cjs';
|
4
4
|
import { ReactNode } from 'react';
|
5
5
|
import { OasTypes } from '@kubb/swagger/oas';
|
6
6
|
|
package/dist/components.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { OasBuilder } from '@kubb/swagger';
|
2
2
|
import { KubbFile } from '@kubb/core';
|
3
|
-
import { P as PluginOptions } from './types-
|
3
|
+
import { P as PluginOptions } from './types-WZh-GEfj.js';
|
4
4
|
import { ReactNode } from 'react';
|
5
5
|
import { OasTypes } from '@kubb/swagger/oas';
|
6
6
|
|
package/dist/index.d.cts
CHANGED
@@ -2,9 +2,9 @@ import { GreaterThan, PossiblePromise } from '@kubb/types';
|
|
2
2
|
import PQueue from 'p-queue';
|
3
3
|
import { DirectoryTreeOptions } from 'directory-tree';
|
4
4
|
import { Ora } from 'ora';
|
5
|
-
import { P as PluginOptions, O as Options$3 } from './types-
|
6
|
-
export { F as FileMeta } from './types-
|
7
|
-
export { i as Oas } from './index-
|
5
|
+
import { P as PluginOptions, O as Options$3 } from './types-WZh-GEfj.cjs';
|
6
|
+
export { F as FileMeta } from './types-WZh-GEfj.cjs';
|
7
|
+
export { i as Oas } from './index-BKDH3fXc.cjs';
|
8
8
|
import '@kubb/core';
|
9
9
|
import '@kubb/swagger';
|
10
10
|
import 'hotscript';
|
package/dist/index.d.ts
CHANGED
@@ -2,9 +2,9 @@ import { GreaterThan, PossiblePromise } from '@kubb/types';
|
|
2
2
|
import PQueue from 'p-queue';
|
3
3
|
import { DirectoryTreeOptions } from 'directory-tree';
|
4
4
|
import { Ora } from 'ora';
|
5
|
-
import { P as PluginOptions, O as Options$3 } from './types-
|
6
|
-
export { F as FileMeta } from './types-
|
7
|
-
export { i as Oas } from './index-
|
5
|
+
import { P as PluginOptions, O as Options$3 } from './types-WZh-GEfj.js';
|
6
|
+
export { F as FileMeta } from './types-WZh-GEfj.js';
|
7
|
+
export { i as Oas } from './index-BKDH3fXc.js';
|
8
8
|
import '@kubb/core';
|
9
9
|
import '@kubb/swagger';
|
10
10
|
import 'hotscript';
|
package/dist/oas.d.cts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { I as Infer, M as MethodMap, a as Model, P as PathMap, R as RequestParams, b as Response, S as StatusMap } from './index-
|
1
|
+
export { I as Infer, M as MethodMap, a as Model, P as PathMap, R as RequestParams, b as Response, S as StatusMap } from './index-BKDH3fXc.cjs';
|
2
2
|
import 'hotscript';
|
3
3
|
import 'ts-toolbelt';
|
4
4
|
import '@kubb/swagger/oas';
|
package/dist/oas.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { I as Infer, M as MethodMap, a as Model, P as PathMap, R as RequestParams, b as Response, S as StatusMap } from './index-
|
1
|
+
export { I as Infer, M as MethodMap, a as Model, P as PathMap, R as RequestParams, b as Response, S as StatusMap } from './index-BKDH3fXc.js';
|
2
2
|
import 'hotscript';
|
3
3
|
import 'ts-toolbelt';
|
4
4
|
import '@kubb/swagger/oas';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kubb/swagger-ts",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.6.0",
|
4
4
|
"description": "Generator swagger-ts",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -49,24 +49,24 @@
|
|
49
49
|
"hotscript": "^1.0.13",
|
50
50
|
"json-schema-to-ts": "^3.0.0",
|
51
51
|
"ts-toolbelt": "^9.6.0",
|
52
|
-
"@kubb/core": "2.
|
53
|
-
"@kubb/parser": "2.
|
54
|
-
"@kubb/react": "2.
|
55
|
-
"@kubb/
|
56
|
-
"@kubb/
|
52
|
+
"@kubb/core": "2.6.0",
|
53
|
+
"@kubb/parser": "2.6.0",
|
54
|
+
"@kubb/react": "2.6.0",
|
55
|
+
"@kubb/swagger": "2.6.0",
|
56
|
+
"@kubb/types": "2.6.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
|
-
"@types/react": "^18.2.
|
59
|
+
"@types/react": "^18.2.56",
|
60
60
|
"eslint": "^8.56.0",
|
61
61
|
"expect-type": "^0.17.3",
|
62
62
|
"react": "^18.2.0",
|
63
|
-
"tsup": "^8.0.
|
63
|
+
"tsup": "^8.0.2",
|
64
|
+
"@kubb/eslint-config": "1.1.8",
|
64
65
|
"@kubb/ts-config": "0.1.0",
|
65
|
-
"@kubb/tsup-config": "1.1.8"
|
66
|
-
"@kubb/eslint-config": "1.1.8"
|
66
|
+
"@kubb/tsup-config": "1.1.8"
|
67
67
|
},
|
68
68
|
"peerDependencies": {
|
69
|
-
"@kubb/react": "2.
|
69
|
+
"@kubb/react": "2.6.0"
|
70
70
|
},
|
71
71
|
"packageManager": "pnpm@8.3.0",
|
72
72
|
"engines": {
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|