@kubb/parser-md 5.0.0-beta.40 → 5.0.0-beta.41

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 +11 -11
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
 
6
6
  [![npm version][npm-version-src]][npm-version-href]
7
7
  [![npm downloads][npm-downloads-src]][npm-downloads-href]
8
- [![Coverage][coverage-src]][coverage-href]
8
+ [![Stars][stars-src]][stars-href]
9
9
  [![License][license-src]][license-href]
10
- [![Sponsors][sponsors-src]][sponsors-href]
10
+ [![Node][node-src]][node-href]
11
11
 
12
12
  <h4>
13
13
  <a href="https://kubb.dev" target="_blank">Documentation</a>
@@ -90,13 +90,13 @@ Kubb is an open source project, and its development is funded entirely by sponso
90
90
 
91
91
  <!-- Badges -->
92
92
 
93
- [npm-version-src]: https://img.shields.io/npm/v/@kubb/parser-md?flat&colorA=18181B&colorB=f58517
94
- [npm-version-href]: https://npmjs.com/package/@kubb/parser-md
95
- [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/parser-md?flat&colorA=18181B&colorB=f58517
96
- [npm-downloads-href]: https://npmjs.com/package/@kubb/parser-md
97
- [license-src]: https://img.shields.io/github/license/kubb-labs/kubb.svg?flat&colorA=18181B&colorB=f58517
93
+ [npm-version-src]: https://shieldcn.dev/npm/v/@kubb/parser-md.svg?variant=secondary&size=xs&theme=zinc&mode=dark
94
+ [npm-version-href]: https://npmx.dev/package/@kubb/parser-md
95
+ [npm-downloads-src]: https://shieldcn.dev/npm/dm/@kubb/parser-md.svg?variant=secondary&size=xs&theme=zinc&mode=dark
96
+ [npm-downloads-href]: https://npmx.dev/package/@kubb/parser-md
97
+ [stars-src]: https://shieldcn.dev/github/stars/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
98
+ [stars-href]: https://github.com/kubb-labs/kubb
99
+ [license-src]: https://shieldcn.dev/npm/license/@kubb/parser-md.svg?variant=secondary&size=xs&theme=zinc
98
100
  [license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
99
- [coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
100
- [coverage-href]: https://www.npmjs.com/package/@kubb/parser-md
101
- [sponsors-src]: https://img.shields.io/github/sponsors/stijnvanhulle?style=flat&colorA=18181B&colorB=f58517
102
- [sponsors-href]: https://github.com/sponsors/stijnvanhulle/
101
+ [node-src]: https://shieldcn.dev/npm/node/@kubb/parser-md.svg?variant=secondary&size=xs&theme=zinc&mode=dark
102
+ [node-href]: https://npmx.dev/package/@kubb/parser-md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/parser-md",
3
- "version": "5.0.0-beta.40",
3
+ "version": "5.0.0-beta.41",
4
4
  "description": "Markdown source file parser for Kubb. Converts the universal AST to `.md` source and renders YAML frontmatter via the `print` helper.",
5
5
  "keywords": [
6
6
  "codegen",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "yaml": "^2.9.0",
46
- "@kubb/core": "5.0.0-beta.40"
46
+ "@kubb/core": "5.0.0-beta.41"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@internals/utils": "0.0.0"