@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.
- package/dist/index.cjs +2 -1
- package/dist/index.d.ts +137 -1
- package/dist/index.js +2 -2
- package/dist/{memoryStorage-CNQTs-YG.js → memoryStorage-DTv1Kub1.js} +3 -3
- package/dist/{memoryStorage-CNQTs-YG.js.map → memoryStorage-DTv1Kub1.js.map} +1 -1
- package/dist/{memoryStorage-DHi1d0To.cjs → memoryStorage-Dkxnid2K.cjs} +8 -2
- package/dist/{memoryStorage-DHi1d0To.cjs.map → memoryStorage-Dkxnid2K.cjs.map} +1 -1
- package/dist/mocks.cjs +1 -1
- package/dist/mocks.js +1 -1
- package/package.json +4 -4
- package/src/index.ts +1 -1
|
@@ -661,7 +661,7 @@ var URLPath = class {
|
|
|
661
661
|
};
|
|
662
662
|
//#endregion
|
|
663
663
|
//#region package.json
|
|
664
|
-
var version = "5.0.0-beta.
|
|
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-
|
|
2985
|
+
//# sourceMappingURL=memoryStorage-Dkxnid2K.cjs.map
|