@kubb/core 5.0.0-beta.39 → 5.0.0-beta.40

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.
@@ -661,7 +661,7 @@ var URLPath = class {
661
661
  };
662
662
  //#endregion
663
663
  //#region package.json
664
- var version = "5.0.0-beta.39";
664
+ var version = "5.0.0-beta.40";
665
665
  //#endregion
666
666
  //#region src/constants.ts
667
667
  /**
@@ -2915,6 +2915,12 @@ Object.defineProperty(exports, "OTLP_ENDPOINT", {
2915
2915
  return OTLP_ENDPOINT;
2916
2916
  }
2917
2917
  });
2918
+ Object.defineProperty(exports, "URLPath", {
2919
+ enumerable: true,
2920
+ get: function() {
2921
+ return URLPath;
2922
+ }
2923
+ });
2918
2924
  Object.defineProperty(exports, "__name", {
2919
2925
  enumerable: true,
2920
2926
  get: function() {
@@ -2976,4 +2982,4 @@ Object.defineProperty(exports, "memoryStorage", {
2976
2982
  }
2977
2983
  });
2978
2984
 
2979
- //# sourceMappingURL=memoryStorage-DHi1d0To.cjs.map
2985
+ //# sourceMappingURL=memoryStorage-Dkxnid2K.cjs.map