@kubb/cli 2.12.6 → 2.13.1
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -5
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.
|
|
2610
|
+
var version = "2.13.1";
|
|
2611
2611
|
|
|
2612
2612
|
// src/generate.ts
|
|
2613
2613
|
init_cjs_shims();
|