@blocklet/server-js 1.17.2 → 1.17.3-beta-20251117-130331-b2ce7065

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/browser.d.ts CHANGED
@@ -3764,6 +3764,7 @@ declare namespace ABTNodeClient {
3764
3764
  logoUrl: string;
3765
3765
  dependencies: ABTNodeClient.OptionalDependencies[];
3766
3766
  meta: ABTNodeClient.BlockletMeta;
3767
+ bundleSource: Record<string, any>;
3767
3768
  }
3768
3769
 
3769
3770
  interface OptionalDependencies {