@kubb/plugin-redoc 0.0.0-canary-20251222160843 → 0.0.0-canary-20251224014543

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.d.cts CHANGED
@@ -131,6 +131,7 @@ interface KubbEvents {
131
131
  'hook:end': [{
132
132
  id?: string;
133
133
  command: string;
134
+ args?: readonly string[];
134
135
  }];
135
136
  /**
136
137
  * Emitted when a new version of Kubb is available.
package/dist/index.d.ts CHANGED
@@ -131,6 +131,7 @@ interface KubbEvents {
131
131
  'hook:end': [{
132
132
  id?: string;
133
133
  command: string;
134
+ args?: readonly string[];
134
135
  }];
135
136
  /**
136
137
  * Emitted when a new version of Kubb is available.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-redoc",
3
- "version": "0.0.0-canary-20251222160843",
3
+ "version": "0.0.0-canary-20251224014543",
4
4
  "description": "Beautiful docs with Redoc",
5
5
  "keywords": [
6
6
  "typescript",
@@ -48,9 +48,9 @@
48
48
  "dependencies": {
49
49
  "@kubb/react-fabric": "0.7.4",
50
50
  "handlebars": "^4.7.8",
51
- "@kubb/core": "0.0.0-canary-20251222160843",
52
- "@kubb/oas": "0.0.0-canary-20251222160843",
53
- "@kubb/plugin-oas": "0.0.0-canary-20251222160843"
51
+ "@kubb/core": "0.0.0-canary-20251224014543",
52
+ "@kubb/oas": "0.0.0-canary-20251224014543",
53
+ "@kubb/plugin-oas": "0.0.0-canary-20251224014543"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@kubb/react-fabric": "0.7.4"