@dittolive/ditto 4.5.2 → 4.5.3

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.
@@ -5028,11 +5028,11 @@ class AttachmentToken {
5028
5028
 
5029
5029
  // NOTE: this is patched up with the actual build version by Jake task
5030
5030
  // build:package and has to be a valid semantic version as defined here: https://semver.org.
5031
- const fullBuildVersionString = '4.5.2';
5031
+ const fullBuildVersionString = '4.5.3';
5032
5032
  // NOTE: this is patched up with the default URL for the ditto.wasm by Jake task
5033
5033
  // build:package. Usually it looks something like this:
5034
5034
  // https://software.ditto.live/js/Ditto/1.2.3-alpha.456/ditto.wasm
5035
- const defaultDittoWasmFileURL = 'https://software.ditto.live/js/Ditto/4.5.2/ditto.wasm';
5035
+ const defaultDittoWasmFileURL = 'https://software.ditto.live/js/Ditto/4.5.3/ditto.wasm';
5036
5036
 
5037
5037
  //
5038
5038
  // Copyright © 2021 DittoLive Incorporated. All rights reserved.