@fluidframework/matrix 0.59.4001 → 1.1.0-75972

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/src/matrix.ts CHANGED
@@ -90,7 +90,7 @@ export class SharedMatrix<T = any>
90
90
  private pending = new SparseArray2D<number>(); // Tracks pending writes.
91
91
 
92
92
  constructor(runtime: IFluidDataStoreRuntime, public id: string, attributes: IChannelAttributes) {
93
- super(id, runtime, attributes);
93
+ super(id, runtime, attributes, "fluid_matrix_");
94
94
 
95
95
  this.rows = new PermutationVector(
96
96
  SnapshotPath.rows,
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/matrix";
9
- export const pkgVersion = "0.59.4001";
9
+ export const pkgVersion = "1.1.0-75972";