@kubb/oas 4.12.12 → 4.12.13

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
@@ -181,6 +181,7 @@ interface KubbEvents {
181
181
  'hook:end': [{
182
182
  id?: string;
183
183
  command: string;
184
+ args?: readonly string[];
184
185
  }];
185
186
  /**
186
187
  * Emitted when a new version of Kubb is available.
package/dist/index.d.ts CHANGED
@@ -181,6 +181,7 @@ interface KubbEvents {
181
181
  'hook:end': [{
182
182
  id?: string;
183
183
  command: string;
184
+ args?: readonly string[];
184
185
  }];
185
186
  /**
186
187
  * Emitted when a new version of Kubb is available.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/oas",
3
- "version": "4.12.12",
3
+ "version": "4.12.13",
4
4
  "description": "OpenAPI Specification (OAS) utilities and helpers for Kubb, providing parsing, normalization, and manipulation of OpenAPI/Swagger schemas.",
5
5
  "keywords": [
6
6
  "openapi",
@@ -56,7 +56,7 @@
56
56
  "openapi-types": "^12.1.3",
57
57
  "remeda": "^2.32.0",
58
58
  "swagger2openapi": "^7.0.8",
59
- "@kubb/core": "4.12.12"
59
+ "@kubb/core": "4.12.13"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@stoplight/yaml": "^4.3.0",