@kubb/core 5.2.0 → 5.2.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/dist/index.cjs CHANGED
@@ -102,7 +102,7 @@ function formatMs(ms) {
102
102
  /**
103
103
  * Docs major version, derived from the package version so the link tracks the published major.
104
104
  */
105
- const docsMajor = "5.2.0".split(".")[0] ?? "5";
105
+ const docsMajor = "5.2.1".split(".")[0] ?? "5";
106
106
  /**
107
107
  * Builds a type guard that narrows a {@link Diagnostic} to the variant for `kind`. A diagnostic
108
108
  * with no `kind` is treated as a `problem`.
package/dist/index.js CHANGED
@@ -100,7 +100,7 @@ function formatMs(ms) {
100
100
  /**
101
101
  * Docs major version, derived from the package version so the link tracks the published major.
102
102
  */
103
- const docsMajor = "5.2.0".split(".")[0] ?? "5";
103
+ const docsMajor = "5.2.1".split(".")[0] ?? "5";
104
104
  /**
105
105
  * Builds a type guard that narrows a {@link Diagnostic} to the variant for `kind`. A diagnostic
106
106
  * with no `kind` is treated as a `problem`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Core engine for Kubb. Provides the plugin driver, file manager and build orchestration used by every Kubb plugin.",
5
5
  "keywords": [
6
6
  "code-generator",
@@ -26,6 +26,10 @@
26
26
  {
27
27
  "type": "opencollective",
28
28
  "url": "https://opencollective.com/kubb"
29
+ },
30
+ {
31
+ "type": "custom",
32
+ "url": "https://kubb.dev/sponsors"
29
33
  }
30
34
  ],
31
35
  "files": [
@@ -68,7 +72,7 @@
68
72
  "registry": "https://registry.npmjs.org/"
69
73
  },
70
74
  "dependencies": {
71
- "@kubb/ast": "5.2.0"
75
+ "@kubb/ast": "5.2.1"
72
76
  },
73
77
  "devDependencies": {
74
78
  "@internals/utils": "0.0.1"