@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.
- package/README.md +2 -2
- package/node/ditto.cjs.js +1 -1
- package/node/ditto.cjs.js.map +1 -1
- package/node/ditto.cjs.pretty.js +2 -2
- package/node/ditto.cjs.pretty.js.map +1 -1
- package/package.json +1 -1
- package/web/ditto.es6.js +1 -1
- package/web/ditto.es6.pretty.js +2 -2
- package/web/ditto.umd.js +1 -1
- package/web/ditto.umd.pretty.js +2 -2
package/web/ditto.umd.pretty.js
CHANGED
|
@@ -4019,11 +4019,11 @@
|
|
|
4019
4019
|
|
|
4020
4020
|
// NOTE: this is patched up with the actual build version by Jake task
|
|
4021
4021
|
// build:package and has to be a valid semantic version as defined here: https://semver.org.
|
|
4022
|
-
const fullBuildVersionString = '3.0.6-experimental.node-loading-issues.linux-x64
|
|
4022
|
+
const fullBuildVersionString = '3.0.6-experimental.node-loading-issues.2.linux-x64';
|
|
4023
4023
|
// NOTE: this is patched up with the default URL for the ditto.wasm by Jake task
|
|
4024
4024
|
// build:package. Usually it looks something like this:
|
|
4025
4025
|
// https://software.ditto.live/js/Ditto/1.2.3-alpha.456/ditto.wasm
|
|
4026
|
-
const defaultDittoWasmFileURL = 'https://software.ditto.live/js/Ditto/3.0.6-experimental.node-loading-issues.linux-x64
|
|
4026
|
+
const defaultDittoWasmFileURL = 'https://software.ditto.live/js/Ditto/3.0.6-experimental.node-loading-issues.2.linux-x64/ditto.wasm';
|
|
4027
4027
|
|
|
4028
4028
|
//
|
|
4029
4029
|
let isInitialized = false;
|