@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.
- package/DittoReactNative.podspec +1 -1
- package/README.md +2 -2
- package/node/ditto.cjs.js +1 -1
- package/node/ditto.cjs.pretty.js +1 -1
- package/node/ditto.darwin-arm64.node +0 -0
- package/node/ditto.darwin-x64.node +0 -0
- package/node/ditto.linux-arm.node +0 -0
- package/node/ditto.linux-x64.node +0 -0
- package/node/ditto.win32-x64.node +0 -0
- package/node/transports.darwin-arm64.node +0 -0
- package/node/transports.darwin-x64.node +0 -0
- package/package.json +1 -9
- package/react-native/android/build.gradle +1 -1
- package/react-native/lib/commonjs/ditto.rn.js +40 -39
- package/react-native/lib/module/ditto.rn.js +30 -29
- 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.wasm +0 -0
package/web/ditto.es6.pretty.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|