@kubb/adapter-oas 5.0.0-alpha.40 → 5.0.0-alpha.42
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/adapter.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -194,7 +194,7 @@ declare const adapterOasName = "oas";
|
|
|
194
194
|
*
|
|
195
195
|
* @example
|
|
196
196
|
* ```ts
|
|
197
|
-
* import { defineConfig } from '
|
|
197
|
+
* import { defineConfig } from 'kubb'
|
|
198
198
|
* import { adapterOas } from '@kubb/adapter-oas'
|
|
199
199
|
* import { pluginTs } from '@kubb/plugin-ts'
|
|
200
200
|
*
|
package/dist/index.js
CHANGED
|
@@ -1664,7 +1664,7 @@ const adapterOasName = "oas";
|
|
|
1664
1664
|
*
|
|
1665
1665
|
* @example
|
|
1666
1666
|
* ```ts
|
|
1667
|
-
* import { defineConfig } from '
|
|
1667
|
+
* import { defineConfig } from 'kubb'
|
|
1668
1668
|
* import { adapterOas } from '@kubb/adapter-oas'
|
|
1669
1669
|
* import { pluginTs } from '@kubb/plugin-ts'
|
|
1670
1670
|
*
|