@fluidframework/map 2.0.0-dev.4.3.0.159619 → 2.0.0-dev.4.4.0.161322

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/directory.js CHANGED
@@ -674,7 +674,7 @@ function isDirectoryLocalOpMetadata(metadata) {
674
674
  }
675
675
  /* eslint-enable @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access */
676
676
  function assertNonNullClientId(clientId) {
677
- (0, common_utils_1.assert)(clientId !== null, "client id should never be null");
677
+ (0, common_utils_1.assert)(clientId !== null, 0x6af /* client id should never be null */);
678
678
  }
679
679
  /**
680
680
  * Node of the directory tree.