kubb 3.0.0-alpha.9 → 3.0.0-beta.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/README.md +26 -4
- package/dist/index.cjs +13 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -7,12 +7,9 @@
|
|
|
7
7
|
[![Coverage][coverage-src]][coverage-href]
|
|
8
8
|
[![License][license-src]][license-href]
|
|
9
9
|
|
|
10
|
-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
11
|
-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
12
|
-
</p>
|
|
13
10
|
|
|
14
11
|
<h4>
|
|
15
|
-
<a href="https://codesandbox.io/s/github/kubb-labs/kubb/tree/
|
|
12
|
+
<a href="https://codesandbox.io/s/github/kubb-labs/kubb/tree/main//examples/typescript" target="_blank">View Demo</a>
|
|
16
13
|
<span> · </span>
|
|
17
14
|
<a href="https://kubb.dev/" target="_blank">Documentation</a>
|
|
18
15
|
<span> · </span>
|
|
@@ -30,6 +27,18 @@
|
|
|
30
27
|
<img src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/features.png" alt="features" height="auto" />
|
|
31
28
|
</div>
|
|
32
29
|
|
|
30
|
+
## Supporting Kubb
|
|
31
|
+
|
|
32
|
+
Kubb uses an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
|
|
33
|
+
|
|
34
|
+
- [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
|
|
35
|
+
|
|
36
|
+
<p align="center">
|
|
37
|
+
<a href="https://github.com/sponsors/stijnvanhulle">
|
|
38
|
+
<img src="https://raw.githubusercontent.com/stijnvanhulle/sponsors/main/sponsors.svg" alt="My sponsors" />
|
|
39
|
+
</a>
|
|
40
|
+
</p>
|
|
41
|
+
|
|
33
42
|
## Contributors
|
|
34
43
|
|
|
35
44
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
@@ -56,6 +65,19 @@
|
|
|
56
65
|
|
|
57
66
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
58
67
|
|
|
68
|
+
## Supporting Kubb
|
|
69
|
+
|
|
70
|
+
Kubb uses an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
|
|
71
|
+
|
|
72
|
+
- [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
|
|
73
|
+
|
|
74
|
+
<p align="center">
|
|
75
|
+
<a href="https://github.com/sponsors/stijnvanhulle">
|
|
76
|
+
<img src="https://raw.githubusercontent.com/stijnvanhulle/sponsors/main/sponsors.svg" alt="My sponsors" />
|
|
77
|
+
</a>
|
|
78
|
+
</p>
|
|
79
|
+
|
|
80
|
+
|
|
59
81
|
<!-- Badges -->
|
|
60
82
|
|
|
61
83
|
[npm-version-src]: https://img.shields.io/npm/v/@kubb/core?flat&colorA=18181B&colorB=f58517
|
package/dist/index.cjs
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var core = require('@kubb/core');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.keys(core).forEach(function (k) {
|
|
8
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return core[k]; }
|
|
11
|
+
});
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=index.cjs.map
|
|
3
14
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export * from '@kubb/core';
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kubb",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-beta.2",
|
|
4
4
|
"description": "OpenAPI to TypeScript, React-Query, Zod, Zodios, Faker.js, MSW and Axios.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"!/**/__tests__/**"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@kubb/cli": "3.0.0-
|
|
36
|
-
"@kubb/core": "3.0.0-
|
|
35
|
+
"@kubb/cli": "3.0.0-beta.2",
|
|
36
|
+
"@kubb/core": "3.0.0-beta.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@types/node": "^20.16.
|
|
40
|
-
"tsup": "^8.
|
|
41
|
-
"typescript": "^5.
|
|
42
|
-
"@kubb/config-ts": "3.0.0-
|
|
43
|
-
"@kubb/config-tsup": "3.0.0-
|
|
39
|
+
"@types/node": "^20.16.10",
|
|
40
|
+
"tsup": "^8.3.0",
|
|
41
|
+
"typescript": "^5.6.2",
|
|
42
|
+
"@kubb/config-ts": "3.0.0-beta.2",
|
|
43
|
+
"@kubb/config-tsup": "3.0.0-beta.2"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=20"
|