@dittolive/ditto 3.0.6-experimental.node-loading-issues.linux-x64.1 → 3.0.6-experimental.node-loading-issues.2.linux-x64

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.
@@ -4013,11 +4013,11 @@ function awdlDestroy(awdl) {
4013
4013
 
4014
4014
  // NOTE: this is patched up with the actual build version by Jake task
4015
4015
  // build:package and has to be a valid semantic version as defined here: https://semver.org.
4016
- const fullBuildVersionString = '3.0.6-experimental.node-loading-issues.linux-x64.1';
4016
+ const fullBuildVersionString = '3.0.6-experimental.node-loading-issues.2.linux-x64';
4017
4017
  // NOTE: this is patched up with the default URL for the ditto.wasm by Jake task
4018
4018
  // build:package. Usually it looks something like this:
4019
4019
  // https://software.ditto.live/js/Ditto/1.2.3-alpha.456/ditto.wasm
4020
- const defaultDittoWasmFileURL = 'https://software.ditto.live/js/Ditto/3.0.6-experimental.node-loading-issues.linux-x64.1/ditto.wasm';
4020
+ const defaultDittoWasmFileURL = 'https://software.ditto.live/js/Ditto/3.0.6-experimental.node-loading-issues.2.linux-x64/ditto.wasm';
4021
4021
 
4022
4022
  //
4023
4023
  let isInitialized = false;