@kubb/core 1.15.0-canary.20231025T223729 → 1.15.0-canary.20231026T131818

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 CHANGED
@@ -1209,9 +1209,6 @@ var PromiseManager = class {
1209
1209
  function isPromise(result) {
1210
1210
  return !!result && typeof result?.then === "function";
1211
1211
  }
1212
- function isPromiseFulfilledResult(result) {
1213
- return result.status === "fulfilled";
1214
- }
1215
1212
  function isPromiseRejectedResult(result) {
1216
1213
  return result.status === "rejected";
1217
1214
  }
@@ -2164,13 +2161,12 @@ exports.SummaryError = SummaryError;
2164
2161
  exports.ValidationPluginError = ValidationPluginError;
2165
2162
  exports.Warning = Warning;
2166
2163
  exports.build = build;
2164
+ exports.combineExports = combineExports;
2165
+ exports.combineImports = combineImports;
2167
2166
  exports.createPlugin = createPlugin;
2168
2167
  exports.default = src_default;
2169
2168
  exports.defineConfig = defineConfig;
2170
2169
  exports.isInputPath = isInputPath;
2171
- exports.isPromise = isPromise;
2172
- exports.isPromiseFulfilledResult = isPromiseFulfilledResult;
2173
- exports.isPromiseRejectedResult = isPromiseRejectedResult;
2174
2170
  exports.name = pluginName;
2175
2171
  exports.pluginName = pluginName;
2176
2172
  //# sourceMappingURL=out.js.map