@kubb/cli 2.13.0 → 2.13.2
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/LICENSE +1 -1
- package/README.md +8 -8
- package/dist/index.cjs +2 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/package.json +4 -5
- package/src/utils/getCosmiConfig.ts +0 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<p>
|
|
7
7
|
CLI package to generate the different clients when using the terminal.
|
|
8
8
|
</p>
|
|
9
|
-
<img src="https://raw.githubusercontent.com/kubb-
|
|
9
|
+
<img src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/banner.png" alt="logo" height="auto" />
|
|
10
10
|
|
|
11
11
|
[![npm version][npm-version-src]][npm-version-href]
|
|
12
12
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
</p>
|
|
19
19
|
|
|
20
20
|
<h4>
|
|
21
|
-
<a href="https://codesandbox.io/s/github/kubb-
|
|
21
|
+
<a href="https://codesandbox.io/s/github/kubb-labs/kubb/tree/alpha/examples/typescript" target="_blank">View Demo</a>
|
|
22
22
|
<span> · </span>
|
|
23
23
|
<a href="https://kubb.dev/" target="_blank">Documentation</a>
|
|
24
24
|
<span> · </span>
|
|
25
|
-
<a href="https://github.com/kubb-
|
|
25
|
+
<a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>
|
|
26
26
|
<span> · </span>
|
|
27
|
-
<a href="https://github.com/kubb-
|
|
27
|
+
<a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Request Feature</a>
|
|
28
28
|
</h4>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
[npm-version-href]: https://npmjs.com/package/@kubb/cli
|
|
35
35
|
[npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/cli?flat&colorA=18181B&colorB=f58517
|
|
36
36
|
[npm-downloads-href]: https://npmjs.com/package/@kubb/cli
|
|
37
|
-
[license-src]: https://img.shields.io/github/license/kubb-
|
|
38
|
-
[license-href]: https://github.com/kubb-
|
|
39
|
-
[build-src]: https://img.shields.io/github/actions/workflow/status/kubb-
|
|
37
|
+
[license-src]: https://img.shields.io/github/license/kubb-labs/kubb.svg?flat&colorA=18181B&colorB=f58517
|
|
38
|
+
[license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
|
|
39
|
+
[build-src]: https://img.shields.io/github/actions/workflow/status/kubb-labs/kubb/ci.yaml?style=flat&colorA=18181B&colorB=f58517
|
|
40
40
|
[build-href]: https://www.npmjs.com/package/@kubb/cli
|
|
41
41
|
[minified-src]: https://img.shields.io/bundlephobia/min/@kubb/cli?style=flat&colorA=18181B&colorB=f58517
|
|
42
42
|
[minified-href]: https://www.npmjs.com/package/@kubb/cli
|
|
43
|
-
[coverage-src]: https://img.shields.io/codecov/c/github/kubb-
|
|
43
|
+
[coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
|
|
44
44
|
[coverage-href]: https://www.npmjs.com/package/@kubb/cli
|
package/dist/index.cjs
CHANGED
|
@@ -2607,7 +2607,7 @@ var _tty = require('tty'); var _tty2 = _interopRequireDefault(_tty);
|
|
|
2607
2607
|
var p2 = w(_tty.isatty.call(void 0, 1));
|
|
2608
2608
|
|
|
2609
2609
|
// package.json
|
|
2610
|
-
var version = "2.13.
|
|
2610
|
+
var version = "2.13.2";
|
|
2611
2611
|
|
|
2612
2612
|
// src/generate.ts
|
|
2613
2613
|
init_cjs_shims();
|
|
@@ -5627,10 +5627,7 @@ var _cosmiconfig = require('cosmiconfig');
|
|
|
5627
5627
|
var tsLoader = async (configFile) => {
|
|
5628
5628
|
const { mod } = await _bundlerequire.bundleRequire.call(void 0, {
|
|
5629
5629
|
filepath: configFile,
|
|
5630
|
-
preserveTemporaryFile: false
|
|
5631
|
-
// makes it possible to use React and hooks
|
|
5632
|
-
// format: 'cjs',
|
|
5633
|
-
external: [/@mgx/]
|
|
5630
|
+
preserveTemporaryFile: false
|
|
5634
5631
|
});
|
|
5635
5632
|
return mod.default;
|
|
5636
5633
|
};
|