@kubb/cli 1.1.0 → 1.1.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/README.md +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
<!-- Badges -->
|
|
11
11
|
<p>
|
|
12
12
|
<a href="https://www.npmjs.com/package/@kubb/cli">
|
|
13
|
-
<img alt="
|
|
13
|
+
<img alt="npm version" src="https://img.shields.io/npm/v/@kubb/cli?style=for-the-badge"/>
|
|
14
14
|
</a>
|
|
15
15
|
<a href="https://www.npmjs.com/package/@kubb/cli">
|
|
16
|
-
<img alt="
|
|
16
|
+
<img alt="npm downloads" src="https://img.shields.io/bundlephobia/min/@kubb/cli?style=for-the-badge"/>
|
|
17
17
|
</a>
|
|
18
18
|
<a href="https://www.npmjs.com/package/@kubb/cli">
|
|
19
|
-
<img alt="
|
|
19
|
+
<img alt="npm downloads" src="https://img.shields.io/npm/dm/@kubb/cli?style=for-the-badge"/>
|
|
20
20
|
</a>
|
|
21
21
|
</p>
|
|
22
22
|
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Generator cli",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"yaml": "^2.3.1",
|
|
44
44
|
"@swc/core": "^1.3.62",
|
|
45
45
|
"pretty-error": "^4.0.0",
|
|
46
|
-
"@kubb/core": "1.1.
|
|
46
|
+
"@kubb/core": "1.1.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/node": "^20.2.5",
|
|
50
50
|
"tsup": "^6.7.0",
|
|
51
51
|
"typescript": "^5.1.3",
|
|
52
|
-
"@kubb/swagger": "1.1.
|
|
52
|
+
"@kubb/swagger": "1.1.1"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public",
|