@eventcatalog/generator-openapi 7.6.3 → 7.6.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.
package/dist/index.js CHANGED
@@ -1163,7 +1163,7 @@ var require_dist = __commonJS({
1163
1163
  var http2 = __importStar(require("http"));
1164
1164
  var https_1 = require("https");
1165
1165
  __exportStar(require_helpers(), exports2);
1166
- var INTERNAL = Symbol("AgentBaseInternalState");
1166
+ var INTERNAL = /* @__PURE__ */ Symbol("AgentBaseInternalState");
1167
1167
  var Agent = class extends http2.Agent {
1168
1168
  constructor(opts) {
1169
1169
  super(opts);
@@ -4072,7 +4072,7 @@ var import_node_path = require("path");
4072
4072
  // package.json
4073
4073
  var package_default = {
4074
4074
  name: "@eventcatalog/generator-openapi",
4075
- version: "7.6.3",
4075
+ version: "7.6.4",
4076
4076
  description: "OpenAPI generator for EventCatalog",
4077
4077
  scripts: {
4078
4078
  build: "tsup",
@@ -4109,7 +4109,7 @@ var package_default = {
4109
4109
  dependencies: {
4110
4110
  "@apidevtools/swagger-parser": "^10.1.0",
4111
4111
  "@changesets/cli": "^2.27.7",
4112
- "@eventcatalog/sdk": "^2.9.2",
4112
+ "@eventcatalog/sdk": "^2.9.6",
4113
4113
  chalk: "4.1.2",
4114
4114
  "js-yaml": "^4.1.0",
4115
4115
  "openapi-types": "^12.1.3",