@kubb/core 1.8.2 → 1.8.4

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.
Files changed (2) hide show
  1. package/README.md +20 -24
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,30 +8,10 @@
8
8
  </p>
9
9
  <img src="https://raw.githubusercontent.com/kubb-project/kubb/main/assets/banner.png" alt="logo" height="auto" />
10
10
 
11
- <!-- Badges -->
12
- <p>
13
- <a href="https://www.npmjs.com/package/@kubb/core" target="_blank">
14
- <img alt="npm version" src="https://img.shields.io/npm/v/@kubb/core?style=for-the-badge"/>
15
- </a>
16
-
17
- <a href="https://www.npmjs.com/package/@kubb/core" target="_blank">
18
- <img alt="npm downloads" src="https://img.shields.io/npm/dm/@kubb/core?style=for-the-badge"/>
19
- </a>
20
- </p>
21
-
22
- <p>
23
- <a href="https://www.npmjs.com/package/@kubb/core" target="_blank">
24
- <img alt="Minified size" src="https://img.shields.io/bundlephobia/min/@kubb/core?style=for-the-badge"/>
25
- </a>
26
-
27
- <a href="https://www.npmjs.com/package/@kubb/core" target="_blank">
28
- <img alt="Coverage" src="https://img.shields.io/codecov/c/github/kubb-project/kubb?style=for-the-badge"/>
29
- </a>
30
-
31
- <a href="https://www.npmjs.com/package/@kubb/core" target="_blank">
32
- <img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/kubb-project/kubb/ci.yaml?style=for-the-badge"/>
33
- </a>
34
-
11
+ [![npm version][npm-version-src]][npm-version-href]
12
+ [![npm downloads][npm-downloads-src]][npm-downloads-href]
13
+ [![Coverage][coverage-src]][coverage-href]
14
+ [![License][license-src]][license-href]
35
15
 
36
16
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
37
17
  <!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -47,3 +27,19 @@
47
27
  <a href="https://github.com/kubb-project/kubb/issues/" target="_blank">Request Feature</a>
48
28
  </h4>
49
29
  </div>
30
+
31
+
32
+ <!-- Badges -->
33
+
34
+ [npm-version-src]: https://img.shields.io/npm/v/@kubb/core?flat&colorA=18181B&colorB=f58517
35
+ [npm-version-href]: https://npmjs.com/package/@kubb/core
36
+ [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/core?flat&colorA=18181B&colorB=f58517
37
+ [npm-downloads-href]: https://npmjs.com/package/@kubb/core
38
+ [license-src]: https://img.shields.io/github/license/kubb-project/kubb.svg?flat&colorA=18181B&colorB=f58517
39
+ [license-href]: https://github.com/kubb-project/kubb/blob/main/LICENSE
40
+ [build-src]: https://img.shields.io/github/actions/workflow/status/kubb-project/kubb/ci.yaml?style=flat&colorA=18181B&colorB=f58517
41
+ [build-href]: https://www.npmjs.com/package/@kubb/core
42
+ [minified-src]: https://img.shields.io/bundlephobia/min/@kubb/core?style=flat&colorA=18181B&colorB=f58517
43
+ [minified-href]: https://www.npmjs.com/package/@kubb/core
44
+ [coverage-src]: https://img.shields.io/codecov/c/github/kubb-project/kubb?style=flat&colorA=18181B&colorB=f58517
45
+ [coverage-href]: https://www.npmjs.com/package/@kubb/core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "1.8.2",
3
+ "version": "1.8.4",
4
4
  "description": "Generator core",
5
5
  "keywords": [
6
6
  "typescript",
@@ -47,11 +47,11 @@
47
47
  "change-case": "^4.1.2",
48
48
  "directory-tree": "^3.5.1",
49
49
  "fs-extra": "^11.1.1",
50
- "js-runtime": "^0.0.4",
50
+ "js-runtime": "^0.0.6",
51
51
  "picocolors": "^1.0.0",
52
52
  "rimraf": "^5.0.1",
53
53
  "seedrandom": "^3.0.5",
54
- "@kubb/ts-codegen": "1.8.2"
54
+ "@kubb/ts-codegen": "1.8.4"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/fs-extra": "^11.0.1",