@fluidframework/container-runtime 2.63.0-359734 → 2.63.0-359962

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.
@@ -1935,7 +1935,7 @@ export class ContainerRuntime
1935
1935
  }),
1936
1936
  isBlobDeleted: (blobPath: string) => this.garbageCollector.isNodeDeleted(blobPath),
1937
1937
  runtime: this,
1938
- stashedBlobs: pendingRuntimeState?.pendingAttachmentBlobs,
1938
+ pendingBlobs: pendingRuntimeState?.pendingAttachmentBlobs,
1939
1939
  createBlobPayloadPending: this.sessionSchema.createBlobPayloadPending === true,
1940
1940
  });
1941
1941
 
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/container-runtime";
9
- export const pkgVersion = "2.63.0-359734";
9
+ export const pkgVersion = "2.63.0-359962";