@kubb/cli 3.0.0-alpha.12 → 3.0.0-alpha.13
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 +13 -0
- package/dist/{chunk-WY5GQWER.cjs → chunk-CUBO53J7.cjs} +4 -4
- package/dist/{chunk-WY5GQWER.cjs.map → chunk-CUBO53J7.cjs.map} +1 -1
- package/dist/{generate-OK7IWDRX.cjs → generate-Q7JKLLL3.cjs} +16 -16
- package/dist/{generate-OK7IWDRX.cjs.map → generate-Q7JKLLL3.cjs.map} +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -28,6 +28,19 @@
|
|
|
28
28
|
</h4>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
|
+
## Supporting Kubb
|
|
32
|
+
|
|
33
|
+
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:
|
|
34
|
+
|
|
35
|
+
- [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
|
|
36
|
+
|
|
37
|
+
<p align="center">
|
|
38
|
+
<a href="https://github.com/sponsors/stijnvanhulle">
|
|
39
|
+
<img src="https://raw.githubusercontent.com/stijnvanhulle/sponsors/main/sponsors.svg" alt="My sponsors" />
|
|
40
|
+
</a>
|
|
41
|
+
</p>
|
|
42
|
+
|
|
43
|
+
|
|
31
44
|
<!-- Badges -->
|
|
32
45
|
|
|
33
46
|
[npm-version-src]: https://img.shields.io/npm/v/@kubb/cli?flat&colorA=18181B&colorB=f58517
|
|
@@ -79,9 +79,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
79
79
|
mod
|
|
80
80
|
));
|
|
81
81
|
|
|
82
|
-
// ../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.47.7_@types+node@20.16.
|
|
82
|
+
// ../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.47.7_@types+node@20.16.3__@swc+core@1.7.22_jiti@1.21.6__q6jifymg5im2tak6rw3ojokwte/node_modules/tsup/assets/cjs_shims.js
|
|
83
83
|
var init_cjs_shims = __esm({
|
|
84
|
-
"../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.47.7_@types+node@20.16.
|
|
84
|
+
"../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.47.7_@types+node@20.16.3__@swc+core@1.7.22_jiti@1.21.6__q6jifymg5im2tak6rw3ojokwte/node_modules/tsup/assets/cjs_shims.js"() {
|
|
85
85
|
}
|
|
86
86
|
});
|
|
87
87
|
|
|
@@ -8278,5 +8278,5 @@ exports.execa = execa;
|
|
|
8278
8278
|
exports.generate = generate;
|
|
8279
8279
|
exports.init_cjs_shims = init_cjs_shims;
|
|
8280
8280
|
exports.p = p2;
|
|
8281
|
-
//# sourceMappingURL=chunk-
|
|
8282
|
-
//# sourceMappingURL=chunk-
|
|
8281
|
+
//# sourceMappingURL=chunk-CUBO53J7.cjs.map
|
|
8282
|
+
//# sourceMappingURL=chunk-CUBO53J7.cjs.map
|